diff --git a/hw/verilator_model/include/spin.h b/hw/verilator_model/include/spin.h index 6704992..718b2c6 100644 --- a/hw/verilator_model/include/spin.h +++ b/hw/verilator_model/include/spin.h @@ -63,7 +63,7 @@ typedef uint32_t spin_nic_addr_t; int spin_nicmem_write(spin_nic_addr_t addr, void *data, size_t size, void* user_ptr); int spin_nicmem_read(spin_nic_addr_t addr, void *data, size_t size, void* user_ptr); -int spin_find_handler_by_name(char *binfile, char* handler_name, spin_nic_addr_t *handler_addr, size_t *handler_size); +int spin_find_handler_by_name(const char *binfile, const char* handler_name, spin_nic_addr_t *handler_addr, size_t *handler_size); #ifdef __cplusplus } // extern "C" diff --git a/hw/verilator_model/src/pspinsim.cpp b/hw/verilator_model/src/pspinsim.cpp index 771bb21..2ee6bf4 100644 --- a/hw/verilator_model/src/pspinsim.cpp +++ b/hw/verilator_model/src/pspinsim.cpp @@ -277,7 +277,7 @@ int spin_nicmem_read(spin_nic_addr_t addr, void *data, size_t size, void* user_p // this will be swapped with Timo's stuff -int spin_find_handler_by_name(char *binfile, char* handler_name, spin_nic_addr_t *handler_addr, size_t *handler_size) +int spin_find_handler_by_name(const char *binfile, const char* handler_name, spin_nic_addr_t *handler_addr, size_t *handler_size) { struct stat sb; FILE *f = fopen(binfile, "rb"); diff --git a/overview.svg b/overview.svg new file mode 100644 index 0000000..332c852 --- /dev/null +++ b/overview.svg @@ -0,0 +1,1631 @@ + +image/svg+xmlInbound +Engine +Outbound +Engine +Network Interface +Host Interface +PsPIN Unit +Command +Unit +L2 program +memory +L2 handler +memory +L2 packet +buffer +DMA engine +(off +- +cluster) +Packet +Scheduler +Command +unit +Monitoring +& control +L1 TCDM +H +H +H +H +H +H +H +H +DMA +CSCHED +Cluster 3 +L1 TCDM +H +H +H +H +H +H +H +H +DMA +CSCHED +Cluster 2 +L1 TCDM +H +H +H +H +H +H +H +H +DMA +CSCHED +Cluster 1 +L1 TCDM +H +H +H +H +H +H +H +H +DMA +CSCHED +Cluster 0 + +RTL +Functional + \ No newline at end of file diff --git a/sw/scripts/tracevis/example/bin/pulp_api_example b/sw/scripts/tracevis/example/bin/pulp_api_example deleted file mode 100755 index 4a661e7..0000000 Binary files a/sw/scripts/tracevis/example/bin/pulp_api_example and /dev/null differ diff --git a/sw/scripts/tracevis/example/chrome.json b/sw/scripts/tracevis/example/chrome.json deleted file mode 100644 index b98a6a0..0000000 --- a/sw/scripts/tracevis/example/chrome.json +++ /dev/null @@ -1,30955 +0,0 @@ -{"traceEvents": [ -{"name": "jal", "cat": "jal", "ph": "X", "ts": 79, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "79", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000000", "time": "101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 102, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000000 x10:00000000", "time": "102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 125, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000000 x10:00000000", "time": "125", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 126, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000000", "time": "126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 149, "dur": 48, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000aa", "instr": "beq x10, x0, 8 x10:00000000", "time": "149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:44"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 197, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000b2", "instr": "auipc x5, 0x2000 x5=1c0020b2", "time": "197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:82"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000b6", "instr": "addi x5, x5, 1350 x5=1c0025f8 x5:1c0020b2", "time": "198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:82"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 199, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000ba", "instr": "auipc x6, 0x2000 x6=1c0020ba", "time": "199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:83"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000be", "instr": "addi x6, x6, 1522 x6=1c0026ac x6:1c0020ba", "time": "222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:83"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 223, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c0025f8 PA:1c0025f8", "time": "223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c0025fc x5:1c0025f8", "time": "241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 242, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c0025fc x6:1c0026ac", "time": "242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 281, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c0025fc PA:1c0025fc", "time": "281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002600 x5:1c0025fc", "time": "299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 300, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002600 x6:1c0026ac", "time": "300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 329, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002600 PA:1c002600", "time": "329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002604 x5:1c002600", "time": "347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 348, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002604 x6:1c0026ac", "time": "348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 377, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002604 PA:1c002604", "time": "377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002608 x5:1c002604", "time": "395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 396, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002608 x6:1c0026ac", "time": "396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 425, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002608 PA:1c002608", "time": "425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c00260c x5:1c002608", "time": "443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 444, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c00260c x6:1c0026ac", "time": "444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 473, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c00260c PA:1c00260c", "time": "473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002610 x5:1c00260c", "time": "491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 492, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002610 x6:1c0026ac", "time": "492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 521, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002610 PA:1c002610", "time": "521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002614 x5:1c002610", "time": "539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 540, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002614 x6:1c0026ac", "time": "540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 569, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002614 PA:1c002614", "time": "569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002618 x5:1c002614", "time": "587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 588, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002618 x6:1c0026ac", "time": "588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 617, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002618 PA:1c002618", "time": "617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c00261c x5:1c002618", "time": "635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 636, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c00261c x6:1c0026ac", "time": "636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 665, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c00261c PA:1c00261c", "time": "665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002620 x5:1c00261c", "time": "683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 684, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002620 x6:1c0026ac", "time": "684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 713, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002620 PA:1c002620", "time": "713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002624 x5:1c002620", "time": "731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 732, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002624 x6:1c0026ac", "time": "732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 761, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002624 PA:1c002624", "time": "761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002628 x5:1c002624", "time": "779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 780, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002628 x6:1c0026ac", "time": "780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 809, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002628 PA:1c002628", "time": "809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c00262c x5:1c002628", "time": "827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 828, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c00262c x6:1c0026ac", "time": "828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 857, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c00262c PA:1c00262c", "time": "857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002630 x5:1c00262c", "time": "875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 876, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002630 x6:1c0026ac", "time": "876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 905, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002630 PA:1c002630", "time": "905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 923, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002634 x5:1c002630", "time": "923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 924, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002634 x6:1c0026ac", "time": "924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 953, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002634 PA:1c002634", "time": "953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002638 x5:1c002634", "time": "971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 972, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002638 x6:1c0026ac", "time": "972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1001, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002638 PA:1c002638", "time": "1001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c00263c x5:1c002638", "time": "1019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1020, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c00263c x6:1c0026ac", "time": "1020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1049, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c00263c PA:1c00263c", "time": "1049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002640 x5:1c00263c", "time": "1067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1068, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002640 x6:1c0026ac", "time": "1068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1097, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002640 PA:1c002640", "time": "1097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002644 x5:1c002640", "time": "1115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1116, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002644 x6:1c0026ac", "time": "1116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1145, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002644 PA:1c002644", "time": "1145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002648 x5:1c002644", "time": "1163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1164, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002648 x6:1c0026ac", "time": "1164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1193, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002648 PA:1c002648", "time": "1193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c00264c x5:1c002648", "time": "1211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1212, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c00264c x6:1c0026ac", "time": "1212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1241, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c00264c PA:1c00264c", "time": "1241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002650 x5:1c00264c", "time": "1259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1260, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002650 x6:1c0026ac", "time": "1260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1289, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002650 PA:1c002650", "time": "1289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002654 x5:1c002650", "time": "1307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1308, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002654 x6:1c0026ac", "time": "1308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1337, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002654 PA:1c002654", "time": "1337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002658 x5:1c002654", "time": "1355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1356, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002658 x6:1c0026ac", "time": "1356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1385, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002658 PA:1c002658", "time": "1385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c00265c x5:1c002658", "time": "1403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1404, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c00265c x6:1c0026ac", "time": "1404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1433, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c00265c PA:1c00265c", "time": "1433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002660 x5:1c00265c", "time": "1451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1452, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002660 x6:1c0026ac", "time": "1452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1481, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002660 PA:1c002660", "time": "1481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002664 x5:1c002660", "time": "1499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1500, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002664 x6:1c0026ac", "time": "1500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1529, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002664 PA:1c002664", "time": "1529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002668 x5:1c002664", "time": "1547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1548, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002668 x6:1c0026ac", "time": "1548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1577, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002668 PA:1c002668", "time": "1577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c00266c x5:1c002668", "time": "1595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1596, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c00266c x6:1c0026ac", "time": "1596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1625, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c00266c PA:1c00266c", "time": "1625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002670 x5:1c00266c", "time": "1643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1644, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002670 x6:1c0026ac", "time": "1644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1673, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002670 PA:1c002670", "time": "1673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002674 x5:1c002670", "time": "1691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1692, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002674 x6:1c0026ac", "time": "1692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1721, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002674 PA:1c002674", "time": "1721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1739, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002678 x5:1c002674", "time": "1739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1740, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002678 x6:1c0026ac", "time": "1740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1769, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002678 PA:1c002678", "time": "1769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c00267c x5:1c002678", "time": "1787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1788, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c00267c x6:1c0026ac", "time": "1788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1817, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c00267c PA:1c00267c", "time": "1817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002680 x5:1c00267c", "time": "1835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1836, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002680 x6:1c0026ac", "time": "1836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1865, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002680 PA:1c002680", "time": "1865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002684 x5:1c002680", "time": "1883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1884, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002684 x6:1c0026ac", "time": "1884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1913, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002684 PA:1c002684", "time": "1913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002688 x5:1c002684", "time": "1931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1932, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002688 x6:1c0026ac", "time": "1932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 1961, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002688 PA:1c002688", "time": "1961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 1979, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c00268c x5:1c002688", "time": "1979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 1980, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c00268c x6:1c0026ac", "time": "1980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2009, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c00268c PA:1c00268c", "time": "2009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002690 x5:1c00268c", "time": "2027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 2028, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002690 x6:1c0026ac", "time": "2028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2057, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002690 PA:1c002690", "time": "2057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002694 x5:1c002690", "time": "2075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 2076, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002694 x6:1c0026ac", "time": "2076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2105, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002694 PA:1c002694", "time": "2105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c002698 x5:1c002694", "time": "2123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 2124, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c002698 x6:1c0026ac", "time": "2124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2153, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c002698 PA:1c002698", "time": "2153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c00269c x5:1c002698", "time": "2171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 2172, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c00269c x6:1c0026ac", "time": "2172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2201, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c00269c PA:1c00269c", "time": "2201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c0026a0 x5:1c00269c", "time": "2219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 2220, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c0026a0 x6:1c0026ac", "time": "2220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2249, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c0026a0 PA:1c0026a0", "time": "2249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c0026a4 x5:1c0026a0", "time": "2267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 2268, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c0026a4 x6:1c0026ac", "time": "2268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2297, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c0026a4 PA:1c0026a4", "time": "2297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c0026a8 x5:1c0026a4", "time": "2315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 2316, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c0026a8 x6:1c0026ac", "time": "2316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2345, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c2", "instr": "sw x0, 0(x5) x5:1c0026a8 PA:1c0026a8", "time": "2345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:89"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c6", "instr": "addi x5, x5, 4 x5=1c0026ac x5:1c0026a8", "time": "2363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:90"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 2364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000c8", "instr": "bltu x5, x6, -6 x5:1c0026ac x6:1c0026ac", "time": "2364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:92"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 2365, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000cc", "instr": "auipc x2, 0xf4001000 x2=100010cc", "time": "2365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:97"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000d0", "instr": "addi x2, x2, -1852 x2=10000990 x2:100010cc", "time": "2379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:97"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 2380, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000d4", "instr": "jal x1, 2976 x1=1c0000d8", "time": "2380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:107"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000c74", "instr": "addi x2, x2, -32 x2=10000970 x2:10000990", "time": "2395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:70"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000c76", "instr": "sw x1, 28(x2) x1:1c0000d8 x2:10000970 PA:1000098c", "time": "2396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:70"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000c78", "instr": "sw x8, 24(x2) x8:00000000 x2:10000970 PA:10000988", "time": "2397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:70"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000c7a", "instr": "sw x9, 20(x2) x9:00000000 x2:10000970 PA:10000984", "time": "2398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:70"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000c7c", "instr": "addi x8, x2, 32 x8=10000990 x2:10000970", "time": "2399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:70"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2400, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000c7e", "instr": "sw x18, 16(x2) x18:00000000 x2:10000970 PA:10000980", "time": "2400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:70"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000c80", "instr": "sw x19, 12(x2) x19:00000000 x2:10000970 PA:1000097c", "time": "2413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:70"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000c82", "instr": "sw x20, 8(x2) x20:00000000 x2:10000970 PA:10000978", "time": "2414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:70"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "enable_all_icache_banks", "args":{"pc": "1c000c84", "instr": "lui x15, 0x1b201000 x15=1b201000", "time": "2415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:31"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "enable_all_icache_banks", "args":{"pc": "1c000c88", "instr": "addi x14, x0, -1 x14=ffffffff", "time": "2416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:31"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2417, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "enable_all_icache_banks", "args":{"pc": "1c000c8a", "instr": "sw x14, 1024(x15) x14:ffffffff x15:1b201000 PA:1b201400", "time": "2417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:31"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "enable_all_icache_banks", "args":{"pc": "1c000c8e", "instr": "lui x9, 0x10000000 x9=10000000", "time": "2435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:31"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 2436, "dur": 75, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000c92", "instr": "jal x1, 342 x1=1c000c94", "time": "2436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:102"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_irq_maskClr", "args":{"pc": "1c000de8", "instr": "lui x15, 0x1b204000 x15=1b204000", "time": "2511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:230"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_irq_maskClr", "args":{"pc": "1c000dec", "instr": "addi x14, x0, -1 x14=ffffffff", "time": "2512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:230"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2513, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_irq_maskClr", "args":{"pc": "1c000dee", "instr": "sw x14, 16(x15) x14:ffffffff x15:1b204000 PA:1b204010", "time": "2513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:230"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_bootaddr_set", "args":{"pc": "1c000df0", "instr": "lui x15, 0x1c000000 x15=1c000000", "time": "2529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_bootaddr_set", "args":{"pc": "1c000df4", "instr": "lui x14, 0x1b200000 x14=1b200000", "time": "2530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:47"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_bootaddr_set", "args":{"pc": "1c000df8", "instr": "addi x15, x15, 0 x15=1c000000 x15:1c000000", "time": "2531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:47"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2532, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_bootaddr_set", "args":{"pc": "1c000dfc", "instr": "sw x15, 64(x14) x15:1c000000 x14:1b200000 PA:1b200040", "time": "2532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:47"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 2536, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_irq_init", "args":{"pc": "1c000dfe", "instr": "jalr x0, x1, 0 x1:1c000c94", "time": "2536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:200"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000c94", "instr": "addi x9, x9, 360 x9=10000168 x9:10000000", "time": "2566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:102"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 2567, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000c98", "instr": "jal x1, 470 x1=1c000c9a", "time": "2567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:106"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_utils_init", "args":{"pc": "1c000e6e", "instr": "lui x15, 0x10000000 x15=10000000", "time": "2602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:88"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_utils_init", "args":{"pc": "1c000e72", "instr": "addi x15, x15, 88 x15=10000058 x15:10000000", "time": "2603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:88"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_utils_init", "args":{"pc": "1c000e76", "instr": "sw x0, 0(x15) x15:10000058 PA:10000058", "time": "2604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:88"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2605, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_utils_init", "args":{"pc": "1c000e7a", "instr": "sw x0, 4(x15) x15:10000058 PA:1000005c", "time": "2605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:88"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_utils_init", "args":{"pc": "1c000e7e", "instr": "sw x0, 8(x15) x15:10000058 PA:10000060", "time": "2622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:88"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_utils_init", "args":{"pc": "1c000e82", "instr": "sw x0, 12(x15) x15:10000058 PA:10000064", "time": "2623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:88"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_utils_init", "args":{"pc": "1c000e86", "instr": "sw x0, 16(x15) x15:10000058 PA:10000068", "time": "2624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:88"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_utils_init", "args":{"pc": "1c000e8a", "instr": "sw x0, 20(x15) x15:10000058 PA:1000006c", "time": "2625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:88"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 2626, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_utils_init", "args":{"pc": "1c000e8e", "instr": "jalr x0, x1, 0 x1:1c000c9a", "time": "2626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:90"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 2644, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000c9a", "instr": "jal x1, 1488 x1=1c000c9c", "time": "2644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:107"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c00126a", "instr": "addi x2, x2, -16 x2=10000960 x2:10000970", "time": "2662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:317"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2663, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c00126c", "instr": "sw x8, 8(x2) x8:10000990 x2:10000960 PA:10000968", "time": "2663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:317"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c00126e", "instr": "lui x8, 0x2ce000 x8=002ce000", "time": "2680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:338"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c001272", "instr": "addi x8, x8, -1716 x8=002cd94c x8:002ce000", "time": "2681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:338"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c001276", "instr": "sw x9, 4(x2) x9:10000168 x2:10000960 PA:10000964", "time": "2682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:317"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c001278", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "2683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:342"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2684, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c00127c", "instr": "lui x9, 0x1c002000 x9=1c002000", "time": "2684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:342"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 2701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c001280", "instr": "add x12, x0, x8 x12=002cd94c x8:002cd94c", "time": "2701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:342"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c001282", "instr": "addi x11, x9, 1716 x11=1c0026b4 x9:1c002000", "time": "2702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:342"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c001286", "instr": "addi x10, x10, 1696 x10=1c0026a0 x10:1c002000", "time": "2703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:342"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c00128a", "instr": "sw x1, 12(x2) x1:1c000c9c x2:10000960 PA:1000096c", "time": "2704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:317"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 2705, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c00128c", "instr": "jal x1, -346 x1=1c00128e", "time": "2705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:342"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2739, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001132", "instr": "addi x15, x11, 7 x15=1c0026bb x11:1c0026b4", "time": "2739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:106"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 2740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001136", "instr": "p.bclr x15, x15, 2, 0 x15=1c0026b8 x15:1c0026bb", "time": "2740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:106"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 2741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00113a", "instr": "sub x11, x15, x11 x11=00000004 x15:1c0026b8 x11:1c0026b4", "time": "2741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:108"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2742, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00113e", "instr": "sw x15, 0(x10) x15:1c0026b8 x10:1c0026a0 PA:1c0026a0", "time": "2742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:107"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 2761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001140", "instr": "sub x12, x12, x11 x12=002cd948 x12:002cd94c x11:00000004", "time": "2761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:108"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 2762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001142", "instr": "bge x0, x12, 14 x12:002cd948", "time": "2762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:109"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 2763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001146", "instr": "p.bclr x12, x12, 2, 0 x12=002cd948 x12:002cd948", "time": "2763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2764, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00114a", "instr": "sw x12, 0(x15) x12:002cd948 x15:1c0026b8 PA:1c0026b8", "time": "2764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2782, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00114c", "instr": "sw x0, 4(x15) x15:1c0026b8 PA:1c0026bc", "time": "2782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:111"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 2800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001150", "instr": "jalr x0, x1, 0 x1:1c00128e", "time": "2800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:113"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c00128e", "instr": "addi x11, x9, 1716 x11=1c0026b4 x9:1c002000", "time": "2801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:339"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 2802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c001292", "instr": "add x11, x11, x8 x11=1c2d0000 x11:1c0026b4 x8:002cd94c", "time": "2802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:345"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c001294", "instr": "lui x8, 0x1c002000 x8=1c002000", "time": "2803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:345"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c001298", "instr": "lui x12, 0x30000 x12=00030000", "time": "2804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:345"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2805, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c00129c", "instr": "addi x10, x8, 1700 x10=1c0026a4 x8:1c002000", "time": "2805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:345"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 2822, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c0012a0", "instr": "jal x1, -366 x1=1c0012a2", "time": "2822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:345"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001132", "instr": "addi x15, x11, 7 x15=1c2d0007 x11:1c2d0000", "time": "2824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:106"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 2825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001136", "instr": "p.bclr x15, x15, 2, 0 x15=1c2d0000 x15:1c2d0007", "time": "2825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:106"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 2826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00113a", "instr": "sub x11, x15, x11 x11=00000000 x15:1c2d0000 x11:1c2d0000", "time": "2826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:108"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2827, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00113e", "instr": "sw x15, 0(x10) x15:1c2d0000 x10:1c0026a4 PA:1c0026a4", "time": "2827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:107"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 2845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001140", "instr": "sub x12, x12, x11 x12=00030000 x12:00030000 x11:00000000", "time": "2845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:108"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 2846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001142", "instr": "bge x0, x12, 14 x12:00030000", "time": "2846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:109"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 2847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001146", "instr": "p.bclr x12, x12, 2, 0 x12=00030000 x12:00030000", "time": "2847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2848, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00114a", "instr": "sw x12, 0(x15) x12:00030000 x15:1c2d0000 PA:1c2d0000", "time": "2848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2866, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00114c", "instr": "sw x0, 4(x15) x15:1c2d0000 PA:1c2d0004", "time": "2866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:111"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 2884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001150", "instr": "jalr x0, x1, 0 x1:1c0012a2", "time": "2884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:113"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 2885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c0012a2", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "2885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "p.extractu", "cat": "p.extractu", "ph": "X", "ts": 2886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c0012a6", "instr": "p.extractu x15, x15, 5, 5 x15=00000000 x15:00000000", "time": "2886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 2887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c0012aa", "instr": "bne x15, x0, 14 x15:00000000", "time": "2887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:363"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 2888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c0012ac", "instr": "lw x8, 8(x2) x8=10000990 x2:10000960 PA:10000968", "time": "2888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:373"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 2889, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c0012ae", "instr": "lw x1, 12(x2) x1=1c000c9c x2:10000960 PA:1000096c", "time": "2889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:373"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 2905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c0012b0", "instr": "lw x9, 4(x2) x9=10000168 x2:10000960 PA:10000964", "time": "2905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:373"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c0012b2", "instr": "addi x10, x0, 0 x10=00000000", "time": "2906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:366"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c0012b4", "instr": "addi x2, x2, 16 x2=10000970 x2:10000960", "time": "2907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:373"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 2908, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_allocs_init", "args":{"pc": "1c0012b6", "instr": "jal x0, -126 ", "time": "2908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:366"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2926, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_l1_base", "args":{"pc": "1c001238", "instr": "lui x11, 0x10001000 x11=10001000", "time": "2926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:728"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 2927, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_l1_base", "args":{"pc": "1c00123c", "instr": "slli x14, x10, 0x16 x14=00000000 x10:00000000", "time": "2927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:728"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_l1_base", "args":{"pc": "1c001240", "instr": "addi x11, x11, -1648 x11=10000990 x11:10001000", "time": "2944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:728"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 2945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_l1_base", "args":{"pc": "1c001244", "instr": "add x13, x14, x11 x13=10000990 x14:00000000 x11:10000990", "time": "2945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:728"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1_for_fc", "args":{"pc": "1c001248", "instr": "lui x12, 0x1c002000 x12=1c002000", "time": "2946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:308"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2947, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1_for_fc", "args":{"pc": "1c00124c", "instr": "addi x15, x0, 4 x15=00000004", "time": "2947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:307"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 2964, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1_for_fc", "args":{"pc": "1c001250", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "2964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:307"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2965, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1_for_fc", "args":{"pc": "1c001252", "instr": "sw x13, 1692(x12) x13:10000990 x12:1c002000 PA:1c00269c", "time": "2965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:308"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 2983, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1_for_fc", "args":{"pc": "1c001256", "instr": "lui x12, 0xff000 x12=000ff000", "time": "2983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:311"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 2984, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1_for_fc", "args":{"pc": "1c00125a", "instr": "add x14, x14, x15 x14=00000010 x14:00000000 x15:00000010", "time": "2984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:311"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 2985, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1_for_fc", "args":{"pc": "1c00125c", "instr": "slli x10, x10, 0x2 x10=00000000 x10:00000000", "time": "2985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:311"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1_for_fc", "args":{"pc": "1c00125e", "instr": "addi x12, x12, 1648 x12=000ff670 x12:000ff000", "time": "2986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:311"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 2987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1_for_fc", "args":{"pc": "1c001262", "instr": "sub x12, x12, x15 x12=000ff660 x12:000ff670 x15:00000010", "time": "2987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:311"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 2988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1_for_fc", "args":{"pc": "1c001264", "instr": "add x11, x11, x14 x11=100009a0 x11:10000990 x14:00000010", "time": "2988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:311"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 2989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1_for_fc", "args":{"pc": "1c001266", "instr": "add x10, x10, x13 x10=10000990 x10:00000000 x13:10000990", "time": "2989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:311"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 2990, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1_for_fc", "args":{"pc": "1c001268", "instr": "jal x0, -310 ", "time": "2990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:311"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 2992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001132", "instr": "addi x15, x11, 7 x15=100009a7 x11:100009a0", "time": "2992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:106"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 2993, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001136", "instr": "p.bclr x15, x15, 2, 0 x15=100009a0 x15:100009a7", "time": "2993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:106"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 2994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00113a", "instr": "sub x11, x15, x11 x11=00000000 x15:100009a0 x11:100009a0", "time": "2994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:108"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2995, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00113e", "instr": "sw x15, 0(x10) x15:100009a0 x10:10000990 PA:10000990", "time": "2995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:107"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 2996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001140", "instr": "sub x12, x12, x11 x12=000ff660 x12:000ff660 x11:00000000", "time": "2996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:108"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 2997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001142", "instr": "bge x0, x12, 14 x12:000ff660", "time": "2997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:109"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 2998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001146", "instr": "p.bclr x12, x12, 2, 0 x12=000ff660 x12:000ff660", "time": "2998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 2999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00114a", "instr": "sw x12, 0(x15) x12:000ff660 x15:100009a0 PA:100009a0", "time": "2999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00114c", "instr": "sw x0, 4(x15) x15:100009a0 PA:100009a4", "time": "3000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:111"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 3001, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001150", "instr": "jalr x0, x1, 0 x1:1c000c9c", "time": "3001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:113"}}, -{"name": "p.lw", "cat": "p.lw", "ph": "X", "ts": 3003, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000c9c", "instr": "p.lw x15, 4(x9!) x15=1c001118 x9=1000016c x9:10000168 PA:10000168", "time": "3003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:37"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 3020, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000ca0", "instr": "bne x15, x0, 102 x15:1c001118", "time": "3020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:37"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 3039, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000d06", "instr": "jalr x1, x15, 0 x1=1c000d08 x15:1c001118", "time": "3039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:38"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 3057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_sched_init", "args":{"pc": "1c001118", "instr": "lui x10, 0x10000000 x10=10000000", "time": "3057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:265"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3058, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_sched_init", "args":{"pc": "1c00111c", "instr": "addi x10, x10, 312 x10=10000138 x10:10000000", "time": "3058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:265"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_sched_init", "args":{"pc": "1c001120", "instr": "sw x0, 0(x10) x10:10000138 PA:10000138", "time": "3075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:265"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_sched_init", "args":{"pc": "1c001124", "instr": "sw x0, 4(x10) x10:10000138 PA:1000013c", "time": "3076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:29"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_sched_init", "args":{"pc": "1c001128", "instr": "sw x0, 16(x10) x10:10000138 PA:10000148", "time": "3077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:30"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_sched_init", "args":{"pc": "1c00112c", "instr": "addi x11, x0, 1 x11=00000001", "time": "3078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:269"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_sched_init", "args":{"pc": "1c00112e", "instr": "addi x10, x10, 4 x10=1000013c x10:10000138", "time": "3079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:269"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3080, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_sched_init", "args":{"pc": "1c001130", "instr": "jal x0, -556 ", "time": "3080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:269"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f04", "instr": "addi x2, x2, -32 x2=10000950 x2:10000970", "time": "3098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f06", "instr": "sw x19, 12(x2) x19:00000000 x2:10000950 PA:1000095c", "time": "3099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f08", "instr": "add x19, x0, x11 x19=00000001 x11:00000001", "time": "3100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f0a", "instr": "sw x1, 28(x2) x1:1c000d08 x2:10000950 PA:1000096c", "time": "3101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f0c", "instr": "sw x8, 24(x2) x8:10000990 x2:10000950 PA:10000968", "time": "3102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3103, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f0e", "instr": "sw x9, 20(x2) x9:1000016c x2:10000950 PA:10000964", "time": "3103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f10", "instr": "sw x18, 16(x2) x18:00000000 x2:10000950 PA:10000960", "time": "3119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3120, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f12", "instr": "sw x20, 8(x2) x20:00000000 x2:10000950 PA:10000958", "time": "3120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3121, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f14", "instr": "sw x21, 4(x2) x21:00000000 x2:10000950 PA:10000954", "time": "3121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3122, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f16", "instr": "sw x22, 0(x2) x22:00000000 x2:10000950 PA:10000950", "time": "3122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 3123, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c000f18", "instr": "csrrci x21, 0x00000008, 0x300 x21=00001800", "time": "3123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3127, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c000f1c", "instr": "add x18, x0, x10 x18=1000013c x10:1000013c", "time": "3127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 3128, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f1e", "instr": "bne x10, x0, 14 x10:1000013c", "time": "3128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3142, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f2c", "instr": "addi x11, x0, 112 x11=00000070", "time": "3142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:64"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 3159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f30", "instr": "mul x11, x19, x11 x11=00000070 x19:00000001 x11:00000070", "time": "3159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:64"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 3160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000f34", "instr": "csrrs x10, x0, 0xf14 x10=00000000", "time": "3160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 3161, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000f38", "instr": "srai x10, x10, 0x405 x10=00000000 x10:00000000", "time": "3161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 3162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000f3a", "instr": "p.bclr x10, x10, 25, 6 x10=00000000 x10:00000000", "time": "3162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3163, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f3e", "instr": "addi x10, x10, 2 x10=00000002 x10:00000000", "time": "3163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:64"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3180, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f40", "instr": "jal x1, 656 x1=1c000f42", "time": "3180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "3198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 3199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000002", "time": "3199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 3200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011d6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "3200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3201, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011da", "instr": "lw x15, 1692(x15) x15=10000990 x15:1c002000 PA:1c00269c", "time": "3201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3216, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011de", "instr": "addi x10, x10, -2 x10=00000000 x10:00000002", "time": "3216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 3220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011e0", "instr": "slli x10, x10, 0x2 x10=00000000 x10:00000000", "time": "3220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=10000990 x10:00000000 x15:10000990", "time": "3221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3222, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "3222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=100009a0 x10:10000990 PA:10000990", "time": "3224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00000077 x11:00000070", "time": "3225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 3226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00000070 x11:00000077", "time": "3226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "3227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 3228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:100009a0", "time": "3228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3229, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=000ff660 x15:100009a0 PA:100009a0", "time": "3229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 3245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:000ff660 x11:00000070", "time": "3245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 3246, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:000ff660 x11:00000070", "time": "3246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 3265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=000ff5f0 x14:000ff660 x11:00000070", "time": "3265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3266, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:000ff5f0 x15:100009a0 PA:100009a0", "time": "3266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=100fff90 x15:100009a0 x14:000ff5f0", "time": "3282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3283, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "3283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=100fff90 x15:100fff90", "time": "3285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 3286, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c000f42", "time": "3286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f42", "instr": "add x8, x0, x10 x8=100fff90 x10:100fff90", "time": "3288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f44", "instr": "addi x10, x0, -1 x10=ffffffff", "time": "3289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:65"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 3290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f46", "instr": "beq x8, x0, 24 x8:100fff90", "time": "3290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f48", "instr": "addi x8, x8, 8 x8=100fff98 x8:100fff90", "time": "3291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f4a", "instr": "addi x9, x0, 0 x9=00000000", "time": "3292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:67"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 3293, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f4c", "instr": "lui x22, 0x10000000 x22=10000000", "time": "3293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:69"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f50", "instr": "addi x20, x8, -8 x20=100fff90 x8:100fff98", "time": "3310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:69"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 3311, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f54", "instr": "blt x9, x19, 30 x9:00000000 x19:00000001", "time": "3311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:67 (discriminator 1)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f72", "instr": "add x11, x0, x18 x11=1000013c x18:1000013c", "time": "3330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:68 (discriminator 3)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f74", "instr": "add x10, x0, x20 x10=100fff90 x20:100fff90", "time": "3331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:68 (discriminator 3)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3332, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f76", "instr": "jal x1, -190 x1=1c000f78", "time": "3332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000eb8", "instr": "addi x2, x2, -16 x2=10000940 x2:10000950", "time": "3350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000eba", "instr": "sw x8, 8(x2) x8:100fff98 x2:10000940 PA:10000948", "time": "3351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ebc", "instr": "sw x9, 4(x2) x9:00000000 x2:10000940 PA:10000944", "time": "3352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3353, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ebe", "instr": "sw x1, 12(x2) x1:1c000f78 x2:10000940 PA:1000094c", "time": "3353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ec0", "instr": "add x8, x0, x10 x8=100fff90 x10:100fff90", "time": "3369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ec2", "instr": "add x9, x0, x11 x9=1000013c x11:1000013c", "time": "3370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_min_init", "args":{"pc": "1c000ec4", "instr": "sw x0, 16(x10) x10:100fff90 PA:100fffa0", "time": "3371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:282"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_min_init", "args":{"pc": "1c000ec8", "instr": "sw x0, 20(x10) x10:100fff90 PA:100fffa4", "time": "3372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:283"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ecc", "instr": "addi x11, x0, 16 x11=00000010", "time": "3373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3374, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ece", "instr": "addi x10, x0, 0 x10=00000000", "time": "3374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3390, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed0", "instr": "jal x1, 768 x1=1c000ed2", "time": "3390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "3392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 3393, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000000", "time": "3393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 3396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "3396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 3397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ea", "instr": "slli x10, x10, 0x2 x10=00000000 x10:00000000", "time": "3397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3398, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ec", "instr": "addi x15, x15, 1696 x15=1c0026a0 x15:1c002000", "time": "3398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3415, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011f0", "instr": "jal x0, -14 ", "time": "3415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=1c0026a0 x10:00000000 x15:1c0026a0", "time": "3417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3418, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "3418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3420, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=1c0026b8 x10:1c0026a0 PA:1c0026a0", "time": "3420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00000017 x11:00000010", "time": "3434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 3435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00000010 x11:00000017", "time": "3435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "3436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 3437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:1c0026b8", "time": "3437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3438, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=002cd948 x15:1c0026b8 PA:1c0026b8", "time": "3438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 3453, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:002cd948 x11:00000010", "time": "3453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 3454, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:002cd948 x11:00000010", "time": "3454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 3457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=002cd938 x14:002cd948 x11:00000010", "time": "3457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3458, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:002cd938 x15:1c0026b8 PA:1c0026b8", "time": "3458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3476, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=1c2cfff0 x15:1c0026b8 x14:002cd938", "time": "3476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3477, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "3477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=1c2cfff0 x15:1c2cfff0", "time": "3479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 3480, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c000ed2", "time": "3480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3482, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed2", "instr": "sw x10, 108(x8) x10:1c2cfff0 x8:100fff90 PA:100ffffc", "time": "3482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3483, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed4", "instr": "sw x9, 12(x8) x9:1000013c x8:100fff90 PA:100fff9c", "time": "3483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:39"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3484, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed6", "instr": "sw x0, 0(x8) x8:100fff90 PA:100fff90", "time": "3484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:40"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3485, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000eda", "instr": "lw x1, 12(x2) x1=1c000f78 x2:10000940 PA:1000094c", "time": "3485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3486, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000edc", "instr": "lw x8, 8(x2) x8=100fff98 x2:10000940 PA:10000948", "time": "3486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3487, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ede", "instr": "lw x9, 4(x2) x9=00000000 x2:10000940 PA:10000944", "time": "3487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ee0", "instr": "addi x2, x2, 16 x2=10000950 x2:10000940", "time": "3503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 3504, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ee2", "instr": "jalr x0, x1, 0 x1:1c000f78", "time": "3504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f78", "instr": "addi x15, x22, 312 x15=10000138 x22:10000000", "time": "3506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:69 (discriminator 3)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f7c", "instr": "lw x14, 0(x15) x14=00000000 x15:10000138 PA:10000138", "time": "3507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:69 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3508, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f7e", "instr": "addi x9, x9, 1 x9=00000001 x9:00000000", "time": "3508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:67 (discriminator 3)"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 3524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f80", "instr": "p.sw x14, 112(x8!) x8=10100008 x14:00000000 x8:100fff98 PA:100fff98", "time": "3524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:69 (discriminator 3)"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f84", "instr": "sw x20, 0(x15) x20:100fff90 x15:10000138 PA:10000138", "time": "3525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:70 (discriminator 3)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3526, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f88", "instr": "jal x0, -56 ", "time": "3526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:70 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f50", "instr": "addi x20, x8, -8 x20=10100000 x8:10100008", "time": "3528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:69"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 3529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f54", "instr": "blt x9, x19, 30 x9:00000001 x19:00000001", "time": "3529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:67 (discriminator 1)"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 3530, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c000f58", "instr": "csrrw x0, x21, 0x300 x21:00001800", "time": "3530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f5c", "instr": "addi x10, x0, 0 x10=00000000", "time": "3534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:75"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3535, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f5e", "instr": "lw x1, 28(x2) x1=1c000d08 x2:10000950 PA:1000096c", "time": "3535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f60", "instr": "lw x8, 24(x2) x8=10000990 x2:10000950 PA:10000968", "time": "3548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f62", "instr": "lw x9, 20(x2) x9=1000016c x2:10000950 PA:10000964", "time": "3549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f64", "instr": "lw x18, 16(x2) x18=00000000 x2:10000950 PA:10000960", "time": "3550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f66", "instr": "lw x19, 12(x2) x19=00000000 x2:10000950 PA:1000095c", "time": "3551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f68", "instr": "lw x20, 8(x2) x20=00000000 x2:10000950 PA:10000958", "time": "3552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f6a", "instr": "lw x21, 4(x2) x21=00000000 x2:10000950 PA:10000954", "time": "3553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f6c", "instr": "lw x22, 0(x2) x22=00000000 x2:10000950 PA:10000950", "time": "3554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f6e", "instr": "addi x2, x2, 32 x2=10000970 x2:10000950", "time": "3555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 3556, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f70", "instr": "jalr x0, x1, 0 x1:1c000d08", "time": "3556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3558, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000d08", "instr": "jal x0, -108 ", "time": "3558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:38"}}, -{"name": "p.lw", "cat": "p.lw", "ph": "X", "ts": 3560, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000c9c", "instr": "p.lw x15, 4(x9!) x15=1c0015b6 x9=10000170 x9:1000016c PA:1000016c", "time": "3560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:37"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 3562, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000ca0", "instr": "bne x15, x0, 102 x15:1c0015b6", "time": "3562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:37"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 3565, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000d06", "instr": "jalr x1, x15, 0 x1=1c000d08 x15:1c0015b6", "time": "3565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:38"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 3583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_new", "args":{"pc": "1c0015b6", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "3583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:423"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_new", "args":{"pc": "1c0015ba", "instr": "addi x2, x2, -16 x2=10000960 x2:10000970", "time": "3584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:420"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3585, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_new", "args":{"pc": "1c0015bc", "instr": "addi x12, x0, 0 x12=00000000", "time": "3585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:423"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_new", "args":{"pc": "1c0015be", "instr": "addi x11, x11, 804 x11=1c001324 x11:1c001000", "time": "3602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:423"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_new", "args":{"pc": "1c0015c2", "instr": "addi x10, x0, 0 x10=00000000", "time": "3603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:423"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_new", "args":{"pc": "1c0015c4", "instr": "sw x1, 12(x2) x1:1c000d08 x2:10000960 PA:1000096c", "time": "3604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:420"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3605, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_new", "args":{"pc": "1c0015c6", "instr": "jal x1, -1990 x1=1c0015ca", "time": "3605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:423"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e00", "instr": "addi x2, x2, -32 x2=10000940 x2:10000960", "time": "3607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e02", "instr": "sw x8, 24(x2) x8:10000990 x2:10000940 PA:10000958", "time": "3608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e04", "instr": "sw x9, 20(x2) x9:10000170 x2:10000940 PA:10000954", "time": "3609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e06", "instr": "add x8, x0, x10 x8=00000000 x10:00000000", "time": "3610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e08", "instr": "add x9, x0, x11 x9=1c001324 x11:1c001324", "time": "3611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0a", "instr": "addi x10, x0, 1 x10=00000001", "time": "3612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0c", "instr": "addi x11, x0, 12 x11=0000000c", "time": "3613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3614, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0e", "instr": "sw x12, 12(x2) x12:00000000 x2:10000940 PA:1000094c", "time": "3614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e10", "instr": "sw x1, 28(x2) x1:1c0015ca x2:10000940 PA:1000095c", "time": "3630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3631, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e12", "instr": "jal x1, 958 x1=1c000e14", "time": "3631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "3633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 3634, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000001", "time": "3634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 3637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "3637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 3638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ea", "instr": "slli x10, x10, 0x2 x10=00000004 x10:00000001", "time": "3638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ec", "instr": "addi x15, x15, 1696 x15=1c0026a0 x15:1c002000", "time": "3639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3640, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011f0", "instr": "jal x0, -14 ", "time": "3640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=1c0026a4 x10:00000004 x15:1c0026a0", "time": "3642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3643, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "3643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3645, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=1c2d0000 x10:1c0026a4 PA:1c0026a4", "time": "3645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00000013 x11:0000000c", "time": "3659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 3660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00000010 x11:00000013", "time": "3660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "3661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 3662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:1c2d0000", "time": "3662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3663, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=00030000 x15:1c2d0000 PA:1c2d0000", "time": "3663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 3678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:00030000 x11:00000010", "time": "3678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 3679, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:00030000 x11:00000010", "time": "3679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 3682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=0002fff0 x14:00030000 x11:00000010", "time": "3682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3683, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:0002fff0 x15:1c2d0000 PA:1c2d0000", "time": "3683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=1c2ffff0 x15:1c2d0000 x14:0002fff0", "time": "3701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3702, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "3702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=1c2ffff0 x15:1c2ffff0", "time": "3704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 3705, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c000e14", "time": "3705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e14", "instr": "lw x12, 12(x2) x12=00000000 x2:10000940 PA:1000094c", "time": "3707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:60"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 3708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e16", "instr": "beq x10, x0, 36 x10:1c2ffff0", "time": "3708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:60"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 3709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e18", "instr": "lui x15, 0x10000000 x15=10000000", "time": "3709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 3710, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e1c", "instr": "slli x8, x8, 0x2 x8=00000000 x8:00000000", "time": "3710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e1e", "instr": "addi x15, x15, 88 x15=10000058 x15:10000000", "time": "3727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e22", "instr": "add x15, x15, x8 x15=10000058 x15:10000058 x8:00000000", "time": "3728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e24", "instr": "lw x14, 0(x15) x14=00000000 x15:10000058 PA:10000058", "time": "3729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3730, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e26", "instr": "sw x9, 0(x10) x9:1c001324 x10:1c2ffff0 PA:1c2ffff0", "time": "3730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3748, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e28", "instr": "sw x12, 4(x10) x12:00000000 x10:1c2ffff0 PA:1c2ffff4", "time": "3748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:63"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3766, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2a", "instr": "sw x14, 8(x10) x14:00000000 x10:1c2ffff0 PA:1c2ffff8", "time": "3766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2c", "instr": "sw x10, 0(x15) x10:1c2ffff0 x15:10000058 PA:10000058", "time": "3784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2e", "instr": "addi x10, x0, 0 x10=00000000", "time": "3785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:67"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e30", "instr": "lw x1, 28(x2) x1=1c0015ca x2:10000940 PA:1000095c", "time": "3786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e32", "instr": "lw x8, 24(x2) x8=10000990 x2:10000940 PA:10000958", "time": "3787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e34", "instr": "lw x9, 20(x2) x9=10000170 x2:10000940 PA:10000954", "time": "3788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e36", "instr": "addi x2, x2, 32 x2=10000960 x2:10000940", "time": "3789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 3790, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e38", "instr": "jalr x0, x1, 0 x1:1c0015ca", "time": "3790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 3792, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_new", "args":{"pc": "1c0015ca", "instr": "beq x10, x0, 30 x10:00000000", "time": "3792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:425"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 3827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_new", "args":{"pc": "1c0015e8", "instr": "lw x1, 12(x2) x1=1c000d08 x2:10000960 PA:1000096c", "time": "3827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:426"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3828, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_new", "args":{"pc": "1c0015ea", "instr": "addi x2, x2, 16 x2=10000970 x2:10000960", "time": "3828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:426"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 3830, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_new", "args":{"pc": "1c0015ec", "instr": "jalr x0, x1, 0 x1:1c000d08", "time": "3830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:426"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3847, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000d08", "instr": "jal x0, -108 ", "time": "3847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:38"}}, -{"name": "p.lw", "cat": "p.lw", "ph": "X", "ts": 3849, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000c9c", "instr": "p.lw x15, 4(x9!) x15=1c0016da x9=10000174 x9:10000170 PA:10000170", "time": "3849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:37"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 3851, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000ca0", "instr": "bne x15, x0, 102 x15:1c0016da", "time": "3851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:37"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 3854, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000d06", "instr": "jalr x1, x15, 0 x1=1c000d08 x15:1c0016da", "time": "3854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:38"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_sched_init", "args":{"pc": "1c0016da", "instr": "addi x2, x2, -16 x2=10000960 x2:10000970", "time": "3872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:131"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3873, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_sched_init", "args":{"pc": "1c0016dc", "instr": "sw x8, 8(x2) x8:10000990 x2:10000960 PA:10000968", "time": "3873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:131"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 3890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c0016de", "instr": "lui x15, 0x1c000000 x15=1c000000", "time": "3890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:40"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 3891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c0016e2", "instr": "lui x8, 0x10000000 x8=10000000", "time": "3891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:39"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_sched_init", "args":{"pc": "1c0016e6", "instr": "sw x9, 4(x2) x9:10000174 x2:10000960 PA:10000964", "time": "3892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:131"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3893, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_sched_init", "args":{"pc": "1c0016e8", "instr": "sw x18, 0(x2) x18:00000000 x2:10000960 PA:10000960", "time": "3893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:131"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3894, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_sched_init", "args":{"pc": "1c0016ea", "instr": "sw x1, 12(x2) x1:1c000d08 x2:10000960 PA:1000096c", "time": "3894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:131"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3895, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c0016ec", "instr": "addi x8, x8, 112 x8=10000070 x8:10000000", "time": "3895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:39"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3912, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c0016f0", "instr": "addi x15, x15, 664 x15=1c000298 x15:1c000000", "time": "3912", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:40"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c0016f4", "instr": "sw x15, 0(x8) x15:1c000298 x8:10000070 PA:10000070", "time": "3913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:40"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 3914, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c0016f6", "instr": "lui x15, 0x1c001000 x15=1c001000", "time": "3914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:43"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3915, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c0016fa", "instr": "addi x15, x15, 1714 x15=1c0016b2 x15:1c001000", "time": "3915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 3932, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c0016fe", "instr": "lui x11, 0x10000000 x11=10000000", "time": "3932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:44"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3933, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c001702", "instr": "addi x18, x8, 72 x18=100000b8 x8:10000070", "time": "3933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:46"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3934, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c001706", "instr": "sw x15, 12(x8) x15:1c0016b2 x8:10000070 PA:1000007c", "time": "3934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 3935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_queue_init", "args":{"pc": "1c001708", "instr": "lui x9, 0x10000000 x9=10000000", "time": "3935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:33"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3936, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c00170c", "instr": "addi x15, x11, 316 x15=1000013c x11:10000000", "time": "3936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:44"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3953, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_queue_init", "args":{"pc": "1c001710", "instr": "addi x9, x9, 340 x9=10000154 x9:10000000", "time": "3953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:33"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3954, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c001714", "instr": "sw x15, 184(x8) x15:1000013c x8:10000070 PA:10000128", "time": "3954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:44"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 3955, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c001718", "instr": "add x10, x0, x18 x10=100000b8 x18:100000b8", "time": "3955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:46"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c00171a", "instr": "addi x15, x0, 1 x15=00000001", "time": "3956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:45"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3957, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c00171c", "instr": "addi x11, x11, 316 x11=1000013c x11:10000000", "time": "3957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:46"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c001720", "instr": "sw x15, 188(x8) x15:00000001 x8:10000070 PA:1000012c", "time": "3974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:45"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_queue_init", "args":{"pc": "1c001724", "instr": "sw x0, 0(x9) x9:10000154 PA:10000154", "time": "3975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:33"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c001728", "instr": "sw x0, 52(x8) x8:10000070 PA:100000a4", "time": "3976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:39"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3977, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c00172c", "instr": "sw x0, 4(x8) x8:10000070 PA:10000074", "time": "3977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:41"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c001730", "instr": "sw x0, 8(x8) x8:10000070 PA:10000078", "time": "3994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:42"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 3995, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c001734", "instr": "jal x1, -2172 x1=1c001738", "time": "3995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:46"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 3997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000eb8", "instr": "addi x2, x2, -16 x2=10000950 x2:10000960", "time": "3997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000eba", "instr": "sw x8, 8(x2) x8:10000070 x2:10000950 PA:10000958", "time": "3998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 3999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ebc", "instr": "sw x9, 4(x2) x9:10000154 x2:10000950 PA:10000954", "time": "3999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ebe", "instr": "sw x1, 12(x2) x1:1c001738 x2:10000950 PA:1000095c", "time": "4000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ec0", "instr": "add x8, x0, x10 x8=100000b8 x10:100000b8", "time": "4001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ec2", "instr": "add x9, x0, x11 x9=1000013c x11:1000013c", "time": "4002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_min_init", "args":{"pc": "1c000ec4", "instr": "sw x0, 16(x10) x10:100000b8 PA:100000c8", "time": "4003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:282"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_min_init", "args":{"pc": "1c000ec8", "instr": "sw x0, 20(x10) x10:100000b8 PA:100000cc", "time": "4004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:283"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ecc", "instr": "addi x11, x0, 16 x11=00000010", "time": "4005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ece", "instr": "addi x10, x0, 0 x10=00000000", "time": "4006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4007, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed0", "instr": "jal x1, 768 x1=1c000ed2", "time": "4007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "4009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 4010, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000000", "time": "4010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "4013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 4014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ea", "instr": "slli x10, x10, 0x2 x10=00000000 x10:00000000", "time": "4014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ec", "instr": "addi x15, x15, 1696 x15=1c0026a0 x15:1c002000", "time": "4015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4016, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011f0", "instr": "jal x0, -14 ", "time": "4016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=1c0026a0 x10:00000000 x15:1c0026a0", "time": "4018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4019, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "4019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4021, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=1c0026b8 x10:1c0026a0 PA:1c0026a0", "time": "4021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00000017 x11:00000010", "time": "4035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 4036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00000010 x11:00000017", "time": "4036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "4037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 4038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:1c0026b8", "time": "4038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4039, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=002cd938 x15:1c0026b8 PA:1c0026b8", "time": "4039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 4054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:002cd938 x11:00000010", "time": "4054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 4055, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:002cd938 x11:00000010", "time": "4055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 4058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=002cd928 x14:002cd938 x11:00000010", "time": "4058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4059, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:002cd928 x15:1c0026b8 PA:1c0026b8", "time": "4059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=1c2cffe0 x15:1c0026b8 x14:002cd928", "time": "4077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4078, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "4078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=1c2cffe0 x15:1c2cffe0", "time": "4080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4081, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c000ed2", "time": "4081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed2", "instr": "sw x10, 108(x8) x10:1c2cffe0 x8:100000b8 PA:10000124", "time": "4083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed4", "instr": "sw x9, 12(x8) x9:1000013c x8:100000b8 PA:100000c4", "time": "4084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:39"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed6", "instr": "sw x0, 0(x8) x8:100000b8 PA:100000b8", "time": "4085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:40"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000eda", "instr": "lw x1, 12(x2) x1=1c001738 x2:10000950 PA:1000095c", "time": "4086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000edc", "instr": "lw x8, 8(x2) x8=10000070 x2:10000950 PA:10000958", "time": "4087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ede", "instr": "lw x9, 4(x2) x9=10000154 x2:10000950 PA:10000954", "time": "4088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ee0", "instr": "addi x2, x2, 16 x2=10000960 x2:10000950", "time": "4089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4090, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ee2", "instr": "jalr x0, x1, 0 x1:1c001738", "time": "4090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c001738", "instr": "lui x15, 0x10000000 x15=10000000", "time": "4092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:47"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4093, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c00173c", "instr": "lw x14, 312(x15) x14=100fff90 x15:10000000 PA:10000138", "time": "4093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:47"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_sched_init", "args":{"pc": "1c001740", "instr": "sw x8, 8(x9) x8:10000070 x9:10000154 PA:1000015c", "time": "4110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:134"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_sched_init", "args":{"pc": "1c001742", "instr": "lw x1, 12(x2) x1=1c000d08 x2:10000960 PA:1000096c", "time": "4111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:135"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c001744", "instr": "sw x14, 80(x8) x14:100fff90 x8:10000070 PA:100000c0", "time": "4112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:47"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_sched_init", "args":{"pc": "1c001746", "instr": "lw x8, 8(x2) x8=10000990 x2:10000960 PA:10000968", "time": "4113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:135"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_init", "args":{"pc": "1c001748", "instr": "sw x18, 312(x15) x18:100000b8 x15:10000000 PA:10000138", "time": "4114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:48"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_sched_init", "args":{"pc": "1c00174c", "instr": "lw x9, 4(x2) x9=10000174 x2:10000960 PA:10000964", "time": "4115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:135"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4116, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_sched_init", "args":{"pc": "1c00174e", "instr": "lw x18, 0(x2) x18=00000000 x2:10000960 PA:10000960", "time": "4116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:135"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_sched_init", "args":{"pc": "1c001750", "instr": "addi x2, x2, 16 x2=10000970 x2:10000960", "time": "4132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:135"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4133, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_thread_sched_init", "args":{"pc": "1c001752", "instr": "jalr x0, x1, 0 x1:1c000d08", "time": "4133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/thread.c:135"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4135, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000d08", "instr": "jal x0, -108 ", "time": "4135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:38"}}, -{"name": "p.lw", "cat": "p.lw", "ph": "X", "ts": 4137, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000c9c", "instr": "p.lw x15, 4(x9!) x15=1c001874 x9=10000178 x9:10000174 PA:10000174", "time": "4137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:37"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 4139, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000ca0", "instr": "bne x15, x0, 102 x15:1c001874", "time": "4139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:37"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4142, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000d06", "instr": "jalr x1, x15, 0 x1=1c000d08 x15:1c001874", "time": "4142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:38"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c001874", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "4160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:485"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4161, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c001878", "instr": "sw x0, 1660(x15) x15:1c002000 PA:1c00267c", "time": "4161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:485"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c00187c", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "4179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:486"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4180, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c001880", "instr": "sw x0, 1656(x15) x15:1c002000 PA:1c002678", "time": "4180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:486"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c001884", "instr": "addi x15, x0, 1 x15=00000001", "time": "4198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:488"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 4199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c001888", "instr": "p.bneimm x15, 44 x15:00000001", "time": "4199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:488"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4200, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c00188c", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "4200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:490"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c001890", "instr": "addi x2, x2, -16 x2=10000960 x2:10000970", "time": "4217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:481"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c001892", "instr": "addi x12, x0, 0 x12=00000000", "time": "4218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:490"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c001894", "instr": "addi x11, x11, 1976 x11=1c0017b8 x11:1c001000", "time": "4219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:490"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c001898", "instr": "addi x10, x0, 0 x10=00000000", "time": "4220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:490"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c00189a", "instr": "sw x1, 12(x2) x1:1c000d08 x2:10000960 PA:1000096c", "time": "4221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:481"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4222, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c00189c", "instr": "jal x1, -2716 x1=1c0018a0", "time": "4222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:490"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e00", "instr": "addi x2, x2, -32 x2=10000940 x2:10000960", "time": "4240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e02", "instr": "sw x8, 24(x2) x8:10000990 x2:10000940 PA:10000958", "time": "4241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e04", "instr": "sw x9, 20(x2) x9:10000178 x2:10000940 PA:10000954", "time": "4242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e06", "instr": "add x8, x0, x10 x8=00000000 x10:00000000", "time": "4243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e08", "instr": "add x9, x0, x11 x9=1c0017b8 x11:1c0017b8", "time": "4244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0a", "instr": "addi x10, x0, 1 x10=00000001", "time": "4245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0c", "instr": "addi x11, x0, 12 x11=0000000c", "time": "4246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0e", "instr": "sw x12, 12(x2) x12:00000000 x2:10000940 PA:1000094c", "time": "4247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e10", "instr": "sw x1, 28(x2) x1:1c0018a0 x2:10000940 PA:1000095c", "time": "4248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4249, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e12", "instr": "jal x1, 958 x1=1c000e14", "time": "4249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "4251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 4252, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000001", "time": "4252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "4255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 4256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ea", "instr": "slli x10, x10, 0x2 x10=00000004 x10:00000001", "time": "4256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ec", "instr": "addi x15, x15, 1696 x15=1c0026a0 x15:1c002000", "time": "4257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4258, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011f0", "instr": "jal x0, -14 ", "time": "4258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=1c0026a4 x10:00000004 x15:1c0026a0", "time": "4260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4261, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "4261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4263, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=1c2d0000 x10:1c0026a4 PA:1c0026a4", "time": "4263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00000013 x11:0000000c", "time": "4277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 4278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00000010 x11:00000013", "time": "4278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "4279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 4280, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:1c2d0000", "time": "4280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4281, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=0002fff0 x15:1c2d0000 PA:1c2d0000", "time": "4281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 4296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:0002fff0 x11:00000010", "time": "4296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 4297, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:0002fff0 x11:00000010", "time": "4297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 4300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=0002ffe0 x14:0002fff0 x11:00000010", "time": "4300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4301, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:0002ffe0 x15:1c2d0000 PA:1c2d0000", "time": "4301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4319, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=1c2fffe0 x15:1c2d0000 x14:0002ffe0", "time": "4319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4320, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "4320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=1c2fffe0 x15:1c2fffe0", "time": "4322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4323, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c000e14", "time": "4323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e14", "instr": "lw x12, 12(x2) x12=00000000 x2:10000940 PA:1000094c", "time": "4325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:60"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 4326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e16", "instr": "beq x10, x0, 36 x10:1c2fffe0", "time": "4326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:60"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e18", "instr": "lui x15, 0x10000000 x15=10000000", "time": "4327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 4328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e1c", "instr": "slli x8, x8, 0x2 x8=00000000 x8:00000000", "time": "4328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e1e", "instr": "addi x15, x15, 88 x15=10000058 x15:10000000", "time": "4329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e22", "instr": "add x15, x15, x8 x15=10000058 x15:10000058 x8:00000000", "time": "4330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e24", "instr": "lw x14, 0(x15) x14=1c2ffff0 x15:10000058 PA:10000058", "time": "4331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4332, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e26", "instr": "sw x9, 0(x10) x9:1c0017b8 x10:1c2fffe0 PA:1c2fffe0", "time": "4332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4350, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e28", "instr": "sw x12, 4(x10) x12:00000000 x10:1c2fffe0 PA:1c2fffe4", "time": "4350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:63"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4368, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2a", "instr": "sw x14, 8(x10) x14:1c2ffff0 x10:1c2fffe0 PA:1c2fffe8", "time": "4368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4386, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2c", "instr": "sw x10, 0(x15) x10:1c2fffe0 x15:10000058 PA:10000058", "time": "4386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2e", "instr": "addi x10, x0, 0 x10=00000000", "time": "4387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:67"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e30", "instr": "lw x1, 28(x2) x1=1c0018a0 x2:10000940 PA:1000095c", "time": "4388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e32", "instr": "lw x8, 24(x2) x8=10000990 x2:10000940 PA:10000958", "time": "4389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e34", "instr": "lw x9, 20(x2) x9=10000178 x2:10000940 PA:10000954", "time": "4390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e36", "instr": "addi x2, x2, 32 x2=10000960 x2:10000940", "time": "4391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4392, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e38", "instr": "jalr x0, x1, 0 x1:1c0018a0", "time": "4392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c0018a0", "instr": "lw x1, 12(x2) x1=1c000d08 x2:10000960 PA:1000096c", "time": "4394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:495"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c0018a2", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "4395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:491"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c0018a6", "instr": "addi x12, x0, 0 x12=00000000", "time": "4396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:491"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c0018a8", "instr": "addi x11, x11, 1948 x11=1c00179c x11:1c001000", "time": "4397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:491"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c0018ac", "instr": "addi x10, x0, 1 x10=00000001", "time": "4398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:491"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4399, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c0018ae", "instr": "addi x2, x2, 16 x2=10000970 x2:10000960", "time": "4399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:495"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4415, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_init", "args":{"pc": "1c0018b0", "instr": "jal x0, -2736 ", "time": "4415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:491"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e00", "instr": "addi x2, x2, -32 x2=10000950 x2:10000970", "time": "4417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e02", "instr": "sw x8, 24(x2) x8:10000990 x2:10000950 PA:10000968", "time": "4418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e04", "instr": "sw x9, 20(x2) x9:10000178 x2:10000950 PA:10000964", "time": "4419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e06", "instr": "add x8, x0, x10 x8=00000001 x10:00000001", "time": "4420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e08", "instr": "add x9, x0, x11 x9=1c00179c x11:1c00179c", "time": "4421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0a", "instr": "addi x10, x0, 1 x10=00000001", "time": "4422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4423, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0c", "instr": "addi x11, x0, 12 x11=0000000c", "time": "4423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0e", "instr": "sw x12, 12(x2) x12:00000000 x2:10000950 PA:1000095c", "time": "4424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e10", "instr": "sw x1, 28(x2) x1:1c000d08 x2:10000950 PA:1000096c", "time": "4425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4426, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e12", "instr": "jal x1, 958 x1=1c000e14", "time": "4426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "4428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 4429, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000001", "time": "4429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "4432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 4433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ea", "instr": "slli x10, x10, 0x2 x10=00000004 x10:00000001", "time": "4433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ec", "instr": "addi x15, x15, 1696 x15=1c0026a0 x15:1c002000", "time": "4434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4435, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011f0", "instr": "jal x0, -14 ", "time": "4435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=1c0026a4 x10:00000004 x15:1c0026a0", "time": "4437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4438, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "4438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4440, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=1c2d0000 x10:1c0026a4 PA:1c0026a4", "time": "4440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00000013 x11:0000000c", "time": "4454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 4455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00000010 x11:00000013", "time": "4455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4456, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "4456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 4457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:1c2d0000", "time": "4457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4458, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=0002ffe0 x15:1c2d0000 PA:1c2d0000", "time": "4458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 4473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:0002ffe0 x11:00000010", "time": "4473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 4474, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:0002ffe0 x11:00000010", "time": "4474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 4477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=0002ffd0 x14:0002ffe0 x11:00000010", "time": "4477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4478, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:0002ffd0 x15:1c2d0000 PA:1c2d0000", "time": "4478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=1c2fffd0 x15:1c2d0000 x14:0002ffd0", "time": "4496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4497, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "4497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=1c2fffd0 x15:1c2fffd0", "time": "4499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4500, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c000e14", "time": "4500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e14", "instr": "lw x12, 12(x2) x12=00000000 x2:10000950 PA:1000095c", "time": "4502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:60"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 4503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e16", "instr": "beq x10, x0, 36 x10:1c2fffd0", "time": "4503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:60"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e18", "instr": "lui x15, 0x10000000 x15=10000000", "time": "4504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 4505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e1c", "instr": "slli x8, x8, 0x2 x8=00000004 x8:00000001", "time": "4505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e1e", "instr": "addi x15, x15, 88 x15=10000058 x15:10000000", "time": "4506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e22", "instr": "add x15, x15, x8 x15=1000005c x15:10000058 x8:00000004", "time": "4507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e24", "instr": "lw x14, 0(x15) x14=00000000 x15:1000005c PA:1000005c", "time": "4508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4509, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e26", "instr": "sw x9, 0(x10) x9:1c00179c x10:1c2fffd0 PA:1c2fffd0", "time": "4509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4527, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e28", "instr": "sw x12, 4(x10) x12:00000000 x10:1c2fffd0 PA:1c2fffd4", "time": "4527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:63"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4545, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2a", "instr": "sw x14, 8(x10) x14:00000000 x10:1c2fffd0 PA:1c2fffd8", "time": "4545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2c", "instr": "sw x10, 0(x15) x10:1c2fffd0 x15:1000005c PA:1000005c", "time": "4563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2e", "instr": "addi x10, x0, 0 x10=00000000", "time": "4564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:67"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e30", "instr": "lw x1, 28(x2) x1=1c000d08 x2:10000950 PA:1000096c", "time": "4565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e32", "instr": "lw x8, 24(x2) x8=10000990 x2:10000950 PA:10000968", "time": "4566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e34", "instr": "lw x9, 20(x2) x9=10000178 x2:10000950 PA:10000964", "time": "4567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e36", "instr": "addi x2, x2, 32 x2=10000970 x2:10000950", "time": "4568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4569, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e38", "instr": "jalr x0, x1, 0 x1:1c000d08", "time": "4569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4571, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000d08", "instr": "jal x0, -108 ", "time": "4571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:38"}}, -{"name": "p.lw", "cat": "p.lw", "ph": "X", "ts": 4573, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000c9c", "instr": "p.lw x15, 4(x9!) x15=1c0020a4 x9=1000017c x9:10000178 PA:10000178", "time": "4573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:37"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 4575, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000ca0", "instr": "bne x15, x0, 102 x15:1c0020a4", "time": "4575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:37"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4578, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000d06", "instr": "jalr x1, x15, 0 x1=1c000d08 x15:1c0020a4", "time": "4578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:38"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020a4", "instr": "lui x11, 0x1c002000 x11=1c002000", "time": "4596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:212"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020a8", "instr": "addi x2, x2, -16 x2=10000960 x2:10000970", "time": "4597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:206"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020aa", "instr": "addi x12, x0, 0 x12=00000000", "time": "4598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:212"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4599, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020ac", "instr": "addi x11, x11, 4 x11=1c002004 x11:1c002000", "time": "4599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:212"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020b0", "instr": "addi x10, x0, 4 x10=00000004", "time": "4616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:212"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020b2", "instr": "sw x1, 12(x2) x1:1c000d08 x2:10000960 PA:1000096c", "time": "4617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:206"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020b4", "instr": "sw x8, 8(x2) x8:10000990 x2:10000960 PA:10000968", "time": "4618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:206"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4619, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020b6", "instr": "jal x1, -4790 x1=1c0020ba", "time": "4619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:212"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e00", "instr": "addi x2, x2, -32 x2=10000940 x2:10000960", "time": "4621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e02", "instr": "sw x8, 24(x2) x8:10000990 x2:10000940 PA:10000958", "time": "4622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e04", "instr": "sw x9, 20(x2) x9:1000017c x2:10000940 PA:10000954", "time": "4623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e06", "instr": "add x8, x0, x10 x8=00000004 x10:00000004", "time": "4624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e08", "instr": "add x9, x0, x11 x9=1c002004 x11:1c002004", "time": "4625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0a", "instr": "addi x10, x0, 1 x10=00000001", "time": "4626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0c", "instr": "addi x11, x0, 12 x11=0000000c", "time": "4627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0e", "instr": "sw x12, 12(x2) x12:00000000 x2:10000940 PA:1000094c", "time": "4628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e10", "instr": "sw x1, 28(x2) x1:1c0020ba x2:10000940 PA:1000095c", "time": "4629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4630, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e12", "instr": "jal x1, 958 x1=1c000e14", "time": "4630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "4632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 4633, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000001", "time": "4633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "4636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 4637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ea", "instr": "slli x10, x10, 0x2 x10=00000004 x10:00000001", "time": "4637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ec", "instr": "addi x15, x15, 1696 x15=1c0026a0 x15:1c002000", "time": "4638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4639, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011f0", "instr": "jal x0, -14 ", "time": "4639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=1c0026a4 x10:00000004 x15:1c0026a0", "time": "4641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4642, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "4642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4644, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=1c2d0000 x10:1c0026a4 PA:1c0026a4", "time": "4644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00000013 x11:0000000c", "time": "4658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 4659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00000010 x11:00000013", "time": "4659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "4660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 4661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:1c2d0000", "time": "4661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4662, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=0002ffd0 x15:1c2d0000 PA:1c2d0000", "time": "4662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 4677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:0002ffd0 x11:00000010", "time": "4677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 4678, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:0002ffd0 x11:00000010", "time": "4678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 4681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=0002ffc0 x14:0002ffd0 x11:00000010", "time": "4681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4682, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:0002ffc0 x15:1c2d0000 PA:1c2d0000", "time": "4682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=1c2fffc0 x15:1c2d0000 x14:0002ffc0", "time": "4700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4701, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "4701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=1c2fffc0 x15:1c2fffc0", "time": "4703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4704, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c000e14", "time": "4704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e14", "instr": "lw x12, 12(x2) x12=00000000 x2:10000940 PA:1000094c", "time": "4706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:60"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 4707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e16", "instr": "beq x10, x0, 36 x10:1c2fffc0", "time": "4707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:60"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e18", "instr": "lui x15, 0x10000000 x15=10000000", "time": "4708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 4709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e1c", "instr": "slli x8, x8, 0x2 x8=00000010 x8:00000004", "time": "4709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e1e", "instr": "addi x15, x15, 88 x15=10000058 x15:10000000", "time": "4710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e22", "instr": "add x15, x15, x8 x15=10000068 x15:10000058 x8:00000010", "time": "4711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e24", "instr": "lw x14, 0(x15) x14=00000000 x15:10000068 PA:10000068", "time": "4712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4713, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e26", "instr": "sw x9, 0(x10) x9:1c002004 x10:1c2fffc0 PA:1c2fffc0", "time": "4713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4731, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e28", "instr": "sw x12, 4(x10) x12:00000000 x10:1c2fffc0 PA:1c2fffc4", "time": "4731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:63"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4749, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2a", "instr": "sw x14, 8(x10) x14:00000000 x10:1c2fffc0 PA:1c2fffc8", "time": "4749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2c", "instr": "sw x10, 0(x15) x10:1c2fffc0 x15:10000068 PA:10000068", "time": "4767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2e", "instr": "addi x10, x0, 0 x10=00000000", "time": "4768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:67"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e30", "instr": "lw x1, 28(x2) x1=1c0020ba x2:10000940 PA:1000095c", "time": "4769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e32", "instr": "lw x8, 24(x2) x8=10000990 x2:10000940 PA:10000958", "time": "4770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e34", "instr": "lw x9, 20(x2) x9=1000017c x2:10000940 PA:10000954", "time": "4771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e36", "instr": "addi x2, x2, 32 x2=10000960 x2:10000940", "time": "4772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4773, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e38", "instr": "jalr x0, x1, 0 x1:1c0020ba", "time": "4773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020ba", "instr": "lui x11, 0x1c002000 x11=1c002000", "time": "4775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:214"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4776, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020be", "instr": "add x8, x0, x10 x8=00000000 x10:00000000", "time": "4776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:212"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020c0", "instr": "addi x12, x0, 0 x12=00000000", "time": "4793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:214"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020c2", "instr": "addi x11, x11, -28 x11=1c001fe4 x11:1c002000", "time": "4794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:214"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020c6", "instr": "addi x10, x0, 5 x10=00000005", "time": "4795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:214"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4796, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020c8", "instr": "jal x1, -4808 x1=1c0020cc", "time": "4796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:214"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e00", "instr": "addi x2, x2, -32 x2=10000940 x2:10000960", "time": "4798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e02", "instr": "sw x8, 24(x2) x8:00000000 x2:10000940 PA:10000958", "time": "4799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e04", "instr": "sw x9, 20(x2) x9:1000017c x2:10000940 PA:10000954", "time": "4800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e06", "instr": "add x8, x0, x10 x8=00000005 x10:00000005", "time": "4801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e08", "instr": "add x9, x0, x11 x9=1c001fe4 x11:1c001fe4", "time": "4802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0a", "instr": "addi x10, x0, 1 x10=00000001", "time": "4803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0c", "instr": "addi x11, x0, 12 x11=0000000c", "time": "4804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e0e", "instr": "sw x12, 12(x2) x12:00000000 x2:10000940 PA:1000094c", "time": "4805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e10", "instr": "sw x1, 28(x2) x1:1c0020cc x2:10000940 PA:1000095c", "time": "4806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:58"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4807, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e12", "instr": "jal x1, 958 x1=1c000e14", "time": "4807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "4809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 4810, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000001", "time": "4810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "4813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 4814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ea", "instr": "slli x10, x10, 0x2 x10=00000004 x10:00000001", "time": "4814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ec", "instr": "addi x15, x15, 1696 x15=1c0026a0 x15:1c002000", "time": "4815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4816, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011f0", "instr": "jal x0, -14 ", "time": "4816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=1c0026a4 x10:00000004 x15:1c0026a0", "time": "4818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4819, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "4819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4821, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=1c2d0000 x10:1c0026a4 PA:1c0026a4", "time": "4821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00000013 x11:0000000c", "time": "4835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 4836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00000010 x11:00000013", "time": "4836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "4837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 4838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:1c2d0000", "time": "4838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4839, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=0002ffc0 x15:1c2d0000 PA:1c2d0000", "time": "4839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 4854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:0002ffc0 x11:00000010", "time": "4854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 4855, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:0002ffc0 x11:00000010", "time": "4855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 4858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=0002ffb0 x14:0002ffc0 x11:00000010", "time": "4858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4859, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:0002ffb0 x15:1c2d0000 PA:1c2d0000", "time": "4859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=1c2fffb0 x15:1c2d0000 x14:0002ffb0", "time": "4877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 4878, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "4878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=1c2fffb0 x15:1c2fffb0", "time": "4880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4881, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c000e14", "time": "4881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e14", "instr": "lw x12, 12(x2) x12=00000000 x2:10000940 PA:1000094c", "time": "4883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:60"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 4884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e16", "instr": "beq x10, x0, 36 x10:1c2fffb0", "time": "4884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:60"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e18", "instr": "lui x15, 0x10000000 x15=10000000", "time": "4885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 4886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e1c", "instr": "slli x8, x8, 0x2 x8=00000014 x8:00000005", "time": "4886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e1e", "instr": "addi x15, x15, 88 x15=10000058 x15:10000000", "time": "4887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 4888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e22", "instr": "add x15, x15, x8 x15=1000006c x15:10000058 x8:00000014", "time": "4888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e24", "instr": "lw x14, 0(x15) x14=00000000 x15:1000006c PA:1000006c", "time": "4889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4890, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e26", "instr": "sw x9, 0(x10) x9:1c001fe4 x10:1c2fffb0 PA:1c2fffb0", "time": "4890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4908, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e28", "instr": "sw x12, 4(x10) x12:00000000 x10:1c2fffb0 PA:1c2fffb4", "time": "4908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:63"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4926, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2a", "instr": "sw x14, 8(x10) x14:00000000 x10:1c2fffb0 PA:1c2fffb8", "time": "4926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:64"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2c", "instr": "sw x10, 0(x15) x10:1c2fffb0 x15:1000006c PA:1000006c", "time": "4944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e2e", "instr": "addi x10, x0, 0 x10=00000000", "time": "4945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:67"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e30", "instr": "lw x1, 28(x2) x1=1c0020cc x2:10000940 PA:1000095c", "time": "4946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e32", "instr": "lw x8, 24(x2) x8=00000000 x2:10000940 PA:10000958", "time": "4947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 4948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e34", "instr": "lw x9, 20(x2) x9=1000017c x2:10000940 PA:10000954", "time": "4948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 4949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e36", "instr": "addi x2, x2, 32 x2=10000960 x2:10000940", "time": "4949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 4950, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_add", "args":{"pc": "1c000e38", "instr": "jalr x0, x1, 0 x1:1c0020cc", "time": "4950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:68"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 4952, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020cc", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "4952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:217"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 4969, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020d0", "instr": "sw x0, 1640(x15) x15:1c002000 PA:1c002668", "time": "4969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:217"}}, -{"name": "or", "cat": "or", "ph": "X", "ts": 4987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020d4", "instr": "or x10, x10, x8 x10=00000000 x10:00000000 x8:00000000", "time": "4987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:214"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 4988, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020d6", "instr": "beq x10, x0, 34 x10:00000000", "time": "4988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:219"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020f8", "instr": "lw x1, 12(x2) x1=1c000d08 x2:10000960 PA:1000096c", "time": "5007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:220"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020fa", "instr": "lw x8, 8(x2) x8=10000990 x2:10000960 PA:10000968", "time": "5008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:220"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020fc", "instr": "addi x2, x2, 16 x2=10000970 x2:10000960", "time": "5009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:220"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 5010, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_init", "args":{"pc": "1c0020fe", "instr": "jalr x0, x1, 0 x1:1c000d08", "time": "5010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:220"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5027, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000d08", "instr": "jal x0, -108 ", "time": "5027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:38"}}, -{"name": "p.lw", "cat": "p.lw", "ph": "X", "ts": 5029, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000c9c", "instr": "p.lw x15, 4(x9!) x15=00000000 x9=10000180 x9:1000017c PA:1000017c", "time": "5029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:37"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 5031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "do_ctors", "args":{"pc": "1c000ca0", "instr": "bne x15, x0, 102 x15:00000000", "time": "5031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:37"}}, -{"name": "csrrwi", "cat": "csrrwi", "ph": "X", "ts": 5032, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c000ca2", "instr": "csrrwi x0, 0x00000008, 0x300", "time": "5032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000ca6", "instr": "addi x10, x0, 0 x10=00000000", "time": "5036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5037, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000ca8", "instr": "jal x1, 406 x1=1c000caa", "time": "5037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:122"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5039, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e3e", "instr": "addi x2, x2, -16 x2=10000960 x2:10000970", "time": "5039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:72"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e40", "instr": "sw x8, 8(x2) x8:10000990 x2:10000960 PA:10000968", "time": "5056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:72"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 5057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e42", "instr": "lui x8, 0x10000000 x8=10000000", "time": "5057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:73"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 5058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e46", "instr": "slli x10, x10, 0x2 x10=00000000 x10:00000000", "time": "5058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:73"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e48", "instr": "addi x8, x8, 88 x8=10000058 x8:10000000", "time": "5059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:73"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5060, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e4c", "instr": "lw x8, x10(x8) x8=1c2fffe0 x10:00000000 x8:10000058 PA:10000058", "time": "5060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:73"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e50", "instr": "sw x1, 12(x2) x1:1c000caa x2:10000960 PA:1000096c", "time": "5077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:72"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 5078, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e52", "instr": "bne x8, x0, 12 x8:1c2fffe0", "time": "5078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:74"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5081, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e5e", "instr": "lw x15, 0(x8) x15=1c0017b8 x8:1c2fffe0 PA:1c2fffe0", "time": "5081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5095, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e60", "instr": "lw x10, 4(x8) x10=00000000 x8:1c2fffe0 PA:1c2fffe4", "time": "5095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:76"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 5109, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e62", "instr": "jalr x1, x15, 0 x1=1c000e64 x15:1c0017b8", "time": "5109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:76"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017b8", "instr": "addi x2, x2, -32 x2=10000940 x2:10000960", "time": "5115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:445"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017ba", "instr": "addi x10, x2, 8 x10=10000948 x2:10000940", "time": "5116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:449"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5117, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017bc", "instr": "sw x1, 28(x2) x1:1c000e64 x2:10000940 PA:1000095c", "time": "5117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:445"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5134, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017be", "instr": "jal x1, 2144 x1=1c0017c2", "time": "5134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:449"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 5152, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_uart_conf_init", "args":{"pc": "1c00201e", "instr": "lui x15, 0x1c000 x15=0001c000", "time": "5152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_uart_conf_init", "args":{"pc": "1c002020", "instr": "addi x15, x15, 512 x15=0001c200 x15:0001c000", "time": "5169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:65"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_uart_conf_init", "args":{"pc": "1c002024", "instr": "sw x15, 0(x10) x15:0001c200 x10:10000948 PA:10000948", "time": "5170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:65"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 5171, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_uart_conf_init", "args":{"pc": "1c002026", "instr": "jalr x0, x1, 0 x1:1c0017c2", "time": "5171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:66"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 5173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017c2", "instr": "lui x15, 0x1c000 x15=0001c000", "time": "5173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:451"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5174, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017c6", "instr": "addi x15, x15, 512 x15=0001c200 x15:0001c000", "time": "5174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:451"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017ca", "instr": "sw x15, 8(x2) x15:0001c200 x2:10000940 PA:10000948", "time": "5175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:451"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 5176, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017cc", "instr": "lui x15, 0x10000000 x15=10000000", "time": "5176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:453"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017d0", "instr": "lw x15, 348(x15) x15=10000070 x15:10000000 PA:1000015c", "time": "5193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:453"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 5194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017d4", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "5194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:453"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017d8", "instr": "addi x10, x10, 1528 x10=1c0025f8 x10:1c002000", "time": "5195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:453"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5196, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017dc", "instr": "lw x11, 184(x15) x11=1000013c x15:10000070 PA:10000128", "time": "5196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:453"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5213, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017e0", "instr": "jal x1, -2344 x1=1c0017e4", "time": "5213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:453"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000eb8", "instr": "addi x2, x2, -16 x2=10000930 x2:10000940", "time": "5215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000eba", "instr": "sw x8, 8(x2) x8:1c2fffe0 x2:10000930 PA:10000938", "time": "5216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ebc", "instr": "sw x9, 4(x2) x9:10000180 x2:10000930 PA:10000934", "time": "5217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ebe", "instr": "sw x1, 12(x2) x1:1c0017e4 x2:10000930 PA:1000093c", "time": "5218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 5219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ec0", "instr": "add x8, x0, x10 x8=1c0025f8 x10:1c0025f8", "time": "5219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 5220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ec2", "instr": "add x9, x0, x11 x9=1000013c x11:1000013c", "time": "5220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5221, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_min_init", "args":{"pc": "1c000ec4", "instr": "sw x0, 16(x10) x10:1c0025f8 PA:1c002608", "time": "5221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:282"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5239, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_min_init", "args":{"pc": "1c000ec8", "instr": "sw x0, 20(x10) x10:1c0025f8 PA:1c00260c", "time": "5239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:283"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ecc", "instr": "addi x11, x0, 16 x11=00000010", "time": "5257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ece", "instr": "addi x10, x0, 0 x10=00000000", "time": "5258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5259, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed0", "instr": "jal x1, 768 x1=1c000ed2", "time": "5259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "5261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 5262, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000000", "time": "5262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 5265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "5265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 5266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ea", "instr": "slli x10, x10, 0x2 x10=00000000 x10:00000000", "time": "5266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ec", "instr": "addi x15, x15, 1696 x15=1c0026a0 x15:1c002000", "time": "5267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5268, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011f0", "instr": "jal x0, -14 ", "time": "5268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 5270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=1c0026a0 x10:00000000 x15:1c0026a0", "time": "5270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5271, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "5271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5273, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=1c0026b8 x10:1c0026a0 PA:1c0026a0", "time": "5273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00000017 x11:00000010", "time": "5287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 5288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00000010 x11:00000017", "time": "5288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "5289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 5290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:1c0026b8", "time": "5290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5291, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=002cd928 x15:1c0026b8 PA:1c0026b8", "time": "5291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 5306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:002cd928 x11:00000010", "time": "5306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 5307, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:002cd928 x11:00000010", "time": "5307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 5310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=002cd918 x14:002cd928 x11:00000010", "time": "5310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5311, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:002cd918 x15:1c0026b8 PA:1c0026b8", "time": "5311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 5329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=1c2cffd0 x15:1c0026b8 x14:002cd918", "time": "5329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5330, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "5330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 5332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=1c2cffd0 x15:1c2cffd0", "time": "5332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 5333, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c000ed2", "time": "5333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5335, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed2", "instr": "sw x10, 108(x8) x10:1c2cffd0 x8:1c0025f8 PA:1c002664", "time": "5335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5353, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed4", "instr": "sw x9, 12(x8) x9:1000013c x8:1c0025f8 PA:1c002604", "time": "5353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:39"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5371, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed6", "instr": "sw x0, 0(x8) x8:1c0025f8 PA:1c0025f8", "time": "5371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:40"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000eda", "instr": "lw x1, 12(x2) x1=1c0017e4 x2:10000930 PA:1000093c", "time": "5389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000edc", "instr": "lw x8, 8(x2) x8=1c2fffe0 x2:10000930 PA:10000938", "time": "5390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ede", "instr": "lw x9, 4(x2) x9=10000180 x2:10000930 PA:10000934", "time": "5391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ee0", "instr": "addi x2, x2, 16 x2=10000940 x2:10000930", "time": "5392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 5393, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ee2", "instr": "jalr x0, x1, 0 x1:1c0017e4", "time": "5393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017e4", "instr": "addi x11, x2, 8 x11=10000948 x2:10000940", "time": "5395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:458"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017e6", "instr": "addi x13, x0, 0 x13=00000000", "time": "5396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:458"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017e8", "instr": "addi x12, x0, 0 x12=00000000", "time": "5397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:458"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017ea", "instr": "addi x10, x0, 0 x10=00000000", "time": "5398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:458"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5399, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017ec", "instr": "jal x1, 2108 x1=1c0017f0", "time": "5399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:458"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002028", "instr": "addi x2, x2, -16 x2=10000930 x2:10000940", "time": "5417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c00202a", "instr": "sw x1, 12(x2) x1:1c0017f0 x2:10000930 PA:1000093c", "time": "5418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c00202c", "instr": "sw x8, 8(x2) x8:1c2fffe0 x2:10000930 PA:10000938", "time": "5419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5420, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c00202e", "instr": "sw x9, 4(x2) x9:10000180 x2:10000930 PA:10000934", "time": "5420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:134"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 5436, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c002030", "instr": "csrrci x9, 0x00000008, 0x300 x9=00001808", "time": "5436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 5440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002034", "instr": "beq x11, x0, 52 x11:10000948", "time": "5440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:138"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002036", "instr": "lw x10, 0(x11) x10=0001c200 x11:10000948 PA:10000948", "time": "5441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:138 (discriminator 1)"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 5442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002038", "instr": "lui x8, 0x1c002000 x8=1c002000", "time": "5442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:147"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5443, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c00203c", "instr": "addi x15, x8, 1640 x15=1c002668 x8:1c002000", "time": "5443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:147"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5460, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002040", "instr": "lw x14, 0(x15) x14=00000000 x15:1c002668 PA:1c002668", "time": "5460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:147"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 5474, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002042", "instr": "add x13, x0, x8 x13=1c002000 x8:1c002000", "time": "5474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:147"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002044", "instr": "addi x12, x8, 1640 x12=1c002668 x8:1c002000", "time": "5475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:147"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 5476, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002048", "instr": "beq x14, x0, 40 x14:00000000", "time": "5476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:147"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002070", "instr": "addi x14, x0, 1 x14=00000001", "time": "5495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:154"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5496, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002072", "instr": "sw x14, 0(x15) x14:00000001 x15:1c002668 PA:1c002668", "time": "5496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:154"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5514, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002074", "instr": "sw x10, 8(x15) x10:0001c200 x15:1c002668 PA:1c002670", "time": "5514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:155"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5532, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002076", "instr": "sw x14, 12(x15) x14:00000001 x15:1c002668 PA:1c002674", "time": "5532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:156"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5550, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002078", "instr": "jal x1, -234 x1=1c00207a", "time": "5550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:159"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 5568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001f8e", "instr": "lui x15, 0x2faf000 x15=02faf000", "time": "5568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:83"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001f92", "instr": "addi x15, x15, 128 x15=02faf080 x15:02faf000", "time": "5569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:83"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 5570, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001f96", "instr": "divu x10, x15, x10 x10=000001b2 x15:02faf000 x10:0001c200", "time": "5570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:83"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 5588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001f9a", "instr": "lui x15, 0x1a102000 x15=1a102000", "time": "5588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:93"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001f9e", "instr": "addi x12, x15, 12 x12=1a10200c x15:1a102000", "time": "5589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:93"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fa2", "instr": "addi x14, x0, 131 x14=00000083", "time": "5590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:93"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5591, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fa6", "instr": "sw x14, 0(x12) x14:00000083 x12:1a10200c PA:1a10200c", "time": "5591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:93"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fa8", "instr": "addi x13, x15, 4 x13=1a102004 x15:1a102000", "time": "5611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:94"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fac", "instr": "addi x11, x0, 167 x11=000000a7", "time": "5612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:96"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 5613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fb0", "instr": "srli x10, x10, 0x4 x10=0000001b x10:000001b2", "time": "5613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:83"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fb2", "instr": "addi x10, x10, -1 x10=0000001a x10:0000001b", "time": "5614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:83"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 5615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fb4", "instr": "srai x14, x10, 0x408 x14=00000000 x10:0000001a", "time": "5615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:94"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 5616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fb8", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "5616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:94"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5617, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fbc", "instr": "sw x14, 0(x13) x14:00000000 x13:1a102004 PA:1a102004", "time": "5617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:94"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 5638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fbe", "instr": "p.bclr x10, x10, 23, 8 x10=0000001a x10:0000001a", "time": "5638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:95"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 5639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fc2", "instr": "add x14, x0, x15 x14=1a102000 x15:1a102000", "time": "5639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:95"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 5640, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fc4", "instr": "p.sw x10, 8(x14!) x14=1a102008 x10:0000001a x14:1a102000 PA:1a102000", "time": "5640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:95"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5660, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fc8", "instr": "sw x11, 0(x14) x11:000000a7 x14:1a102008 PA:1a102008", "time": "5660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:96"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fca", "instr": "addi x14, x0, 3 x14=00000003", "time": "5680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:97"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5681, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fcc", "instr": "sw x14, 0(x12) x14:00000003 x12:1a10200c PA:1a10200c", "time": "5681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:97"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5701, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fce", "instr": "lw x14, 0(x13) x14=00000000 x13:1a102004 PA:1a102004", "time": "5701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:99"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fd0", "instr": "addi x15, x15, 16 x15=1a102010 x15:1a102000", "time": "5718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:100"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 5719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fd2", "instr": "andi x14, x14, 240 x14=00000000 x14:00000000", "time": "5719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:99"}}, -{"name": "p.bset", "cat": "p.bset", "ph": "X", "ts": 5720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fd6", "instr": "p.bset x14, x14, 0, 1 x14=00000002 x14:00000000", "time": "5720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:99"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5721, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fda", "instr": "sw x14, 0(x13) x14:00000002 x13:1a102004 PA:1a102004", "time": "5721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:99"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fdc", "instr": "addi x14, x0, 32 x14=00000020", "time": "5741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:100"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5742, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fe0", "instr": "sw x14, 0(x15) x14:00000020 x15:1a102010 PA:1a102010", "time": "5742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:100"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 5762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_setup", "args":{"pc": "1c001fe2", "instr": "jalr x0, x1, 0 x1:1c00207a", "time": "5762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:101"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 5763, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c00207a", "instr": "csrrw x0, x9, 0x300 x9:00001808", "time": "5763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c00207e", "instr": "addi x10, x8, 1640 x10=1c002668 x8:1c002000", "time": "5780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:165"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5781, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002082", "instr": "jal x0, -36 ", "time": "5781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5799, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c00205e", "instr": "lw x1, 12(x2) x1=1c0017f0 x2:10000930 PA:1000093c", "time": "5799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:166"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002060", "instr": "lw x8, 8(x2) x8=1c2fffe0 x2:10000930 PA:10000938", "time": "5816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:166"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002062", "instr": "lw x9, 4(x2) x9=10000180 x2:10000930 PA:10000934", "time": "5817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002064", "instr": "addi x2, x2, 16 x2=10000940 x2:10000930", "time": "5818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:166"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 5819, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_open", "args":{"pc": "1c002066", "instr": "jalr x0, x1, 0 x1:1c0017f0", "time": "5819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:166"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017f0", "instr": "lw x1, 28(x2) x1=1c000e64 x2:10000940 PA:1000095c", "time": "5821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:462"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 5822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017f2", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "5822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:458"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5823, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017f6", "instr": "sw x10, 1660(x15) x10:1c002668 x15:1c002000 PA:1c00267c", "time": "5823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:458"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017fa", "instr": "addi x10, x0, 0 x10=00000000", "time": "5841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:462"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017fc", "instr": "addi x2, x2, 32 x2=10000960 x2:10000940", "time": "5842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:462"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 5843, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_start", "args":{"pc": "1c0017fe", "instr": "jalr x0, x1, 0 x1:1c000e64", "time": "5843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:462"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 5845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e64", "instr": "bne x10, x0, 6 x10:00000000", "time": "5845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5846, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e66", "instr": "lw x8, 8(x8) x8=1c2ffff0 x8:1c2fffe0 PA:1c2fffe8", "time": "5846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:77"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e68", "instr": "jal x0, -22 ", "time": "5860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:77"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 5861, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e52", "instr": "bne x8, x0, 12 x8:1c2ffff0", "time": "5861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:74"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5864, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e5e", "instr": "lw x15, 0(x8) x15=1c001324 x8:1c2ffff0 PA:1c2ffff0", "time": "5864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5878, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e60", "instr": "lw x10, 4(x8) x10=00000000 x8:1c2ffff0 PA:1c2ffff4", "time": "5878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:76"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 5892, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e62", "instr": "jalr x1, x15, 0 x1=1c000e64 x15:1c001324", "time": "5892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:76"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001324", "instr": "addi x15, x0, 4 x15=00000004", "time": "5898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:370"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001328", "instr": "addi x12, x0, 24 x12=00000018", "time": "5899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:370"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 5900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c00132a", "instr": "mul x12, x12, x15 x12=00000060 x12:00000018 x15:00000004", "time": "5900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:370"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5901, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c00132e", "instr": "addi x2, x2, -32 x2=10000940 x2:10000960", "time": "5901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:368"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5918, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001330", "instr": "addi x10, x0, 1 x10=00000001", "time": "5918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:372"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5919, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001332", "instr": "sw x1, 28(x2) x1:1c000e64 x2:10000940 PA:1000095c", "time": "5919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:368"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001334", "instr": "sw x8, 24(x2) x8:1c2ffff0 x2:10000940 PA:10000958", "time": "5920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:368"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001336", "instr": "sw x9, 20(x2) x9:10000180 x2:10000940 PA:10000954", "time": "5921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:368"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 5922, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001338", "instr": "add x11, x0, x12 x11=00000060 x12:00000060", "time": "5922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:372"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5923, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c00133a", "instr": "sw x12, 12(x2) x12:00000060 x2:10000940 PA:1000094c", "time": "5923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:372"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5924, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c00133c", "instr": "jal x1, -364 x1=1c00133e", "time": "5924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:372"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "5942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 5943, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000001", "time": "5943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 5946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "5946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 5947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ea", "instr": "slli x10, x10, 0x2 x10=00000004 x10:00000001", "time": "5947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ec", "instr": "addi x15, x15, 1696 x15=1c0026a0 x15:1c002000", "time": "5948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5949, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011f0", "instr": "jal x0, -14 ", "time": "5949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 5951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=1c0026a4 x10:00000004 x15:1c0026a0", "time": "5951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 5952, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "5952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5954, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=1c2d0000 x10:1c0026a4 PA:1c0026a4", "time": "5954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00000067 x11:00000060", "time": "5968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 5969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00000060 x11:00000067", "time": "5969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 5970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "5970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 5971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:1c2d0000", "time": "5971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 5972, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=0002ffb0 x15:1c2d0000 PA:1c2d0000", "time": "5972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 5987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:0002ffb0 x11:00000060", "time": "5987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 5988, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:0002ffb0 x11:00000060", "time": "5988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 5991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=0002ff50 x14:0002ffb0 x11:00000060", "time": "5991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 5992, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:0002ff50 x15:1c2d0000 PA:1c2d0000", "time": "5992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 6010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=1c2fff50 x15:1c2d0000 x14:0002ff50", "time": "6010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6011, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "6011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 6013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=1c2fff50 x15:1c2fff50", "time": "6013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 6014, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c00133e", "time": "6014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 6017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c00133e", "instr": "lui x14, 0x1c002000 x14=1c002000", "time": "6017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:372"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 6018, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001342", "instr": "sw x10, 1704(x14) x10:1c2fff50 x14:1c002000 PA:1c0026a8", "time": "6018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:372"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 6036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001346", "instr": "lw x12, 12(x2) x12=00000060 x2:10000940 PA:1000094c", "time": "6036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:373"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6037, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001348", "instr": "bne x10, x0, 30 x10:1c2fff50", "time": "6037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:373"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 6072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001366", "instr": "addi x11, x0, 0 x11=00000000", "time": "6072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:378"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6073, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001368", "instr": "jal x1, 1176 x1=1c00136a", "time": "6073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:378"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 6075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001800", "instr": "add x12, x12, x10 x12=1c2fffb0 x12:00000060 x10:1c2fff50", "time": "6075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:125"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 6076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001802", "instr": "add x15, x0, x10 x15=1c2fff50 x10:1c2fff50", "time": "6076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:126"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6077, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff50 x12:1c2fffb0", "time": "6077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6080, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff51 x11:00000000 x15:1c2fff50 PA:1c2fff50", "time": "6080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6099, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff51 x12:1c2fffb0", "time": "6099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6102, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff52 x11:00000000 x15:1c2fff51 PA:1c2fff51", "time": "6102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6120, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6121, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff52 x12:1c2fffb0", "time": "6121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6124, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff53 x11:00000000 x15:1c2fff52 PA:1c2fff52", "time": "6124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6143, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff53 x12:1c2fffb0", "time": "6143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6146, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff54 x11:00000000 x15:1c2fff53 PA:1c2fff53", "time": "6146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6165, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff54 x12:1c2fffb0", "time": "6165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6168, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff55 x11:00000000 x15:1c2fff54 PA:1c2fff54", "time": "6168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6187, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff55 x12:1c2fffb0", "time": "6187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6190, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff56 x11:00000000 x15:1c2fff55 PA:1c2fff55", "time": "6190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6209, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff56 x12:1c2fffb0", "time": "6209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6212, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff57 x11:00000000 x15:1c2fff56 PA:1c2fff56", "time": "6212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6231, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff57 x12:1c2fffb0", "time": "6231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6234, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff58 x11:00000000 x15:1c2fff57 PA:1c2fff57", "time": "6234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6253, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff58 x12:1c2fffb0", "time": "6253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6256, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff59 x11:00000000 x15:1c2fff58 PA:1c2fff58", "time": "6256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6275, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff59 x12:1c2fffb0", "time": "6275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6278, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff5a x11:00000000 x15:1c2fff59 PA:1c2fff59", "time": "6278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6297, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff5a x12:1c2fffb0", "time": "6297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6300, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff5b x11:00000000 x15:1c2fff5a PA:1c2fff5a", "time": "6300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6318, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6319, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff5b x12:1c2fffb0", "time": "6319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6322, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff5c x11:00000000 x15:1c2fff5b PA:1c2fff5b", "time": "6322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6341, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff5c x12:1c2fffb0", "time": "6341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6344, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff5d x11:00000000 x15:1c2fff5c PA:1c2fff5c", "time": "6344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6363, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff5d x12:1c2fffb0", "time": "6363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6366, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff5e x11:00000000 x15:1c2fff5d PA:1c2fff5d", "time": "6366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6385, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff5e x12:1c2fffb0", "time": "6385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6388, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff5f x11:00000000 x15:1c2fff5e PA:1c2fff5e", "time": "6388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6407, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff5f x12:1c2fffb0", "time": "6407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6410, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff60 x11:00000000 x15:1c2fff5f PA:1c2fff5f", "time": "6410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6429, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff60 x12:1c2fffb0", "time": "6429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6432, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff61 x11:00000000 x15:1c2fff60 PA:1c2fff60", "time": "6432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6450, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6451, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff61 x12:1c2fffb0", "time": "6451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6454, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff62 x11:00000000 x15:1c2fff61 PA:1c2fff61", "time": "6454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6472, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6473, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff62 x12:1c2fffb0", "time": "6473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6476, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff63 x11:00000000 x15:1c2fff62 PA:1c2fff62", "time": "6476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6495, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff63 x12:1c2fffb0", "time": "6495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6498, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff64 x11:00000000 x15:1c2fff63 PA:1c2fff63", "time": "6498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6517, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff64 x12:1c2fffb0", "time": "6517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6520, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff65 x11:00000000 x15:1c2fff64 PA:1c2fff64", "time": "6520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6539, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff65 x12:1c2fffb0", "time": "6539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6542, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff66 x11:00000000 x15:1c2fff65 PA:1c2fff65", "time": "6542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6561, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff66 x12:1c2fffb0", "time": "6561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6564, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff67 x11:00000000 x15:1c2fff66 PA:1c2fff66", "time": "6564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6583, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff67 x12:1c2fffb0", "time": "6583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6586, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff68 x11:00000000 x15:1c2fff67 PA:1c2fff67", "time": "6586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6605, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff68 x12:1c2fffb0", "time": "6605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6608, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff69 x11:00000000 x15:1c2fff68 PA:1c2fff68", "time": "6608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6627, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff69 x12:1c2fffb0", "time": "6627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6630, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff6a x11:00000000 x15:1c2fff69 PA:1c2fff69", "time": "6630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6649, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff6a x12:1c2fffb0", "time": "6649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6652, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff6b x11:00000000 x15:1c2fff6a PA:1c2fff6a", "time": "6652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6671, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff6b x12:1c2fffb0", "time": "6671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6674, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff6c x11:00000000 x15:1c2fff6b PA:1c2fff6b", "time": "6674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6693, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff6c x12:1c2fffb0", "time": "6693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6696, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff6d x11:00000000 x15:1c2fff6c PA:1c2fff6c", "time": "6696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6715, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff6d x12:1c2fffb0", "time": "6715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6718, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff6e x11:00000000 x15:1c2fff6d PA:1c2fff6d", "time": "6718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6737, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff6e x12:1c2fffb0", "time": "6737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6740, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff6f x11:00000000 x15:1c2fff6e PA:1c2fff6e", "time": "6740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6759, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff6f x12:1c2fffb0", "time": "6759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6762, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff70 x11:00000000 x15:1c2fff6f PA:1c2fff6f", "time": "6762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6781, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff70 x12:1c2fffb0", "time": "6781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6784, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff71 x11:00000000 x15:1c2fff70 PA:1c2fff70", "time": "6784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6803, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff71 x12:1c2fffb0", "time": "6803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6806, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff72 x11:00000000 x15:1c2fff71 PA:1c2fff71", "time": "6806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6825, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff72 x12:1c2fffb0", "time": "6825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6828, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff73 x11:00000000 x15:1c2fff72 PA:1c2fff72", "time": "6828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6847, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff73 x12:1c2fffb0", "time": "6847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6850, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff74 x11:00000000 x15:1c2fff73 PA:1c2fff73", "time": "6850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6869, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff74 x12:1c2fffb0", "time": "6869", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6872, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff75 x11:00000000 x15:1c2fff74 PA:1c2fff74", "time": "6872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6891, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff75 x12:1c2fffb0", "time": "6891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6894, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff76 x11:00000000 x15:1c2fff75 PA:1c2fff75", "time": "6894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6912, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6912", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6913, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff76 x12:1c2fffb0", "time": "6913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6916, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff77 x11:00000000 x15:1c2fff76 PA:1c2fff76", "time": "6916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6934, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6935, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff77 x12:1c2fffb0", "time": "6935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6938, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff78 x11:00000000 x15:1c2fff77 PA:1c2fff77", "time": "6938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6957, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff78 x12:1c2fffb0", "time": "6957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6960, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff79 x11:00000000 x15:1c2fff78 PA:1c2fff78", "time": "6960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 6978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "6978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 6979, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff79 x12:1c2fffb0", "time": "6979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 6982, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff7a x11:00000000 x15:1c2fff79 PA:1c2fff79", "time": "6982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7001, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff7a x12:1c2fffb0", "time": "7001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7004, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff7b x11:00000000 x15:1c2fff7a PA:1c2fff7a", "time": "7004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7023, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff7b x12:1c2fffb0", "time": "7023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7026, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff7c x11:00000000 x15:1c2fff7b PA:1c2fff7b", "time": "7026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7044, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7045, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff7c x12:1c2fffb0", "time": "7045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7048, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff7d x11:00000000 x15:1c2fff7c PA:1c2fff7c", "time": "7048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7067, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff7d x12:1c2fffb0", "time": "7067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7070, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff7e x11:00000000 x15:1c2fff7d PA:1c2fff7d", "time": "7070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7089, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff7e x12:1c2fffb0", "time": "7089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7092, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff7f x11:00000000 x15:1c2fff7e PA:1c2fff7e", "time": "7092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7111, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff7f x12:1c2fffb0", "time": "7111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7114, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff80 x11:00000000 x15:1c2fff7f PA:1c2fff7f", "time": "7114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7133, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff80 x12:1c2fffb0", "time": "7133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7136, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff81 x11:00000000 x15:1c2fff80 PA:1c2fff80", "time": "7136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7154, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7155, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff81 x12:1c2fffb0", "time": "7155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7158, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff82 x11:00000000 x15:1c2fff81 PA:1c2fff81", "time": "7158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7177, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff82 x12:1c2fffb0", "time": "7177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7180, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff83 x11:00000000 x15:1c2fff82 PA:1c2fff82", "time": "7180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7199, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff83 x12:1c2fffb0", "time": "7199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7202, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff84 x11:00000000 x15:1c2fff83 PA:1c2fff83", "time": "7202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7221, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff84 x12:1c2fffb0", "time": "7221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7224, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff85 x11:00000000 x15:1c2fff84 PA:1c2fff84", "time": "7224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7243, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff85 x12:1c2fffb0", "time": "7243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7246, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff86 x11:00000000 x15:1c2fff85 PA:1c2fff85", "time": "7246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7265, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff86 x12:1c2fffb0", "time": "7265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7268, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff87 x11:00000000 x15:1c2fff86 PA:1c2fff86", "time": "7268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7287, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff87 x12:1c2fffb0", "time": "7287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7290, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff88 x11:00000000 x15:1c2fff87 PA:1c2fff87", "time": "7290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7309, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff88 x12:1c2fffb0", "time": "7309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7312, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff89 x11:00000000 x15:1c2fff88 PA:1c2fff88", "time": "7312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7331, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff89 x12:1c2fffb0", "time": "7331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7334, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff8a x11:00000000 x15:1c2fff89 PA:1c2fff89", "time": "7334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7353, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff8a x12:1c2fffb0", "time": "7353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7356, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff8b x11:00000000 x15:1c2fff8a PA:1c2fff8a", "time": "7356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7375, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff8b x12:1c2fffb0", "time": "7375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7378, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff8c x11:00000000 x15:1c2fff8b PA:1c2fff8b", "time": "7378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7397, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff8c x12:1c2fffb0", "time": "7397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7400, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff8d x11:00000000 x15:1c2fff8c PA:1c2fff8c", "time": "7400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7419, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff8d x12:1c2fffb0", "time": "7419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7422, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff8e x11:00000000 x15:1c2fff8d PA:1c2fff8d", "time": "7422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7441, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff8e x12:1c2fffb0", "time": "7441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7444, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff8f x11:00000000 x15:1c2fff8e PA:1c2fff8e", "time": "7444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7463, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff8f x12:1c2fffb0", "time": "7463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7466, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff90 x11:00000000 x15:1c2fff8f PA:1c2fff8f", "time": "7466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7484, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7485, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff90 x12:1c2fffb0", "time": "7485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7488, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff91 x11:00000000 x15:1c2fff90 PA:1c2fff90", "time": "7488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7507, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff91 x12:1c2fffb0", "time": "7507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7510, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff92 x11:00000000 x15:1c2fff91 PA:1c2fff91", "time": "7510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7529, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff92 x12:1c2fffb0", "time": "7529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7532, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff93 x11:00000000 x15:1c2fff92 PA:1c2fff92", "time": "7532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7551, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff93 x12:1c2fffb0", "time": "7551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7554, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff94 x11:00000000 x15:1c2fff93 PA:1c2fff93", "time": "7554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7573, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff94 x12:1c2fffb0", "time": "7573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7576, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff95 x11:00000000 x15:1c2fff94 PA:1c2fff94", "time": "7576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7595, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff95 x12:1c2fffb0", "time": "7595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7598, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff96 x11:00000000 x15:1c2fff95 PA:1c2fff95", "time": "7598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7617, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff96 x12:1c2fffb0", "time": "7617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7620, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff97 x11:00000000 x15:1c2fff96 PA:1c2fff96", "time": "7620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7639, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff97 x12:1c2fffb0", "time": "7639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7642, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff98 x11:00000000 x15:1c2fff97 PA:1c2fff97", "time": "7642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7661, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff98 x12:1c2fffb0", "time": "7661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7664, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff99 x11:00000000 x15:1c2fff98 PA:1c2fff98", "time": "7664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7683, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff99 x12:1c2fffb0", "time": "7683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7686, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff9a x11:00000000 x15:1c2fff99 PA:1c2fff99", "time": "7686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7705, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff9a x12:1c2fffb0", "time": "7705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7708, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff9b x11:00000000 x15:1c2fff9a PA:1c2fff9a", "time": "7708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7727, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff9b x12:1c2fffb0", "time": "7727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7730, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff9c x11:00000000 x15:1c2fff9b PA:1c2fff9b", "time": "7730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7749, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff9c x12:1c2fffb0", "time": "7749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7752, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff9d x11:00000000 x15:1c2fff9c PA:1c2fff9c", "time": "7752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7771, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff9d x12:1c2fffb0", "time": "7771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7774, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff9e x11:00000000 x15:1c2fff9d PA:1c2fff9d", "time": "7774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7793, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff9e x12:1c2fffb0", "time": "7793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7796, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fff9f x11:00000000 x15:1c2fff9e PA:1c2fff9e", "time": "7796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7815, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fff9f x12:1c2fffb0", "time": "7815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7818, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffa0 x11:00000000 x15:1c2fff9f PA:1c2fff9f", "time": "7818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7837, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffa0 x12:1c2fffb0", "time": "7837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7840, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffa1 x11:00000000 x15:1c2fffa0 PA:1c2fffa0", "time": "7840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7859, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffa1 x12:1c2fffb0", "time": "7859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7862, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffa2 x11:00000000 x15:1c2fffa1 PA:1c2fffa1", "time": "7862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7881, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffa2 x12:1c2fffb0", "time": "7881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7884, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffa3 x11:00000000 x15:1c2fffa2 PA:1c2fffa2", "time": "7884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7903, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffa3 x12:1c2fffb0", "time": "7903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7906, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffa4 x11:00000000 x15:1c2fffa3 PA:1c2fffa3", "time": "7906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7924, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7925, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffa4 x12:1c2fffb0", "time": "7925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7928, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffa5 x11:00000000 x15:1c2fffa4 PA:1c2fffa4", "time": "7928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7947, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffa5 x12:1c2fffb0", "time": "7947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7950, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffa6 x11:00000000 x15:1c2fffa5 PA:1c2fffa5", "time": "7950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7969, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffa6 x12:1c2fffb0", "time": "7969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7972, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffa7 x11:00000000 x15:1c2fffa6 PA:1c2fffa6", "time": "7972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 7990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "7990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 7991, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffa7 x12:1c2fffb0", "time": "7991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 7994, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffa8 x11:00000000 x15:1c2fffa7 PA:1c2fffa7", "time": "7994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8013, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffa8 x12:1c2fffb0", "time": "8013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8016, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffa9 x11:00000000 x15:1c2fffa8 PA:1c2fffa8", "time": "8016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8035, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffa9 x12:1c2fffb0", "time": "8035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8038, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffaa x11:00000000 x15:1c2fffa9 PA:1c2fffa9", "time": "8038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8057, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffaa x12:1c2fffb0", "time": "8057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8060, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffab x11:00000000 x15:1c2fffaa PA:1c2fffaa", "time": "8060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8079, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffab x12:1c2fffb0", "time": "8079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8082, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffac x11:00000000 x15:1c2fffab PA:1c2fffab", "time": "8082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8101, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffac x12:1c2fffb0", "time": "8101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8104, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffad x11:00000000 x15:1c2fffac PA:1c2fffac", "time": "8104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8122, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8123, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffad x12:1c2fffb0", "time": "8123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8126, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffae x11:00000000 x15:1c2fffad PA:1c2fffad", "time": "8126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8145, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffae x12:1c2fffb0", "time": "8145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8148, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffaf x11:00000000 x15:1c2fffae PA:1c2fffae", "time": "8148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8167, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffaf x12:1c2fffb0", "time": "8167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8170, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1c2fffb0 x11:00000000 x15:1c2fffaf PA:1c2fffaf", "time": "8170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1c2fffb0 x12:1c2fffb0", "time": "8189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 8190, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001808", "instr": "jalr x0, x1, 0 x1:1c00136a", "time": "8190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:131"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 8192, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c00136a", "instr": "lui x11, 0x1c000000 x11=1c000000", "time": "8192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:380"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c00136e", "instr": "addi x11, x11, 370 x11=1c000172 x11:1c000000", "time": "8210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:380"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001372", "instr": "addi x10, x0, 1 x10=00000001", "time": "8211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:380"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8212, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001374", "instr": "jal x1, -1556 x1=1c001376", "time": "8212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:380"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 8230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_bootaddr_get", "args":{"pc": "1c000d60", "instr": "lui x15, 0x1b200000 x15=1b200000", "time": "8230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:63"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 8231, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_bootaddr_get", "args":{"pc": "1c000d64", "instr": "lw x14, 64(x15) x14=1c000000 x15:1b200000 PA:1b200040", "time": "8231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:63"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 8235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_irq_set_handler", "args":{"pc": "1c000d66", "instr": "slli x10, x10, 0x2 x10=00000004 x10:00000001", "time": "8235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:67"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d68", "instr": "addi x15, x0, 111 x15=0000006f", "time": "8236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:55"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 8237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d6c", "instr": "sub x11, x11, x14 x11=00000172 x11:1c000172 x14:1c000000", "time": "8237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:49"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 8238, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d6e", "instr": "sub x11, x11, x10 x11=0000016e x11:00000172 x10:00000004", "time": "8238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:49"}}, -{"name": "p.extract", "cat": "p.extract", "ph": "X", "ts": 8254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d70", "instr": "p.extract x13, x11, 0, 20 x13=00000000 x11:0000016e", "time": "8254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:55"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 8255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d74", "instr": "p.insert x15, x13, 0, 31 x15=0000006f x15:0000006f x13:00000000", "time": "8255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:55"}}, -{"name": "p.extract", "cat": "p.extract", "ph": "X", "ts": 8256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d78", "instr": "p.extract x13, x11, 9, 1 x13=000000b7 x11:0000016e", "time": "8256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:56"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 8257, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d7c", "instr": "p.insert x15, x13, 9, 21 x15=16e0006f x15:0000006f x13:000000b7", "time": "8257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:56"}}, -{"name": "p.extract", "cat": "p.extract", "ph": "X", "ts": 8274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d80", "instr": "p.extract x13, x11, 0, 11 x13=00000000 x11:0000016e", "time": "8274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:57"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 8275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d84", "instr": "p.insert x15, x13, 0, 20 x15=16e0006f x15:16e0006f x13:00000000", "time": "8275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:57"}}, -{"name": "p.extract", "cat": "p.extract", "ph": "X", "ts": 8276, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d88", "instr": "p.extract x11, x11, 7, 12 x11=00000000 x11:0000016e", "time": "8276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:58"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 8277, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d8c", "instr": "p.insert x15, x11, 7, 12 x15=16e0006f x15:16e0006f x11:00000000", "time": "8277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:58"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 8294, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_irq_set_handler", "args":{"pc": "1c000d90", "instr": "p.sw x15, x0(x10) x15:16e0006f x10:00000004 PA:1c000004", "time": "8294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:69"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 8312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_irq_set_handler", "args":{"pc": "1c000d94", "instr": "jalr x0, x1, 0 x1:1c001376", "time": "8312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:79"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 8313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_irq_maskSet_base", "args":{"pc": "1c001376", "instr": "lui x8, 0x1b204000 x8=1b204000", "time": "8313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:220"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_irq_maskSet_base", "args":{"pc": "1c00137a", "instr": "addi x9, x8, 20 x9=1b204014 x8:1b204000", "time": "8314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:220"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8315, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_irq_maskSet_base", "args":{"pc": "1c00137e", "instr": "addi x15, x0, 2 x15=00000002", "time": "8315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_irq_maskSet_base", "args":{"pc": "1c001380", "instr": "sw x15, 0(x9) x15:00000002 x9:1b204014 PA:1b204014", "time": "8332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8333, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_maskSet_base", "args":{"pc": "1c001382", "instr": "sw x15, 8(x8) x15:00000002 x8:1b204000 PA:1b204008", "time": "8333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:110"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 8334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001384", "instr": "lui x11, 0x1c000000 x11=1c000000", "time": "8334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:383"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001388", "instr": "addi x11, x11, 314 x11=1c00013a x11:1c000000", "time": "8335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:383"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8336, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c00138c", "instr": "addi x10, x0, 4 x10=00000004", "time": "8336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:383"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8337, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c00138e", "instr": "jal x1, -1582 x1=1c001390", "time": "8337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:383"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 8354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_bootaddr_get", "args":{"pc": "1c000d60", "instr": "lui x15, 0x1b200000 x15=1b200000", "time": "8354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:63"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 8355, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_bootaddr_get", "args":{"pc": "1c000d64", "instr": "lw x14, 64(x15) x14=1c000000 x15:1b200000 PA:1b200040", "time": "8355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:63"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 8359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_irq_set_handler", "args":{"pc": "1c000d66", "instr": "slli x10, x10, 0x2 x10=00000010 x10:00000004", "time": "8359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:67"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d68", "instr": "addi x15, x0, 111 x15=0000006f", "time": "8360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:55"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 8361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d6c", "instr": "sub x11, x11, x14 x11=0000013a x11:1c00013a x14:1c000000", "time": "8361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:49"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 8362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d6e", "instr": "sub x11, x11, x10 x11=0000012a x11:0000013a x10:00000010", "time": "8362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:49"}}, -{"name": "p.extract", "cat": "p.extract", "ph": "X", "ts": 8363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d70", "instr": "p.extract x13, x11, 0, 20 x13=00000000 x11:0000012a", "time": "8363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:55"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 8364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d74", "instr": "p.insert x15, x13, 0, 31 x15=0000006f x15:0000006f x13:00000000", "time": "8364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:55"}}, -{"name": "p.extract", "cat": "p.extract", "ph": "X", "ts": 8365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d78", "instr": "p.extract x13, x11, 9, 1 x13=00000095 x11:0000012a", "time": "8365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:56"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 8366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d7c", "instr": "p.insert x15, x13, 9, 21 x15=12a0006f x15:0000006f x13:00000095", "time": "8366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:56"}}, -{"name": "p.extract", "cat": "p.extract", "ph": "X", "ts": 8367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d80", "instr": "p.extract x13, x11, 0, 11 x13=00000000 x11:0000012a", "time": "8367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:57"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 8368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d84", "instr": "p.insert x15, x13, 0, 20 x15=12a0006f x15:12a0006f x13:00000000", "time": "8368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:57"}}, -{"name": "p.extract", "cat": "p.extract", "ph": "X", "ts": 8369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d88", "instr": "p.extract x11, x11, 7, 12 x11=00000000 x11:0000012a", "time": "8369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:58"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 8370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_itvec", "args":{"pc": "1c000d8c", "instr": "p.insert x15, x11, 7, 12 x15=12a0006f x15:12a0006f x11:00000000", "time": "8370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:58"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 8371, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_irq_set_handler", "args":{"pc": "1c000d90", "instr": "p.sw x15, x0(x10) x15:12a0006f x10:00000010 PA:1c000010", "time": "8371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:69"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 8389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_irq_set_handler", "args":{"pc": "1c000d94", "instr": "jalr x0, x1, 0 x1:1c001390", "time": "8389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/irq.c:79"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_irq_maskSet_base", "args":{"pc": "1c001390", "instr": "addi x15, x0, 16 x15=00000010", "time": "8390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_irq_maskSet_base", "args":{"pc": "1c001392", "instr": "sw x15, 0(x9) x15:00000010 x9:1b204014 PA:1b204014", "time": "8391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_maskSet_base", "args":{"pc": "1c001394", "instr": "sw x15, 8(x8) x15:00000010 x8:1b204000 PA:1b204008", "time": "8392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:110"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 8393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001396", "instr": "lw x1, 28(x2) x1=1c000e64 x2:10000940 PA:1000095c", "time": "8393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:387"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 8394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c001398", "instr": "lw x8, 24(x2) x8=1c2ffff0 x2:10000940 PA:10000958", "time": "8394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:387"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 8395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c00139a", "instr": "lw x9, 20(x2) x9=10000180 x2:10000940 PA:10000954", "time": "8395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:387"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c00139c", "instr": "addi x10, x0, 0 x10=00000000", "time": "8396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:387"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8397, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c00139e", "instr": "addi x2, x2, 32 x2=10000960 x2:10000940", "time": "8397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:387"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 8413, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_init", "args":{"pc": "1c0013a0", "instr": "jalr x0, x1, 0 x1:1c000e64", "time": "8413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:387"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e64", "instr": "bne x10, x0, 6 x10:00000000", "time": "8415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 8416, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e66", "instr": "lw x8, 8(x8) x8=00000000 x8:1c2ffff0 PA:1c2ffff8", "time": "8416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:77"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e68", "instr": "jal x0, -22 ", "time": "8430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:77"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e52", "instr": "bne x8, x0, 12 x8:00000000", "time": "8431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:74"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e54", "instr": "addi x10, x0, 0 x10=00000000", "time": "8432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:80"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 8433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e56", "instr": "lw x1, 12(x2) x1=1c000caa x2:10000960 PA:1000096c", "time": "8433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:81"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 8434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e58", "instr": "lw x8, 8(x2) x8=10000990 x2:10000960 PA:10000968", "time": "8434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:81"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e5a", "instr": "addi x2, x2, 16 x2=10000970 x2:10000960", "time": "8435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:81"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 8436, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e5c", "instr": "jalr x0, x1, 0 x1:1c000caa", "time": "8436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:81"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000caa", "instr": "bne x10, x0, 60 x10:00000000", "time": "8438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:122"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8439, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_config_cluster_start", "args":{"pc": "1c000cac", "instr": "addi x15, x0, 0 x15=00000000", "time": "8439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_config.h:47"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 8456, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_config_cluster_start", "args":{"pc": "1c000cb0", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:00000000", "time": "8456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_config.h:47"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 8457, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_clusters_start", "args":{"pc": "1c000cb4", "instr": "beq x15, x0, 110 x15:00000000", "time": "8457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:248"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8476, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_clusters_start", "args":{"pc": "1c000d22", "instr": "addi x11, x0, 0 x11=00000000", "time": "8476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:282"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8477, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_clusters_start", "args":{"pc": "1c000d24", "instr": "jal x1, -386 x1=1c000d26", "time": "8477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:282"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000ba2", "instr": "addi x2, x2, -48 x2=10000940 x2:10000970", "time": "8495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000ba4", "instr": "sw x8, 40(x2) x8:10000990 x2:10000940 PA:10000968", "time": "8496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000ba6", "instr": "sw x9, 36(x2) x9:10000180 x2:10000940 PA:10000964", "time": "8497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000ba8", "instr": "sw x18, 32(x2) x18:00000000 x2:10000940 PA:10000960", "time": "8498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000baa", "instr": "sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c", "time": "8499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bac", "instr": "sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958", "time": "8500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8501, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bae", "instr": "sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954", "time": "8501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 8517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000bb0", "instr": "csrrs x14, x0, 0xf14 x14=00000000", "time": "8517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 8518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000bb4", "instr": "lui x19, 0x1000 x19=00001000", "time": "8518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bb6", "instr": "sw x1, 44(x2) x1:1c000d26 x2:10000940 PA:1000096c", "time": "8519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bb8", "instr": "sw x22, 16(x2) x22:00000000 x2:10000940 PA:10000950", "time": "8520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "p.extractu", "cat": "p.extractu", "ph": "X", "ts": 8521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000bba", "instr": "p.extractu x14, x14, 5, 5 x14=00000000 x14:00000000", "time": "8521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 8522, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bbe", "instr": "add x8, x0, x10 x8=00000000 x10:00000000", "time": "8522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bc0", "instr": "addi x20, x10, 2 x20=00000002 x10:00000000", "time": "8539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bc4", "instr": "addi x9, x19, -2048 x9=00000800 x19:00001000", "time": "8540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bc8", "instr": "addi x18, x0, 8 x18=00000008", "time": "8541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:207"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 8542, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bcc", "instr": "beq x14, x10, 94 x14:00000000 x10:00000000", "time": "8542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:208"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 8576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c2a", "instr": "add x11, x0, x10 x11=00000000 x10:00000000", "time": "8576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:220"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c2c", "instr": "addi x13, x0, 0 x13=00000000", "time": "8577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:220"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8578, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c2e", "instr": "addi x10, x0, 1 x10=00000001", "time": "8578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:220"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c30", "instr": "addi x12, x0, 0 x12=00000000", "time": "8594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:220"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8595, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c32", "instr": "jal x1, 1904 x1=1c000c36", "time": "8595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:220"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a2", "instr": "addi x2, x2, -48 x2=10000910 x2:10000940", "time": "8597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a4", "instr": "sw x8, 40(x2) x8:00000000 x2:10000910 PA:10000938", "time": "8598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 8599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a6", "instr": "add x8, x0, x11 x8=00000000 x11:00000000", "time": "8599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a8", "instr": "sw x1, 44(x2) x1:1c000c36 x2:10000910 PA:1000093c", "time": "8600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013aa", "instr": "sw x9, 36(x2) x9:00000800 x2:10000910 PA:10000934", "time": "8601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ac", "instr": "sw x18, 32(x2) x18:00000008 x2:10000910 PA:10000930", "time": "8602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8603, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ae", "instr": "sw x19, 28(x2) x19:00001000 x2:10000910 PA:1000092c", "time": "8603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b0", "instr": "sw x20, 24(x2) x20:00000002 x2:10000910 PA:10000928", "time": "8619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b2", "instr": "sw x21, 20(x2) x21:00000000 x2:10000910 PA:10000924", "time": "8620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 8621, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0013b4", "instr": "csrrci x18, 0x00000008, 0x300 x18=00001808", "time": "8621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b8", "instr": "addi x20, x0, 24 x20=00000018", "time": "8625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 8626, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ba", "instr": "mul x20, x11, x20 x20=00000000 x11:00000000 x20:00000018", "time": "8626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 8643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013be", "instr": "lui x14, 0x1c002000 x14=1c002000", "time": "8643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 8644, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c2", "instr": "lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8", "time": "8644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 8658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c6", "instr": "add x21, x0, x14 x21=1c002000 x14:1c002000", "time": "8658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 8659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c8", "instr": "add x15, x15, x20 x15=1c2fff50 x15:1c2fff50 x20:00000000", "time": "8659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 8660, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ca", "instr": "lw x14, 0(x15) x14=00000000 x15:1c2fff50 PA:1c2fff50", "time": "8660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 8675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013cc", "instr": "beq x10, x0, 38 x10:00000001", "time": "8675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8676, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ce", "instr": "addi x14, x14, 1 x14=00000001 x14:00000000", "time": "8676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187 (discriminator 1)"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8679, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d0", "instr": "sw x14, 0(x15) x14:00000001 x15:1c2fff50 PA:1c2fff50", "time": "8679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 8697, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d2", "instr": "lw x9, 0(x15) x9=00000001 x15:1c2fff50 PA:1c2fff50", "time": "8697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8712, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d4", "instr": "bne x9, x0, 34 x9:00000001", "time": "8712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 8731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f6", "instr": "p.bneimm x9, -26 x9:00000001", "time": "8731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:191"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013fa", "instr": "addi x19, x0, 8 x19=00000008", "time": "8732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:191"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 8733, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c0013fe", "instr": "beq x8, x0, 94 x8:00000000", "time": "8733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:68"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145c", "instr": "addi x10, x0, 0 x10=00000000", "time": "8767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:139"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8768, "dur": 33, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145e", "instr": "jal x1, -392 x1=1c001460", "time": "8768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:139"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012d6", "instr": "addi x2, x2, -16 x2=10000900 x2:10000910", "time": "8801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012d8", "instr": "sw x8, 8(x2) x8:00000000 x2:10000900 PA:10000908", "time": "8802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012da", "instr": "sw x9, 4(x2) x9:00000001 x2:10000900 PA:10000904", "time": "8803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8804, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012dc", "instr": "addi x8, x10, 64 x8=00000040 x10:00000000", "time": "8804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 8821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012e0", "instr": "add x9, x0, x10 x9=00000000 x10:00000000", "time": "8821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 8822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012e2", "instr": "lui x10, 0x1b000000 x10=1b000000", "time": "8822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012e6", "instr": "addi x10, x10, 8 x10=1b000008 x10:1b000000", "time": "8823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 8824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012ea", "instr": "slli x8, x8, 0x16 x8=10000000 x8:00000040", "time": "8824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 8825, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012ec", "instr": "p.bclr x10, x10, 19, 12 x10=00000008 x10:1b000008", "time": "8825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 8842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f0", "instr": "add x10, x10, x8 x10=10000008 x10:00000008 x8:10000000", "time": "8842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f2", "instr": "addi x12, x0, 64 x12=00000040", "time": "8843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 8844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f6", "instr": "addi x11, x0, 0 x11=00000000", "time": "8844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 8845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f8", "instr": "sw x1, 12(x2) x1:1c001460 x2:10000900 PA:1000090c", "time": "8845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8846, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012fa", "instr": "jal x1, 1286 x1=1c0012fc", "time": "8846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 8848, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001800", "instr": "add x12, x12, x10 x12=10000048 x12:00000040 x10:10000008", "time": "8848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:125"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 8849, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001802", "instr": "add x15, x0, x10 x15=10000008 x10:10000008", "time": "8849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:126"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8850, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000008 x12:10000048", "time": "8850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000009 x11:00000000 x15:10000008 PA:10000008", "time": "8853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8854, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8856, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000009 x12:10000048", "time": "8856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8859, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000000a x11:00000000 x15:10000009 PA:10000009", "time": "8859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8860, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8862, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000000a x12:10000048", "time": "8862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000000b x11:00000000 x15:1000000a PA:1000000a", "time": "8865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8866, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8868, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000000b x12:10000048", "time": "8868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000000c x11:00000000 x15:1000000b PA:1000000b", "time": "8871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8872, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8874, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000000c x12:10000048", "time": "8874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000000d x11:00000000 x15:1000000c PA:1000000c", "time": "8877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8878, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8880, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000000d x12:10000048", "time": "8880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000000e x11:00000000 x15:1000000d PA:1000000d", "time": "8883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8884, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8886, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000000e x12:10000048", "time": "8886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000000f x11:00000000 x15:1000000e PA:1000000e", "time": "8889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8890, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8892, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000000f x12:10000048", "time": "8892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8895, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000010 x11:00000000 x15:1000000f PA:1000000f", "time": "8895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8896, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8898, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000010 x12:10000048", "time": "8898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000011 x11:00000000 x15:10000010 PA:10000010", "time": "8901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8902, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8904, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000011 x12:10000048", "time": "8904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000012 x11:00000000 x15:10000011 PA:10000011", "time": "8907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8908, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8910, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000012 x12:10000048", "time": "8910", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000013 x11:00000000 x15:10000012 PA:10000012", "time": "8913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8914, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8916, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000013 x12:10000048", "time": "8916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8919, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000014 x11:00000000 x15:10000013 PA:10000013", "time": "8919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8920, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8922, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000014 x12:10000048", "time": "8922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8925, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000015 x11:00000000 x15:10000014 PA:10000014", "time": "8925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8926, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8928, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000015 x12:10000048", "time": "8928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000016 x11:00000000 x15:10000015 PA:10000015", "time": "8931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8932, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8934, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000016 x12:10000048", "time": "8934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000017 x11:00000000 x15:10000016 PA:10000016", "time": "8937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8938, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8940, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000017 x12:10000048", "time": "8940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000018 x11:00000000 x15:10000017 PA:10000017", "time": "8943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8944, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8946, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000018 x12:10000048", "time": "8946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000019 x11:00000000 x15:10000018 PA:10000018", "time": "8949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8950, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8952, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000019 x12:10000048", "time": "8952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8955, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000001a x11:00000000 x15:10000019 PA:10000019", "time": "8955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8956, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8958, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000001a x12:10000048", "time": "8958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000001b x11:00000000 x15:1000001a PA:1000001a", "time": "8961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8962, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8964, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000001b x12:10000048", "time": "8964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000001c x11:00000000 x15:1000001b PA:1000001b", "time": "8967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8968, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8970, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000001c x12:10000048", "time": "8970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000001d x11:00000000 x15:1000001c PA:1000001c", "time": "8973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8974, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8976, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000001d x12:10000048", "time": "8976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8979, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000001e x11:00000000 x15:1000001d PA:1000001d", "time": "8979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8980, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8982, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000001e x12:10000048", "time": "8982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8985, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000001f x11:00000000 x15:1000001e PA:1000001e", "time": "8985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8986, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8988, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000001f x12:10000048", "time": "8988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000020 x11:00000000 x15:1000001f PA:1000001f", "time": "8991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8992, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 8994, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000020 x12:10000048", "time": "8994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 8997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000021 x11:00000000 x15:10000020 PA:10000020", "time": "8997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 8998, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "8998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9000, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000021 x12:10000048", "time": "9000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000022 x11:00000000 x15:10000021 PA:10000021", "time": "9003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9004, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9006, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000022 x12:10000048", "time": "9006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000023 x11:00000000 x15:10000022 PA:10000022", "time": "9009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9010, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9012, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000023 x12:10000048", "time": "9012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000024 x11:00000000 x15:10000023 PA:10000023", "time": "9015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9016, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9018, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000024 x12:10000048", "time": "9018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000025 x11:00000000 x15:10000024 PA:10000024", "time": "9021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9022, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9024, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000025 x12:10000048", "time": "9024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000026 x11:00000000 x15:10000025 PA:10000025", "time": "9027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9028, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9030, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000026 x12:10000048", "time": "9030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000027 x11:00000000 x15:10000026 PA:10000026", "time": "9033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9034, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9036, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000027 x12:10000048", "time": "9036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000028 x11:00000000 x15:10000027 PA:10000027", "time": "9039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9040, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9042, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000028 x12:10000048", "time": "9042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9045, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000029 x11:00000000 x15:10000028 PA:10000028", "time": "9045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9046, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9048, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000029 x12:10000048", "time": "9048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000002a x11:00000000 x15:10000029 PA:10000029", "time": "9051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9052, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9054, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000002a x12:10000048", "time": "9054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000002b x11:00000000 x15:1000002a PA:1000002a", "time": "9057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9058, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9060, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000002b x12:10000048", "time": "9060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000002c x11:00000000 x15:1000002b PA:1000002b", "time": "9063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9064, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9066, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000002c x12:10000048", "time": "9066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000002d x11:00000000 x15:1000002c PA:1000002c", "time": "9069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9070, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9072, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000002d x12:10000048", "time": "9072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000002e x11:00000000 x15:1000002d PA:1000002d", "time": "9075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9076, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9078, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000002e x12:10000048", "time": "9078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000002f x11:00000000 x15:1000002e PA:1000002e", "time": "9081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9082, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9084, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000002f x12:10000048", "time": "9084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000030 x11:00000000 x15:1000002f PA:1000002f", "time": "9087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9088, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9090, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000030 x12:10000048", "time": "9090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000031 x11:00000000 x15:10000030 PA:10000030", "time": "9093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9094, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9096, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000031 x12:10000048", "time": "9096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000032 x11:00000000 x15:10000031 PA:10000031", "time": "9099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9100, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9102, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000032 x12:10000048", "time": "9102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000033 x11:00000000 x15:10000032 PA:10000032", "time": "9105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9106, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9108, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000033 x12:10000048", "time": "9108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000034 x11:00000000 x15:10000033 PA:10000033", "time": "9111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9112, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9114, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000034 x12:10000048", "time": "9114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000035 x11:00000000 x15:10000034 PA:10000034", "time": "9117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9118, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9120, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000035 x12:10000048", "time": "9120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000036 x11:00000000 x15:10000035 PA:10000035", "time": "9123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9124, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9126, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000036 x12:10000048", "time": "9126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000037 x11:00000000 x15:10000036 PA:10000036", "time": "9129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9130, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9132, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000037 x12:10000048", "time": "9132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000038 x11:00000000 x15:10000037 PA:10000037", "time": "9135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9136, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9138, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000038 x12:10000048", "time": "9138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000039 x11:00000000 x15:10000038 PA:10000038", "time": "9141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9142, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9144, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000039 x12:10000048", "time": "9144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000003a x11:00000000 x15:10000039 PA:10000039", "time": "9147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9148, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9150, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000003a x12:10000048", "time": "9150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9153, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000003b x11:00000000 x15:1000003a PA:1000003a", "time": "9153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9154, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9156, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000003b x12:10000048", "time": "9156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000003c x11:00000000 x15:1000003b PA:1000003b", "time": "9159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9160, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9162, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000003c x12:10000048", "time": "9162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000003d x11:00000000 x15:1000003c PA:1000003c", "time": "9165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9166, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000003d x12:10000048", "time": "9168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000003e x11:00000000 x15:1000003d PA:1000003d", "time": "9171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9172, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9174, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000003e x12:10000048", "time": "9174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1000003f x11:00000000 x15:1000003e PA:1000003e", "time": "9177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9178, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9180, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1000003f x12:10000048", "time": "9180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000040 x11:00000000 x15:1000003f PA:1000003f", "time": "9183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9184, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9186, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000040 x12:10000048", "time": "9186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000041 x11:00000000 x15:10000040 PA:10000040", "time": "9189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9190, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9192, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000041 x12:10000048", "time": "9192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000042 x11:00000000 x15:10000041 PA:10000041", "time": "9195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9196, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9198, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000042 x12:10000048", "time": "9198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9201, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000043 x11:00000000 x15:10000042 PA:10000042", "time": "9201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9202, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9204, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000043 x12:10000048", "time": "9204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9207, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000044 x11:00000000 x15:10000043 PA:10000043", "time": "9207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9208, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9210, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000044 x12:10000048", "time": "9210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000045 x11:00000000 x15:10000044 PA:10000044", "time": "9213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9214, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9216, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000045 x12:10000048", "time": "9216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000046 x11:00000000 x15:10000045 PA:10000045", "time": "9219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9220, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9222, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000046 x12:10000048", "time": "9222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000047 x11:00000000 x15:10000046 PA:10000046", "time": "9225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9226, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9228, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000047 x12:10000048", "time": "9228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 9231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10000048 x11:00000000 x15:10000047 PA:10000047", "time": "9231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9232, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "9232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10000048 x12:10000048", "time": "9234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9235, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001808", "instr": "jalr x0, x1, 0 x1:1c0012fc", "time": "9235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:131"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9237, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012fc", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "9237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9254, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001300", "instr": "lw x15, 1704(x15) x15=1c2fff50 x15:1c002000 PA:1c0026a8", "time": "9254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001304", "instr": "addi x14, x0, 24 x14=00000018", "time": "9268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001306", "instr": "lw x1, 12(x2) x1=1c001460 x2:10000900 PA:1000090c", "time": "9269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "p.mac", "cat": "p.mac", "ph": "X", "ts": 9270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001308", "instr": "p.mac x15, x9, x14 x15=1c2fff50 x15:1c2fff50 x9:00000000 x14:00000018", "time": "9270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9271, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig_cluster_addr", "args":{"pc": "1c00130c", "instr": "lui x14, 0x201000 x14=00201000", "time": "9271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:265"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig_cluster_addr", "args":{"pc": "1c001310", "instr": "addi x14, x14, -508 x14=00200e04 x14:00201000", "time": "9288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:265"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig_cluster_addr", "args":{"pc": "1c001314", "instr": "add x8, x8, x14 x8=10200e04 x8:10000000 x14:00200e04", "time": "9289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:265"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001316", "instr": "lw x9, 4(x2) x9=00000001 x2:10000900 PA:10000904", "time": "9290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9291, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001318", "instr": "sw x8, 20(x15) x8:10200e04 x15:1c2fff50 PA:1c2fff64", "time": "9291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:61"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c00131a", "instr": "lw x8, 8(x2) x8=00000000 x2:10000900 PA:10000908", "time": "9309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9310, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c00131c", "instr": "sw x0, 12(x15) x15:1c2fff50 PA:1c2fff5c", "time": "9310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001320", "instr": "addi x2, x2, 16 x2=10000910 x2:10000900", "time": "9328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9329, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001322", "instr": "jalr x0, x1, 0 x1:1c001460", "time": "9329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001460", "instr": "lui x15, 0x10201000 x15=10201000", "time": "9331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001464", "instr": "addi x14, x0, -1 x14=ffffffff", "time": "9332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9333, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001466", "instr": "sw x14, 1024(x15) x14:ffffffff x15:10201000 PA:10201400", "time": "9333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9338, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00146a", "instr": "lui x15, 0x1c000000 x15=1c000000", "time": "9338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:150"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00146e", "instr": "addi x15, x15, 128 x15=1c000080 x15:1c000000", "time": "9351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:150"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001472", "instr": "lui x14, 0x6c80000 x14=06c80000", "time": "9352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:150"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 9353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001476", "instr": "p.bclr x15, x15, 7, 0 x15=1c000000 x15:1c000080", "time": "9353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:150"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00147a", "instr": "addi x14, x14, 16 x14=06c80010 x14:06c80000", "time": "9354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:150"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 9355, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00147c", "instr": "blt x9, x19, 14 x9:00000001 x19:00000008", "time": "9355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148a", "instr": "add x13, x9, x14 x13=06c80011 x9:00000001 x14:06c80010", "time": "9373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 9374, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148e", "instr": "slli x13, x13, 0x2 x13=1b200044 x13:06c80011", "time": "9374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9391, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set", "args":{"pc": "1c001490", "instr": "sw x15, 0(x13) x15:1c000000 x13:1b200044 PA:1b200044", "time": "9391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:55"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001492", "instr": "addi x9, x9, 1 x9=00000002 x9:00000001", "time": "9395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9396, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001494", "instr": "jal x0, -24 ", "time": "9396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 9398, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00147c", "instr": "blt x9, x19, 14 x9:00000002 x19:00000008", "time": "9398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148a", "instr": "add x13, x9, x14 x13=06c80012 x9:00000002 x14:06c80010", "time": "9401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 9402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148e", "instr": "slli x13, x13, 0x2 x13=1b200048 x13:06c80012", "time": "9402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9403, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set", "args":{"pc": "1c001490", "instr": "sw x15, 0(x13) x15:1c000000 x13:1b200048 PA:1b200048", "time": "9403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:55"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001492", "instr": "addi x9, x9, 1 x9=00000003 x9:00000002", "time": "9407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9408, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001494", "instr": "jal x0, -24 ", "time": "9408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 9410, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00147c", "instr": "blt x9, x19, 14 x9:00000003 x19:00000008", "time": "9410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148a", "instr": "add x13, x9, x14 x13=06c80013 x9:00000003 x14:06c80010", "time": "9413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 9414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148e", "instr": "slli x13, x13, 0x2 x13=1b20004c x13:06c80013", "time": "9414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9415, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set", "args":{"pc": "1c001490", "instr": "sw x15, 0(x13) x15:1c000000 x13:1b20004c PA:1b20004c", "time": "9415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:55"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001492", "instr": "addi x9, x9, 1 x9=00000004 x9:00000003", "time": "9419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9420, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001494", "instr": "jal x0, -24 ", "time": "9420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 9422, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00147c", "instr": "blt x9, x19, 14 x9:00000004 x19:00000008", "time": "9422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148a", "instr": "add x13, x9, x14 x13=06c80014 x9:00000004 x14:06c80010", "time": "9425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 9426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148e", "instr": "slli x13, x13, 0x2 x13=1b200050 x13:06c80014", "time": "9426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9427, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set", "args":{"pc": "1c001490", "instr": "sw x15, 0(x13) x15:1c000000 x13:1b200050 PA:1b200050", "time": "9427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:55"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001492", "instr": "addi x9, x9, 1 x9=00000005 x9:00000004", "time": "9431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9432, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001494", "instr": "jal x0, -24 ", "time": "9432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 9434, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00147c", "instr": "blt x9, x19, 14 x9:00000005 x19:00000008", "time": "9434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148a", "instr": "add x13, x9, x14 x13=06c80015 x9:00000005 x14:06c80010", "time": "9437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 9438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148e", "instr": "slli x13, x13, 0x2 x13=1b200054 x13:06c80015", "time": "9438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9439, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set", "args":{"pc": "1c001490", "instr": "sw x15, 0(x13) x15:1c000000 x13:1b200054 PA:1b200054", "time": "9439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:55"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001492", "instr": "addi x9, x9, 1 x9=00000006 x9:00000005", "time": "9443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9444, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001494", "instr": "jal x0, -24 ", "time": "9444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 9446, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00147c", "instr": "blt x9, x19, 14 x9:00000006 x19:00000008", "time": "9446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148a", "instr": "add x13, x9, x14 x13=06c80016 x9:00000006 x14:06c80010", "time": "9449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 9450, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148e", "instr": "slli x13, x13, 0x2 x13=1b200058 x13:06c80016", "time": "9450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9451, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set", "args":{"pc": "1c001490", "instr": "sw x15, 0(x13) x15:1c000000 x13:1b200058 PA:1b200058", "time": "9451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:55"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001492", "instr": "addi x9, x9, 1 x9=00000007 x9:00000006", "time": "9455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9456, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001494", "instr": "jal x0, -24 ", "time": "9456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 9458, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00147c", "instr": "blt x9, x19, 14 x9:00000007 x19:00000008", "time": "9458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148a", "instr": "add x13, x9, x14 x13=06c80017 x9:00000007 x14:06c80010", "time": "9461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 9462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00148e", "instr": "slli x13, x13, 0x2 x13=1b20005c x13:06c80017", "time": "9462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9463, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set", "args":{"pc": "1c001490", "instr": "sw x15, 0(x13) x15:1c000000 x13:1b20005c PA:1b20005c", "time": "9463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:55"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001492", "instr": "addi x9, x9, 1 x9=00000008 x9:00000007", "time": "9467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9468, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001494", "instr": "jal x0, -24 ", "time": "9468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 9470, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00147c", "instr": "blt x9, x19, 14 x9:00000008 x19:00000008", "time": "9470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:149"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9471, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c001480", "instr": "lui x15, 0x10200000 x15=10200000", "time": "9471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9472, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c001484", "instr": "addi x14, x0, -1 x14=ffffffff", "time": "9472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9473, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c001486", "instr": "sw x14, 8(x15) x14:ffffffff x15:10200000 PA:10200008", "time": "9473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c001488", "instr": "jal x0, -172 ", "time": "9477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 9478, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c0013dc", "instr": "csrrw x0, x18, 0x300 x18:00001808", "time": "9478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e0", "instr": "lw x1, 44(x2) x1=1c000c36 x2:10000910 PA:1000093c", "time": "9493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e2", "instr": "lw x8, 40(x2) x8=00000000 x2:10000910 PA:10000938", "time": "9494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e4", "instr": "lw x9, 36(x2) x9=00000800 x2:10000910 PA:10000934", "time": "9495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e6", "instr": "lw x18, 32(x2) x18=00000008 x2:10000910 PA:10000930", "time": "9496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e8", "instr": "lw x19, 28(x2) x19=00001000 x2:10000910 PA:1000092c", "time": "9497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ea", "instr": "lw x20, 24(x2) x20=00000002 x2:10000910 PA:10000928", "time": "9498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ec", "instr": "lw x21, 20(x2) x21=00000000 x2:10000910 PA:10000924", "time": "9499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ee", "instr": "addi x2, x2, 48 x2=10000940 x2:10000910", "time": "9500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9501, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f0", "instr": "jalr x0, x1, 0 x1:1c000c36", "time": "9501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c36", "instr": "addi x11, x18, -1 x11=00000007 x18:00000008", "time": "9503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:221"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 9504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c3a", "instr": "mul x11, x11, x9 x11=00003800 x11:00000007 x9:00000800", "time": "9504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:221"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9505, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c3e", "instr": "add x10, x0, x20 x10=00000002 x20:00000002", "time": "9505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:221"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9522, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c40", "instr": "jal x1, 1424 x1=1c000c42", "time": "9522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:221"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "9524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 9525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000002", "time": "9525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011d6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "9526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9527, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011da", "instr": "lw x15, 1692(x15) x15=10000990 x15:1c002000 PA:1c00269c", "time": "9527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011de", "instr": "addi x10, x10, -2 x10=00000000 x10:00000002", "time": "9541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 9542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011e0", "instr": "slli x10, x10, 0x2 x10=00000000 x10:00000000", "time": "9542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=10000990 x10:00000000 x15:10000990", "time": "9543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9544, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "9544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=100009a0 x10:10000990 PA:10000990", "time": "9546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00003807 x11:00003800", "time": "9547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 9548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00003800 x11:00003807", "time": "9548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "9549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 9550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:100009a0", "time": "9550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9551, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=000ff5f0 x15:100009a0 PA:100009a0", "time": "9551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 9553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:000ff5f0 x11:00003800", "time": "9553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9554, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:000ff5f0 x11:00003800", "time": "9554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 9557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=000fbdf0 x14:000ff5f0 x11:00003800", "time": "9557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:000fbdf0 x15:100009a0 PA:100009a0", "time": "9558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=100fc790 x15:100009a0 x14:000fbdf0", "time": "9559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9560, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "9560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=100fc790 x15:100fc790", "time": "9562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9563, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c000c42", "time": "9563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 9565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c42", "instr": "beq x10, x0, -88 x10:100fc790", "time": "9565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:223"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c44", "instr": "addi x15, x0, 1 x15=00000001", "time": "9566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:227"}}, -{"name": "sll", "cat": "sll", "ph": "X", "ts": 9567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c46", "instr": "sll x15, x15, x18 x15=00000100 x15:00000001 x18:00000008", "time": "9567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:227"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c4a", "instr": "addi x15, x15, -1 x15=000000ff x15:00000100", "time": "9568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:227"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9569, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c000c4c", "instr": "lui x14, 0x1b204000 x14=1b204000", "time": "9569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c000c50", "instr": "sw x15, 132(x14) x15:000000ff x14:1b204000 PA:1b204084", "time": "9586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c54", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "9587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:228"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c58", "instr": "addi x15, x15, 556 x15=1c00222c x15:1c002000", "time": "9588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:228"}}, -{"name": "p.bset", "cat": "p.bset", "ph": "X", "ts": 9589, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c5c", "instr": "p.bset x15, x15, 0, 0 x15=1c00222d x15:1c00222c", "time": "9589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:228"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000c60", "instr": "sw x15, 128(x14) x15:1c00222d x14:1b204000 PA:1b204080", "time": "9606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000c64", "instr": "sw x9, 128(x14) x9:00000800 x14:1b204000 PA:1b204080", "time": "9607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000c68", "instr": "sw x10, 128(x14) x10:100fc790 x14:1b204000 PA:1b204080", "time": "9608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c6c", "instr": "addi x10, x0, 0 x10=00000000", "time": "9609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:240"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9610, "dur": 36, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c6e", "instr": "jal x1, -348 x1=1c000c70", "time": "9610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:240"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_maskSet_base", "args":{"pc": "1c000b12", "instr": "lui x15, 0x1b204000 x15=1b204000", "time": "9646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:110"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_maskSet_base", "args":{"pc": "1c000b16", "instr": "lui x14, 0x70000 x14=00070000", "time": "9647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_maskSet_base", "args":{"pc": "1c000b1a", "instr": "sw x14, 8(x15) x14:00070000 x15:1b204000 PA:1b204008", "time": "9648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:110"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9649, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_config_cluster_start", "args":{"pc": "1c000b1c", "instr": "addi x14, x0, 0 x14=00000000", "time": "9649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_config.h:47"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 9667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_config_cluster_start", "args":{"pc": "1c000b20", "instr": "p.bclr x14, x14, 30, 1 x14=00000000 x14:00000000", "time": "9667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_config.h:47"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 9668, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_start", "args":{"pc": "1c000b24", "instr": "beq x14, x0, 92 x14:00000000", "time": "9668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:181"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_team_config", "args":{"pc": "1c000b80", "instr": "addi x13, x0, 8 x13=00000008", "time": "9688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_pe.h:157"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_team_config", "args":{"pc": "1c000b84", "instr": "addi x14, x0, 1 x14=00000001", "time": "9689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_pe.h:157"}}, -{"name": "sll", "cat": "sll", "ph": "X", "ts": 9690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_team_config", "args":{"pc": "1c000b86", "instr": "sll x14, x14, x13 x14=00000100 x14:00000001 x13:00000008", "time": "9690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_pe.h:157"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_team_config", "args":{"pc": "1c000b8a", "instr": "addi x14, x14, -1 x14=000000ff x14:00000100", "time": "9691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_pe.h:157"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9692, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c000b8c", "instr": "lui x13, 0x1b204000 x13=1b204000", "time": "9692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c000b90", "instr": "sw x14, 132(x13) x14:000000ff x13:1b204000 PA:1b204084", "time": "9709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c000b94", "instr": "addi x13, x15, 512 x13=1b204200 x15:1b204000", "time": "9710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:319"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c000b98", "instr": "sw x14, 0(x13) x14:000000ff x13:1b204200 PA:1b204200", "time": "9711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:319"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c000b9a", "instr": "addi x15, x15, 524 x15=1b20420c x15:1b204000", "time": "9712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:320"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c000b9e", "instr": "sw x14, 0(x15) x14:000000ff x15:1b20420c PA:1b20420c", "time": "9713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:320"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9714, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c000ba0", "instr": "jalr x0, x1, 0 x1:1c000c70", "time": "9714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c70", "instr": "addi x10, x0, 0 x10=00000000", "time": "9716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:243"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9717, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000c72", "instr": "jal x0, -134 ", "time": "9717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:243"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bec", "instr": "lw x1, 44(x2) x1=1c000d26 x2:10000940 PA:1000096c", "time": "9735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:244"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9736, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bee", "instr": "lw x8, 40(x2) x8=10000990 x2:10000940 PA:10000968", "time": "9736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:244"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bf0", "instr": "lw x9, 36(x2) x9=10000180 x2:10000940 PA:10000964", "time": "9752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:244"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bf2", "instr": "lw x18, 32(x2) x18=00000000 x2:10000940 PA:10000960", "time": "9753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:244"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bf4", "instr": "lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c", "time": "9754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:244"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bf6", "instr": "lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958", "time": "9755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:244"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bf8", "instr": "lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954", "time": "9756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:244"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bfa", "instr": "lw x22, 16(x2) x22=00000000 x2:10000940 PA:10000950", "time": "9757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:244"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bfc", "instr": "addi x2, x2, 48 x2=10000970 x2:10000940", "time": "9758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:244"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9759, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_cluster_start", "args":{"pc": "1c000bfe", "instr": "jalr x0, x1, 0 x1:1c000d26", "time": "9759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:244"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_check_clusters_start", "args":{"pc": "1c000d26", "instr": "bne x10, x0, -64 x10:00000000", "time": "9776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:282"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000d28", "instr": "addi x2, x8, -32 x2=10000970 x8:10000990", "time": "9777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:141"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000d2c", "instr": "lw x1, 28(x2) x1=1c0000d8 x2:10000970 PA:1000098c", "time": "9778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:141"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9779, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000d2e", "instr": "lw x8, 24(x2) x8=00000000 x2:10000970 PA:10000988", "time": "9779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:141"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000d30", "instr": "lw x9, 20(x2) x9=00000000 x2:10000970 PA:10000984", "time": "9795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:141"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000d32", "instr": "lw x18, 16(x2) x18=00000000 x2:10000970 PA:10000980", "time": "9796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:141"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000d34", "instr": "lw x19, 12(x2) x19=00000000 x2:10000970 PA:1000097c", "time": "9797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:141"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000d36", "instr": "lw x20, 8(x2) x20=00000000 x2:10000970 PA:10000978", "time": "9798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:141"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000d38", "instr": "addi x2, x2, 32 x2=10000990 x2:10000970", "time": "9799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:141"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9800, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init", "args":{"pc": "1c000d3a", "instr": "jalr x0, x1, 0 x1:1c0000d8", "time": "9800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:141"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000d8", "instr": "addi x10, x0, 0 x10=00000000", "time": "9818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:116"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9819, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000dc", "instr": "addi x11, x0, 0 x11=00000000", "time": "9819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:117"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 9836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000e0", "instr": "auipc x7, 0x1000 x7=1c0010e0", "time": "9836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:120"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9837, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000e4", "instr": "addi x7, x7, -1684 x7=1c000a4c x7:1c0010e0", "time": "9837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:120"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9839, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000e8", "instr": "jalr x1, x7, 0 x1=1c0000ec x7:1c000a4c", "time": "9839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9873, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a4c", "instr": "addi x2, x2, -32 x2=10000970 x2:10000990", "time": "9873", "Origin": "/scratch/digirols/pulp_api_example/main.c:61"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9874, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a4e", "instr": "addi x11, x0, 1 x11=00000001", "time": "9874", "Origin": "/scratch/digirols/pulp_api_example/main.c:63"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a50", "instr": "addi x10, x0, 0 x10=00000000", "time": "9890", "Origin": "/scratch/digirols/pulp_api_example/main.c:63"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a52", "instr": "sw x1, 28(x2) x1:1c0000ec x2:10000970 PA:1000098c", "time": "9891", "Origin": "/scratch/digirols/pulp_api_example/main.c:61"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a54", "instr": "sw x8, 24(x2) x8:00000000 x2:10000970 PA:10000988", "time": "9892", "Origin": "/scratch/digirols/pulp_api_example/main.c:61"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9893, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a56", "instr": "sw x9, 20(x2) x9:00000000 x2:10000970 PA:10000984", "time": "9893", "Origin": "/scratch/digirols/pulp_api_example/main.c:61"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9894, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a58", "instr": "sw x18, 16(x2) x18:00000000 x2:10000970 PA:10000980", "time": "9894", "Origin": "/scratch/digirols/pulp_api_example/main.c:61"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9895, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a5a", "instr": "jal x1, 1194 x1=1c000a5c", "time": "9895", "Origin": "/scratch/digirols/pulp_api_example/main.c:63"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f04", "instr": "addi x2, x2, -32 x2=10000950 x2:10000970", "time": "9897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f06", "instr": "sw x19, 12(x2) x19:00000000 x2:10000950 PA:1000095c", "time": "9898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f08", "instr": "add x19, x0, x11 x19=00000001 x11:00000001", "time": "9899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f0a", "instr": "sw x1, 28(x2) x1:1c000a5c x2:10000950 PA:1000096c", "time": "9900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f0c", "instr": "sw x8, 24(x2) x8:00000000 x2:10000950 PA:10000968", "time": "9901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f0e", "instr": "sw x9, 20(x2) x9:00000000 x2:10000950 PA:10000964", "time": "9902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f10", "instr": "sw x18, 16(x2) x18:00000000 x2:10000950 PA:10000960", "time": "9903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f12", "instr": "sw x20, 8(x2) x20:00000000 x2:10000950 PA:10000958", "time": "9904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f14", "instr": "sw x21, 4(x2) x21:00000000 x2:10000950 PA:10000954", "time": "9905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f16", "instr": "sw x22, 0(x2) x22:00000000 x2:10000950 PA:10000950", "time": "9906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:55"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 9907, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c000f18", "instr": "csrrci x21, 0x00000008, 0x300 x21=00001808", "time": "9907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9911, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c000f1c", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "9911", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9912, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f1e", "instr": "bne x10, x0, 14 x10:00000000", "time": "9912", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:58"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f20", "instr": "lui x15, 0x10000000 x15=10000000", "time": "9913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:58 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9914, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f24", "instr": "lw x15, 348(x15) x15=10000070 x15:10000000 PA:1000015c", "time": "9914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:58 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9916, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f28", "instr": "lw x18, 184(x15) x18=1000013c x15:10000070 PA:10000128", "time": "9916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:58 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9917, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f2c", "instr": "addi x11, x0, 112 x11=00000070", "time": "9917", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:64"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 9918, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f30", "instr": "mul x11, x19, x11 x11=00000070 x19:00000001 x11:00000070", "time": "9918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:64"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 9919, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000f34", "instr": "csrrs x10, x0, 0xf14 x10=00000000", "time": "9919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 9920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000f38", "instr": "srai x10, x10, 0x405 x10=00000000 x10:00000000", "time": "9920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 9921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000f3a", "instr": "p.bclr x10, x10, 25, 6 x10=00000000 x10:00000000", "time": "9921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9922, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f3e", "instr": "addi x10, x10, 2 x10=00000002 x10:00000000", "time": "9922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:64"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9923, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f40", "instr": "jal x1, 656 x1=1c000f42", "time": "9923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9925, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "9925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 9926, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000002", "time": "9926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9927, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011d6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "9927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9928, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011da", "instr": "lw x15, 1692(x15) x15=10000990 x15:1c002000 PA:1c00269c", "time": "9928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011de", "instr": "addi x10, x10, -2 x10=00000000 x10:00000002", "time": "9942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 9943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011e0", "instr": "slli x10, x10, 0x2 x10=00000000 x10:00000000", "time": "9943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=10000990 x10:00000000 x15:10000990", "time": "9944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9945, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "9945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=100009a0 x10:10000990 PA:10000990", "time": "9947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00000077 x11:00000070", "time": "9948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 9949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00000070 x11:00000077", "time": "9949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "9950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 9951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:100009a0", "time": "9951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 9952, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=000fbdf0 x15:100009a0 PA:100009a0", "time": "9952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 9954, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:000fbdf0 x11:00000070", "time": "9954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9955, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:000fbdf0 x11:00000070", "time": "9955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 9958, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=000fbd80 x14:000fbdf0 x11:00000070", "time": "9958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:000fbd80 x15:100009a0 PA:100009a0", "time": "9959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=100fc720 x15:100009a0 x14:000fbd80", "time": "9960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9961, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "9961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9963, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=100fc720 x15:100fc720", "time": "9963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9964, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c000f42", "time": "9964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f42", "instr": "add x8, x0, x10 x8=100fc720 x10:100fc720", "time": "9966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f44", "instr": "addi x10, x0, -1 x10=ffffffff", "time": "9967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:65"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 9968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f46", "instr": "beq x8, x0, 24 x8:100fc720", "time": "9968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f48", "instr": "addi x8, x8, 8 x8=100fc728 x8:100fc720", "time": "9969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f4a", "instr": "addi x9, x0, 0 x9=00000000", "time": "9970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:67"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f4c", "instr": "lui x22, 0x10000000 x22=10000000", "time": "9971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:69"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f50", "instr": "addi x20, x8, -8 x20=100fc720 x8:100fc728", "time": "9972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:69"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 9973, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f54", "instr": "blt x9, x19, 30 x9:00000000 x19:00000001", "time": "9973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:67 (discriminator 1)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f72", "instr": "add x11, x0, x18 x11=1000013c x18:1000013c", "time": "9976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:68 (discriminator 3)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9977, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f74", "instr": "add x10, x0, x20 x10=100fc720 x20:100fc720", "time": "9977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:68 (discriminator 3)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9978, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f76", "instr": "jal x1, -190 x1=1c000f78", "time": "9978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9980, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000eb8", "instr": "addi x2, x2, -16 x2=10000940 x2:10000950", "time": "9980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9981, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000eba", "instr": "sw x8, 8(x2) x8:100fc728 x2:10000940 PA:10000948", "time": "9981", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9982, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ebc", "instr": "sw x9, 4(x2) x9:00000000 x2:10000940 PA:10000944", "time": "9982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9983, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ebe", "instr": "sw x1, 12(x2) x1:1c000f78 x2:10000940 PA:1000094c", "time": "9983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9984, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ec0", "instr": "add x8, x0, x10 x8=100fc720 x10:100fc720", "time": "9984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9985, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ec2", "instr": "add x9, x0, x11 x9=1000013c x11:1000013c", "time": "9985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:34"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_min_init", "args":{"pc": "1c000ec4", "instr": "sw x0, 16(x10) x10:100fc720 PA:100fc730", "time": "9986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:282"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 9987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_min_init", "args":{"pc": "1c000ec8", "instr": "sw x0, 20(x10) x10:100fc720 PA:100fc734", "time": "9987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:283"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ecc", "instr": "addi x11, x0, 16 x11=00000010", "time": "9988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ece", "instr": "addi x10, x0, 0 x10=00000000", "time": "9989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9990, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed0", "instr": "jal x1, 768 x1=1c000ed2", "time": "9990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "9992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 9993, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000000", "time": "9993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 9996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "9996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 9997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ea", "instr": "slli x10, x10, 0x2 x10=00000000 x10:00000000", "time": "9997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 9998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011ec", "instr": "addi x15, x15, 1696 x15=1c0026a0 x15:1c002000", "time": "9998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 9999, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011f0", "instr": "jal x0, -14 ", "time": "9999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=1c0026a0 x10:00000000 x15:1c0026a0", "time": "10001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10002, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "10002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10004, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=1c0026b8 x10:1c0026a0 PA:1c0026a0", "time": "10004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00000017 x11:00000010", "time": "10018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 10019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00000010 x11:00000017", "time": "10019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "10020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 10021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:1c0026b8", "time": "10021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10022, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=002cd918 x15:1c0026b8 PA:1c0026b8", "time": "10022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 10037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:002cd918 x11:00000010", "time": "10037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10038, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:002cd918 x11:00000010", "time": "10038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 10041, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=002cd908 x14:002cd918 x11:00000010", "time": "10041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10042, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:002cd908 x15:1c0026b8 PA:1c0026b8", "time": "10042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=1c2cffc0 x15:1c0026b8 x14:002cd908", "time": "10060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10061, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "10061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=1c2cffc0 x15:1c2cffc0", "time": "10063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 10064, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c000ed2", "time": "10064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed2", "instr": "sw x10, 108(x8) x10:1c2cffc0 x8:100fc720 PA:100fc78c", "time": "10066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:37"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed4", "instr": "sw x9, 12(x8) x9:1000013c x8:100fc720 PA:100fc72c", "time": "10067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:39"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ed6", "instr": "sw x0, 0(x8) x8:100fc720 PA:100fc720", "time": "10068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:40"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000eda", "instr": "lw x1, 12(x2) x1=1c000f78 x2:10000940 PA:1000094c", "time": "10069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000edc", "instr": "lw x8, 8(x2) x8=100fc728 x2:10000940 PA:10000948", "time": "10070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ede", "instr": "lw x9, 4(x2) x9=00000000 x2:10000940 PA:10000944", "time": "10071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ee0", "instr": "addi x2, x2, 16 x2=10000950 x2:10000940", "time": "10072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 10073, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_event_init", "args":{"pc": "1c000ee2", "instr": "jalr x0, x1, 0 x1:1c000f78", "time": "10073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:41"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f78", "instr": "addi x15, x22, 312 x15=10000138 x22:10000000", "time": "10075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:69 (discriminator 3)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f7c", "instr": "lw x14, 0(x15) x14=100000b8 x15:10000138 PA:10000138", "time": "10076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:69 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f7e", "instr": "addi x9, x9, 1 x9=00000001 x9:00000000", "time": "10077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:67 (discriminator 3)"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 10078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f80", "instr": "p.sw x14, 112(x8!) x8=100fc798 x14:100000b8 x8:100fc728 PA:100fc728", "time": "10078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:69 (discriminator 3)"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f84", "instr": "sw x20, 0(x15) x20:100fc720 x15:10000138 PA:10000138", "time": "10079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:70 (discriminator 3)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10080, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f88", "instr": "jal x0, -56 ", "time": "10080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:70 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f50", "instr": "addi x20, x8, -8 x20=100fc790 x8:100fc798", "time": "10082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:69"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 10083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f54", "instr": "blt x9, x19, 30 x9:00000001 x19:00000001", "time": "10083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:67 (discriminator 1)"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 10084, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c000f58", "instr": "csrrw x0, x21, 0x300 x21:00001808", "time": "10084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f5c", "instr": "addi x10, x0, 0 x10=00000000", "time": "10088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:75"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f5e", "instr": "lw x1, 28(x2) x1=1c000a5c x2:10000950 PA:1000096c", "time": "10089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f60", "instr": "lw x8, 24(x2) x8=00000000 x2:10000950 PA:10000968", "time": "10090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f62", "instr": "lw x9, 20(x2) x9=00000000 x2:10000950 PA:10000964", "time": "10091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f64", "instr": "lw x18, 16(x2) x18=00000000 x2:10000950 PA:10000960", "time": "10092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f66", "instr": "lw x19, 12(x2) x19=00000000 x2:10000950 PA:1000095c", "time": "10093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f68", "instr": "lw x20, 8(x2) x20=00000000 x2:10000950 PA:10000958", "time": "10094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f6a", "instr": "lw x21, 4(x2) x21=00000000 x2:10000950 PA:10000954", "time": "10095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f6c", "instr": "lw x22, 0(x2) x22=00000000 x2:10000950 PA:10000950", "time": "10096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f6e", "instr": "addi x2, x2, 32 x2=10000970 x2:10000950", "time": "10097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 10098, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_alloc", "args":{"pc": "1c000f70", "instr": "jalr x0, x1, 0 x1:1c000a5c", "time": "10098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:76"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 10100, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a5c", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "10100", "Origin": "/scratch/digirols/pulp_api_example/main.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a60", "instr": "addi x12, x0, 0 x12=00000000", "time": "10117", "Origin": "/scratch/digirols/pulp_api_example/main.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a62", "instr": "addi x11, x11, -1606 x11=1c0009ba x11:1c001000", "time": "10118", "Origin": "/scratch/digirols/pulp_api_example/main.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a66", "instr": "addi x10, x0, 0 x10=00000000", "time": "10119", "Origin": "/scratch/digirols/pulp_api_example/main.c:64"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10120, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a68", "instr": "jal x1, 1314 x1=1c000a6a", "time": "10120", "Origin": "/scratch/digirols/pulp_api_example/main.c:64"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 10122, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c000f8a", "instr": "csrrci x13, 0x00000008, 0x300 x13=00001808", "time": "10122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10126, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_get", "args":{"pc": "1c000f8e", "instr": "bne x10, x0, 14 x10:00000000", "time": "10126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:110"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 10140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_get", "args":{"pc": "1c000f90", "instr": "lui x15, 0x10000000 x15=10000000", "time": "10140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:110 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10141, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_get", "args":{"pc": "1c000f94", "instr": "lw x15, 348(x15) x15=10000070 x15:10000000 PA:1000015c", "time": "10141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:110 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_get", "args":{"pc": "1c000f98", "instr": "lw x10, 184(x15) x10=1000013c x15:10000070 PA:10000128", "time": "10143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:110 (discriminator 1)"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 10144, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_event", "args":{"pc": "1c000f9c", "instr": "lui x14, 0x10000000 x14=10000000", "time": "10144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:99"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_event", "args":{"pc": "1c000fa0", "instr": "addi x14, x14, 312 x14=10000138 x14:10000000", "time": "10160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:99"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10161, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_event", "args":{"pc": "1c000fa4", "instr": "lw x15, 0(x14) x15=100fc720 x14:10000138 PA:10000138", "time": "10161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:99"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 10163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_event", "args":{"pc": "1c000fa6", "instr": "beq x15, x0, 16 x15:100fc720", "time": "10163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:100"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_event", "args":{"pc": "1c000fa8", "instr": "lw x16, 8(x15) x16=100000b8 x15:100fc720 PA:100fc728", "time": "10164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:101"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_event", "args":{"pc": "1c000fac", "instr": "sw x12, 4(x15) x12:00000000 x15:100fc720 PA:100fc724", "time": "10165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:103"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10166, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_get", "args":{"pc": "1c000fae", "instr": "sw x10, 12(x15) x10:1000013c x15:100fc720 PA:100fc72c", "time": "10166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:112"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_event", "args":{"pc": "1c000fb0", "instr": "sw x16, 0(x14) x16:100000b8 x14:10000138 PA:10000138", "time": "10182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:101"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_get_event", "args":{"pc": "1c000fb4", "instr": "sw x11, 0(x15) x11:1c0009ba x15:100fc720 PA:100fc720", "time": "10183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:102"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 10184, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c000fb6", "instr": "csrrw x0, x13, 0x300 x13:00001808", "time": "10184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_get", "args":{"pc": "1c000fba", "instr": "add x10, x0, x15 x10=100fc720 x15:100fc720", "time": "10188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:115"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 10189, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_get", "args":{"pc": "1c000fbc", "instr": "jalr x0, x1, 0 x1:1c000a6a", "time": "10189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:115"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10207, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a6a", "instr": "add x9, x0, x10 x9=100fc720 x10:100fc720", "time": "10207", "Origin": "/scratch/digirols/pulp_api_example/main.c:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a6c", "instr": "addi x8, x0, 0 x8=00000000", "time": "10208", "Origin": "/scratch/digirols/pulp_api_example/main.c:67"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10209, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a6e", "instr": "add x11, x0, x8 x11=00000000 x8:00000000", "time": "10209", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a70", "instr": "add x13, x0, x9 x13=100fc720 x9:100fc720", "time": "10225", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a72", "instr": "addi x8, x8, 1 x8=00000001 x8:00000000", "time": "10226", "Origin": "/scratch/digirols/pulp_api_example/main.c:67 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a74", "instr": "addi x12, x0, 0 x12=00000000", "time": "10227", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a76", "instr": "addi x10, x0, 1 x10=00000001", "time": "10228", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10229, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a78", "instr": "jal x1, 2346 x1=1c000a7c", "time": "10229", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a2", "instr": "addi x2, x2, -48 x2=10000940 x2:10000970", "time": "10231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a4", "instr": "sw x8, 40(x2) x8:00000001 x2:10000940 PA:10000968", "time": "10232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a6", "instr": "add x8, x0, x11 x8=00000000 x11:00000000", "time": "10233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a8", "instr": "sw x1, 44(x2) x1:1c000a7c x2:10000940 PA:1000096c", "time": "10234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013aa", "instr": "sw x9, 36(x2) x9:100fc720 x2:10000940 PA:10000964", "time": "10235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ac", "instr": "sw x18, 32(x2) x18:00000000 x2:10000940 PA:10000960", "time": "10236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10237, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ae", "instr": "sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c", "time": "10237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b0", "instr": "sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958", "time": "10253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b2", "instr": "sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954", "time": "10254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 10255, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0013b4", "instr": "csrrci x18, 0x00000008, 0x300 x18=00001808", "time": "10255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b8", "instr": "addi x20, x0, 24 x20=00000018", "time": "10259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 10260, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ba", "instr": "mul x20, x11, x20 x20=00000000 x11:00000000 x20:00000018", "time": "10260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 10277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013be", "instr": "lui x14, 0x1c002000 x14=1c002000", "time": "10277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10278, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c2", "instr": "lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8", "time": "10278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c6", "instr": "add x21, x0, x14 x21=1c002000 x14:1c002000", "time": "10292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c8", "instr": "add x15, x15, x20 x15=1c2fff50 x15:1c2fff50 x20:00000000", "time": "10293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10294, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ca", "instr": "lw x14, 0(x15) x14=00000001 x15:1c2fff50 PA:1c2fff50", "time": "10294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 10308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013cc", "instr": "beq x10, x0, 38 x10:00000001", "time": "10308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ce", "instr": "addi x14, x14, 1 x14=00000002 x14:00000001", "time": "10309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187 (discriminator 1)"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10310, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d0", "instr": "sw x14, 0(x15) x14:00000002 x15:1c2fff50 PA:1c2fff50", "time": "10310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10328, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d2", "instr": "lw x9, 0(x15) x9=00000002 x15:1c2fff50 PA:1c2fff50", "time": "10328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10343, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d4", "instr": "bne x9, x0, 34 x9:00000002", "time": "10343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 10346, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f6", "instr": "p.bneimm x9, -26 x9:00000002", "time": "10346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:191"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 10349, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c0013dc", "instr": "csrrw x0, x18, 0x300 x18:00001808", "time": "10349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e0", "instr": "lw x1, 44(x2) x1=1c000a7c x2:10000940 PA:1000096c", "time": "10353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e2", "instr": "lw x8, 40(x2) x8=00000001 x2:10000940 PA:10000968", "time": "10354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e4", "instr": "lw x9, 36(x2) x9=100fc720 x2:10000940 PA:10000964", "time": "10355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e6", "instr": "lw x18, 32(x2) x18=00000000 x2:10000940 PA:10000960", "time": "10356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e8", "instr": "lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c", "time": "10357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ea", "instr": "lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958", "time": "10358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ec", "instr": "lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954", "time": "10359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ee", "instr": "addi x2, x2, 48 x2=10000970 x2:10000940", "time": "10360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 10361, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f0", "instr": "jalr x0, x1, 0 x1:1c000a7c", "time": "10361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 10363, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a7c", "instr": "p.bneimm x8, -14 x8:00000001", "time": "10363", "Origin": "/scratch/digirols/pulp_api_example/main.c:67 (discriminator 3)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a6e", "instr": "add x11, x0, x8 x11=00000001 x8:00000001", "time": "10381", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a70", "instr": "add x13, x0, x9 x13=100fc720 x9:100fc720", "time": "10382", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a72", "instr": "addi x8, x8, 1 x8=00000002 x8:00000001", "time": "10383", "Origin": "/scratch/digirols/pulp_api_example/main.c:67 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a74", "instr": "addi x12, x0, 0 x12=00000000", "time": "10384", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a76", "instr": "addi x10, x0, 1 x10=00000001", "time": "10385", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10386, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a78", "instr": "jal x1, 2346 x1=1c000a7c", "time": "10386", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a2", "instr": "addi x2, x2, -48 x2=10000940 x2:10000970", "time": "10388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a4", "instr": "sw x8, 40(x2) x8:00000002 x2:10000940 PA:10000968", "time": "10389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a6", "instr": "add x8, x0, x11 x8=00000001 x11:00000001", "time": "10390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a8", "instr": "sw x1, 44(x2) x1:1c000a7c x2:10000940 PA:1000096c", "time": "10391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013aa", "instr": "sw x9, 36(x2) x9:100fc720 x2:10000940 PA:10000964", "time": "10392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ac", "instr": "sw x18, 32(x2) x18:00000000 x2:10000940 PA:10000960", "time": "10393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ae", "instr": "sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c", "time": "10394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b0", "instr": "sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958", "time": "10395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b2", "instr": "sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954", "time": "10396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 10397, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0013b4", "instr": "csrrci x18, 0x00000008, 0x300 x18=00001808", "time": "10397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b8", "instr": "addi x20, x0, 24 x20=00000018", "time": "10401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 10402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ba", "instr": "mul x20, x11, x20 x20=00000018 x11:00000001 x20:00000018", "time": "10402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 10403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013be", "instr": "lui x14, 0x1c002000 x14=1c002000", "time": "10403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10404, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c2", "instr": "lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8", "time": "10404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c6", "instr": "add x21, x0, x14 x21=1c002000 x14:1c002000", "time": "10418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c8", "instr": "add x15, x15, x20 x15=1c2fff68 x15:1c2fff50 x20:00000018", "time": "10419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10420, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ca", "instr": "lw x14, 0(x15) x14=00000000 x15:1c2fff68 PA:1c2fff68", "time": "10420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 10434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013cc", "instr": "beq x10, x0, 38 x10:00000001", "time": "10434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ce", "instr": "addi x14, x14, 1 x14=00000001 x14:00000000", "time": "10435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187 (discriminator 1)"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10436, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d0", "instr": "sw x14, 0(x15) x14:00000001 x15:1c2fff68 PA:1c2fff68", "time": "10436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 10454, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d2", "instr": "lw x9, 0(x15) x9=00000001 x15:1c2fff68 PA:1c2fff68", "time": "10454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10469, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d4", "instr": "bne x9, x0, 34 x9:00000001", "time": "10469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 10472, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f6", "instr": "p.bneimm x9, -26 x9:00000001", "time": "10472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:191"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013fa", "instr": "addi x19, x0, 8 x19=00000008", "time": "10473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:191"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 10474, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c0013fe", "instr": "beq x8, x0, 94 x8:00000001", "time": "10474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:68"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001400", "instr": "add x10, x0, x8 x10=00000001 x8:00000001", "time": "10475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:106"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10476, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001402", "instr": "sw x13, 12(x2) x13:100fc720 x2:10000940 PA:1000094c", "time": "10476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:106"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10477, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001404", "instr": "jal x1, -302 x1=1c001406", "time": "10477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:106"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012d6", "instr": "addi x2, x2, -16 x2=10000930 x2:10000940", "time": "10479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012d8", "instr": "sw x8, 8(x2) x8:00000001 x2:10000930 PA:10000938", "time": "10480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10481, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012da", "instr": "sw x9, 4(x2) x9:00000001 x2:10000930 PA:10000934", "time": "10481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10482, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012dc", "instr": "addi x8, x10, 64 x8=00000041 x10:00000001", "time": "10482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10483, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012e0", "instr": "add x9, x0, x10 x9=00000001 x10:00000001", "time": "10483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 10484, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012e2", "instr": "lui x10, 0x1b000000 x10=1b000000", "time": "10484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10485, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012e6", "instr": "addi x10, x10, 8 x10=1b000008 x10:1b000000", "time": "10485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 10486, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012ea", "instr": "slli x8, x8, 0x16 x8=10400000 x8:00000041", "time": "10486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 10487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012ec", "instr": "p.bclr x10, x10, 19, 12 x10=00000008 x10:1b000008", "time": "10487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f0", "instr": "add x10, x10, x8 x10=10400008 x10:00000008 x8:10400000", "time": "10488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10489, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f2", "instr": "addi x12, x0, 64 x12=00000040", "time": "10489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 10490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f6", "instr": "addi x11, x0, 0 x11=00000000", "time": "10490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 10491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f8", "instr": "sw x1, 12(x2) x1:1c001406 x2:10000930 PA:1000093c", "time": "10491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10492, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012fa", "instr": "jal x1, 1286 x1=1c0012fc", "time": "10492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001800", "instr": "add x12, x12, x10 x12=10400048 x12:00000040 x10:10400008", "time": "10494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:125"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 10495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001802", "instr": "add x15, x0, x10 x15=10400008 x10:10400008", "time": "10495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:126"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10496, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400008 x12:10400048", "time": "10496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10499, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400009 x11:00000000 x15:10400008 PA:10400008", "time": "10499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10520, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400009 x12:10400048", "time": "10520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10523, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040000a x11:00000000 x15:10400009 PA:10400009", "time": "10523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10544, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040000a x12:10400048", "time": "10544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10547, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040000b x11:00000000 x15:1040000a PA:1040000a", "time": "10547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10568, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040000b x12:10400048", "time": "10568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10571, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040000c x11:00000000 x15:1040000b PA:1040000b", "time": "10571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10592, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040000c x12:10400048", "time": "10592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10595, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040000d x11:00000000 x15:1040000c PA:1040000c", "time": "10595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10616, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040000d x12:10400048", "time": "10616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10619, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040000e x11:00000000 x15:1040000d PA:1040000d", "time": "10619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10640, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040000e x12:10400048", "time": "10640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10643, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040000f x11:00000000 x15:1040000e PA:1040000e", "time": "10643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10664, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040000f x12:10400048", "time": "10664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10667, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400010 x11:00000000 x15:1040000f PA:1040000f", "time": "10667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10688, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400010 x12:10400048", "time": "10688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10691, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400011 x11:00000000 x15:10400010 PA:10400010", "time": "10691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10712, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400011 x12:10400048", "time": "10712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10715, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400012 x11:00000000 x15:10400011 PA:10400011", "time": "10715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10736, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400012 x12:10400048", "time": "10736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10739, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400013 x11:00000000 x15:10400012 PA:10400012", "time": "10739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10760, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400013 x12:10400048", "time": "10760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10763, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400014 x11:00000000 x15:10400013 PA:10400013", "time": "10763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10784, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400014 x12:10400048", "time": "10784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10787, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400015 x11:00000000 x15:10400014 PA:10400014", "time": "10787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10808, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400015 x12:10400048", "time": "10808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10811, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400016 x11:00000000 x15:10400015 PA:10400015", "time": "10811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10832, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400016 x12:10400048", "time": "10832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10835, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400017 x11:00000000 x15:10400016 PA:10400016", "time": "10835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10856, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400017 x12:10400048", "time": "10856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10859, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400018 x11:00000000 x15:10400017 PA:10400017", "time": "10859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10880, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400018 x12:10400048", "time": "10880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10883, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400019 x11:00000000 x15:10400018 PA:10400018", "time": "10883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10904, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400019 x12:10400048", "time": "10904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10907, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040001a x11:00000000 x15:10400019 PA:10400019", "time": "10907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10927, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10928, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040001a x12:10400048", "time": "10928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10931, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040001b x11:00000000 x15:1040001a PA:1040001a", "time": "10931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10952, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040001b x12:10400048", "time": "10952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10955, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040001c x11:00000000 x15:1040001b PA:1040001b", "time": "10955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 10976, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040001c x12:10400048", "time": "10976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 10979, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040001d x11:00000000 x15:1040001c PA:1040001c", "time": "10979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 10999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "10999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11000, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040001d x12:10400048", "time": "11000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11003, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040001e x11:00000000 x15:1040001d PA:1040001d", "time": "11003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11024, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040001e x12:10400048", "time": "11024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11027, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040001f x11:00000000 x15:1040001e PA:1040001e", "time": "11027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11047, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11048, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040001f x12:10400048", "time": "11048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11051, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400020 x11:00000000 x15:1040001f PA:1040001f", "time": "11051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11072, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400020 x12:10400048", "time": "11072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11075, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400021 x11:00000000 x15:10400020 PA:10400020", "time": "11075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11096, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400021 x12:10400048", "time": "11096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11099, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400022 x11:00000000 x15:10400021 PA:10400021", "time": "11099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11120, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400022 x12:10400048", "time": "11120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11123, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400023 x11:00000000 x15:10400022 PA:10400022", "time": "11123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11144, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400023 x12:10400048", "time": "11144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11147, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400024 x11:00000000 x15:10400023 PA:10400023", "time": "11147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400024 x12:10400048", "time": "11168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11171, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400025 x11:00000000 x15:10400024 PA:10400024", "time": "11171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11192, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400025 x12:10400048", "time": "11192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11195, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400026 x11:00000000 x15:10400025 PA:10400025", "time": "11195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11216, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400026 x12:10400048", "time": "11216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11219, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400027 x11:00000000 x15:10400026 PA:10400026", "time": "11219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11240, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400027 x12:10400048", "time": "11240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11243, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400028 x11:00000000 x15:10400027 PA:10400027", "time": "11243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11264, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400028 x12:10400048", "time": "11264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11267, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400029 x11:00000000 x15:10400028 PA:10400028", "time": "11267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11288, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400029 x12:10400048", "time": "11288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11291, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040002a x11:00000000 x15:10400029 PA:10400029", "time": "11291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11312, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040002a x12:10400048", "time": "11312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11315, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040002b x11:00000000 x15:1040002a PA:1040002a", "time": "11315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11336, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040002b x12:10400048", "time": "11336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11339, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040002c x11:00000000 x15:1040002b PA:1040002b", "time": "11339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11360, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040002c x12:10400048", "time": "11360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11363, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040002d x11:00000000 x15:1040002c PA:1040002c", "time": "11363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11384, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040002d x12:10400048", "time": "11384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11387, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040002e x11:00000000 x15:1040002d PA:1040002d", "time": "11387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11408, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040002e x12:10400048", "time": "11408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11411, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040002f x11:00000000 x15:1040002e PA:1040002e", "time": "11411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11432, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040002f x12:10400048", "time": "11432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11435, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400030 x11:00000000 x15:1040002f PA:1040002f", "time": "11435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11456, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400030 x12:10400048", "time": "11456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11459, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400031 x11:00000000 x15:10400030 PA:10400030", "time": "11459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11480, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400031 x12:10400048", "time": "11480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11483, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400032 x11:00000000 x15:10400031 PA:10400031", "time": "11483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11504, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400032 x12:10400048", "time": "11504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11507, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400033 x11:00000000 x15:10400032 PA:10400032", "time": "11507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11528, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400033 x12:10400048", "time": "11528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11531, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400034 x11:00000000 x15:10400033 PA:10400033", "time": "11531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11552, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400034 x12:10400048", "time": "11552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11555, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400035 x11:00000000 x15:10400034 PA:10400034", "time": "11555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11576, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400035 x12:10400048", "time": "11576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11579, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400036 x11:00000000 x15:10400035 PA:10400035", "time": "11579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11600, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400036 x12:10400048", "time": "11600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11603, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400037 x11:00000000 x15:10400036 PA:10400036", "time": "11603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11624, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400037 x12:10400048", "time": "11624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11627, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400038 x11:00000000 x15:10400037 PA:10400037", "time": "11627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11648, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400038 x12:10400048", "time": "11648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11651, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400039 x11:00000000 x15:10400038 PA:10400038", "time": "11651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11672, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400039 x12:10400048", "time": "11672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11675, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040003a x11:00000000 x15:10400039 PA:10400039", "time": "11675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11696, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040003a x12:10400048", "time": "11696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11699, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040003b x11:00000000 x15:1040003a PA:1040003a", "time": "11699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11720, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040003b x12:10400048", "time": "11720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11723, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040003c x11:00000000 x15:1040003b PA:1040003b", "time": "11723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11744, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040003c x12:10400048", "time": "11744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11747, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040003d x11:00000000 x15:1040003c PA:1040003c", "time": "11747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11768, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040003d x12:10400048", "time": "11768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11771, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040003e x11:00000000 x15:1040003d PA:1040003d", "time": "11771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11792, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040003e x12:10400048", "time": "11792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11795, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1040003f x11:00000000 x15:1040003e PA:1040003e", "time": "11795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11816, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1040003f x12:10400048", "time": "11816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11819, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400040 x11:00000000 x15:1040003f PA:1040003f", "time": "11819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11840, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400040 x12:10400048", "time": "11840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11843, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400041 x11:00000000 x15:10400040 PA:10400040", "time": "11843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11864, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400041 x12:10400048", "time": "11864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11867, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400042 x11:00000000 x15:10400041 PA:10400041", "time": "11867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11888, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400042 x12:10400048", "time": "11888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11891, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400043 x11:00000000 x15:10400042 PA:10400042", "time": "11891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11911, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11911", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11912, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400043 x12:10400048", "time": "11912", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11915, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400044 x11:00000000 x15:10400043 PA:10400043", "time": "11915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11936, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400044 x12:10400048", "time": "11936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11939, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400045 x11:00000000 x15:10400044 PA:10400044", "time": "11939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11960, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400045 x12:10400048", "time": "11960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11963, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400046 x11:00000000 x15:10400045 PA:10400045", "time": "11963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 11983, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "11983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 11984, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400046 x12:10400048", "time": "11984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 11987, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400047 x11:00000000 x15:10400046 PA:10400046", "time": "11987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "12007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12008, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400047 x12:10400048", "time": "12008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 12011, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10400048 x11:00000000 x15:10400047 PA:10400047", "time": "12011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "12031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10400048 x12:10400048", "time": "12032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 12033, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001808", "instr": "jalr x0, x1, 0 x1:1c0012fc", "time": "12033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:131"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012fc", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "12035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12036, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001300", "instr": "lw x15, 1704(x15) x15=1c2fff50 x15:1c002000 PA:1c0026a8", "time": "12036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12050, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001304", "instr": "addi x14, x0, 24 x14=00000018", "time": "12050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001306", "instr": "lw x1, 12(x2) x1=1c001406 x2:10000930 PA:1000093c", "time": "12051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "p.mac", "cat": "p.mac", "ph": "X", "ts": 12052, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001308", "instr": "p.mac x15, x9, x14 x15=1c2fff68 x15:1c2fff50 x9:00000001 x14:00000018", "time": "12052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12053, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig_cluster_addr", "args":{"pc": "1c00130c", "instr": "lui x14, 0x201000 x14=00201000", "time": "12053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:265"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig_cluster_addr", "args":{"pc": "1c001310", "instr": "addi x14, x14, -508 x14=00200e04 x14:00201000", "time": "12054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:265"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig_cluster_addr", "args":{"pc": "1c001314", "instr": "add x8, x8, x14 x8=10600e04 x8:10400000 x14:00200e04", "time": "12055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:265"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001316", "instr": "lw x9, 4(x2) x9=00000001 x2:10000930 PA:10000934", "time": "12056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12057, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001318", "instr": "sw x8, 20(x15) x8:10600e04 x15:1c2fff68 PA:1c2fff7c", "time": "12057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:61"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c00131a", "instr": "lw x8, 8(x2) x8=00000001 x2:10000930 PA:10000938", "time": "12075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12076, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c00131c", "instr": "sw x0, 12(x15) x15:1c2fff68 PA:1c2fff74", "time": "12076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001320", "instr": "addi x2, x2, 16 x2=10000940 x2:10000930", "time": "12094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 12095, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001322", "instr": "jalr x0, x1, 0 x1:1c001406", "time": "12095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001406", "instr": "add x10, x0, x8 x10=00000001 x8:00000001", "time": "12097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:109"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12098, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001408", "instr": "jal x1, -500 x1=1c00140a", "time": "12098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:109"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001214", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "12116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12117, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001218", "instr": "lw x14, 1692(x15) x14=10000990 x15:1c002000 PA:1c00269c", "time": "12117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12132, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c00121c", "instr": "lui x15, 0x10001000 x15=10001000", "time": "12132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 12136, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_l1_base", "args":{"pc": "1c001220", "instr": "slli x11, x10, 0x16 x11=00400000 x10:00000001", "time": "12136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:728"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001224", "instr": "lui x12, 0xff000 x12=000ff000", "time": "12137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 12138, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001228", "instr": "slli x10, x10, 0x2 x10=00000004 x10:00000001", "time": "12138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12139, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c00122a", "instr": "addi x15, x15, -1648 x15=10000990 x15:10001000", "time": "12139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c00122e", "instr": "addi x12, x12, 1648 x12=000ff670 x12:000ff000", "time": "12140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001232", "instr": "add x11, x11, x15 x11=10400990 x11:00400000 x15:10000990", "time": "12141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001234", "instr": "add x10, x10, x14 x10=10000994 x10:00000004 x14:10000990", "time": "12142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12143, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001236", "instr": "jal x0, -260 ", "time": "12143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001132", "instr": "addi x15, x11, 7 x15=10400997 x11:10400990", "time": "12145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:106"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 12146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001136", "instr": "p.bclr x15, x15, 2, 0 x15=10400990 x15:10400997", "time": "12146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:106"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 12147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00113a", "instr": "sub x11, x15, x11 x11=00000000 x15:10400990 x11:10400990", "time": "12147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:108"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00113e", "instr": "sw x15, 0(x10) x15:10400990 x10:10000994 PA:10000994", "time": "12148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:107"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 12149, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001140", "instr": "sub x12, x12, x11 x12=000ff670 x12:000ff670 x11:00000000", "time": "12149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:108"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 12150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001142", "instr": "bge x0, x12, 14 x12:000ff670", "time": "12150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:109"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 12151, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001146", "instr": "p.bclr x12, x12, 2, 0 x12=000ff670 x12:000ff670", "time": "12151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12152, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00114a", "instr": "sw x12, 0(x15) x12:000ff670 x15:10400990 PA:10400990", "time": "12152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12172, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00114c", "instr": "sw x0, 4(x15) x15:10400990 PA:10400994", "time": "12172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:111"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 12192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001150", "instr": "jalr x0, x1, 0 x1:1c00140a", "time": "12192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:113"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12193, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00140a", "instr": "lw x15, 1704(x21) x15=1c2fff50 x21:1c002000 PA:1c0026a8", "time": "12193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:112"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c00140e", "instr": "addi x8, x8, 64 x8=00000041 x8:00000001", "time": "12212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 12213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001412", "instr": "slli x8, x8, 0x16 x8=10400000 x8:00000041", "time": "12213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001414", "instr": "add x20, x20, x15 x20=1c2fff68 x20:00000018 x15:1c2fff50", "time": "12214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:112"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001416", "instr": "lui x15, 0x201000 x15=00201000", "time": "12215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c00141a", "instr": "addi x15, x15, 1024 x15=00201400 x15:00201000", "time": "12216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12217, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c00141e", "instr": "addi x14, x0, -1 x14=ffffffff", "time": "12217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12234, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001420", "instr": "sw x0, 4(x20) x20:1c2fff68 PA:1c2fff6c", "time": "12234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:112"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 12252, "dur": 26, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001424", "instr": "p.sw x14, x0(x8) x14:ffffffff x8:10400000 PA:10601400", "time": "12252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001428", "instr": "lw x13, 12(x2) x13=100fc720 x2:10000940 PA:1000094c", "time": "12278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12279, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c00142a", "instr": "lui x15, 0x200000 x15=00200000", "time": "12279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00142e", "instr": "lui x14, 0x1c000000 x14=1c000000", "time": "12296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001432", "instr": "addi x15, x15, 64 x15=00200040 x15:00200000", "time": "12297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001436", "instr": "addi x14, x14, 128 x14=1c000080 x14:1c000000", "time": "12298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00143a", "instr": "add x15, x15, x8 x15=10600040 x15:00200040 x8:10400000", "time": "12299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12300, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00143c", "instr": "addi x12, x0, 0 x12=00000000", "time": "12300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 12317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00143e", "instr": "p.bclr x14, x14, 7, 0 x14=1c000000 x14:1c000080", "time": "12317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 12318, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000000 x19:00000008", "time": "12318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 12321, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10600044 x14:1c000000 x15:10600040 PA:10600040", "time": "12321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "12344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12345, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "12345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 12347, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000001 x19:00000008", "time": "12347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 12350, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10600048 x14:1c000000 x15:10600044 PA:10600044", "time": "12350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000002 x12:00000001", "time": "12373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12374, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "12374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 12376, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000002 x19:00000008", "time": "12376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 12379, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=1060004c x14:1c000000 x15:10600048 PA:10600048", "time": "12379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000003 x12:00000002", "time": "12402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12403, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "12403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 12405, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000003 x19:00000008", "time": "12405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 12408, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10600050 x14:1c000000 x15:1060004c PA:1060004c", "time": "12408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000004 x12:00000003", "time": "12431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12432, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "12432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 12434, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000004 x19:00000008", "time": "12434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 12437, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10600054 x14:1c000000 x15:10600050 PA:10600050", "time": "12437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000005 x12:00000004", "time": "12460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12461, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "12461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 12463, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000005 x19:00000008", "time": "12463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 12466, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10600058 x14:1c000000 x15:10600054 PA:10600054", "time": "12466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12489, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000006 x12:00000005", "time": "12489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12490, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "12490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 12492, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000006 x19:00000008", "time": "12492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 12495, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=1060005c x14:1c000000 x15:10600058 PA:10600058", "time": "12495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000007 x12:00000006", "time": "12518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12519, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "12519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 12521, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000007 x19:00000008", "time": "12521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 12524, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10600060 x14:1c000000 x15:1060005c PA:1060005c", "time": "12524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000008 x12:00000007", "time": "12547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12548, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "12548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 12550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000008 x19:00000008", "time": "12550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c001446", "instr": "lui x15, 0x200000 x15=00200000", "time": "12551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00144a", "instr": "addi x15, x15, 8 x15=00200008 x15:00200000", "time": "12552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00144c", "instr": "addi x14, x0, -1 x14=ffffffff", "time": "12553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 12554, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00144e", "instr": "p.sw x14, x0(x8) x14:ffffffff x8:10400000 PA:10600008", "time": "12554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c001452", "instr": "jal x0, -124 ", "time": "12577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_unmount", "args":{"pc": "1c0013d6", "instr": "beq x13, x0, 6 x13:100fc720", "time": "12578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:176"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_unmount", "args":{"pc": "1c0013d8", "instr": "add x10, x0, x13 x10=100fc720 x13:100fc720", "time": "12579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:176"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12580, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_unmount", "args":{"pc": "1c0013da", "instr": "jal x1, -996 x1=1c0013dc", "time": "12580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:176"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c000ff6", "instr": "addi x2, x2, -16 x2=10000930 x2:10000940", "time": "12598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:131"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c000ff8", "instr": "sw x1, 12(x2) x1:1c0013dc x2:10000930 PA:1000093c", "time": "12599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:131"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c000ffa", "instr": "sw x8, 8(x2) x8:10400000 x2:10000930 PA:10000938", "time": "12600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:131"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 12601, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c000ffc", "instr": "csrrci x8, 0x00000008, 0x300 x8=00001800", "time": "12601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c001000", "instr": "lw x15, 12(x10) x15=1000013c x10:100fc720 PA:100fc72c", "time": "12618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:133"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001002", "instr": "sw x0, 8(x10) x10:100fc720 PA:100fc728", "time": "12619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:388"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12620, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001006", "instr": "lw x14, 0(x15) x14=00000000 x15:1000013c PA:1000013c", "time": "12620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:389"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001008", "instr": "bne x14, x0, 28 x14:00000000", "time": "12622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:389"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c00100a", "instr": "sw x10, 0(x15) x10:100fc720 x15:1000013c PA:1000013c", "time": "12623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:390"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c00100c", "instr": "sw x10, 4(x15) x10:100fc720 x15:1000013c PA:10000140", "time": "12624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:394"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12625, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wakeup_thread", "args":{"pc": "1c00100e", "instr": "lw x10, 12(x15) x10=00000000 x15:1000013c PA:10000148", "time": "12625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:399"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12641, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wakeup_thread", "args":{"pc": "1c001010", "instr": "beq x10, x0, 8 x10:00000000", "time": "12641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:400"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 12644, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c001018", "instr": "csrrw x0, x8, 0x300 x8:00001800", "time": "12644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c00101c", "instr": "lw x1, 12(x2) x1=1c0013dc x2:10000930 PA:1000093c", "time": "12648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:135"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12649, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c00101e", "instr": "lw x8, 8(x2) x8=10400000 x2:10000930 PA:10000938", "time": "12649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:135"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c001020", "instr": "addi x2, x2, 16 x2=10000940 x2:10000930", "time": "12662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:135"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 12663, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c001022", "instr": "jalr x0, x1, 0 x1:1c0013dc", "time": "12663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:135"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 12665, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c0013dc", "instr": "csrrw x0, x18, 0x300 x18:00001808", "time": "12665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e0", "instr": "lw x1, 44(x2) x1=1c000a7c x2:10000940 PA:1000096c", "time": "12669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e2", "instr": "lw x8, 40(x2) x8=00000002 x2:10000940 PA:10000968", "time": "12670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e4", "instr": "lw x9, 36(x2) x9=100fc720 x2:10000940 PA:10000964", "time": "12671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e6", "instr": "lw x18, 32(x2) x18=00000000 x2:10000940 PA:10000960", "time": "12672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e8", "instr": "lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c", "time": "12673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ea", "instr": "lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958", "time": "12674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ec", "instr": "lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954", "time": "12675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ee", "instr": "addi x2, x2, 48 x2=10000970 x2:10000940", "time": "12676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 12677, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f0", "instr": "jalr x0, x1, 0 x1:1c000a7c", "time": "12677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 12679, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a7c", "instr": "p.bneimm x8, -14 x8:00000002", "time": "12679", "Origin": "/scratch/digirols/pulp_api_example/main.c:67 (discriminator 3)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a6e", "instr": "add x11, x0, x8 x11=00000002 x8:00000002", "time": "12682", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a70", "instr": "add x13, x0, x9 x13=100fc720 x9:100fc720", "time": "12683", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a72", "instr": "addi x8, x8, 1 x8=00000003 x8:00000002", "time": "12684", "Origin": "/scratch/digirols/pulp_api_example/main.c:67 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a74", "instr": "addi x12, x0, 0 x12=00000000", "time": "12685", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a76", "instr": "addi x10, x0, 1 x10=00000001", "time": "12686", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12687, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a78", "instr": "jal x1, 2346 x1=1c000a7c", "time": "12687", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a2", "instr": "addi x2, x2, -48 x2=10000940 x2:10000970", "time": "12689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a4", "instr": "sw x8, 40(x2) x8:00000003 x2:10000940 PA:10000968", "time": "12690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a6", "instr": "add x8, x0, x11 x8=00000002 x11:00000002", "time": "12691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a8", "instr": "sw x1, 44(x2) x1:1c000a7c x2:10000940 PA:1000096c", "time": "12692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013aa", "instr": "sw x9, 36(x2) x9:100fc720 x2:10000940 PA:10000964", "time": "12693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12694, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ac", "instr": "sw x18, 32(x2) x18:00000000 x2:10000940 PA:10000960", "time": "12694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ae", "instr": "sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c", "time": "12695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b0", "instr": "sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958", "time": "12696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b2", "instr": "sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954", "time": "12697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 12698, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0013b4", "instr": "csrrci x18, 0x00000008, 0x300 x18=00001808", "time": "12698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b8", "instr": "addi x20, x0, 24 x20=00000018", "time": "12702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 12703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ba", "instr": "mul x20, x11, x20 x20=00000030 x11:00000002 x20:00000018", "time": "12703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013be", "instr": "lui x14, 0x1c002000 x14=1c002000", "time": "12704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12705, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c2", "instr": "lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8", "time": "12705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c6", "instr": "add x21, x0, x14 x21=1c002000 x14:1c002000", "time": "12720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c8", "instr": "add x15, x15, x20 x15=1c2fff80 x15:1c2fff50 x20:00000030", "time": "12721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12722, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ca", "instr": "lw x14, 0(x15) x14=00000000 x15:1c2fff80 PA:1c2fff80", "time": "12722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013cc", "instr": "beq x10, x0, 38 x10:00000001", "time": "12737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ce", "instr": "addi x14, x14, 1 x14=00000001 x14:00000000", "time": "12738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187 (discriminator 1)"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12739, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d0", "instr": "sw x14, 0(x15) x14:00000001 x15:1c2fff80 PA:1c2fff80", "time": "12739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12757, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d2", "instr": "lw x9, 0(x15) x9=00000001 x15:1c2fff80 PA:1c2fff80", "time": "12757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12772, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d4", "instr": "bne x9, x0, 34 x9:00000001", "time": "12772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 12775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f6", "instr": "p.bneimm x9, -26 x9:00000001", "time": "12775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:191"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013fa", "instr": "addi x19, x0, 8 x19=00000008", "time": "12776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:191"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c0013fe", "instr": "beq x8, x0, 94 x8:00000002", "time": "12777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:68"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001400", "instr": "add x10, x0, x8 x10=00000002 x8:00000002", "time": "12778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:106"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001402", "instr": "sw x13, 12(x2) x13:100fc720 x2:10000940 PA:1000094c", "time": "12779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:106"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12780, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001404", "instr": "jal x1, -302 x1=1c001406", "time": "12780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:106"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012d6", "instr": "addi x2, x2, -16 x2=10000930 x2:10000940", "time": "12782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012d8", "instr": "sw x8, 8(x2) x8:00000002 x2:10000930 PA:10000938", "time": "12783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012da", "instr": "sw x9, 4(x2) x9:00000001 x2:10000930 PA:10000934", "time": "12784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012dc", "instr": "addi x8, x10, 64 x8=00000042 x10:00000002", "time": "12785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012e0", "instr": "add x9, x0, x10 x9=00000002 x10:00000002", "time": "12786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012e2", "instr": "lui x10, 0x1b000000 x10=1b000000", "time": "12787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012e6", "instr": "addi x10, x10, 8 x10=1b000008 x10:1b000000", "time": "12788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 12789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012ea", "instr": "slli x8, x8, 0x16 x8=10800000 x8:00000042", "time": "12789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 12790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012ec", "instr": "p.bclr x10, x10, 19, 12 x10=00000008 x10:1b000008", "time": "12790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f0", "instr": "add x10, x10, x8 x10=10800008 x10:00000008 x8:10800000", "time": "12791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f2", "instr": "addi x12, x0, 64 x12=00000040", "time": "12792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f6", "instr": "addi x11, x0, 0 x11=00000000", "time": "12793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f8", "instr": "sw x1, 12(x2) x1:1c001406 x2:10000930 PA:1000093c", "time": "12794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12795, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012fa", "instr": "jal x1, 1286 x1=1c0012fc", "time": "12795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001800", "instr": "add x12, x12, x10 x12=10800048 x12:00000040 x10:10800008", "time": "12797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:125"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001802", "instr": "add x15, x0, x10 x15=10800008 x10:10800008", "time": "12798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:126"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12799, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800008 x12:10800048", "time": "12799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 12802, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800009 x11:00000000 x15:10800008 PA:10800008", "time": "12802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "12822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12823, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800009 x12:10800048", "time": "12823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 12826, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080000a x11:00000000 x15:10800009 PA:10800009", "time": "12826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "12846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12847, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080000a x12:10800048", "time": "12847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 12850, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080000b x11:00000000 x15:1080000a PA:1080000a", "time": "12850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "12870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12871, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080000b x12:10800048", "time": "12871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 12874, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080000c x11:00000000 x15:1080000b PA:1080000b", "time": "12874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12894, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "12894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12895, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080000c x12:10800048", "time": "12895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 12898, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080000d x11:00000000 x15:1080000c PA:1080000c", "time": "12898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12918, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "12918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12919, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080000d x12:10800048", "time": "12919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 12922, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080000e x11:00000000 x15:1080000d PA:1080000d", "time": "12922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "12942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12943, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080000e x12:10800048", "time": "12943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 12946, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080000f x11:00000000 x15:1080000e PA:1080000e", "time": "12946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "12966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12967, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080000f x12:10800048", "time": "12967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 12970, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800010 x11:00000000 x15:1080000f PA:1080000f", "time": "12970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "12990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12991, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800010 x12:10800048", "time": "12991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 12994, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800011 x11:00000000 x15:10800010 PA:10800010", "time": "12994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13015, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800011 x12:10800048", "time": "13015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13018, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800012 x11:00000000 x15:10800011 PA:10800011", "time": "13018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13039, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800012 x12:10800048", "time": "13039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13042, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800013 x11:00000000 x15:10800012 PA:10800012", "time": "13042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13063, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800013 x12:10800048", "time": "13063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13066, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800014 x11:00000000 x15:10800013 PA:10800013", "time": "13066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13087, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800014 x12:10800048", "time": "13087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13090, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800015 x11:00000000 x15:10800014 PA:10800014", "time": "13090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13111, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800015 x12:10800048", "time": "13111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13114, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800016 x11:00000000 x15:10800015 PA:10800015", "time": "13114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13135, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800016 x12:10800048", "time": "13135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13138, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800017 x11:00000000 x15:10800016 PA:10800016", "time": "13138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13159, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800017 x12:10800048", "time": "13159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13162, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800018 x11:00000000 x15:10800017 PA:10800017", "time": "13162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13183, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800018 x12:10800048", "time": "13183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13186, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800019 x11:00000000 x15:10800018 PA:10800018", "time": "13186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13206, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13207, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800019 x12:10800048", "time": "13207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13210, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080001a x11:00000000 x15:10800019 PA:10800019", "time": "13210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13231, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080001a x12:10800048", "time": "13231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13234, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080001b x11:00000000 x15:1080001a PA:1080001a", "time": "13234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13255, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080001b x12:10800048", "time": "13255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13258, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080001c x11:00000000 x15:1080001b PA:1080001b", "time": "13258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13279, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080001c x12:10800048", "time": "13279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13282, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080001d x11:00000000 x15:1080001c PA:1080001c", "time": "13282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13303, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080001d x12:10800048", "time": "13303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13306, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080001e x11:00000000 x15:1080001d PA:1080001d", "time": "13306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13327, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080001e x12:10800048", "time": "13327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13330, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080001f x11:00000000 x15:1080001e PA:1080001e", "time": "13330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13351, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080001f x12:10800048", "time": "13351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13354, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800020 x11:00000000 x15:1080001f PA:1080001f", "time": "13354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13375, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800020 x12:10800048", "time": "13375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13378, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800021 x11:00000000 x15:10800020 PA:10800020", "time": "13378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13399, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800021 x12:10800048", "time": "13399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13402, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800022 x11:00000000 x15:10800021 PA:10800021", "time": "13402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13423, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800022 x12:10800048", "time": "13423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13426, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800023 x11:00000000 x15:10800022 PA:10800022", "time": "13426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13446, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13447, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800023 x12:10800048", "time": "13447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13450, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800024 x11:00000000 x15:10800023 PA:10800023", "time": "13450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13470, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13471, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800024 x12:10800048", "time": "13471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13474, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800025 x11:00000000 x15:10800024 PA:10800024", "time": "13474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13495, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800025 x12:10800048", "time": "13495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13498, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800026 x11:00000000 x15:10800025 PA:10800025", "time": "13498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13519, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800026 x12:10800048", "time": "13519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13522, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800027 x11:00000000 x15:10800026 PA:10800026", "time": "13522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13543, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800027 x12:10800048", "time": "13543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13546, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800028 x11:00000000 x15:10800027 PA:10800027", "time": "13546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13567, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800028 x12:10800048", "time": "13567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13570, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800029 x11:00000000 x15:10800028 PA:10800028", "time": "13570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13591, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800029 x12:10800048", "time": "13591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13594, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080002a x11:00000000 x15:10800029 PA:10800029", "time": "13594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13615, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080002a x12:10800048", "time": "13615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13618, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080002b x11:00000000 x15:1080002a PA:1080002a", "time": "13618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13639, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080002b x12:10800048", "time": "13639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13642, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080002c x11:00000000 x15:1080002b PA:1080002b", "time": "13642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13663, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080002c x12:10800048", "time": "13663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13666, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080002d x11:00000000 x15:1080002c PA:1080002c", "time": "13666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13687, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080002d x12:10800048", "time": "13687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13690, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080002e x11:00000000 x15:1080002d PA:1080002d", "time": "13690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13711, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080002e x12:10800048", "time": "13711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13714, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080002f x11:00000000 x15:1080002e PA:1080002e", "time": "13714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13735, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080002f x12:10800048", "time": "13735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13738, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800030 x11:00000000 x15:1080002f PA:1080002f", "time": "13738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13759, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800030 x12:10800048", "time": "13759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13762, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800031 x11:00000000 x15:10800030 PA:10800030", "time": "13762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13783, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800031 x12:10800048", "time": "13783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13786, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800032 x11:00000000 x15:10800031 PA:10800031", "time": "13786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13807, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800032 x12:10800048", "time": "13807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13810, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800033 x11:00000000 x15:10800032 PA:10800032", "time": "13810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13831, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800033 x12:10800048", "time": "13831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13834, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800034 x11:00000000 x15:10800033 PA:10800033", "time": "13834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13855, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800034 x12:10800048", "time": "13855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13858, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800035 x11:00000000 x15:10800034 PA:10800034", "time": "13858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13879, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800035 x12:10800048", "time": "13879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13882, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800036 x11:00000000 x15:10800035 PA:10800035", "time": "13882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13903, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800036 x12:10800048", "time": "13903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13906, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800037 x11:00000000 x15:10800036 PA:10800036", "time": "13906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13926, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13927, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800037 x12:10800048", "time": "13927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13930, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800038 x11:00000000 x15:10800037 PA:10800037", "time": "13930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13951, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800038 x12:10800048", "time": "13951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13954, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800039 x11:00000000 x15:10800038 PA:10800038", "time": "13954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13975, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800039 x12:10800048", "time": "13975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 13978, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080003a x11:00000000 x15:10800039 PA:10800039", "time": "13978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 13998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "13998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 13999, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080003a x12:10800048", "time": "13999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14002, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080003b x11:00000000 x15:1080003a PA:1080003a", "time": "14002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14023, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080003b x12:10800048", "time": "14023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14026, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080003c x11:00000000 x15:1080003b PA:1080003b", "time": "14026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14046, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14047, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080003c x12:10800048", "time": "14047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14050, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080003d x11:00000000 x15:1080003c PA:1080003c", "time": "14050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14071, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080003d x12:10800048", "time": "14071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14074, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080003e x11:00000000 x15:1080003d PA:1080003d", "time": "14074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14095, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080003e x12:10800048", "time": "14095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14098, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=1080003f x11:00000000 x15:1080003e PA:1080003e", "time": "14098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14119, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:1080003f x12:10800048", "time": "14119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14122, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800040 x11:00000000 x15:1080003f PA:1080003f", "time": "14122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14143, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800040 x12:10800048", "time": "14143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14146, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800041 x11:00000000 x15:10800040 PA:10800040", "time": "14146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14167, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800041 x12:10800048", "time": "14167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14170, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800042 x11:00000000 x15:10800041 PA:10800041", "time": "14170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14191, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800042 x12:10800048", "time": "14191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14194, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800043 x11:00000000 x15:10800042 PA:10800042", "time": "14194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14215, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800043 x12:10800048", "time": "14215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14218, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800044 x11:00000000 x15:10800043 PA:10800043", "time": "14218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14239, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800044 x12:10800048", "time": "14239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14242, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800045 x11:00000000 x15:10800044 PA:10800044", "time": "14242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14263, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800045 x12:10800048", "time": "14263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14266, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800046 x11:00000000 x15:10800045 PA:10800045", "time": "14266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14287, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800046 x12:10800048", "time": "14287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14290, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800047 x11:00000000 x15:10800046 PA:10800046", "time": "14290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14311, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800047 x12:10800048", "time": "14311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14314, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10800048 x11:00000000 x15:10800047 PA:10800047", "time": "14314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "14334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10800048 x12:10800048", "time": "14335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 14336, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001808", "instr": "jalr x0, x1, 0 x1:1c0012fc", "time": "14336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:131"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012fc", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "14338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14339, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001300", "instr": "lw x15, 1704(x15) x15=1c2fff50 x15:1c002000 PA:1c0026a8", "time": "14339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001304", "instr": "addi x14, x0, 24 x14=00000018", "time": "14353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001306", "instr": "lw x1, 12(x2) x1=1c001406 x2:10000930 PA:1000093c", "time": "14354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "p.mac", "cat": "p.mac", "ph": "X", "ts": 14355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001308", "instr": "p.mac x15, x9, x14 x15=1c2fff80 x15:1c2fff50 x9:00000002 x14:00000018", "time": "14355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig_cluster_addr", "args":{"pc": "1c00130c", "instr": "lui x14, 0x201000 x14=00201000", "time": "14356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:265"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig_cluster_addr", "args":{"pc": "1c001310", "instr": "addi x14, x14, -508 x14=00200e04 x14:00201000", "time": "14357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:265"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig_cluster_addr", "args":{"pc": "1c001314", "instr": "add x8, x8, x14 x8=10a00e04 x8:10800000 x14:00200e04", "time": "14358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:265"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001316", "instr": "lw x9, 4(x2) x9=00000001 x2:10000930 PA:10000934", "time": "14359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14360, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001318", "instr": "sw x8, 20(x15) x8:10a00e04 x15:1c2fff80 PA:1c2fff94", "time": "14360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:61"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c00131a", "instr": "lw x8, 8(x2) x8=00000002 x2:10000930 PA:10000938", "time": "14378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14379, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c00131c", "instr": "sw x0, 12(x15) x15:1c2fff80 PA:1c2fff8c", "time": "14379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001320", "instr": "addi x2, x2, 16 x2=10000940 x2:10000930", "time": "14397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 14398, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001322", "instr": "jalr x0, x1, 0 x1:1c001406", "time": "14398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001406", "instr": "add x10, x0, x8 x10=00000002 x8:00000002", "time": "14400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:109"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14401, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001408", "instr": "jal x1, -500 x1=1c00140a", "time": "14401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:109"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001214", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "14403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14404, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001218", "instr": "lw x14, 1692(x15) x14=10000990 x15:1c002000 PA:1c00269c", "time": "14404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c00121c", "instr": "lui x15, 0x10001000 x15=10001000", "time": "14418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 14419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_l1_base", "args":{"pc": "1c001220", "instr": "slli x11, x10, 0x16 x11=00800000 x10:00000002", "time": "14419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:728"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001224", "instr": "lui x12, 0xff000 x12=000ff000", "time": "14420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 14421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001228", "instr": "slli x10, x10, 0x2 x10=00000008 x10:00000002", "time": "14421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c00122a", "instr": "addi x15, x15, -1648 x15=10000990 x15:10001000", "time": "14422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14423, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c00122e", "instr": "addi x12, x12, 1648 x12=000ff670 x12:000ff000", "time": "14423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001232", "instr": "add x11, x11, x15 x11=10800990 x11:00800000 x15:10000990", "time": "14424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001234", "instr": "add x10, x10, x14 x10=10000998 x10:00000008 x14:10000990", "time": "14425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14426, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001236", "instr": "jal x0, -260 ", "time": "14426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001132", "instr": "addi x15, x11, 7 x15=10800997 x11:10800990", "time": "14428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:106"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 14429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001136", "instr": "p.bclr x15, x15, 2, 0 x15=10800990 x15:10800997", "time": "14429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:106"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 14430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00113a", "instr": "sub x11, x15, x11 x11=00000000 x15:10800990 x11:10800990", "time": "14430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:108"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00113e", "instr": "sw x15, 0(x10) x15:10800990 x10:10000998 PA:10000998", "time": "14431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:107"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 14432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001140", "instr": "sub x12, x12, x11 x12=000ff670 x12:000ff670 x11:00000000", "time": "14432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:108"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 14433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001142", "instr": "bge x0, x12, 14 x12:000ff670", "time": "14433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:109"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 14434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001146", "instr": "p.bclr x12, x12, 2, 0 x12=000ff670 x12:000ff670", "time": "14434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14435, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00114a", "instr": "sw x12, 0(x15) x12:000ff670 x15:10800990 PA:10800990", "time": "14435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14455, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00114c", "instr": "sw x0, 4(x15) x15:10800990 PA:10800994", "time": "14455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:111"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 14475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001150", "instr": "jalr x0, x1, 0 x1:1c00140a", "time": "14475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:113"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14476, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00140a", "instr": "lw x15, 1704(x21) x15=1c2fff50 x21:1c002000 PA:1c0026a8", "time": "14476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:112"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c00140e", "instr": "addi x8, x8, 64 x8=00000042 x8:00000002", "time": "14490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 14491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001412", "instr": "slli x8, x8, 0x16 x8=10800000 x8:00000042", "time": "14491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001414", "instr": "add x20, x20, x15 x20=1c2fff80 x20:00000030 x15:1c2fff50", "time": "14492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:112"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001416", "instr": "lui x15, 0x201000 x15=00201000", "time": "14493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c00141a", "instr": "addi x15, x15, 1024 x15=00201400 x15:00201000", "time": "14494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c00141e", "instr": "addi x14, x0, -1 x14=ffffffff", "time": "14495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14496, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001420", "instr": "sw x0, 4(x20) x20:1c2fff80 PA:1c2fff84", "time": "14496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:112"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 14514, "dur": 26, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001424", "instr": "p.sw x14, x0(x8) x14:ffffffff x8:10800000 PA:10a01400", "time": "14514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001428", "instr": "lw x13, 12(x2) x13=100fc720 x2:10000940 PA:1000094c", "time": "14540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c00142a", "instr": "lui x15, 0x200000 x15=00200000", "time": "14541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00142e", "instr": "lui x14, 0x1c000000 x14=1c000000", "time": "14542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001432", "instr": "addi x15, x15, 64 x15=00200040 x15:00200000", "time": "14543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001436", "instr": "addi x14, x14, 128 x14=1c000080 x14:1c000000", "time": "14544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00143a", "instr": "add x15, x15, x8 x15=10a00040 x15:00200040 x8:10800000", "time": "14545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00143c", "instr": "addi x12, x0, 0 x12=00000000", "time": "14546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 14547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00143e", "instr": "p.bclr x14, x14, 7, 0 x14=1c000000 x14:1c000080", "time": "14547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 14548, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000000 x19:00000008", "time": "14548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 14551, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10a00044 x14:1c000000 x15:10a00040 PA:10a00040", "time": "14551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "14574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14575, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "14575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 14577, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000001 x19:00000008", "time": "14577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 14580, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10a00048 x14:1c000000 x15:10a00044 PA:10a00044", "time": "14580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000002 x12:00000001", "time": "14603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14604, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "14604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 14606, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000002 x19:00000008", "time": "14606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 14609, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10a0004c x14:1c000000 x15:10a00048 PA:10a00048", "time": "14609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000003 x12:00000002", "time": "14632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14633, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "14633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 14635, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000003 x19:00000008", "time": "14635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 14638, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10a00050 x14:1c000000 x15:10a0004c PA:10a0004c", "time": "14638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000004 x12:00000003", "time": "14661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14662, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "14662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 14664, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000004 x19:00000008", "time": "14664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 14667, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10a00054 x14:1c000000 x15:10a00050 PA:10a00050", "time": "14667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000005 x12:00000004", "time": "14690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14691, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "14691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 14693, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000005 x19:00000008", "time": "14693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 14696, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10a00058 x14:1c000000 x15:10a00054 PA:10a00054", "time": "14696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000006 x12:00000005", "time": "14719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14720, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "14720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 14722, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000006 x19:00000008", "time": "14722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 14725, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10a0005c x14:1c000000 x15:10a00058 PA:10a00058", "time": "14725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000007 x12:00000006", "time": "14748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14749, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "14749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 14751, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000007 x19:00000008", "time": "14751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 14754, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10a00060 x14:1c000000 x15:10a0005c PA:10a0005c", "time": "14754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000008 x12:00000007", "time": "14777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14778, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "14778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 14780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000008 x19:00000008", "time": "14780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c001446", "instr": "lui x15, 0x200000 x15=00200000", "time": "14781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00144a", "instr": "addi x15, x15, 8 x15=00200008 x15:00200000", "time": "14782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00144c", "instr": "addi x14, x0, -1 x14=ffffffff", "time": "14783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 14784, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00144e", "instr": "p.sw x14, x0(x8) x14:ffffffff x8:10800000 PA:10a00008", "time": "14784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c001452", "instr": "jal x0, -124 ", "time": "14807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_unmount", "args":{"pc": "1c0013d6", "instr": "beq x13, x0, 6 x13:100fc720", "time": "14808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:176"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_unmount", "args":{"pc": "1c0013d8", "instr": "add x10, x0, x13 x10=100fc720 x13:100fc720", "time": "14809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:176"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14810, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_unmount", "args":{"pc": "1c0013da", "instr": "jal x1, -996 x1=1c0013dc", "time": "14810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:176"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c000ff6", "instr": "addi x2, x2, -16 x2=10000930 x2:10000940", "time": "14812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:131"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c000ff8", "instr": "sw x1, 12(x2) x1:1c0013dc x2:10000930 PA:1000093c", "time": "14813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:131"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c000ffa", "instr": "sw x8, 8(x2) x8:10800000 x2:10000930 PA:10000938", "time": "14814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:131"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 14815, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c000ffc", "instr": "csrrci x8, 0x00000008, 0x300 x8=00001800", "time": "14815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c001000", "instr": "lw x15, 12(x10) x15=1000013c x10:100fc720 PA:100fc72c", "time": "14819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:133"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001002", "instr": "sw x0, 8(x10) x10:100fc720 PA:100fc728", "time": "14820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:388"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14821, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001006", "instr": "lw x14, 0(x15) x14=100fc720 x15:1000013c PA:1000013c", "time": "14821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:389"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14823, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001008", "instr": "bne x14, x0, 28 x14:100fc720", "time": "14823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:389"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14826, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001024", "instr": "lw x14, 4(x15) x14=100fc720 x15:1000013c PA:10000140", "time": "14826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:392"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001026", "instr": "sw x10, 8(x14) x10:100fc720 x14:100fc720 PA:100fc728", "time": "14828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:392"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001028", "instr": "jal x0, -28 ", "time": "14829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:392"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c00100c", "instr": "sw x10, 4(x15) x10:100fc720 x15:1000013c PA:10000140", "time": "14831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:394"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14832, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wakeup_thread", "args":{"pc": "1c00100e", "instr": "lw x10, 12(x15) x10=00000000 x15:1000013c PA:10000148", "time": "14832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:399"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14834, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wakeup_thread", "args":{"pc": "1c001010", "instr": "beq x10, x0, 8 x10:00000000", "time": "14834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:400"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 14837, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c001018", "instr": "csrrw x0, x8, 0x300 x8:00001800", "time": "14837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c00101c", "instr": "lw x1, 12(x2) x1=1c0013dc x2:10000930 PA:1000093c", "time": "14841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:135"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c00101e", "instr": "lw x8, 8(x2) x8=10800000 x2:10000930 PA:10000938", "time": "14842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:135"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c001020", "instr": "addi x2, x2, 16 x2=10000940 x2:10000930", "time": "14843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:135"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 14844, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c001022", "instr": "jalr x0, x1, 0 x1:1c0013dc", "time": "14844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:135"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 14846, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c0013dc", "instr": "csrrw x0, x18, 0x300 x18:00001808", "time": "14846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14850, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e0", "instr": "lw x1, 44(x2) x1=1c000a7c x2:10000940 PA:1000096c", "time": "14850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14851, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e2", "instr": "lw x8, 40(x2) x8=00000003 x2:10000940 PA:10000968", "time": "14851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e4", "instr": "lw x9, 36(x2) x9=100fc720 x2:10000940 PA:10000964", "time": "14852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e6", "instr": "lw x18, 32(x2) x18=00000000 x2:10000940 PA:10000960", "time": "14853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e8", "instr": "lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c", "time": "14854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ea", "instr": "lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958", "time": "14855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ec", "instr": "lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954", "time": "14856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ee", "instr": "addi x2, x2, 48 x2=10000970 x2:10000940", "time": "14857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 14858, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f0", "instr": "jalr x0, x1, 0 x1:1c000a7c", "time": "14858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 14860, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a7c", "instr": "p.bneimm x8, -14 x8:00000003", "time": "14860", "Origin": "/scratch/digirols/pulp_api_example/main.c:67 (discriminator 3)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a6e", "instr": "add x11, x0, x8 x11=00000003 x8:00000003", "time": "14863", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a70", "instr": "add x13, x0, x9 x13=100fc720 x9:100fc720", "time": "14864", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a72", "instr": "addi x8, x8, 1 x8=00000004 x8:00000003", "time": "14865", "Origin": "/scratch/digirols/pulp_api_example/main.c:67 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14866, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a74", "instr": "addi x12, x0, 0 x12=00000000", "time": "14866", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14867, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a76", "instr": "addi x10, x0, 1 x10=00000001", "time": "14867", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14868, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a78", "instr": "jal x1, 2346 x1=1c000a7c", "time": "14868", "Origin": "/scratch/digirols/pulp_api_example/main.c:68 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a2", "instr": "addi x2, x2, -48 x2=10000940 x2:10000970", "time": "14870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a4", "instr": "sw x8, 40(x2) x8:00000004 x2:10000940 PA:10000968", "time": "14871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a6", "instr": "add x8, x0, x11 x8=00000003 x11:00000003", "time": "14872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14873, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a8", "instr": "sw x1, 44(x2) x1:1c000a7c x2:10000940 PA:1000096c", "time": "14873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013aa", "instr": "sw x9, 36(x2) x9:100fc720 x2:10000940 PA:10000964", "time": "14874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ac", "instr": "sw x18, 32(x2) x18:00000000 x2:10000940 PA:10000960", "time": "14875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ae", "instr": "sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c", "time": "14876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b0", "instr": "sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958", "time": "14877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b2", "instr": "sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954", "time": "14878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 14879, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0013b4", "instr": "csrrci x18, 0x00000008, 0x300 x18=00001808", "time": "14879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b8", "instr": "addi x20, x0, 24 x20=00000018", "time": "14883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 14884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ba", "instr": "mul x20, x11, x20 x20=00000048 x11:00000003 x20:00000018", "time": "14884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013be", "instr": "lui x14, 0x1c002000 x14=1c002000", "time": "14885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14886, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c2", "instr": "lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8", "time": "14886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c6", "instr": "add x21, x0, x14 x21=1c002000 x14:1c002000", "time": "14900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c8", "instr": "add x15, x15, x20 x15=1c2fff98 x15:1c2fff50 x20:00000048", "time": "14901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14902, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ca", "instr": "lw x14, 0(x15) x14=00000000 x15:1c2fff98 PA:1c2fff98", "time": "14902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14916, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013cc", "instr": "beq x10, x0, 38 x10:00000001", "time": "14916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14917, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ce", "instr": "addi x14, x14, 1 x14=00000001 x14:00000000", "time": "14917", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187 (discriminator 1)"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14918, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d0", "instr": "sw x14, 0(x15) x14:00000001 x15:1c2fff98 PA:1c2fff98", "time": "14918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14936, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d2", "instr": "lw x9, 0(x15) x9=00000001 x15:1c2fff98 PA:1c2fff98", "time": "14936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14953, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d4", "instr": "bne x9, x0, 34 x9:00000001", "time": "14953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 14956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f6", "instr": "p.bneimm x9, -26 x9:00000001", "time": "14956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:191"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013fa", "instr": "addi x19, x0, 8 x19=00000008", "time": "14957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:191"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14958, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c0013fe", "instr": "beq x8, x0, 94 x8:00000003", "time": "14958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:68"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001400", "instr": "add x10, x0, x8 x10=00000003 x8:00000003", "time": "14959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:106"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001402", "instr": "sw x13, 12(x2) x13:100fc720 x2:10000940 PA:1000094c", "time": "14960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:106"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14961, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001404", "instr": "jal x1, -302 x1=1c001406", "time": "14961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:106"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14963, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012d6", "instr": "addi x2, x2, -16 x2=10000930 x2:10000940", "time": "14963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14964, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012d8", "instr": "sw x8, 8(x2) x8:00000003 x2:10000930 PA:10000938", "time": "14964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012da", "instr": "sw x9, 4(x2) x9:00000001 x2:10000930 PA:10000934", "time": "14965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012dc", "instr": "addi x8, x10, 64 x8=00000043 x10:00000003", "time": "14966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012e0", "instr": "add x9, x0, x10 x9=00000003 x10:00000003", "time": "14967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012e2", "instr": "lui x10, 0x1b000000 x10=1b000000", "time": "14968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012e6", "instr": "addi x10, x10, 8 x10=1b000008 x10:1b000000", "time": "14969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 14970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012ea", "instr": "slli x8, x8, 0x16 x8=10c00000 x8:00000043", "time": "14970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 14971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0012ec", "instr": "p.bclr x10, x10, 19, 12 x10=00000008 x10:1b000008", "time": "14971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f0", "instr": "add x10, x10, x8 x10=10c00008 x10:00000008 x8:10c00000", "time": "14972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f2", "instr": "addi x12, x0, 64 x12=00000040", "time": "14973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f6", "instr": "addi x11, x0, 0 x11=00000000", "time": "14974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012f8", "instr": "sw x1, 12(x2) x1:1c001406 x2:10000930 PA:1000093c", "time": "14975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:41"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14976, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012fa", "instr": "jal x1, 1286 x1=1c0012fc", "time": "14976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:58"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001800", "instr": "add x12, x12, x10 x12=10c00048 x12:00000040 x10:10c00008", "time": "14978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:125"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14979, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001802", "instr": "add x15, x0, x10 x15=10c00008 x10:10c00008", "time": "14979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:126"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14980, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00008 x12:10c00048", "time": "14980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 14983, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00009 x11:00000000 x15:10c00008 PA:10c00008", "time": "14983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15004, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00009 x12:10c00048", "time": "15004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15007, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0000a x11:00000000 x15:10c00009 PA:10c00009", "time": "15007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15028, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0000a x12:10c00048", "time": "15028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15031, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0000b x11:00000000 x15:10c0000a PA:10c0000a", "time": "15031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15052, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0000b x12:10c00048", "time": "15052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15055, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0000c x11:00000000 x15:10c0000b PA:10c0000b", "time": "15055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15076, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0000c x12:10c00048", "time": "15076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15079, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0000d x11:00000000 x15:10c0000c PA:10c0000c", "time": "15079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15100, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0000d x12:10c00048", "time": "15100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15103, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0000e x11:00000000 x15:10c0000d PA:10c0000d", "time": "15103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15124, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0000e x12:10c00048", "time": "15124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15127, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0000f x11:00000000 x15:10c0000e PA:10c0000e", "time": "15127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15148, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0000f x12:10c00048", "time": "15148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15151, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00010 x11:00000000 x15:10c0000f PA:10c0000f", "time": "15151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15172, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00010 x12:10c00048", "time": "15172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15175, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00011 x11:00000000 x15:10c00010 PA:10c00010", "time": "15175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15196, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00011 x12:10c00048", "time": "15196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15199, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00012 x11:00000000 x15:10c00011 PA:10c00011", "time": "15199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15220, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00012 x12:10c00048", "time": "15220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15223, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00013 x11:00000000 x15:10c00012 PA:10c00012", "time": "15223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15244, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00013 x12:10c00048", "time": "15244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15247, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00014 x11:00000000 x15:10c00013 PA:10c00013", "time": "15247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15268, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00014 x12:10c00048", "time": "15268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15271, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00015 x11:00000000 x15:10c00014 PA:10c00014", "time": "15271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15292, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00015 x12:10c00048", "time": "15292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15295, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00016 x11:00000000 x15:10c00015 PA:10c00015", "time": "15295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15316, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00016 x12:10c00048", "time": "15316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15319, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00017 x11:00000000 x15:10c00016 PA:10c00016", "time": "15319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15340, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00017 x12:10c00048", "time": "15340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15343, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00018 x11:00000000 x15:10c00017 PA:10c00017", "time": "15343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15364, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00018 x12:10c00048", "time": "15364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15367, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00019 x11:00000000 x15:10c00018 PA:10c00018", "time": "15367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15388, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00019 x12:10c00048", "time": "15388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15391, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0001a x11:00000000 x15:10c00019 PA:10c00019", "time": "15391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15412, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0001a x12:10c00048", "time": "15412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15415, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0001b x11:00000000 x15:10c0001a PA:10c0001a", "time": "15415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15436, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0001b x12:10c00048", "time": "15436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15439, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0001c x11:00000000 x15:10c0001b PA:10c0001b", "time": "15439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15459, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15460, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0001c x12:10c00048", "time": "15460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15463, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0001d x11:00000000 x15:10c0001c PA:10c0001c", "time": "15463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15483, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15484, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0001d x12:10c00048", "time": "15484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15487, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0001e x11:00000000 x15:10c0001d PA:10c0001d", "time": "15487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15508, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0001e x12:10c00048", "time": "15508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15511, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0001f x11:00000000 x15:10c0001e PA:10c0001e", "time": "15511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15532, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0001f x12:10c00048", "time": "15532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15535, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00020 x11:00000000 x15:10c0001f PA:10c0001f", "time": "15535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15556, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00020 x12:10c00048", "time": "15556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15559, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00021 x11:00000000 x15:10c00020 PA:10c00020", "time": "15559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15580, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00021 x12:10c00048", "time": "15580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15583, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00022 x11:00000000 x15:10c00021 PA:10c00021", "time": "15583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15604, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00022 x12:10c00048", "time": "15604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15607, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00023 x11:00000000 x15:10c00022 PA:10c00022", "time": "15607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15628, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00023 x12:10c00048", "time": "15628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15631, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00024 x11:00000000 x15:10c00023 PA:10c00023", "time": "15631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15652, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00024 x12:10c00048", "time": "15652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15655, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00025 x11:00000000 x15:10c00024 PA:10c00024", "time": "15655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15676, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00025 x12:10c00048", "time": "15676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15679, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00026 x11:00000000 x15:10c00025 PA:10c00025", "time": "15679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15700, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00026 x12:10c00048", "time": "15700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15703, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00027 x11:00000000 x15:10c00026 PA:10c00026", "time": "15703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15724, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00027 x12:10c00048", "time": "15724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15727, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00028 x11:00000000 x15:10c00027 PA:10c00027", "time": "15727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15748, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00028 x12:10c00048", "time": "15748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15751, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00029 x11:00000000 x15:10c00028 PA:10c00028", "time": "15751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15772, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00029 x12:10c00048", "time": "15772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15775, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0002a x11:00000000 x15:10c00029 PA:10c00029", "time": "15775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15796, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0002a x12:10c00048", "time": "15796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15799, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0002b x11:00000000 x15:10c0002a PA:10c0002a", "time": "15799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15820, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0002b x12:10c00048", "time": "15820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15823, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0002c x11:00000000 x15:10c0002b PA:10c0002b", "time": "15823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15844, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0002c x12:10c00048", "time": "15844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15847, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0002d x11:00000000 x15:10c0002c PA:10c0002c", "time": "15847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15867, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15868, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0002d x12:10c00048", "time": "15868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15871, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0002e x11:00000000 x15:10c0002d PA:10c0002d", "time": "15871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15892, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0002e x12:10c00048", "time": "15892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15895, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0002f x11:00000000 x15:10c0002e PA:10c0002e", "time": "15895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15915, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15916, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0002f x12:10c00048", "time": "15916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15919, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00030 x11:00000000 x15:10c0002f PA:10c0002f", "time": "15919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15940, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00030 x12:10c00048", "time": "15940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15943, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00031 x11:00000000 x15:10c00030 PA:10c00030", "time": "15943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15963, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15964, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00031 x12:10c00048", "time": "15964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15967, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00032 x11:00000000 x15:10c00031 PA:10c00031", "time": "15967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 15987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "15987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 15988, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00032 x12:10c00048", "time": "15988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 15991, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00033 x11:00000000 x15:10c00032 PA:10c00032", "time": "15991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16012, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00033 x12:10c00048", "time": "16012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16015, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00034 x11:00000000 x15:10c00033 PA:10c00033", "time": "16015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16036, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00034 x12:10c00048", "time": "16036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16039, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00035 x11:00000000 x15:10c00034 PA:10c00034", "time": "16039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16060, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00035 x12:10c00048", "time": "16060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16063, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00036 x11:00000000 x15:10c00035 PA:10c00035", "time": "16063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16084, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00036 x12:10c00048", "time": "16084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16087, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00037 x11:00000000 x15:10c00036 PA:10c00036", "time": "16087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16108, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00037 x12:10c00048", "time": "16108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16111, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00038 x11:00000000 x15:10c00037 PA:10c00037", "time": "16111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16132, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00038 x12:10c00048", "time": "16132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16135, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00039 x11:00000000 x15:10c00038 PA:10c00038", "time": "16135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16155, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16156, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00039 x12:10c00048", "time": "16156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16159, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0003a x11:00000000 x15:10c00039 PA:10c00039", "time": "16159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16180, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0003a x12:10c00048", "time": "16180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16183, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0003b x11:00000000 x15:10c0003a PA:10c0003a", "time": "16183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16204, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0003b x12:10c00048", "time": "16204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16207, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0003c x11:00000000 x15:10c0003b PA:10c0003b", "time": "16207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16228, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0003c x12:10c00048", "time": "16228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16231, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0003d x11:00000000 x15:10c0003c PA:10c0003c", "time": "16231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16252, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0003d x12:10c00048", "time": "16252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16255, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0003e x11:00000000 x15:10c0003d PA:10c0003d", "time": "16255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16276, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0003e x12:10c00048", "time": "16276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16279, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c0003f x11:00000000 x15:10c0003e PA:10c0003e", "time": "16279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16300, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c0003f x12:10c00048", "time": "16300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16303, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00040 x11:00000000 x15:10c0003f PA:10c0003f", "time": "16303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16324, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00040 x12:10c00048", "time": "16324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16327, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00041 x11:00000000 x15:10c00040 PA:10c00040", "time": "16327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16348, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00041 x12:10c00048", "time": "16348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16351, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00042 x11:00000000 x15:10c00041 PA:10c00041", "time": "16351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16372, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00042 x12:10c00048", "time": "16372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16375, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00043 x11:00000000 x15:10c00042 PA:10c00042", "time": "16375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16396, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00043 x12:10c00048", "time": "16396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16399, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00044 x11:00000000 x15:10c00043 PA:10c00043", "time": "16399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16420, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00044 x12:10c00048", "time": "16420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16423, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00045 x11:00000000 x15:10c00044 PA:10c00044", "time": "16423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16444, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00045 x12:10c00048", "time": "16444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16447, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00046 x11:00000000 x15:10c00045 PA:10c00045", "time": "16447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16468, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00046 x12:10c00048", "time": "16468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16471, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00047 x11:00000000 x15:10c00046 PA:10c00046", "time": "16471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16492, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00047 x12:10c00048", "time": "16492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "p.sb", "cat": "p.sb", "ph": "X", "ts": 16495, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180a", "instr": "p.sb x11, 1(x15!) x15=10c00048 x11:00000000 x15:10c00047 PA:10c00047", "time": "16495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c00180e", "instr": "jal x0, -10 ", "time": "16515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:128"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 16516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001804", "instr": "bne x15, x12, 6 x15:10c00048 x12:10c00048", "time": "16516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:127"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 16517, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "memset", "args":{"pc": "1c001808", "instr": "jalr x0, x1, 0 x1:1c0012fc", "time": "16517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:131"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 16519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c0012fc", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "16519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 16520, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001300", "instr": "lw x15, 1704(x15) x15=1c2fff50 x15:1c002000 PA:1c0026a8", "time": "16520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001304", "instr": "addi x14, x0, 24 x14=00000018", "time": "16534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 16535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001306", "instr": "lw x1, 12(x2) x1=1c001406 x2:10000930 PA:1000093c", "time": "16535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "p.mac", "cat": "p.mac", "ph": "X", "ts": 16536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001308", "instr": "p.mac x15, x9, x14 x15=1c2fff98 x15:1c2fff50 x9:00000003 x14:00000018", "time": "16536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 16537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig_cluster_addr", "args":{"pc": "1c00130c", "instr": "lui x14, 0x201000 x14=00201000", "time": "16537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:265"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig_cluster_addr", "args":{"pc": "1c001310", "instr": "addi x14, x14, -508 x14=00200e04 x14:00201000", "time": "16538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:265"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 16539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig_cluster_addr", "args":{"pc": "1c001314", "instr": "add x8, x8, x14 x8=10e00e04 x8:10c00000 x14:00200e04", "time": "16539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:265"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 16540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001316", "instr": "lw x9, 4(x2) x9=00000001 x2:10000930 PA:10000934", "time": "16540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 16541, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001318", "instr": "sw x8, 20(x15) x8:10e00e04 x15:1c2fff98 PA:1c2fffac", "time": "16541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:61"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 16559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c00131a", "instr": "lw x8, 8(x2) x8=00000003 x2:10000930 PA:10000938", "time": "16559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 16560, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c00131c", "instr": "sw x0, 12(x15) x15:1c2fff98 PA:1c2fffa4", "time": "16560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:60"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001320", "instr": "addi x2, x2, 16 x2=10000940 x2:10000930", "time": "16578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 16579, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_init_cluster_data", "args":{"pc": "1c001322", "instr": "jalr x0, x1, 0 x1:1c001406", "time": "16579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:62"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 16581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001406", "instr": "add x10, x0, x8 x10=00000003 x8:00000003", "time": "16581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:109"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16582, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001408", "instr": "jal x1, -500 x1=1c00140a", "time": "16582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:109"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 16584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001214", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "16584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 16585, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001218", "instr": "lw x14, 1692(x15) x14=10000990 x15:1c002000 PA:1c00269c", "time": "16585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 16599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c00121c", "instr": "lui x15, 0x10001000 x15=10001000", "time": "16599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 16600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_l1_base", "args":{"pc": "1c001220", "instr": "slli x11, x10, 0x16 x11=00c00000 x10:00000003", "time": "16600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:728"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 16601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001224", "instr": "lui x12, 0xff000 x12=000ff000", "time": "16601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 16602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001228", "instr": "slli x10, x10, 0x2 x10=0000000c x10:00000003", "time": "16602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c00122a", "instr": "addi x15, x15, -1648 x15=10000990 x15:10001000", "time": "16603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c00122e", "instr": "addi x12, x12, 1648 x12=000ff670 x12:000ff000", "time": "16604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 16605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001232", "instr": "add x11, x11, x15 x11=10c00990 x11:00c00000 x15:10000990", "time": "16605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 16606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001234", "instr": "add x10, x10, x14 x10=1000099c x10:0000000c x14:10000990", "time": "16606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16607, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_alloc_init_l1", "args":{"pc": "1c001236", "instr": "jal x0, -260 ", "time": "16607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:300"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001132", "instr": "addi x15, x11, 7 x15=10c00997 x11:10c00990", "time": "16609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:106"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 16610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001136", "instr": "p.bclr x15, x15, 2, 0 x15=10c00990 x15:10c00997", "time": "16610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:106"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 16611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00113a", "instr": "sub x11, x15, x11 x11=00000000 x15:10c00990 x11:10c00990", "time": "16611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:108"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 16612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00113e", "instr": "sw x15, 0(x10) x15:10c00990 x10:1000099c PA:1000099c", "time": "16612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:107"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 16613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001140", "instr": "sub x12, x12, x11 x12=000ff670 x12:000ff670 x11:00000000", "time": "16613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:108"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 16614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001142", "instr": "bge x0, x12, 14 x12:000ff670", "time": "16614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:109"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 16615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001146", "instr": "p.bclr x12, x12, 2, 0 x12=000ff670 x12:000ff670", "time": "16615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 16616, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00114a", "instr": "sw x12, 0(x15) x12:000ff670 x15:10c00990 PA:10c00990", "time": "16616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 16636, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c00114c", "instr": "sw x0, 4(x15) x15:10c00990 PA:10c00994", "time": "16636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:111"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 16656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc_init", "args":{"pc": "1c001150", "instr": "jalr x0, x1, 0 x1:1c00140a", "time": "16656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:113"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 16657, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00140a", "instr": "lw x15, 1704(x21) x15=1c2fff50 x21:1c002000 PA:1c0026a8", "time": "16657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:112"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c00140e", "instr": "addi x8, x8, 64 x8=00000043 x8:00000003", "time": "16671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 16672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001412", "instr": "slli x8, x8, 0x16 x8=10c00000 x8:00000043", "time": "16672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 16673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001414", "instr": "add x20, x20, x15 x20=1c2fff98 x20:00000048 x15:1c2fff50", "time": "16673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:112"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 16674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001416", "instr": "lui x15, 0x201000 x15=00201000", "time": "16674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c00141a", "instr": "addi x15, x15, 1024 x15=00201400 x15:00201000", "time": "16675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c00141e", "instr": "addi x14, x0, -1 x14=ffffffff", "time": "16676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 16677, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001420", "instr": "sw x0, 4(x20) x20:1c2fff98 PA:1c2fff9c", "time": "16677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:112"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 16695, "dur": 26, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001424", "instr": "p.sw x14, x0(x8) x14:ffffffff x8:10c00000 PA:10e01400", "time": "16695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 16721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c001428", "instr": "lw x13, 12(x2) x13=100fc720 x2:10000940 PA:1000094c", "time": "16721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 16722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_icache_cluster_enable", "args":{"pc": "1c00142a", "instr": "lui x15, 0x200000 x15=00200000", "time": "16722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/icache/icache_ctrl_v2.h:36"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 16723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00142e", "instr": "lui x14, 0x1c000000 x14=1c000000", "time": "16723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001432", "instr": "addi x15, x15, 64 x15=00200040 x15:00200000", "time": "16724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001436", "instr": "addi x14, x14, 128 x14=1c000080 x14:1c000000", "time": "16725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 16726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00143a", "instr": "add x15, x15, x8 x15=10e00040 x15:00200040 x8:10c00000", "time": "16726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00143c", "instr": "addi x12, x0, 0 x12=00000000", "time": "16727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 16728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00143e", "instr": "p.bclr x14, x14, 7, 0 x14=1c000000 x14:1c000080", "time": "16728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:123"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 16729, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000000 x19:00000008", "time": "16729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 16732, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10e00044 x14:1c000000 x15:10e00040 PA:10e00040", "time": "16732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "16755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16756, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "16756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 16758, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000001 x19:00000008", "time": "16758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 16761, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10e00048 x14:1c000000 x15:10e00044 PA:10e00044", "time": "16761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000002 x12:00000001", "time": "16784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16785, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "16785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 16787, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000002 x19:00000008", "time": "16787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 16790, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10e0004c x14:1c000000 x15:10e00048 PA:10e00048", "time": "16790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000003 x12:00000002", "time": "16813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16814, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "16814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 16816, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000003 x19:00000008", "time": "16816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 16819, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10e00050 x14:1c000000 x15:10e0004c PA:10e0004c", "time": "16819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000004 x12:00000003", "time": "16842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16843, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "16843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 16845, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000004 x19:00000008", "time": "16845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 16848, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10e00054 x14:1c000000 x15:10e00050 PA:10e00050", "time": "16848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000005 x12:00000004", "time": "16871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16872, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "16872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 16874, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000005 x19:00000008", "time": "16874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 16877, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10e00058 x14:1c000000 x15:10e00054 PA:10e00054", "time": "16877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000006 x12:00000005", "time": "16900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16901, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "16901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 16903, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000006 x19:00000008", "time": "16903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 16906, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10e0005c x14:1c000000 x15:10e00058 PA:10e00058", "time": "16906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000007 x12:00000006", "time": "16929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16930, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "16930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 16932, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000007 x19:00000008", "time": "16932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 16935, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "plp_ctrl_core_bootaddr_set_remote", "args":{"pc": "1c001454", "instr": "p.sw x14, 4(x15!) x15=10e00060 x14:1c000000 x15:10e0005c PA:10e0005c", "time": "16935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16958, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001458", "instr": "addi x12, x12, 1 x12=00000008 x12:00000007", "time": "16958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16959, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c00145a", "instr": "jal x0, -24 ", "time": "16959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 16961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_mount", "args":{"pc": "1c001442", "instr": "blt x12, x19, 18 x12:00000008 x19:00000008", "time": "16961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:122"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 16962, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c001446", "instr": "lui x15, 0x200000 x15=00200000", "time": "16962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16963, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00144a", "instr": "addi x15, x15, 8 x15=00200008 x15:00200000", "time": "16963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16964, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00144c", "instr": "addi x14, x0, -1 x14=ffffffff", "time": "16964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 16965, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c00144e", "instr": "p.sw x14, x0(x8) x14:ffffffff x8:10c00000 PA:10e00008", "time": "16965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eoc_fetch_enable_remote", "args":{"pc": "1c001452", "instr": "jal x0, -124 ", "time": "16988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/cluster_ctrl/cluster_ctrl_v2.h:27"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 16989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_unmount", "args":{"pc": "1c0013d6", "instr": "beq x13, x0, 6 x13:100fc720", "time": "16989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:176"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 16990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_unmount", "args":{"pc": "1c0013d8", "instr": "add x10, x0, x13 x10=100fc720 x13:100fc720", "time": "16990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:176"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16991, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_unmount", "args":{"pc": "1c0013da", "instr": "jal x1, -996 x1=1c0013dc", "time": "16991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:176"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 16993, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c000ff6", "instr": "addi x2, x2, -16 x2=10000930 x2:10000940", "time": "16993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:131"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 16994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c000ff8", "instr": "sw x1, 12(x2) x1:1c0013dc x2:10000930 PA:1000093c", "time": "16994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:131"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 16995, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c000ffa", "instr": "sw x8, 8(x2) x8:10c00000 x2:10000930 PA:10000938", "time": "16995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:131"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 16996, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c000ffc", "instr": "csrrci x8, 0x00000008, 0x300 x8=00001800", "time": "16996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c001000", "instr": "lw x15, 12(x10) x15=1000013c x10:100fc720 PA:100fc72c", "time": "17000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:133"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001002", "instr": "sw x0, 8(x10) x10:100fc720 PA:100fc728", "time": "17001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:388"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17002, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001006", "instr": "lw x14, 0(x15) x14=100fc720 x15:1000013c PA:1000013c", "time": "17002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:389"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17004, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001008", "instr": "bne x14, x0, 28 x14:100fc720", "time": "17004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:389"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17007, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001024", "instr": "lw x14, 4(x15) x14=100fc720 x15:1000013c PA:10000140", "time": "17007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:392"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001026", "instr": "sw x10, 8(x14) x10:100fc720 x14:100fc720 PA:100fc728", "time": "17009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:392"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17010, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c001028", "instr": "jal x0, -28 ", "time": "17010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:392"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_enqueue_event_to_sched", "args":{"pc": "1c00100c", "instr": "sw x10, 4(x15) x10:100fc720 x15:1000013c PA:10000140", "time": "17012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:394"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17013, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wakeup_thread", "args":{"pc": "1c00100e", "instr": "lw x10, 12(x15) x10=00000000 x15:1000013c PA:10000148", "time": "17013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:399"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17015, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wakeup_thread", "args":{"pc": "1c001010", "instr": "beq x10, x0, 8 x10:00000000", "time": "17015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:400"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 17018, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c001018", "instr": "csrrw x0, x8, 0x300 x8:00001800", "time": "17018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c00101c", "instr": "lw x1, 12(x2) x1=1c0013dc x2:10000930 PA:1000093c", "time": "17022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:135"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c00101e", "instr": "lw x8, 8(x2) x8=10c00000 x2:10000930 PA:10000938", "time": "17023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:135"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c001020", "instr": "addi x2, x2, 16 x2=10000940 x2:10000930", "time": "17024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:135"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17025, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_event_push", "args":{"pc": "1c001022", "instr": "jalr x0, x1, 0 x1:1c0013dc", "time": "17025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/events.c:135"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 17027, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c0013dc", "instr": "csrrw x0, x18, 0x300 x18:00001808", "time": "17027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e0", "instr": "lw x1, 44(x2) x1=1c000a7c x2:10000940 PA:1000096c", "time": "17031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e2", "instr": "lw x8, 40(x2) x8=00000004 x2:10000940 PA:10000968", "time": "17032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e4", "instr": "lw x9, 36(x2) x9=100fc720 x2:10000940 PA:10000964", "time": "17033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e6", "instr": "lw x18, 32(x2) x18=00000000 x2:10000940 PA:10000960", "time": "17034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e8", "instr": "lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c", "time": "17035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ea", "instr": "lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958", "time": "17036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ec", "instr": "lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954", "time": "17037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ee", "instr": "addi x2, x2, 48 x2=10000970 x2:10000940", "time": "17038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17039, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f0", "instr": "jalr x0, x1, 0 x1:1c000a7c", "time": "17039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 17041, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a7c", "instr": "p.bneimm x8, -14 x8:00000004", "time": "17041", "Origin": "/scratch/digirols/pulp_api_example/main.c:67 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17042, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a80", "instr": "addi x8, x0, 1 x8=00000001", "time": "17042", "Origin": "/scratch/digirols/pulp_api_example/main.c:72"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17043, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a82", "instr": "lui x18, 0x1c001000 x18=1c001000", "time": "17043", "Origin": "/scratch/digirols/pulp_api_example/main.c:72"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17044, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a86", "instr": "add x11, x0, x8 x11=00000001 x8:00000001", "time": "17044", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17045, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a88", "instr": "sw x9, 0(x2) x9:100fc720 x2:10000970 PA:10000970", "time": "17045", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17046, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a8a", "instr": "addi x8, x8, 1 x8=00000002 x8:00000001", "time": "17046", "Origin": "/scratch/digirols/pulp_api_example/main.c:72 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17047, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a8c", "instr": "addi x17, x0, 8 x17=00000008", "time": "17047", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17048, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a8e", "instr": "addi x16, x0, 0 x16=00000000", "time": "17048", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a90", "instr": "addi x15, x0, 0 x15=00000000", "time": "17064", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a92", "instr": "addi x14, x0, 0 x14=00000000", "time": "17065", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a94", "instr": "addi x13, x0, 0 x13=00000000", "time": "17066", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a96", "instr": "addi x12, x18, -1576 x12=1c0009d8 x18:1c001000", "time": "17067", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a9a", "instr": "addi x10, x0, 0 x10=00000000", "time": "17068", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17069, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a9c", "instr": "jal x1, 2554 x1=1c000aa0", "time": "17069", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001496", "instr": "addi x2, x2, -80 x2=10000920 x2:10000970", "time": "17087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001498", "instr": "sw x21, 52(x2) x21:00000000 x2:10000920 PA:10000954", "time": "17088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00149a", "instr": "lw x21, 80(x2) x21=100fc720 x2:10000920 PA:10000970", "time": "17089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00149c", "instr": "sw x9, 68(x2) x9:100fc720 x2:10000920 PA:10000964", "time": "17090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17091, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00149e", "instr": "sw x19, 60(x2) x19:00000000 x2:10000920 PA:1000095c", "time": "17091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a0", "instr": "sw x23, 44(x2) x23:00000000 x2:10000920 PA:1000094c", "time": "17107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a2", "instr": "sw x24, 40(x2) x24:00000000 x2:10000920 PA:10000948", "time": "17108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a4", "instr": "sw x26, 32(x2) x26:00000000 x2:10000920 PA:10000940", "time": "17109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a6", "instr": "sw x27, 28(x2) x27:00000000 x2:10000920 PA:1000093c", "time": "17110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a8", "instr": "add x24, x0, x12 x24=1c0009d8 x12:1c0009d8", "time": "17111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014aa", "instr": "add x27, x0, x11 x27=00000001 x11:00000001", "time": "17112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ac", "instr": "add x23, x0, x13 x23=00000000 x13:00000000", "time": "17113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17114, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ae", "instr": "add x26, x0, x14 x26=00000000 x14:00000000", "time": "17114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b0", "instr": "add x9, x0, x15 x9=00000000 x15:00000000", "time": "17131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b2", "instr": "add x19, x0, x16 x19=00000000 x16:00000000", "time": "17132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b4", "instr": "sw x1, 76(x2) x1:1c000aa0 x2:10000920 PA:1000096c", "time": "17133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b6", "instr": "sw x8, 72(x2) x8:00000002 x2:10000920 PA:10000968", "time": "17134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b8", "instr": "sw x18, 64(x2) x18:1c001000 x2:10000920 PA:10000960", "time": "17135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17136, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ba", "instr": "sw x20, 56(x2) x20:00000000 x2:10000920 PA:10000958", "time": "17136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014bc", "instr": "sw x22, 48(x2) x22:00000000 x2:10000920 PA:10000950", "time": "17137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17138, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014be", "instr": "sw x25, 36(x2) x25:00000000 x2:10000920 PA:10000944", "time": "17138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 17155, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0014c0", "instr": "csrrci x22, 0x00000008, 0x300 x22=00001808", "time": "17155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0014c4", "instr": "add x18, x0, x17 x18=00000008 x17:00000008", "time": "17159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17160, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014c6", "instr": "bne x17, x0, 8 x17:00000008", "time": "17160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:294"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ce", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "17180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:298"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17181, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014d2", "instr": "lw x25, 1704(x15) x25=1c2fff50 x15:1c002000 PA:1c0026a8", "time": "17181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:298"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014d6", "instr": "addi x15, x0, 24 x15=00000018", "time": "17195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:298"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014d8", "instr": "addi x20, x27, 64 x20=00000041 x27:00000001", "time": "17196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "p.mac", "cat": "p.mac", "ph": "X", "ts": 17197, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014dc", "instr": "p.mac x25, x27, x15 x25=1c2fff68 x25:1c2fff50 x27:00000001 x15:00000018", "time": "17197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:298"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014e0", "instr": "lui x14, 0x1b000000 x14=1b000000", "time": "17214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:305"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014e4", "instr": "lui x13, 0x1000 x13=00001000", "time": "17215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 17216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014e6", "instr": "slli x20, x20, 0x16 x20=10400000 x20:00000041", "time": "17216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014e8", "instr": "addi x14, x14, 8 x14=1b000008 x14:1b000000", "time": "17217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:305"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17218, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014ec", "instr": "addi x13, x13, -1 x13=00000fff x13:00001000", "time": "17218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17235, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ee", "instr": "lw x15, 4(x25) x15=00000000 x25:1c2fff68 PA:1c2fff6c", "time": "17235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:304"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 17250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014f2", "instr": "slli x8, x15, 0x5 x8=00000000 x15:00000000", "time": "17250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:305"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014f6", "instr": "add x8, x8, x14 x8=1b000008 x8:00000000 x14:1b000008", "time": "17251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:305"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 17252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014f8", "instr": "and x8, x8, x13 x8=00000008 x8:1b000008 x13:00000fff", "time": "17252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014fa", "instr": "add x8, x8, x20 x8=10400008 x8:00000008 x20:10400000", "time": "17253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17254, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014fc", "instr": "lw x12, 0(x8) x12=00000000 x8:10400008 PA:10400008", "time": "17254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:308"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17273, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014fe", "instr": "beq x12, x0, 14 x12:00000000", "time": "17273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:308"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17276, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00150c", "instr": "lw x11, 12(x25) x11=00000000 x25:1c2fff68 PA:1c2fff74", "time": "17276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:315"}}, -{"name": "xori", "cat": "xori", "ph": "X", "ts": 17295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001510", "instr": "xori x15, x15, 1 x15=00000001 x15:00000000", "time": "17295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:313"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17296, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001514", "instr": "sw x15, 4(x25) x15:00000001 x25:1c2fff68 PA:1c2fff6c", "time": "17296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:313"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17314, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001518", "instr": "beq x11, x0, 16 x11:00000000", "time": "17314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:315"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17333, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001528", "instr": "bne x9, x0, 6 x9:00000000", "time": "17333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17334, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cl_master_stack_size_get", "args":{"pc": "1c00152a", "instr": "addi x9, x0, 1024 x9=00000400", "time": "17334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00152e", "instr": "bne x19, x0, 8 x19:00000000", "time": "17351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:322"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cl_slave_stack_size_get", "args":{"pc": "1c001532", "instr": "addi x19, x0, 1024 x19=00000400", "time": "17352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001536", "instr": "bne x26, x0, 34 x26:00000000", "time": "17353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:323"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00153a", "instr": "addi x15, x18, -1 x15=00000007 x18:00000008", "time": "17354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:325"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17355, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00153e", "instr": "add x11, x0, x9 x11=00000400 x9:00000400", "time": "17355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:325"}}, -{"name": "p.mac", "cat": "p.mac", "ph": "X", "ts": 17372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001540", "instr": "p.mac x11, x15, x19 x11=00002000 x11:00000400 x15:00000007 x19:00000400", "time": "17372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:325"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001544", "instr": "addi x10, x27, 2 x10=00000003 x27:00000001", "time": "17373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:326"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001548", "instr": "addi x27, x0, -1 x27=ffffffff", "time": "17374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:328"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17375, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00154a", "instr": "sw x11, 16(x25) x11:00002000 x25:1c2fff68 PA:1c2fff78", "time": "17375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:325"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00154e", "instr": "jal x1, -894 x1=1c001550", "time": "17393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:326"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "17394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 17395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000003", "time": "17395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011d6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "17396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17397, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011da", "instr": "lw x15, 1692(x15) x15=10000990 x15:1c002000 PA:1c00269c", "time": "17397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011de", "instr": "addi x10, x10, -2 x10=00000001 x10:00000003", "time": "17411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 17412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011e0", "instr": "slli x10, x10, 0x2 x10=00000004 x10:00000001", "time": "17412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=10000994 x10:00000004 x15:10000990", "time": "17413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17414, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "17414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=10400990 x10:10000994 PA:10000994", "time": "17416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00002007 x11:00002000", "time": "17417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00002000 x11:00002007", "time": "17418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "17419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:10400990", "time": "17420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17421, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=000ff670 x15:10400990 PA:10400990", "time": "17421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 17439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:000ff670 x11:00002000", "time": "17439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17440, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:000ff670 x11:00002000", "time": "17440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 17443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=000fd670 x14:000ff670 x11:00002000", "time": "17443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17444, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:000fd670 x15:10400990 PA:10400990", "time": "17444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=104fe000 x15:10400990 x14:000fd670", "time": "17464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17465, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "17465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=104fe000 x15:104fe000", "time": "17467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17468, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c001550", "time": "17468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17470, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001550", "instr": "add x26, x0, x10 x26=104fe000 x10:104fe000", "time": "17470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:326"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17471, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001552", "instr": "beq x10, x0, 64 x10:104fe000", "time": "17471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:327"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17472, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001554", "instr": "sw x10, 12(x25) x10:104fe000 x25:1c2fff68 PA:1c2fff74", "time": "17472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:331"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wait_event_prepare", "args":{"pc": "1c001558", "instr": "add x10, x0, x21 x10=100fc720 x21:100fc720", "time": "17490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:339"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17491, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wait_event_prepare", "args":{"pc": "1c00155a", "instr": "bne x21, x0, 6 x21:100fc720", "time": "17491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:339"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001560", "instr": "lw x15, 12(x10) x15=1000013c x10:100fc720 PA:100fc72c", "time": "17510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:344"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001562", "instr": "add x14, x26, x9 x14=104fe400 x26:104fe000 x9:00000400", "time": "17511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:340"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17512, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001566", "instr": "sw x24, 4(x8) x24:1c0009d8 x8:10400008 PA:1040000c", "time": "17512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:337"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17532, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00156a", "instr": "sw x23, 8(x8) x23:00000000 x8:10400008 PA:10400010", "time": "17532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:338"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17552, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00156e", "instr": "sw x14, 12(x8) x14:104fe400 x8:10400008 PA:10400014", "time": "17552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:340"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17572, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001570", "instr": "sw x9, 16(x8) x9:00000400 x8:10400008 PA:10400018", "time": "17572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:341"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17592, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001572", "instr": "sw x19, 20(x8) x19:00000400 x8:10400008 PA:1040001c", "time": "17592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:342"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17612, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001576", "instr": "sw x10, 24(x8) x10:100fc720 x8:10400008 PA:10400020", "time": "17612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:343"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17632, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001578", "instr": "sw x15, 28(x8) x15:1000013c x8:10400008 PA:10400024", "time": "17632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:344"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig", "args":{"pc": "1c00157a", "instr": "lui x15, 0x201000 x15=00201000", "time": "17652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:286"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17653, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00157e", "instr": "sw x18, 0(x8) x18:00000008 x8:10400008 PA:10400008", "time": "17653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:355"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig", "args":{"pc": "1c001582", "instr": "addi x15, x15, -508 x15=00200e04 x15:00201000", "time": "17673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:286"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 17674, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig", "args":{"pc": "1c001586", "instr": "p.sw x0, x0(x20) x20:10400000 PA:10600e04", "time": "17674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:286"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00158a", "instr": "addi x27, x0, 0 x27=00000000", "time": "17697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:291"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17698, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wait_event_check", "args":{"pc": "1c00158c", "instr": "bne x21, x0, 6 x21:100fc720", "time": "17698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:325"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 17701, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c001592", "instr": "csrrw x0, x22, 0x300 x22:00001808", "time": "17701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001596", "instr": "lw x1, 76(x2) x1=1c000aa0 x2:10000920 PA:1000096c", "time": "17705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001598", "instr": "lw x8, 72(x2) x8=00000002 x2:10000920 PA:10000968", "time": "17706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00159a", "instr": "add x10, x0, x27 x10=00000000 x27:00000000", "time": "17707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00159c", "instr": "lw x9, 68(x2) x9=100fc720 x2:10000920 PA:10000964", "time": "17708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17709, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00159e", "instr": "lw x18, 64(x2) x18=1c001000 x2:10000920 PA:10000960", "time": "17709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a0", "instr": "lw x19, 60(x2) x19=00000000 x2:10000920 PA:1000095c", "time": "17725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a2", "instr": "lw x20, 56(x2) x20=00000000 x2:10000920 PA:10000958", "time": "17726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a4", "instr": "lw x21, 52(x2) x21=00000000 x2:10000920 PA:10000954", "time": "17727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a6", "instr": "lw x22, 48(x2) x22=00000000 x2:10000920 PA:10000950", "time": "17728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a8", "instr": "lw x23, 44(x2) x23=00000000 x2:10000920 PA:1000094c", "time": "17729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015aa", "instr": "lw x24, 40(x2) x24=00000000 x2:10000920 PA:10000948", "time": "17730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015ac", "instr": "lw x25, 36(x2) x25=00000000 x2:10000920 PA:10000944", "time": "17731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015ae", "instr": "lw x26, 32(x2) x26=00000000 x2:10000920 PA:10000940", "time": "17732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015b0", "instr": "lw x27, 28(x2) x27=00000000 x2:10000920 PA:1000093c", "time": "17733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015b2", "instr": "addi x2, x2, 80 x2=10000970 x2:10000920", "time": "17734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17735, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015b4", "instr": "jalr x0, x1, 0 x1:1c000aa0", "time": "17735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 17737, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aa0", "instr": "p.bneimm x8, -26 x8:00000002", "time": "17737", "Origin": "/scratch/digirols/pulp_api_example/main.c:72 (discriminator 3)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a86", "instr": "add x11, x0, x8 x11=00000002 x8:00000002", "time": "17740", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a88", "instr": "sw x9, 0(x2) x9:100fc720 x2:10000970 PA:10000970", "time": "17741", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a8a", "instr": "addi x8, x8, 1 x8=00000003 x8:00000002", "time": "17742", "Origin": "/scratch/digirols/pulp_api_example/main.c:72 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a8c", "instr": "addi x17, x0, 8 x17=00000008", "time": "17743", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a8e", "instr": "addi x16, x0, 0 x16=00000000", "time": "17744", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a90", "instr": "addi x15, x0, 0 x15=00000000", "time": "17745", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a92", "instr": "addi x14, x0, 0 x14=00000000", "time": "17746", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a94", "instr": "addi x13, x0, 0 x13=00000000", "time": "17747", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a96", "instr": "addi x12, x18, -1576 x12=1c0009d8 x18:1c001000", "time": "17748", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a9a", "instr": "addi x10, x0, 0 x10=00000000", "time": "17749", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17750, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a9c", "instr": "jal x1, 2554 x1=1c000aa0", "time": "17750", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001496", "instr": "addi x2, x2, -80 x2=10000920 x2:10000970", "time": "17752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001498", "instr": "sw x21, 52(x2) x21:00000000 x2:10000920 PA:10000954", "time": "17753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00149a", "instr": "lw x21, 80(x2) x21=100fc720 x2:10000920 PA:10000970", "time": "17754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00149c", "instr": "sw x9, 68(x2) x9:100fc720 x2:10000920 PA:10000964", "time": "17755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00149e", "instr": "sw x19, 60(x2) x19:00000000 x2:10000920 PA:1000095c", "time": "17756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a0", "instr": "sw x23, 44(x2) x23:00000000 x2:10000920 PA:1000094c", "time": "17757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a2", "instr": "sw x24, 40(x2) x24:00000000 x2:10000920 PA:10000948", "time": "17758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a4", "instr": "sw x26, 32(x2) x26:00000000 x2:10000920 PA:10000940", "time": "17759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a6", "instr": "sw x27, 28(x2) x27:00000000 x2:10000920 PA:1000093c", "time": "17760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a8", "instr": "add x24, x0, x12 x24=1c0009d8 x12:1c0009d8", "time": "17761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014aa", "instr": "add x27, x0, x11 x27=00000002 x11:00000002", "time": "17762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ac", "instr": "add x23, x0, x13 x23=00000000 x13:00000000", "time": "17763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ae", "instr": "add x26, x0, x14 x26=00000000 x14:00000000", "time": "17764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b0", "instr": "add x9, x0, x15 x9=00000000 x15:00000000", "time": "17765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b2", "instr": "add x19, x0, x16 x19=00000000 x16:00000000", "time": "17766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b4", "instr": "sw x1, 76(x2) x1:1c000aa0 x2:10000920 PA:1000096c", "time": "17767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b6", "instr": "sw x8, 72(x2) x8:00000003 x2:10000920 PA:10000968", "time": "17768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b8", "instr": "sw x18, 64(x2) x18:1c001000 x2:10000920 PA:10000960", "time": "17769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ba", "instr": "sw x20, 56(x2) x20:00000000 x2:10000920 PA:10000958", "time": "17770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014bc", "instr": "sw x22, 48(x2) x22:00000000 x2:10000920 PA:10000950", "time": "17771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014be", "instr": "sw x25, 36(x2) x25:00000000 x2:10000920 PA:10000944", "time": "17772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 17773, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0014c0", "instr": "csrrci x22, 0x00000008, 0x300 x22=00001808", "time": "17773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0014c4", "instr": "add x18, x0, x17 x18=00000008 x17:00000008", "time": "17777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17778, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014c6", "instr": "bne x17, x0, 8 x17:00000008", "time": "17778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:294"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ce", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "17782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:298"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17783, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014d2", "instr": "lw x25, 1704(x15) x25=1c2fff50 x15:1c002000 PA:1c0026a8", "time": "17783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:298"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014d6", "instr": "addi x15, x0, 24 x15=00000018", "time": "17798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:298"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014d8", "instr": "addi x20, x27, 64 x20=00000042 x27:00000002", "time": "17799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "p.mac", "cat": "p.mac", "ph": "X", "ts": 17800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014dc", "instr": "p.mac x25, x27, x15 x25=1c2fff80 x25:1c2fff50 x27:00000002 x15:00000018", "time": "17800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:298"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014e0", "instr": "lui x14, 0x1b000000 x14=1b000000", "time": "17801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:305"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014e4", "instr": "lui x13, 0x1000 x13=00001000", "time": "17802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 17803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014e6", "instr": "slli x20, x20, 0x16 x20=10800000 x20:00000042", "time": "17803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014e8", "instr": "addi x14, x14, 8 x14=1b000008 x14:1b000000", "time": "17804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:305"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014ec", "instr": "addi x13, x13, -1 x13=00000fff x13:00001000", "time": "17805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17806, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ee", "instr": "lw x15, 4(x25) x15=00000000 x25:1c2fff80 PA:1c2fff84", "time": "17806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:304"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 17821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014f2", "instr": "slli x8, x15, 0x5 x8=00000000 x15:00000000", "time": "17821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:305"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014f6", "instr": "add x8, x8, x14 x8=1b000008 x8:00000000 x14:1b000008", "time": "17822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:305"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 17823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014f8", "instr": "and x8, x8, x13 x8=00000008 x8:1b000008 x13:00000fff", "time": "17823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014fa", "instr": "add x8, x8, x20 x8=10800008 x8:00000008 x20:10800000", "time": "17824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17825, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014fc", "instr": "lw x12, 0(x8) x12=00000000 x8:10800008 PA:10800008", "time": "17825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:308"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17843, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014fe", "instr": "beq x12, x0, 14 x12:00000000", "time": "17843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:308"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17846, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00150c", "instr": "lw x11, 12(x25) x11=00000000 x25:1c2fff80 PA:1c2fff8c", "time": "17846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:315"}}, -{"name": "xori", "cat": "xori", "ph": "X", "ts": 17860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001510", "instr": "xori x15, x15, 1 x15=00000001 x15:00000000", "time": "17860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:313"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17861, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001514", "instr": "sw x15, 4(x25) x15:00000001 x25:1c2fff80 PA:1c2fff84", "time": "17861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:313"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17879, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001518", "instr": "beq x11, x0, 16 x11:00000000", "time": "17879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:315"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001528", "instr": "bne x9, x0, 6 x9:00000000", "time": "17882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cl_master_stack_size_get", "args":{"pc": "1c00152a", "instr": "addi x9, x0, 1024 x9=00000400", "time": "17883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00152e", "instr": "bne x19, x0, 8 x19:00000000", "time": "17884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:322"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cl_slave_stack_size_get", "args":{"pc": "1c001532", "instr": "addi x19, x0, 1024 x19=00000400", "time": "17885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001536", "instr": "bne x26, x0, 34 x26:00000000", "time": "17886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:323"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00153a", "instr": "addi x15, x18, -1 x15=00000007 x18:00000008", "time": "17887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:325"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00153e", "instr": "add x11, x0, x9 x11=00000400 x9:00000400", "time": "17888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:325"}}, -{"name": "p.mac", "cat": "p.mac", "ph": "X", "ts": 17889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001540", "instr": "p.mac x11, x15, x19 x11=00002000 x11:00000400 x15:00000007 x19:00000400", "time": "17889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:325"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001544", "instr": "addi x10, x27, 2 x10=00000004 x27:00000002", "time": "17890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:326"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001548", "instr": "addi x27, x0, -1 x27=ffffffff", "time": "17891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:328"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17892, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00154a", "instr": "sw x11, 16(x25) x11:00002000 x25:1c2fff80 PA:1c2fff90", "time": "17892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:325"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17910, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00154e", "instr": "jal x1, -894 x1=1c001550", "time": "17910", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:326"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17911, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "17911", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 17912, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000004", "time": "17912", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011d6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "17913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17914, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011da", "instr": "lw x15, 1692(x15) x15=10000990 x15:1c002000 PA:1c00269c", "time": "17914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011de", "instr": "addi x10, x10, -2 x10=00000002 x10:00000004", "time": "17929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 17930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011e0", "instr": "slli x10, x10, 0x2 x10=00000008 x10:00000002", "time": "17930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=10000998 x10:00000008 x15:10000990", "time": "17931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17932, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "17932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17934, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=10800990 x10:10000998 PA:10000998", "time": "17934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00002007 x11:00002000", "time": "17935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00002000 x11:00002007", "time": "17936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "17937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17938, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:10800990", "time": "17938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17939, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=000ff670 x15:10800990 PA:10800990", "time": "17939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 17957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:000ff670 x11:00002000", "time": "17957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17958, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:000ff670 x11:00002000", "time": "17958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 17961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=000fd670 x14:000ff670 x11:00002000", "time": "17961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17962, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:000fd670 x15:10800990 PA:10800990", "time": "17962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17982, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=108fe000 x15:10800990 x14:000fd670", "time": "17982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17983, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "17983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17985, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=108fe000 x15:108fe000", "time": "17985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17986, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c001550", "time": "17986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001550", "instr": "add x26, x0, x10 x26=108fe000 x10:108fe000", "time": "17988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:326"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001552", "instr": "beq x10, x0, 64 x10:108fe000", "time": "17989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:327"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17990, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001554", "instr": "sw x10, 12(x25) x10:108fe000 x25:1c2fff80 PA:1c2fff8c", "time": "17990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:331"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wait_event_prepare", "args":{"pc": "1c001558", "instr": "add x10, x0, x21 x10=100fc720 x21:100fc720", "time": "18008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:339"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18009, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wait_event_prepare", "args":{"pc": "1c00155a", "instr": "bne x21, x0, 6 x21:100fc720", "time": "18009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:339"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001560", "instr": "lw x15, 12(x10) x15=1000013c x10:100fc720 PA:100fc72c", "time": "18012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:344"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001562", "instr": "add x14, x26, x9 x14=108fe400 x26:108fe000 x9:00000400", "time": "18013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:340"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18014, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001566", "instr": "sw x24, 4(x8) x24:1c0009d8 x8:10800008 PA:1080000c", "time": "18014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:337"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18034, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00156a", "instr": "sw x23, 8(x8) x23:00000000 x8:10800008 PA:10800010", "time": "18034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:338"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18054, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00156e", "instr": "sw x14, 12(x8) x14:108fe400 x8:10800008 PA:10800014", "time": "18054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:340"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18074, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001570", "instr": "sw x9, 16(x8) x9:00000400 x8:10800008 PA:10800018", "time": "18074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:341"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18094, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001572", "instr": "sw x19, 20(x8) x19:00000400 x8:10800008 PA:1080001c", "time": "18094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:342"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18114, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001576", "instr": "sw x10, 24(x8) x10:100fc720 x8:10800008 PA:10800020", "time": "18114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:343"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18134, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001578", "instr": "sw x15, 28(x8) x15:1000013c x8:10800008 PA:10800024", "time": "18134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:344"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18154, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig", "args":{"pc": "1c00157a", "instr": "lui x15, 0x201000 x15=00201000", "time": "18154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:286"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18155, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00157e", "instr": "sw x18, 0(x8) x18:00000008 x8:10800008 PA:10800008", "time": "18155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:355"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig", "args":{"pc": "1c001582", "instr": "addi x15, x15, -508 x15=00200e04 x15:00201000", "time": "18175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:286"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18176, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig", "args":{"pc": "1c001586", "instr": "p.sw x0, x0(x20) x20:10800000 PA:10a00e04", "time": "18176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:286"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00158a", "instr": "addi x27, x0, 0 x27=00000000", "time": "18199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:291"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18200, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wait_event_check", "args":{"pc": "1c00158c", "instr": "bne x21, x0, 6 x21:100fc720", "time": "18200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:325"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 18203, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c001592", "instr": "csrrw x0, x22, 0x300 x22:00001808", "time": "18203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18207, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001596", "instr": "lw x1, 76(x2) x1=1c000aa0 x2:10000920 PA:1000096c", "time": "18207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001598", "instr": "lw x8, 72(x2) x8=00000003 x2:10000920 PA:10000968", "time": "18208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18209, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00159a", "instr": "add x10, x0, x27 x10=00000000 x27:00000000", "time": "18209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00159c", "instr": "lw x9, 68(x2) x9=100fc720 x2:10000920 PA:10000964", "time": "18210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00159e", "instr": "lw x18, 64(x2) x18=1c001000 x2:10000920 PA:10000960", "time": "18211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a0", "instr": "lw x19, 60(x2) x19=00000000 x2:10000920 PA:1000095c", "time": "18212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a2", "instr": "lw x20, 56(x2) x20=00000000 x2:10000920 PA:10000958", "time": "18213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a4", "instr": "lw x21, 52(x2) x21=00000000 x2:10000920 PA:10000954", "time": "18214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a6", "instr": "lw x22, 48(x2) x22=00000000 x2:10000920 PA:10000950", "time": "18215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a8", "instr": "lw x23, 44(x2) x23=00000000 x2:10000920 PA:1000094c", "time": "18216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015aa", "instr": "lw x24, 40(x2) x24=00000000 x2:10000920 PA:10000948", "time": "18217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015ac", "instr": "lw x25, 36(x2) x25=00000000 x2:10000920 PA:10000944", "time": "18218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015ae", "instr": "lw x26, 32(x2) x26=00000000 x2:10000920 PA:10000940", "time": "18219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015b0", "instr": "lw x27, 28(x2) x27=00000000 x2:10000920 PA:1000093c", "time": "18220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015b2", "instr": "addi x2, x2, 80 x2=10000970 x2:10000920", "time": "18221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18222, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015b4", "instr": "jalr x0, x1, 0 x1:1c000aa0", "time": "18222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 18224, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aa0", "instr": "p.bneimm x8, -26 x8:00000003", "time": "18224", "Origin": "/scratch/digirols/pulp_api_example/main.c:72 (discriminator 3)"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a86", "instr": "add x11, x0, x8 x11=00000003 x8:00000003", "time": "18227", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a88", "instr": "sw x9, 0(x2) x9:100fc720 x2:10000970 PA:10000970", "time": "18228", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a8a", "instr": "addi x8, x8, 1 x8=00000004 x8:00000003", "time": "18229", "Origin": "/scratch/digirols/pulp_api_example/main.c:72 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a8c", "instr": "addi x17, x0, 8 x17=00000008", "time": "18230", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a8e", "instr": "addi x16, x0, 0 x16=00000000", "time": "18231", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a90", "instr": "addi x15, x0, 0 x15=00000000", "time": "18232", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a92", "instr": "addi x14, x0, 0 x14=00000000", "time": "18233", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a94", "instr": "addi x13, x0, 0 x13=00000000", "time": "18234", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a96", "instr": "addi x12, x18, -1576 x12=1c0009d8 x18:1c001000", "time": "18235", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a9a", "instr": "addi x10, x0, 0 x10=00000000", "time": "18236", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18237, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000a9c", "instr": "jal x1, 2554 x1=1c000aa0", "time": "18237", "Origin": "/scratch/digirols/pulp_api_example/main.c:73 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001496", "instr": "addi x2, x2, -80 x2=10000920 x2:10000970", "time": "18239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001498", "instr": "sw x21, 52(x2) x21:00000000 x2:10000920 PA:10000954", "time": "18240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00149a", "instr": "lw x21, 80(x2) x21=100fc720 x2:10000920 PA:10000970", "time": "18241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00149c", "instr": "sw x9, 68(x2) x9:100fc720 x2:10000920 PA:10000964", "time": "18242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00149e", "instr": "sw x19, 60(x2) x19:00000000 x2:10000920 PA:1000095c", "time": "18243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a0", "instr": "sw x23, 44(x2) x23:00000000 x2:10000920 PA:1000094c", "time": "18244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a2", "instr": "sw x24, 40(x2) x24:00000000 x2:10000920 PA:10000948", "time": "18245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a4", "instr": "sw x26, 32(x2) x26:00000000 x2:10000920 PA:10000940", "time": "18246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a6", "instr": "sw x27, 28(x2) x27:00000000 x2:10000920 PA:1000093c", "time": "18247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014a8", "instr": "add x24, x0, x12 x24=1c0009d8 x12:1c0009d8", "time": "18248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014aa", "instr": "add x27, x0, x11 x27=00000003 x11:00000003", "time": "18249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ac", "instr": "add x23, x0, x13 x23=00000000 x13:00000000", "time": "18250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ae", "instr": "add x26, x0, x14 x26=00000000 x14:00000000", "time": "18251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b0", "instr": "add x9, x0, x15 x9=00000000 x15:00000000", "time": "18252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b2", "instr": "add x19, x0, x16 x19=00000000 x16:00000000", "time": "18253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b4", "instr": "sw x1, 76(x2) x1:1c000aa0 x2:10000920 PA:1000096c", "time": "18254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b6", "instr": "sw x8, 72(x2) x8:00000004 x2:10000920 PA:10000968", "time": "18255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014b8", "instr": "sw x18, 64(x2) x18:1c001000 x2:10000920 PA:10000960", "time": "18256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ba", "instr": "sw x20, 56(x2) x20:00000000 x2:10000920 PA:10000958", "time": "18257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014bc", "instr": "sw x22, 48(x2) x22:00000000 x2:10000920 PA:10000950", "time": "18258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014be", "instr": "sw x25, 36(x2) x25:00000000 x2:10000920 PA:10000944", "time": "18259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:290"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 18260, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0014c0", "instr": "csrrci x22, 0x00000008, 0x300 x22=00001808", "time": "18260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0014c4", "instr": "add x18, x0, x17 x18=00000008 x17:00000008", "time": "18264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18265, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014c6", "instr": "bne x17, x0, 8 x17:00000008", "time": "18265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:294"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ce", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "18269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:298"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18270, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014d2", "instr": "lw x25, 1704(x15) x25=1c2fff50 x15:1c002000 PA:1c0026a8", "time": "18270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:298"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014d6", "instr": "addi x15, x0, 24 x15=00000018", "time": "18286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:298"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014d8", "instr": "addi x20, x27, 64 x20=00000043 x27:00000003", "time": "18287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "p.mac", "cat": "p.mac", "ph": "X", "ts": 18288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014dc", "instr": "p.mac x25, x27, x15 x25=1c2fff98 x25:1c2fff50 x27:00000003 x15:00000018", "time": "18288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:298"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014e0", "instr": "lui x14, 0x1b000000 x14=1b000000", "time": "18289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:305"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014e4", "instr": "lui x13, 0x1000 x13=00001000", "time": "18290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014e6", "instr": "slli x20, x20, 0x16 x20=10c00000 x20:00000043", "time": "18291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014e8", "instr": "addi x14, x14, 8 x14=1b000008 x14:1b000000", "time": "18292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:305"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014ec", "instr": "addi x13, x13, -1 x13=00000fff x13:00001000", "time": "18293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18294, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014ee", "instr": "lw x15, 4(x25) x15=00000000 x25:1c2fff98 PA:1c2fff9c", "time": "18294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:304"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014f2", "instr": "slli x8, x15, 0x5 x8=00000000 x15:00000000", "time": "18309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:305"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014f6", "instr": "add x8, x8, x14 x8=1b000008 x8:00000000 x14:1b000008", "time": "18310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:305"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014f8", "instr": "and x8, x8, x13 x8=00000008 x8:1b000008 x13:00000fff", "time": "18311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_tiny_addr", "args":{"pc": "1c0014fa", "instr": "add x8, x8, x20 x8=10c00008 x8:00000008 x20:10c00000", "time": "18312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:783"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18313, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014fc", "instr": "lw x12, 0(x8) x12=00000000 x8:10c00008 PA:10c00008", "time": "18313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:308"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18331, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0014fe", "instr": "beq x12, x0, 14 x12:00000000", "time": "18331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:308"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18334, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00150c", "instr": "lw x11, 12(x25) x11=00000000 x25:1c2fff98 PA:1c2fffa4", "time": "18334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:315"}}, -{"name": "xori", "cat": "xori", "ph": "X", "ts": 18351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001510", "instr": "xori x15, x15, 1 x15=00000001 x15:00000000", "time": "18351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:313"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18352, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001514", "instr": "sw x15, 4(x25) x15:00000001 x25:1c2fff98 PA:1c2fff9c", "time": "18352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:313"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18370, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001518", "instr": "beq x11, x0, 16 x11:00000000", "time": "18370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:315"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001528", "instr": "bne x9, x0, 6 x9:00000000", "time": "18373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cl_master_stack_size_get", "args":{"pc": "1c00152a", "instr": "addi x9, x0, 1024 x9=00000400", "time": "18374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00152e", "instr": "bne x19, x0, 8 x19:00000000", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:322"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cl_slave_stack_size_get", "args":{"pc": "1c001532", "instr": "addi x19, x0, 1024 x19=00000400", "time": "18376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_utils.h:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001536", "instr": "bne x26, x0, 34 x26:00000000", "time": "18377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:323"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00153a", "instr": "addi x15, x18, -1 x15=00000007 x18:00000008", "time": "18378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:325"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00153e", "instr": "add x11, x0, x9 x11=00000400 x9:00000400", "time": "18379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:325"}}, -{"name": "p.mac", "cat": "p.mac", "ph": "X", "ts": 18380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001540", "instr": "p.mac x11, x15, x19 x11=00002000 x11:00000400 x15:00000007 x19:00000400", "time": "18380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:325"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001544", "instr": "addi x10, x27, 2 x10=00000005 x27:00000003", "time": "18381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:326"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001548", "instr": "addi x27, x0, -1 x27=ffffffff", "time": "18382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:328"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18383, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00154a", "instr": "sw x11, 16(x25) x11:00002000 x25:1c2fff98 PA:1c2fffa8", "time": "18383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:325"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00154e", "instr": "jal x1, -894 x1=1c001550", "time": "18401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:326"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d0", "instr": "addi x15, x0, 1 x15=00000001", "time": "18402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 18403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011d2", "instr": "bgeu x15, x10, 20 x15:00000001 x10:00000005", "time": "18403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011d6", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "18404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18405, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011da", "instr": "lw x15, 1692(x15) x15=10000990 x15:1c002000 PA:1c00269c", "time": "18405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011de", "instr": "addi x10, x10, -2 x10=00000003 x10:00000005", "time": "18420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:218"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc_l1", "args":{"pc": "1c0011e0", "instr": "slli x10, x10, 0x2 x10=0000000c x10:00000003", "time": "18421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_alloc.h:435"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e2", "instr": "add x10, x10, x15 x10=1000099c x10:0000000c x15:10000990", "time": "18422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18423, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_alloc", "args":{"pc": "1c0011e4", "instr": "jal x0, -146 ", "time": "18423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:235"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001152", "instr": "lw x15, 0(x10) x15=10c00990 x10:1000099c PA:1000099c", "time": "18425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001154", "instr": "addi x11, x11, 7 x11=00002007 x11:00002000", "time": "18426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001156", "instr": "p.bclr x11, x11, 2, 0 x11=00002000 x11:00002007", "time": "18427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:121"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115a", "instr": "addi x13, x0, 0 x13=00000000", "time": "18428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:119"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115c", "instr": "beq x15, x0, 18 x15:10c00990", "time": "18429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 1)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18430, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00115e", "instr": "lw x14, 0(x15) x14=000ff670 x15:10c00990 PA:10c00990", "time": "18430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 18448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001160", "instr": "blt x14, x11, 18 x14:000ff670 x11:00002000", "time": "18448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:123 (discriminator 2)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18449, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001164", "instr": "bne x14, x11, 24 x14:000ff670 x11:00002000", "time": "18449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:126"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 18452, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117c", "instr": "sub x14, x14, x11 x14=000fd670 x14:000ff670 x11:00002000", "time": "18452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:134"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18453, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00117e", "instr": "sw x14, 0(x15) x14:000fd670 x15:10c00990 PA:10c00990", "time": "18453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:135"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001180", "instr": "add x15, x15, x14 x15=10cfe000 x15:10c00990 x14:000fd670", "time": "18473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18474, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001182", "instr": "jal x0, -20 ", "time": "18474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:137"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18476, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c00116e", "instr": "add x10, x0, x15 x10=10cfe000 x15:10cfe000", "time": "18476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18477, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_user_alloc", "args":{"pc": "1c001170", "instr": "jalr x0, x1, 0 x1:1c001550", "time": "18477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/alloc.c:145"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001550", "instr": "add x26, x0, x10 x26=10cfe000 x10:10cfe000", "time": "18479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:326"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001552", "instr": "beq x10, x0, 64 x10:10cfe000", "time": "18480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:327"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18481, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001554", "instr": "sw x10, 12(x25) x10:10cfe000 x25:1c2fff98 PA:1c2fffa4", "time": "18481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:331"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wait_event_prepare", "args":{"pc": "1c001558", "instr": "add x10, x0, x21 x10=100fc720 x21:100fc720", "time": "18499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:339"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18500, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wait_event_prepare", "args":{"pc": "1c00155a", "instr": "bne x21, x0, 6 x21:100fc720", "time": "18500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:339"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001560", "instr": "lw x15, 12(x10) x15=1000013c x10:100fc720 PA:100fc72c", "time": "18503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:344"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001562", "instr": "add x14, x26, x9 x14=10cfe400 x26:10cfe000 x9:00000400", "time": "18504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:340"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18505, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001566", "instr": "sw x24, 4(x8) x24:1c0009d8 x8:10c00008 PA:10c0000c", "time": "18505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:337"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18525, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00156a", "instr": "sw x23, 8(x8) x23:00000000 x8:10c00008 PA:10c00010", "time": "18525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:338"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18545, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00156e", "instr": "sw x14, 12(x8) x14:10cfe400 x8:10c00008 PA:10c00014", "time": "18545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:340"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18565, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001570", "instr": "sw x9, 16(x8) x9:00000400 x8:10c00008 PA:10c00018", "time": "18565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:341"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18585, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001572", "instr": "sw x19, 20(x8) x19:00000400 x8:10c00008 PA:10c0001c", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:342"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18605, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001576", "instr": "sw x10, 24(x8) x10:100fc720 x8:10c00008 PA:10c00020", "time": "18605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:343"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18625, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001578", "instr": "sw x15, 28(x8) x15:1000013c x8:10c00008 PA:10c00024", "time": "18625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:344"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig", "args":{"pc": "1c00157a", "instr": "lui x15, 0x201000 x15=00201000", "time": "18645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:286"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18646, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00157e", "instr": "sw x18, 0(x8) x18:00000008 x8:10c00008 PA:10c00008", "time": "18646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:355"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig", "args":{"pc": "1c001582", "instr": "addi x15, x15, -508 x15=00200e04 x15:00201000", "time": "18666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:286"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18667, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_evt_trig", "args":{"pc": "1c001586", "instr": "p.sw x0, x0(x20) x20:10c00000 PA:10e00e04", "time": "18667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:286"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00158a", "instr": "addi x27, x0, 0 x27=00000000", "time": "18690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:291"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18691, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_wait_event_check", "args":{"pc": "1c00158c", "instr": "bne x21, x0, 6 x21:100fc720", "time": "18691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_event.h:325"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 18694, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c001592", "instr": "csrrw x0, x22, 0x300 x22:00001808", "time": "18694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001596", "instr": "lw x1, 76(x2) x1=1c000aa0 x2:10000920 PA:1000096c", "time": "18698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c001598", "instr": "lw x8, 72(x2) x8=00000004 x2:10000920 PA:10000968", "time": "18699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00159a", "instr": "add x10, x0, x27 x10=00000000 x27:00000000", "time": "18700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00159c", "instr": "lw x9, 68(x2) x9=100fc720 x2:10000920 PA:10000964", "time": "18701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c00159e", "instr": "lw x18, 64(x2) x18=1c001000 x2:10000920 PA:10000960", "time": "18702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a0", "instr": "lw x19, 60(x2) x19=00000000 x2:10000920 PA:1000095c", "time": "18703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a2", "instr": "lw x20, 56(x2) x20=00000000 x2:10000920 PA:10000958", "time": "18704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a4", "instr": "lw x21, 52(x2) x21=00000000 x2:10000920 PA:10000954", "time": "18705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a6", "instr": "lw x22, 48(x2) x22=00000000 x2:10000920 PA:10000950", "time": "18706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015a8", "instr": "lw x23, 44(x2) x23=00000000 x2:10000920 PA:1000094c", "time": "18707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015aa", "instr": "lw x24, 40(x2) x24=00000000 x2:10000920 PA:10000948", "time": "18708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015ac", "instr": "lw x25, 36(x2) x25=00000000 x2:10000920 PA:10000944", "time": "18709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015ae", "instr": "lw x26, 32(x2) x26=00000000 x2:10000920 PA:10000940", "time": "18710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015b0", "instr": "lw x27, 28(x2) x27=00000000 x2:10000920 PA:1000093c", "time": "18711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015b2", "instr": "addi x2, x2, 80 x2=10000970 x2:10000920", "time": "18712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18713, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_call", "args":{"pc": "1c0015b4", "instr": "jalr x0, x1, 0 x1:1c000aa0", "time": "18713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:365"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 18715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aa0", "instr": "p.bneimm x8, -26 x8:00000004", "time": "18715", "Origin": "/scratch/digirols/pulp_api_example/main.c:72 (discriminator 3)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aa4", "instr": "addi x10, x0, 0 x10=00000000", "time": "18716", "Origin": "/scratch/digirols/pulp_api_example/main.c:77"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aa6", "instr": "lui x18, 0x1c002000 x18=1c002000", "time": "18717", "Origin": "/scratch/digirols/pulp_api_example/main.c:77"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18718, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aaa", "instr": "jal x1, -210 x1=1c000aac", "time": "18718", "Origin": "/scratch/digirols/pulp_api_example/main.c:77"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009d8", "instr": "addi x2, x2, -16 x2=10000960 x2:10000970", "time": "18737", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18738, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c0009da", "instr": "addi x14, x0, 255 x14=000000ff", "time": "18738", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c0009de", "instr": "lui x15, 0x1b204000 x15=1b204000", "time": "18757", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009e2", "instr": "sw x1, 12(x2) x1:1c000aac x2:10000960 PA:1000096c", "time": "18758", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009e4", "instr": "sw x8, 8(x2) x8:00000004 x2:10000960 PA:10000968", "time": "18759", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009e6", "instr": "sw x9, 4(x2) x9:100fc720 x2:10000960 PA:10000964", "time": "18760", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c0009e8", "instr": "sw x14, 132(x15) x14:000000ff x15:1b204000 PA:1b204084", "time": "18761", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18762, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009ec", "instr": "addi x9, x15, 512 x9=1b204200 x15:1b204000", "time": "18762", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:319"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009f0", "instr": "sw x14, 0(x9) x14:000000ff x9:1b204200 PA:1b204200", "time": "18783", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:319"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009f2", "instr": "addi x15, x15, 524 x15=1b20420c x15:1b204000", "time": "18784", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:320"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009f6", "instr": "sw x14, 0(x15) x14:000000ff x15:1b20420c PA:1b20420c", "time": "18785", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:320"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c0009f8", "instr": "lui x15, 0x1c001000 x15=1c001000", "time": "18786", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18787, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c0009fc", "instr": "addi x15, x15, -1604 x15=1c0009bc x15:1c001000", "time": "18787", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a00", "instr": "lui x14, 0x1b204000 x14=1b204000", "time": "18805", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a04", "instr": "sw x15, 128(x14) x15:1c0009bc x14:1b204000 PA:1b204080", "time": "18806", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a08", "instr": "lui x15, 0x1b204000 x15=1b204000", "time": "18807", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18808, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a0c", "instr": "sw x10, 128(x15) x10:00000000 x15:1b204000 PA:1b204080", "time": "18808", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000a10", "instr": "csrrs x12, x0, 0xf14 x12=00000000", "time": "18827", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000a14", "instr": "srai x8, x12, 0x405 x8=00000000 x12:00000000", "time": "18828", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000a18", "instr": "p.bclr x8, x8, 25, 6 x8=00000000 x8:00000000", "time": "18829", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18830, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "core_entry", "args":{"pc": "1c000a1c", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18830", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "core_entry", "args":{"pc": "1c000a20", "instr": "p.bclr x12, x12, 26, 5 x12=00000000 x12:00000000", "time": "18852", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "core_entry", "args":{"pc": "1c000a24", "instr": "add x11, x0, x8 x11=00000000 x8:00000000", "time": "18853", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "core_entry", "args":{"pc": "1c000a26", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18854", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18855, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "core_entry", "args":{"pc": "1c000a2a", "instr": "jal x1, 3558 x1=1c000a2e", "time": "18855", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=10000920 x2:10000960", "time": "18877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000000 x2:10000920 PA:10000944", "time": "18878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000000 x2:10000920 PA:10000948", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:10000920 PA:1000094c", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18883, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=10000944 x2:10000920", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c000a2e x2:10000920 PA:1000093c", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:1b204000 x2:10000920 PA:10000950", "time": "18900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:1b204000 x2:10000920 PA:10000954", "time": "18901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:10000920 PA:10000958", "time": "18902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18903, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000008 x2:10000920 PA:1000095c", "time": "18903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:10000944 x2:10000920 PA:1000092c", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18922, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=100008c0 x2:10000920", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=100008d8 x2:100008c0", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:100008c0 PA:10000918", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1c002000 x2:100008c0 PA:10000910", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000000 x2:100008c0 PA:1000090c", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18945, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:00000000 x2:100008c0 PA:10000908", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:00000000 x2:100008c0 PA:10000904", "time": "18947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18948, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:100008c0 PA:10000900", "time": "18948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:100008c0 PA:100008fc", "time": "18967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:100008c0 PA:1000091c", "time": "18968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:1b204200 x2:100008c0 PA:10000914", "time": "18969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:100008c0 PA:100008f8", "time": "18970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:100008c0 PA:100008f4", "time": "18971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18974, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=10000944 x13:10000944", "time": "18974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:100008d8 x2:100008c0 PA:100008d4", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19001, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19021, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19037, "dur": 26, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19065, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19084, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19088, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19112, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104000", "time": "19112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19117, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19136, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19139, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19156, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19157, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19157", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19161, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19162, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19165, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19172, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19174, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19176, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104000", "time": "19176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19181, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19184, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19187, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19206, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19207, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19212, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19215, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19226, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104000", "time": "19226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19231, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19234, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19237, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19253, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19258, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19261, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19272, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104000", "time": "19272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19276, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19277, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19280, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19283, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19299, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19304, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19307, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19318, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104000", "time": "19318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19323, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19326, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19329, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19348, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19353, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19356, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19367, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104000", "time": "19367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19372, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19375, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19378, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19398, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19403, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19406, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19417, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104000", "time": "19417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19422, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19425, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19428, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19448, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19452, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19453, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19456, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19459, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19466, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19467, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104000", "time": "19467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19471, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19472, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19474, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19475, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19478, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19498, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19503, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19506, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19509, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19517, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104000", "time": "19517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19522, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19525, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19528, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19553, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19558, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19561, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19572, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104000", "time": "19572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19577, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19580, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19583, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19600, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19605, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19608, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19619, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104000", "time": "19619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19624, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19627, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19630, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19647, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19652, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19655, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19666, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104000", "time": "19666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19671, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19674, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19677, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19693, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19698, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19701, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19712, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104000", "time": "19712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19717, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19720, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19723, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19741, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19746, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19749, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19760, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104000", "time": "19760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19765, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19768, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19771, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19788, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19793, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19796, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "19799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "19803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "19804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19807, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104000", "time": "19807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19812, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19815, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19818, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19834, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19837, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19840, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:100008c0 PA:100008c4", "time": "19840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100008c0 PA:100008c8", "time": "19861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19862, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100008c0 PA:100008cc", "time": "19862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19864, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100008c0 PA:100008c4", "time": "19882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19887, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19906, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19921, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19932, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19958, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19978, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19997, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20000, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20037, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20057, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20075, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20095, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20134, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20152, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20177, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20214, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20232, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20251, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100008c0 PA:100008d0", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20273, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10000948 x8:10000944", "time": "20292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000000 x8:10000944 PA:10000944", "time": "20293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20294, "dur": 36, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20330, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000000", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100008c4 x2:100008c0", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20350, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20370, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100008d8 x11:100008c4 PA:100008d4", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100008c4 PA:100008d0", "time": "20387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20389, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001", "time": "20389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20423, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000000 x14:0000000a", "time": "20423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20426, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20429, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100008c4 PA:100008d0", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20446, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001", "time": "20446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20480, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001", "time": "20480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20514, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000000", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a32", "instr": "bne x15, x0, -34 x15:00000000", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a34", "instr": "addi x14, x0, 48 x14=00000030", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20549, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a38", "instr": "jal x0, 30 ", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000030 x13:100008d8 PA:100008d8", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20570, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100008d9 x13:100008d8", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20586, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100008d9 PA:100008d9", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20590, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20592, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20610, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100008c4 x2:100008c0", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20629, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100008a0 x2:100008c0", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10000944 x2:100008a0 PA:100008b8", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100008d8 x12:100008c4 PA:100008d4", "time": "20633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100008c4 PA:100008c8", "time": "20634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:100008a0 PA:100008b4", "time": "20635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100008a0 PA:100008b0", "time": "20636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20637, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100008a0 PA:100008ac", "time": "20637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100008a0 PA:100008bc", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100008a0 PA:100008a8", "time": "20659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100008c4 x12:100008c4", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20663, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000030 x15=100008d9 x15:100008d8 PA:100008d8", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20665, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000030", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20682, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100008c4 PA:100008cc", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20684, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20687, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20706, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20727, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20750, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20777, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100008c4 PA:100008cc", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20779, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20798, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4", "time": "20798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20801, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20820, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20840, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100008d8 x9:100008c4 PA:100008d4", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20842, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000030 x20=100008d9 x20:100008d8 PA:100008d8", "time": "20842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20858, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000030", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20878, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20895, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000030 x11:00000030", "time": "20897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20898, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "20903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "20904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "20905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "20906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "20907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20909, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104000", "time": "20909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20914, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20916, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100008da x20:100008d9 PA:100008d9", "time": "20916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20918, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20919, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4", "time": "20919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20922, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100008a0 PA:100008bc", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10000944 x2:100008a0 PA:100008b8", "time": "20943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:100008a0 PA:100008b4", "time": "20944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100008a0 PA:100008b0", "time": "20945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100008a0 PA:100008ac", "time": "20946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100008a0 PA:100008a8", "time": "20947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100008c0 x2:100008a0", "time": "20948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20949, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10000948 x24:10000948", "time": "20966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20967, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20970, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20973, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20989, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20993, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20994, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20997, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "21000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "21002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "21003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "21004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21008, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104000", "time": "21008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21013, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21016, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21019, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21034, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21039, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21041, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21042, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21044, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21045, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "21045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21046, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21047, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21048, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "21048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21049, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21050, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "21050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "21051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21052, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21053, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104000", "time": "21053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21058, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21061, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21064, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21080, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21083, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:100008c0 PA:100008c4", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100008c0 PA:100008c8", "time": "21087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100008c0 PA:100008cc", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100008c0 PA:100008c4", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21100, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21116, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21120, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21121, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21124, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21127, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21130, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21136, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21139, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21140, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21144, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21147, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21149, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21152, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21153, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21156, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21157, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21157", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21158, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21161, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100008c0 PA:100008d0", "time": "21161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21162, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=1000094c x8:10000948", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000000 x8:10000948 PA:10000948", "time": "21166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21167, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21170, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000000", "time": "21170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100008c4 x2:100008c0", "time": "21173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21174, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100008d8 x11:100008c4 PA:100008d4", "time": "21176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100008c4 PA:100008d0", "time": "21177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21179, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001", "time": "21179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000000 x14:0000000a", "time": "21213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21216, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100008c4 PA:100008d0", "time": "21219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21220, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001", "time": "21220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21254, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001", "time": "21254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21288, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21319, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21320, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000000", "time": "21320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21321, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a32", "instr": "bne x15, x0, -34 x15:00000000", "time": "21321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a34", "instr": "addi x14, x0, 48 x14=00000030", "time": "21322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21323, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a38", "instr": "jal x0, 30 ", "time": "21323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000", "time": "21325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000030 x13:100008d8 PA:100008d8", "time": "21326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100008d9 x13:100008d8", "time": "21328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21329, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100008d9 PA:100008d9", "time": "21332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21333, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21335, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100008c4 x2:100008c0", "time": "21337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21340, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100008a0 x2:100008c0", "time": "21342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10000948 x2:100008a0 PA:100008b8", "time": "21343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100008d8 x12:100008c4 PA:100008d4", "time": "21344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100008c4 PA:100008c8", "time": "21345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:100008a0 PA:100008b4", "time": "21346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100008a0 PA:100008b0", "time": "21347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100008a0 PA:100008ac", "time": "21348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100008a0 PA:100008bc", "time": "21349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100008a0 PA:100008a8", "time": "21350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100008c4 x12:100008c4", "time": "21353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21354, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000030 x15=100008d9 x15:100008d8 PA:100008d8", "time": "21354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000030", "time": "21356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21358, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100008c4 PA:100008cc", "time": "21358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21360, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21363, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21366, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21371, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21378, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21380, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100008c4 PA:100008cc", "time": "21380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21382, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21385, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4", "time": "21385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21388, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4", "time": "21391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21395, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100008d8 x9:100008c4 PA:100008d4", "time": "21395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21397, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000030 x20=100008d9 x20:100008d8 PA:100008d8", "time": "21397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21399, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000030", "time": "21399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21403, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000030 x11:00000030", "time": "21405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21406, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "21409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "21411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "21412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "21413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "21414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "21415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21417, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104000", "time": "21417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21422, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21424, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100008da x20:100008d9 PA:100008d9", "time": "21424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21427, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4", "time": "21427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21430, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100008a0 PA:100008bc", "time": "21433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10000948 x2:100008a0 PA:100008b8", "time": "21434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:100008a0 PA:100008b4", "time": "21435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100008a0 PA:100008b0", "time": "21436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100008a0 PA:100008ac", "time": "21437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100008a0 PA:100008a8", "time": "21438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100008c0 x2:100008a0", "time": "21439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21440, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=1000094c x24:1000094c", "time": "21442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21443, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21445, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21446, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21449, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21464, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21469, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21471, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21472, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21474, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "21475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21476, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "21477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21478, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "21478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "21479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "21480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21481, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "21481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21482, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21483, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104000", "time": "21483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21488, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21491, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21494, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21509, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21514, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21517, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "21520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "21522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "21523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "21524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "21525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "21526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21528, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104000", "time": "21528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21533, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21536, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21539, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21554, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21559, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21562, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000000", "time": "21565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000000 x15:00000000", "time": "21567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000000 x15:00000000", "time": "21568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000", "time": "21569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80", "time": "21570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000", "time": "21571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21573, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104000", "time": "21573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21578, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21581, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21584, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:100008c0 PA:1000091c", "time": "21600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:100008c0 PA:10000918", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=1b204200 x2:100008c0 PA:10000914", "time": "21602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21603, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1c002000 x2:100008c0 PA:10000910", "time": "21603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000000 x2:100008c0 PA:1000090c", "time": "21619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=00000000 x2:100008c0 PA:10000908", "time": "21620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=00000000 x2:100008c0 PA:10000904", "time": "21621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:100008c0 PA:10000900", "time": "21622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:100008c0 PA:100008fc", "time": "21623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:100008c0 PA:100008f8", "time": "21624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:100008c0 PA:100008f4", "time": "21625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=10000920 x2:100008c0", "time": "21626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21627, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c000a2e x2:10000920 PA:1000093c", "time": "21629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=10000960 x2:10000920", "time": "21631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21632, "dur": 38, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c000a2e", "time": "21632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 21670, "dur": 9, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "evt_read32", "args":{"pc": "1c000a2e", "instr": "p.elw x15, 28(x9) x15=00000000 x9:1b204200 PA:1b20421c", "time": "21670", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a32", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "21679", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a36", "instr": "slli x8, x8, 0x2 x8=00000000 x8:00000000", "time": "21680", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a38", "instr": "addi x15, x15, 1668 x15=1c002684 x15:1c002000", "time": "21681", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21682, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a3c", "instr": "addi x14, x0, 1 x14=00000001", "time": "21682", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21699, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a3e", "instr": "p.sw x14, x0(x15) x14:00000001 x15:1c002684 PA:1c002684", "time": "21699", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a42", "instr": "lw x1, 12(x2) x1=1c000aac x2:10000960 PA:1000096c", "time": "21718", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a44", "instr": "lw x8, 8(x2) x8=00000004 x2:10000960 PA:10000968", "time": "21719", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a46", "instr": "lw x9, 4(x2) x9=100fc720 x2:10000960 PA:10000964", "time": "21720", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a48", "instr": "addi x2, x2, 16 x2=10000970 x2:10000960", "time": "21721", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21722, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a4a", "instr": "jalr x0, x1, 0 x1:1c000aac", "time": "21722", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21724, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aac", "instr": "addi x9, x0, 1 x9=00000001", "time": "21724", "Origin": "/scratch/digirols/pulp_api_example/main.c:80"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aae", "instr": "addi x18, x18, 1668 x18=1c002684 x18:1c002000", "time": "21741", "Origin": "/scratch/digirols/pulp_api_example/main.c:80"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_time_wait_cycles", "args":{"pc": "1c000ab2", "instr": "addi x8, x0, 256 x8=00000100", "time": "21742", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_time.h:113"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_time_wait_cycles", "args":{"pc": "1c000ab6", "instr": "slli x14, x9, 0x2 x14=00000004 x9:00000001", "time": "21743", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_time.h:113"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aba", "instr": "add x14, x14, x18 x14=1c002688 x14:00000004 x18:1c002684", "time": "21744", "Origin": "/scratch/digirols/pulp_api_example/main.c:81"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21745, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000abc", "instr": "lw x15, 0(x14) x15=00000001 x14:1c002688 PA:1c002688", "time": "21745", "Origin": "/scratch/digirols/pulp_api_example/main.c:81"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21761, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000abe", "instr": "bne x15, x0, 20 x15:00000001", "time": "21761", "Origin": "/scratch/digirols/pulp_api_example/main.c:81"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ad2", "instr": "add x11, x0, x9 x11=00000001 x9:00000001", "time": "21783", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ad4", "instr": "addi x13, x0, 0 x13=00000000", "time": "21784", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ad6", "instr": "addi x9, x9, 1 x9=00000002 x9:00000001", "time": "21785", "Origin": "/scratch/digirols/pulp_api_example/main.c:80 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ad8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21786", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ada", "instr": "addi x10, x0, 0 x10=00000000", "time": "21787", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21788, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000adc", "instr": "jal x1, 2246 x1=1c000ae0", "time": "21788", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a2", "instr": "addi x2, x2, -48 x2=10000940 x2:10000970", "time": "21807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a4", "instr": "sw x8, 40(x2) x8:00000100 x2:10000940 PA:10000968", "time": "21808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a6", "instr": "add x8, x0, x11 x8=00000001 x11:00000001", "time": "21809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a8", "instr": "sw x1, 44(x2) x1:1c000ae0 x2:10000940 PA:1000096c", "time": "21810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013aa", "instr": "sw x9, 36(x2) x9:00000002 x2:10000940 PA:10000964", "time": "21811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ac", "instr": "sw x18, 32(x2) x18:1c002684 x2:10000940 PA:10000960", "time": "21812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21813, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ae", "instr": "sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c", "time": "21813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b0", "instr": "sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958", "time": "21830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b2", "instr": "sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954", "time": "21831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 21832, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0013b4", "instr": "csrrci x18, 0x00000008, 0x300 x18=00001808", "time": "21832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b8", "instr": "addi x20, x0, 24 x20=00000018", "time": "21836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 21837, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ba", "instr": "mul x20, x11, x20 x20=00000018 x11:00000001 x20:00000018", "time": "21837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013be", "instr": "lui x14, 0x1c002000 x14=1c002000", "time": "21854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21855, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c2", "instr": "lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8", "time": "21855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c6", "instr": "add x21, x0, x14 x21=1c002000 x14:1c002000", "time": "21869", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c8", "instr": "add x15, x15, x20 x15=1c2fff68 x15:1c2fff50 x20:00000018", "time": "21870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21871, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ca", "instr": "lw x14, 0(x15) x14=00000001 x15:1c2fff68 PA:1c2fff68", "time": "21871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21885, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013cc", "instr": "beq x10, x0, 38 x10:00000000", "time": "21885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f2", "instr": "addi x14, x14, -1 x14=00000000 x14:00000001", "time": "21904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21905, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f4", "instr": "jal x0, -36 ", "time": "21905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21907, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d0", "instr": "sw x14, 0(x15) x14:00000000 x15:1c2fff68 PA:1c2fff68", "time": "21907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21925, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d2", "instr": "lw x9, 0(x15) x9=00000000 x15:1c2fff68 PA:1c2fff68", "time": "21925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d4", "instr": "bne x9, x0, 34 x9:00000000", "time": "21940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21941, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_unmount", "args":{"pc": "1c0013d6", "instr": "beq x13, x0, 6 x13:00000000", "time": "21941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:176"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 21944, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c0013dc", "instr": "csrrw x0, x18, 0x300 x18:00001808", "time": "21944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e0", "instr": "lw x1, 44(x2) x1=1c000ae0 x2:10000940 PA:1000096c", "time": "21961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21962, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e2", "instr": "lw x8, 40(x2) x8=00000100 x2:10000940 PA:10000968", "time": "21962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21963, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e4", "instr": "lw x9, 36(x2) x9=00000002 x2:10000940 PA:10000964", "time": "21963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21964, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e6", "instr": "lw x18, 32(x2) x18=1c002684 x2:10000940 PA:10000960", "time": "21964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e8", "instr": "lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c", "time": "21965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ea", "instr": "lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958", "time": "21966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ec", "instr": "lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954", "time": "21967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ee", "instr": "addi x2, x2, 48 x2=10000970 x2:10000940", "time": "21968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21969, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f0", "instr": "jalr x0, x1, 0 x1:1c000ae0", "time": "21969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21971, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ae0", "instr": "p.bneimm x9, -42 x9:00000002", "time": "21971", "Origin": "/scratch/digirols/pulp_api_example/main.c:80 (discriminator 2)"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_time_wait_cycles", "args":{"pc": "1c000ab6", "instr": "slli x14, x9, 0x2 x14=00000008 x9:00000002", "time": "21974", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_time.h:113"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aba", "instr": "add x14, x14, x18 x14=1c00268c x14:00000008 x18:1c002684", "time": "21975", "Origin": "/scratch/digirols/pulp_api_example/main.c:81"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21976, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000abc", "instr": "lw x15, 0(x14) x15=00000001 x14:1c00268c PA:1c00268c", "time": "21976", "Origin": "/scratch/digirols/pulp_api_example/main.c:81"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21991, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000abe", "instr": "bne x15, x0, 20 x15:00000001", "time": "21991", "Origin": "/scratch/digirols/pulp_api_example/main.c:81"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ad2", "instr": "add x11, x0, x9 x11=00000002 x9:00000002", "time": "21994", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21995, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ad4", "instr": "addi x13, x0, 0 x13=00000000", "time": "21995", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ad6", "instr": "addi x9, x9, 1 x9=00000003 x9:00000002", "time": "21996", "Origin": "/scratch/digirols/pulp_api_example/main.c:80 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ad8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21997", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ada", "instr": "addi x10, x0, 0 x10=00000000", "time": "21998", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21999, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000adc", "instr": "jal x1, 2246 x1=1c000ae0", "time": "21999", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a2", "instr": "addi x2, x2, -48 x2=10000940 x2:10000970", "time": "22001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a4", "instr": "sw x8, 40(x2) x8:00000100 x2:10000940 PA:10000968", "time": "22002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 22003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a6", "instr": "add x8, x0, x11 x8=00000002 x11:00000002", "time": "22003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a8", "instr": "sw x1, 44(x2) x1:1c000ae0 x2:10000940 PA:1000096c", "time": "22004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013aa", "instr": "sw x9, 36(x2) x9:00000003 x2:10000940 PA:10000964", "time": "22005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ac", "instr": "sw x18, 32(x2) x18:1c002684 x2:10000940 PA:10000960", "time": "22006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ae", "instr": "sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c", "time": "22007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b0", "instr": "sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958", "time": "22008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b2", "instr": "sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954", "time": "22009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 22010, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0013b4", "instr": "csrrci x18, 0x00000008, 0x300 x18=00001808", "time": "22010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b8", "instr": "addi x20, x0, 24 x20=00000018", "time": "22014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 22015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ba", "instr": "mul x20, x11, x20 x20=00000030 x11:00000002 x20:00000018", "time": "22015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 22016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013be", "instr": "lui x14, 0x1c002000 x14=1c002000", "time": "22016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22017, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c2", "instr": "lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8", "time": "22017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 22031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c6", "instr": "add x21, x0, x14 x21=1c002000 x14:1c002000", "time": "22031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 22032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c8", "instr": "add x15, x15, x20 x15=1c2fff80 x15:1c2fff50 x20:00000030", "time": "22032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22033, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ca", "instr": "lw x14, 0(x15) x14=00000001 x15:1c2fff80 PA:1c2fff80", "time": "22033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22047, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013cc", "instr": "beq x10, x0, 38 x10:00000000", "time": "22047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22050, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f2", "instr": "addi x14, x14, -1 x14=00000000 x14:00000001", "time": "22050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 22051, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f4", "instr": "jal x0, -36 ", "time": "22051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22053, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d0", "instr": "sw x14, 0(x15) x14:00000000 x15:1c2fff80 PA:1c2fff80", "time": "22053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22071, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d2", "instr": "lw x9, 0(x15) x9=00000000 x15:1c2fff80 PA:1c2fff80", "time": "22071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 22086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d4", "instr": "bne x9, x0, 34 x9:00000000", "time": "22086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22087, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_unmount", "args":{"pc": "1c0013d6", "instr": "beq x13, x0, 6 x13:00000000", "time": "22087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:176"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 22090, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c0013dc", "instr": "csrrw x0, x18, 0x300 x18:00001808", "time": "22090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e0", "instr": "lw x1, 44(x2) x1=1c000ae0 x2:10000940 PA:1000096c", "time": "22094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e2", "instr": "lw x8, 40(x2) x8=00000100 x2:10000940 PA:10000968", "time": "22095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e4", "instr": "lw x9, 36(x2) x9=00000003 x2:10000940 PA:10000964", "time": "22096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e6", "instr": "lw x18, 32(x2) x18=1c002684 x2:10000940 PA:10000960", "time": "22097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e8", "instr": "lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c", "time": "22098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ea", "instr": "lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958", "time": "22099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ec", "instr": "lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954", "time": "22100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ee", "instr": "addi x2, x2, 48 x2=10000970 x2:10000940", "time": "22101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 22102, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f0", "instr": "jalr x0, x1, 0 x1:1c000ae0", "time": "22102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 22104, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ae0", "instr": "p.bneimm x9, -42 x9:00000003", "time": "22104", "Origin": "/scratch/digirols/pulp_api_example/main.c:80 (discriminator 2)"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 22107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_time_wait_cycles", "args":{"pc": "1c000ab6", "instr": "slli x14, x9, 0x2 x14=0000000c x9:00000003", "time": "22107", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/rt/rt_time.h:113"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 22108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aba", "instr": "add x14, x14, x18 x14=1c002690 x14:0000000c x18:1c002684", "time": "22108", "Origin": "/scratch/digirols/pulp_api_example/main.c:81"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22109, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000abc", "instr": "lw x15, 0(x14) x15=00000001 x14:1c002690 PA:1c002690", "time": "22109", "Origin": "/scratch/digirols/pulp_api_example/main.c:81"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 22124, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000abe", "instr": "bne x15, x0, 20 x15:00000001", "time": "22124", "Origin": "/scratch/digirols/pulp_api_example/main.c:81"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 22127, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ad2", "instr": "add x11, x0, x9 x11=00000003 x9:00000003", "time": "22127", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22128, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ad4", "instr": "addi x13, x0, 0 x13=00000000", "time": "22128", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ad6", "instr": "addi x9, x9, 1 x9=00000004 x9:00000003", "time": "22129", "Origin": "/scratch/digirols/pulp_api_example/main.c:80 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ad8", "instr": "addi x12, x0, 0 x12=00000000", "time": "22130", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ada", "instr": "addi x10, x0, 0 x10=00000000", "time": "22131", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 22132, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000adc", "instr": "jal x1, 2246 x1=1c000ae0", "time": "22132", "Origin": "/scratch/digirols/pulp_api_example/main.c:84 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a2", "instr": "addi x2, x2, -48 x2=10000940 x2:10000970", "time": "22134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a4", "instr": "sw x8, 40(x2) x8:00000100 x2:10000940 PA:10000968", "time": "22135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 22136, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a6", "instr": "add x8, x0, x11 x8=00000003 x11:00000003", "time": "22136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013a8", "instr": "sw x1, 44(x2) x1:1c000ae0 x2:10000940 PA:1000096c", "time": "22137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22138, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013aa", "instr": "sw x9, 36(x2) x9:00000004 x2:10000940 PA:10000964", "time": "22138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22139, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ac", "instr": "sw x18, 32(x2) x18:1c002684 x2:10000940 PA:10000960", "time": "22139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ae", "instr": "sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c", "time": "22140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b0", "instr": "sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958", "time": "22141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b2", "instr": "sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954", "time": "22142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:182"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 22143, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c0013b4", "instr": "csrrci x18, 0x00000008, 0x300 x18=00001808", "time": "22143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013b8", "instr": "addi x20, x0, 24 x20=00000018", "time": "22147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 22148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ba", "instr": "mul x20, x11, x20 x20=00000048 x11:00000003 x20:00000018", "time": "22148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 22149, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013be", "instr": "lui x14, 0x1c002000 x14=1c002000", "time": "22149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22150, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c2", "instr": "lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8", "time": "22150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 22164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c6", "instr": "add x21, x0, x14 x21=1c002000 x14:1c002000", "time": "22164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 22165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013c8", "instr": "add x15, x15, x20 x15=1c2fff98 x15:1c2fff50 x20:00000048", "time": "22165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22166, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ca", "instr": "lw x14, 0(x15) x14=00000001 x15:1c2fff98 PA:1c2fff98", "time": "22166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:185"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22180, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013cc", "instr": "beq x10, x0, 38 x10:00000000", "time": "22180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:187"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f2", "instr": "addi x14, x14, -1 x14=00000000 x14:00000001", "time": "22183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 22184, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f4", "instr": "jal x0, -36 ", "time": "22184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22186, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d0", "instr": "sw x14, 0(x15) x14:00000000 x15:1c2fff98 PA:1c2fff98", "time": "22186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:188"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22204, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d2", "instr": "lw x9, 0(x15) x9=00000000 x15:1c2fff98 PA:1c2fff98", "time": "22204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 22219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013d4", "instr": "bne x9, x0, 34 x9:00000000", "time": "22219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:190"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22220, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cluster_unmount", "args":{"pc": "1c0013d6", "instr": "beq x13, x0, 6 x13:00000000", "time": "22220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:176"}}, -{"name": "csrrw", "cat": "csrrw", "ph": "X", "ts": 22223, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_write", "args":{"pc": "1c0013dc", "instr": "csrrw x0, x18, 0x300 x18:00001808", "time": "22223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:44"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e0", "instr": "lw x1, 44(x2) x1=1c000ae0 x2:10000940 PA:1000096c", "time": "22227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e2", "instr": "lw x8, 40(x2) x8=00000100 x2:10000940 PA:10000968", "time": "22228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e4", "instr": "lw x9, 36(x2) x9=00000004 x2:10000940 PA:10000964", "time": "22229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e6", "instr": "lw x18, 32(x2) x18=1c002684 x2:10000940 PA:10000960", "time": "22230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013e8", "instr": "lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c", "time": "22231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ea", "instr": "lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958", "time": "22232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ec", "instr": "lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954", "time": "22233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013ee", "instr": "addi x2, x2, 48 x2=10000970 x2:10000940", "time": "22234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 22235, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_cluster_mount", "args":{"pc": "1c0013f0", "instr": "jalr x0, x1, 0 x1:1c000ae0", "time": "22235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/cluster.c:194"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 22237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ae0", "instr": "p.bneimm x9, -42 x9:00000004", "time": "22237", "Origin": "/scratch/digirols/pulp_api_example/main.c:80 (discriminator 2)"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ae4", "instr": "lw x1, 28(x2) x1=1c0000ec x2:10000970 PA:1000098c", "time": "22238", "Origin": "/scratch/digirols/pulp_api_example/main.c:91"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ae6", "instr": "lw x8, 24(x2) x8=00000000 x2:10000970 PA:10000988", "time": "22239", "Origin": "/scratch/digirols/pulp_api_example/main.c:91"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 22240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000ae8", "instr": "lui x15, 0x1b200000 x15=1b200000", "time": "22240", "Origin": "/scratch/digirols/pulp_api_example/main.c:88"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aec", "instr": "addi x14, x0, 1 x14=00000001", "time": "22241", "Origin": "/scratch/digirols/pulp_api_example/main.c:88"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22242, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000aee", "instr": "sw x14, 0(x15) x14:00000001 x15:1b200000 PA:1b200000", "time": "22242", "Origin": "/scratch/digirols/pulp_api_example/main.c:88"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000af0", "instr": "lw x9, 20(x2) x9=00000000 x2:10000970 PA:10000984", "time": "22258", "Origin": "/scratch/digirols/pulp_api_example/main.c:91"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000af2", "instr": "lw x18, 16(x2) x18=00000000 x2:10000970 PA:10000980", "time": "22259", "Origin": "/scratch/digirols/pulp_api_example/main.c:91"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000af4", "instr": "addi x10, x0, 0 x10=00000000", "time": "22260", "Origin": "/scratch/digirols/pulp_api_example/main.c:91"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000af6", "instr": "addi x2, x2, 32 x2=10000990 x2:10000970", "time": "22261", "Origin": "/scratch/digirols/pulp_api_example/main.c:91"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 22262, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "main", "args":{"pc": "1c000af8", "instr": "jalr x0, x1, 0 x1:1c0000ec", "time": "22262", "Origin": "/scratch/digirols/pulp_api_example/main.c:91"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 22264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000ec", "instr": "add x8, x0, x10 x8=00000000 x10:00000000", "time": "22264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:122"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 22265, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "_entry", "args":{"pc": "1c0000ee", "instr": "jal x1, 3150 x1=1c0000f2", "time": "22265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:125"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_deinit", "args":{"pc": "1c000d3c", "instr": "addi x2, x2, -16 x2=10000980 x2:10000990", "time": "22267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:144"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22268, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_deinit", "args":{"pc": "1c000d3e", "instr": "sw x8, 8(x2) x8:00000000 x2:10000980 PA:10000988", "time": "22268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:144"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_deinit", "args":{"pc": "1c000d40", "instr": "addi x10, x0, 1 x10=00000001", "time": "22284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:148"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 22285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_deinit", "args":{"pc": "1c000d42", "instr": "lui x8, 0x10000000 x8=10000000", "time": "22285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:148"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_deinit", "args":{"pc": "1c000d46", "instr": "sw x1, 12(x2) x1:1c0000f2 x2:10000980 PA:1000098c", "time": "22286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:144"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_deinit", "args":{"pc": "1c000d48", "instr": "addi x8, x8, 392 x8=10000188 x8:10000000", "time": "22287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:144"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 22288, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_deinit", "args":{"pc": "1c000d4c", "instr": "jal x1, 242 x1=1c000d4e", "time": "22288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/init.c:148"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22322, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e3e", "instr": "addi x2, x2, -16 x2=10000970 x2:10000980", "time": "22322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:72"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e40", "instr": "sw x8, 8(x2) x8:10000188 x2:10000970 PA:10000978", "time": "22339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:72"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 22340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e42", "instr": "lui x8, 0x10000000 x8=10000000", "time": "22340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:73"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 22341, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e46", "instr": "slli x10, x10, 0x2 x10=00000004 x10:00000001", "time": "22341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:73"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e48", "instr": "addi x8, x8, 88 x8=10000058 x8:10000000", "time": "22342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:73"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e4c", "instr": "lw x8, x10(x8) x8=1c2fffd0 x10:00000004 x8:10000058 PA:1000005c", "time": "22343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:73"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e50", "instr": "sw x1, 12(x2) x1:1c000d4e x2:10000970 PA:1000097c", "time": "22344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:72"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 22345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e52", "instr": "bne x8, x0, 12 x8:1c2fffd0", "time": "22345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:74"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22348, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e5e", "instr": "lw x15, 0(x8) x15=1c00179c x8:1c2fffd0 PA:1c2fffd0", "time": "22348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22362, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e60", "instr": "lw x10, 4(x8) x10=00000000 x8:1c2fffd0 PA:1c2fffd4", "time": "22362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:76"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 22376, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_cbsys_exec", "args":{"pc": "1c000e62", "instr": "jalr x1, x15, 0 x1=1c000e64 x15:1c00179c", "time": "22376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/utils.c:76"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_stop", "args":{"pc": "1c00179c", "instr": "addi x2, x2, -16 x2=10000960 x2:10000970", "time": "22382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:465"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22383, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_stop", "args":{"pc": "1c00179e", "instr": "sw x1, 12(x2) x1:1c000e64 x2:10000960 PA:1000096c", "time": "22383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:465"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 22399, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_stop", "args":{"pc": "1c0017a0", "instr": "jal x1, -38 x1=1c0017a2", "time": "22399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:470"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_uart_wait_pending", "args":{"pc": "1c00177a", "instr": "addi x2, x2, -16 x2=10000950 x2:10000960", "time": "22401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:184"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22402, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_uart_wait_pending", "args":{"pc": "1c00177c", "instr": "sw x8, 8(x2) x8:1c2fffd0 x2:10000950 PA:10000958", "time": "22402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:184"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 22419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_uart_wait_pending", "args":{"pc": "1c00177e", "instr": "lui x8, 0x1c002000 x8=1c002000", "time": "22419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:185"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_uart_wait_pending", "args":{"pc": "1c001782", "instr": "addi x8, x8, 1656 x8=1c002678 x8:1c002000", "time": "22420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22421, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_uart_wait_pending", "args":{"pc": "1c001786", "instr": "lw x10, 0(x8) x10=00000000 x8:1c002678 PA:1c002678", "time": "22421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:185"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_uart_wait_pending", "args":{"pc": "1c001788", "instr": "sw x1, 12(x2) x1:1c0017a2 x2:10000950 PA:1000095c", "time": "22435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:184"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22436, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_uart_wait_pending", "args":{"pc": "1c00178a", "instr": "beq x10, x0, 10 x10:00000000", "time": "22436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:185"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_uart_wait_pending", "args":{"pc": "1c001794", "instr": "lw x1, 12(x2) x1=1c0017a2 x2:10000950 PA:1000095c", "time": "22439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:208"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_uart_wait_pending", "args":{"pc": "1c001796", "instr": "lw x8, 8(x2) x8=1c2fffd0 x2:10000950 PA:10000958", "time": "22440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:208"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_uart_wait_pending", "args":{"pc": "1c001798", "instr": "addi x2, x2, 16 x2=10000960 x2:10000950", "time": "22441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:208"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 22442, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_uart_wait_pending", "args":{"pc": "1c00179a", "instr": "jalr x0, x1, 0 x1:1c0017a2", "time": "22442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:208"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 22444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_stop", "args":{"pc": "1c0017a2", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "22444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:473"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22445, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_stop", "args":{"pc": "1c0017a6", "instr": "lw x10, 1660(x15) x10=1c002668 x15:1c002000 PA:1c00267c", "time": "22445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:473"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22459, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_stop", "args":{"pc": "1c0017aa", "instr": "addi x11, x0, 0 x11=00000000", "time": "22459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:473"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 22460, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_io_stop", "args":{"pc": "1c0017ac", "instr": "jal x1, 2264 x1=1c0017b0", "time": "22460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:473"}}, -{"name": "csrrci", "cat": "csrrci", "ph": "X", "ts": 22462, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "hal_spr_read_then_clr", "args":{"pc": "1c002084", "instr": "csrrci x13, 0x00000008, 0x300 x13=00001808", "time": "22462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:39"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22466, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_uart_close", "args":{"pc": "1c002088", "instr": "lw x15, 0(x10) x15=00000001 x10:1c002668 PA:1c002668", "time": "22466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:192"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22481, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_uart_close", "args":{"pc": "1c00208a", "instr": "addi x15, x15, -1 x15=00000000 x15:00000001", "time": "22481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:192"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 22482, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_uart_close", "args":{"pc": "1c00208c", "instr": "sw x15, 0(x10) x15:00000000 x10:1c002668 PA:1c002668", "time": "22482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:192"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 22500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "rt_uart_close", "args":{"pc": "1c00208e", "instr": "bne x15, x0, 16 x15:00000000", "time": "22500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:194"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 22501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002090", "instr": "lui x14, 0x1a102000 x14=1a102000", "time": "22501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 22502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002094", "instr": "addi x14, x14, 20 x14=1a102014 x14:1a102000", "time": "22502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22503, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22522, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22525, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22544, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22547, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22566, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22569, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22588, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22591, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22610, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22613, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22632, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22635, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22654, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22657, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22676, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22679, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22698, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22701, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22720, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22723, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22742, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22745, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22764, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22767, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22786, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22789, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22808, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22811, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22830, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22833, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22851, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22852, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22855, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22873, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22874, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22877, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22895, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22896, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22899, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22917, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22917", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22918, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22921, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22940, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22943, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22962, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22965, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 22983, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "22983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 22984, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "22984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 22987, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "22987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 23005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "23005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 23006, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "23006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 23009, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "23009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 23027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "23027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 23028, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "23028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 23031, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "23031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 23049, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "23049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 23050, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "23050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 23053, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "23053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 23071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "23071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 23072, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "23072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 23075, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "23075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 23093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "23093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 23094, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "23094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 23097, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "23097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 23115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "23115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 23116, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "23116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 23119, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "23119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 23137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "23137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 23138, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "23138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 23141, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "23141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 23159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "23159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 23160, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "23160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 23163, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "23163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 23181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "23181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 23182, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "23182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 23185, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "23185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 23203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "23203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 23204, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c00209c", "instr": "beq x15, x0, -6 x15:00000000", "time": "23204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 23207, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002096", "instr": "lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014", "time": "23207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 23225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_0.log", "tid": "__rt_uart_wait_tx_done", "args":{"pc": "1c002098", "instr": "andi x15, x15, 64 x15=00000000 x15:00000000", "time": "23225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/drivers/uart/uart-v0.c:76"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 81, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "81", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000001", "time": "104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 105, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000001 x10:00000001", "time": "105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 128, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000000 x10:00000001", "time": "128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000001", "time": "129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 130, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 151, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 152, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 153, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 154, "dur": 70, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000001", "time": "154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000001", "time": "225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000001 x19:00000001", "time": "226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 227, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 247, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 270, "dur": 9344, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9614, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080", "time": "9614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 9622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "9622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9623, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "9623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "9641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9642, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "9642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9644, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080", "time": "9644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 9668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00000800 x19:00000001 x10:00000800", "time": "9668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=100fcf90 x10:00000800 x5:100fc790", "time": "9669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9670, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "9670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9690, "dur": 9124, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "9690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18814, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18825, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18848, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000001", "time": "18848", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18868", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000000 x12:00000001", "time": "18869", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000", "time": "18870", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000001 x12:00000001", "time": "18871", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18872", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18873, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18873", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=100fcf50 x2:100fcf90", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18876, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000000 x2:100fcf50 PA:100fcf74", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000001 x2:100fcf50 PA:100fcf78", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:100fcf50 PA:100fcf7c", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18884, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=100fcf74 x2:100fcf50", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18899, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:100fcf50 PA:100fcf6c", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:100fcf50 PA:100fcf80", "time": "18902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:100fcf50 PA:100fcf84", "time": "18903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:100fcf50 PA:100fcf88", "time": "18904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18905, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:100fcf50 PA:100fcf8c", "time": "18905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:100fcf74 x2:100fcf50 PA:100fcf5c", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18922, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=100fcef0 x2:100fcf50", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=100fcf08 x2:100fcef0", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18942, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:100fcef0 PA:100fcf48", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:100fcef0 PA:100fcf40", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000001 x2:100fcef0 PA:100fcf3c", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:100fcef0 PA:100fcf38", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:100fcef0 PA:100fcf34", "time": "18947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18948, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:100fcef0 PA:100fcf30", "time": "18948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18967, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:100fcef0 PA:100fcf2c", "time": "18967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:100fcef0 PA:100fcf4c", "time": "18970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:100fcef0 PA:100fcf44", "time": "18971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:100fcef0 PA:100fcf28", "time": "18972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:100fcef0 PA:100fcf24", "time": "18973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18976, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=100fcf74 x13:100fcf74", "time": "18976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:100fcf08 x2:100fcef0 PA:100fcf04", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19001, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19021, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19039, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19065, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19084, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19088, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19112, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104008", "time": "19112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19117, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19136, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19139, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19159, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19164, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19167, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19172, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19174, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19178, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104008", "time": "19178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19183, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19185, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19186, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19189, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19212, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19217, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19220, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19231, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104008", "time": "19231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19236, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19239, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19242, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19258, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19263, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19266, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19276, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19277, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104008", "time": "19277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19282, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19285, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19288, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19304, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19309, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19312, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19318, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19319, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19320, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19321, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19323, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104008", "time": "19323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19328, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19331, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19334, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19356, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19361, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19364, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19375, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104008", "time": "19375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19380, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19383, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19386, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19406, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19411, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19414, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19423, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19425, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104008", "time": "19425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19430, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19433, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19436, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19456, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19457, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19462, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19465, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19469, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19470, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19471, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19472, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19474, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19476, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104008", "time": "19476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19481, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19483, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19484, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19487, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19507, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19512, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19515, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19526, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104008", "time": "19526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19531, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19534, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19537, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19563, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19568, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19571, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19582, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104008", "time": "19582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19587, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19590, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19593, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19608, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19613, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19616, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19627, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104008", "time": "19627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19632, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19635, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19638, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19653, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19658, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19661, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19672, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104008", "time": "19672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19677, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19680, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19683, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19702, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19707, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19710, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19721, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104008", "time": "19721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19726, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19729, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19732, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19747, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19752, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19755, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19766, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104008", "time": "19766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19771, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19774, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19777, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19795, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19800, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19803, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "19806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "19808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "19809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "19810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "19811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "19812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19814, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104008", "time": "19814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19819, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19822, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19825, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19843, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19846, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19849, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:100fcef0 PA:100fcef4", "time": "19849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100fcef0 PA:100fcef8", "time": "19861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19862, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100fcef0 PA:100fcefc", "time": "19862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19864, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19882, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100fcef0 PA:100fcef4", "time": "19882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19888, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19906, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19923, "dur": 9, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19932, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19958, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19978, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19997, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20000, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20037, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20057, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20075, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20095, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20134, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20152, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20177, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20214, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20232, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20251, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100fcef0 PA:100fcf00", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20273, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100fcf78 x8:100fcf74", "time": "20292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20293, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000000 x8:100fcf74 PA:100fcf74", "time": "20293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20296, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20330, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000000", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100fcef4 x2:100fcef0", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20350, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20370, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100fcf08 x11:100fcef4 PA:100fcf04", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100fcef4 PA:100fcf00", "time": "20387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20389, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001", "time": "20389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20423, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000000 x14:0000000a", "time": "20423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20426, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20429, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100fcef4 PA:100fcf00", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20446, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001", "time": "20446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20480, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001", "time": "20480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20514, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000000", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a32", "instr": "bne x15, x0, -34 x15:00000000", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a34", "instr": "addi x14, x0, 48 x14=00000030", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20549, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a38", "instr": "jal x0, 30 ", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20568, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000030 x13:100fcf08 PA:100fcf08", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20576, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100fcf09 x13:100fcf08", "time": "20576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20586, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100fcf09 PA:100fcf09", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20590, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20592, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20610, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100fcef4 x2:100fcef0", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20629, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100fced0 x2:100fcef0", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20632, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100fcf74 x2:100fced0 PA:100fcee8", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100fcf08 x12:100fcef4 PA:100fcf04", "time": "20638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100fcef4 PA:100fcef8", "time": "20639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:100fced0 PA:100fcee4", "time": "20640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100fced0 PA:100fcee0", "time": "20641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20642, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100fced0 PA:100fcedc", "time": "20642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100fced0 PA:100fceec", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100fced0 PA:100fced8", "time": "20659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100fcef4 x12:100fcef4", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20663, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000030 x15=100fcf09 x15:100fcf08 PA:100fcf08", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20665, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000030", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20682, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100fcef4 PA:100fcefc", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20686, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20689, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4", "time": "20689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20706, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20727, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20750, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20777, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100fcef4 PA:100fcefc", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20780, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20798, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4", "time": "20798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20802, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20820, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20840, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100fcf08 x9:100fcef4 PA:100fcf04", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20842, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000030 x20=100fcf09 x20:100fcf08 PA:100fcf08", "time": "20842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20858, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000030", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20878, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20895, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000030 x11:00000030", "time": "20897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20898, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "20903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "20904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "20905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "20906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "20907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20909, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104008", "time": "20909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20914, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20916, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100fcf0a x20:100fcf09 PA:100fcf09", "time": "20916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20923, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20924, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4", "time": "20924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20926, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20927, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20942, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100fced0 PA:100fceec", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100fcf74 x2:100fced0 PA:100fcee8", "time": "20944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:100fced0 PA:100fcee4", "time": "20945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100fced0 PA:100fcee0", "time": "20946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100fced0 PA:100fcedc", "time": "20947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100fced0 PA:100fced8", "time": "20948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100fcef0 x2:100fced0", "time": "20949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20950, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100fcf78 x24:100fcf78", "time": "20966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20967, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20970, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20973, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20991, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20995, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20996, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20999, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "21002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "21004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "21008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21010, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104008", "time": "21010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21015, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21018, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21021, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21036, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21040, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21041, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21043, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21043", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21044, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21046, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21047, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21048, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21049, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21050, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "21050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "21051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21052, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "21052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21053, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "21053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21055, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104008", "time": "21055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21060, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21063, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21066, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21082, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21085, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:100fcef0 PA:100fcef4", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100fcef0 PA:100fcef8", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100fcef0 PA:100fcefc", "time": "21090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100fcef0 PA:100fcef4", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21102, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21119, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21122, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21124, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21127, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21130, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21133, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21136, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21138, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21139, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21143, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21147, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21150, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21152, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21155, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21156, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21161, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100fcef0 PA:100fcf00", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21165, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100fcf7c x8:100fcf78", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000001 x8:100fcf78 PA:100fcf78", "time": "21169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21170, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21173, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000001", "time": "21173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100fcef4 x2:100fcef0", "time": "21176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21177, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100fcf08 x11:100fcef4 PA:100fcf04", "time": "21179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21180, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100fcef4 PA:100fcf00", "time": "21180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21183, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001", "time": "21183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000001 x14:0000000a", "time": "21217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21220, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100fcef4 PA:100fcf00", "time": "21223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21224, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001", "time": "21224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21258, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001", "time": "21258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21292, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21324, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000001", "time": "21324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21327, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000001", "time": "21345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001", "time": "21348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21349, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000031 x13:100fcf08 PA:100fcf08", "time": "21349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100fcf09 x13:100fcf08", "time": "21352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21353, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100fcf09 PA:100fcf09", "time": "21356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21357, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21359, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100fcef4 x2:100fcef0", "time": "21361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21364, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100fced0 x2:100fcef0", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100fcf78 x2:100fced0 PA:100fcee8", "time": "21367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100fcf08 x12:100fcef4 PA:100fcf04", "time": "21368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100fcef4 PA:100fcef8", "time": "21369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:100fced0 PA:100fcee4", "time": "21370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100fced0 PA:100fcee0", "time": "21371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100fced0 PA:100fcedc", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100fced0 PA:100fceec", "time": "21373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100fced0 PA:100fced8", "time": "21374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100fcef4 x12:100fcef4", "time": "21377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21378, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000031 x15=100fcf09 x15:100fcf08 PA:100fcf08", "time": "21378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000031", "time": "21380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21382, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100fcef4 PA:100fcefc", "time": "21382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21384, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21387, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4", "time": "21387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21390, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21395, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21402, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21404, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100fcef4 PA:100fcefc", "time": "21404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21406, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21409, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4", "time": "21409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21412, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4", "time": "21415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21419, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100fcf08 x9:100fcef4 PA:100fcf04", "time": "21419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21421, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000031 x20=100fcf09 x20:100fcf08 PA:100fcf08", "time": "21421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21423, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000031", "time": "21423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21427, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000031 x11:00000031", "time": "21429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21430, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "21433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "21435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "21436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "21437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "21438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "21439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21441, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104008", "time": "21441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21445, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21446, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21448, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100fcf0a x20:100fcf09 PA:100fcf09", "time": "21448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21450, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21451, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4", "time": "21451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21453, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21454, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100fced0 PA:100fceec", "time": "21457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100fcf78 x2:100fced0 PA:100fcee8", "time": "21458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21459, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:100fced0 PA:100fcee4", "time": "21459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100fced0 PA:100fcee0", "time": "21460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100fced0 PA:100fcedc", "time": "21461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100fced0 PA:100fced8", "time": "21462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100fcef0 x2:100fced0", "time": "21463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21464, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21466, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100fcf7c x24:100fcf7c", "time": "21466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21467, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21469, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21470, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21473, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21489, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21490, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21495, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21498, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "21501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "21503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "21504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "21505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "21506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "21507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21509, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104008", "time": "21509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21514, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21517, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21520, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21536, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21541, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21544, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "21549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "21550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "21552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21555, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104008", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21560, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21563, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21566, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21582, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21587, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21590, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000001", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000008 x15:00000001", "time": "21595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000004 x15:00000001", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008", "time": "21597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80", "time": "21598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008", "time": "21599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21601, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104008", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21606, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21609, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21612, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:100fcef0 PA:100fcf4c", "time": "21629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:100fcef0 PA:100fcf48", "time": "21630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:100fcef0 PA:100fcf44", "time": "21631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:100fcef0 PA:100fcf40", "time": "21632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000001 x2:100fcef0 PA:100fcf3c", "time": "21633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:100fcef0 PA:100fcf38", "time": "21634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:100fcef0 PA:100fcf34", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:100fcef0 PA:100fcf30", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:100fcef0 PA:100fcf2c", "time": "21637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:100fcef0 PA:100fcf28", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:100fcef0 PA:100fcf24", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=100fcf50 x2:100fcef0", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21641, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:100fcf50 PA:100fcf6c", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=100fcf90 x2:100fcf50", "time": "21645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21646, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_1.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 83, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "83", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000002", "time": "107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 108, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000002 x10:00000002", "time": "108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000000 x10:00000002", "time": "131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000002", "time": "132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 133, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 154, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 155, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 156, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 157, "dur": 70, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000002", "time": "157", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000002", "time": "228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000002 x19:00000002", "time": "229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 230, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 250, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 272, "dur": 9342, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9614, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080", "time": "9614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 9622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "9622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9623, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "9623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "9641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9642, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "9642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9644, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080", "time": "9644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 9668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001000 x19:00000002 x10:00000800", "time": "9668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=100fd790 x10:00001000 x5:100fc790", "time": "9669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9670, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "9670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9690, "dur": 9124, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "9690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18814, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18825, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18848, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000002", "time": "18848", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18868", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000000 x12:00000002", "time": "18869", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000", "time": "18870", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000002 x12:00000002", "time": "18871", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18872", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18873, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18873", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=100fd750 x2:100fd790", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18876, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000000 x2:100fd750 PA:100fd774", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000002 x2:100fd750 PA:100fd778", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:100fd750 PA:100fd77c", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18886, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=100fd774 x2:100fd750", "time": "18886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18899, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:100fd750 PA:100fd76c", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:100fd750 PA:100fd780", "time": "18904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:100fd750 PA:100fd784", "time": "18905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:100fd750 PA:100fd788", "time": "18906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18907, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:100fd750 PA:100fd78c", "time": "18907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18921, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:100fd774 x2:100fd750 PA:100fd75c", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18923, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=100fd6f0 x2:100fd750", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=100fd708 x2:100fd6f0", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18942, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:100fd6f0 PA:100fd748", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:100fd6f0 PA:100fd740", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000002 x2:100fd6f0 PA:100fd73c", "time": "18947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:100fd6f0 PA:100fd738", "time": "18948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:100fd6f0 PA:100fd734", "time": "18949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18950, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:100fd6f0 PA:100fd730", "time": "18950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18967, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:100fd6f0 PA:100fd72c", "time": "18967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:100fd6f0 PA:100fd74c", "time": "18972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:100fd6f0 PA:100fd744", "time": "18973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:100fd6f0 PA:100fd728", "time": "18974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:100fd6f0 PA:100fd724", "time": "18975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18977, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18978, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=100fd774 x13:100fd774", "time": "18978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18997, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:100fd708 x2:100fd6f0 PA:100fd704", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19002, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19021, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19040, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19041, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19065, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19084, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19088, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19112, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104010", "time": "19112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19117, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19136, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19139, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19161, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19166, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19169, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19172, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19174, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19180, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104010", "time": "19180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19185, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19188, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19191, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19213, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19218, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19221, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19232, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104010", "time": "19232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19237, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19240, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19243, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19262, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19267, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19270, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19276, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19280, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19281, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104010", "time": "19281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19286, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19289, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19292, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19307, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19312, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19315, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19318, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19319, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19320, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19321, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19324, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19326, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104010", "time": "19326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19331, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19333, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19334, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19337, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19359, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19364, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19367, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19378, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104010", "time": "19378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19383, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19386, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19389, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19409, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19414, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19417, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19423, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19428, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104010", "time": "19428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19433, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19436, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19439, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19459, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19464, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19466, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19467, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19469, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19470, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19471, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19472, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19474, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19476, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19478, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104010", "time": "19478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19482, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19483, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19485, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19486, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19489, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19508, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19513, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19516, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19527, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104010", "time": "19527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19532, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19535, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19538, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19566, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19571, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19574, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19585, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104010", "time": "19585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19590, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19593, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19596, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19612, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19617, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19620, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19631, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104010", "time": "19631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19636, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19639, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19642, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19659, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19664, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19667, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19678, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104010", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19683, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19686, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19689, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19704, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19709, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19712, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19723, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104010", "time": "19723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19728, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19731, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19734, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19749, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19754, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19757, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19768, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104010", "time": "19768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19773, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19776, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19779, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19797, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19802, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19805, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "19808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "19810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "19811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "19812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "19813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "19814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19816, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104010", "time": "19816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19821, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19824, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19827, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19847, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19850, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19853, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:100fd6f0 PA:100fd6f4", "time": "19853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19861, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100fd6f0 PA:100fd6f8", "time": "19861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100fd6f0 PA:100fd6fc", "time": "19863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19865, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19882, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100fd6f0 PA:100fd6f4", "time": "19882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19890, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19906, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19932, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19958, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19978, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19997, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20000, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20037, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20057, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20075, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20095, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20134, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20152, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20177, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20214, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20232, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20251, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100fd6f0 PA:100fd700", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20273, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100fd778 x8:100fd774", "time": "20292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20293, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000000 x8:100fd774 PA:100fd774", "time": "20293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20298, "dur": 32, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20330, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000000", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100fd6f4 x2:100fd6f0", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20350, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20370, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100fd708 x11:100fd6f4 PA:100fd704", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20387, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100fd6f4 PA:100fd700", "time": "20387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20391, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001", "time": "20391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000000 x14:0000000a", "time": "20425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20428, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20431, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100fd6f4 PA:100fd700", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20446, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001", "time": "20446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20480, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001", "time": "20480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20514, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000000", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a32", "instr": "bne x15, x0, -34 x15:00000000", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a34", "instr": "addi x14, x0, 48 x14=00000030", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20549, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a38", "instr": "jal x0, 30 ", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000030 x13:100fd708 PA:100fd708", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20570, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100fd709 x13:100fd708", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20586, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20589, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100fd709 PA:100fd709", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20592, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20610, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100fd6f4 x2:100fd6f0", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20629, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100fd6d0 x2:100fd6f0", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20632, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100fd774 x2:100fd6d0 PA:100fd6e8", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100fd708 x12:100fd6f4 PA:100fd704", "time": "20639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100fd6f4 PA:100fd6f8", "time": "20640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:100fd6d0 PA:100fd6e4", "time": "20641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100fd6d0 PA:100fd6e0", "time": "20642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20643, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100fd6d0 PA:100fd6dc", "time": "20643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20658, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100fd6d0 PA:100fd6ec", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100fd6d0 PA:100fd6d8", "time": "20661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100fd6f4 x12:100fd6f4", "time": "20664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20665, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000030 x15=100fd709 x15:100fd708 PA:100fd708", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20667, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000030", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20682, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100fd6f4 PA:100fd6fc", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20688, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20691, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4", "time": "20691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20706, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20727, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20750, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20777, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100fd6f4 PA:100fd6fc", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20782, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20798, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4", "time": "20798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20804, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20820, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20840, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100fd708 x9:100fd6f4 PA:100fd704", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20844, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000030 x20=100fd709 x20:100fd708 PA:100fd708", "time": "20844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20858, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000030", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20878, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20895, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000030 x11:00000030", "time": "20897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20898, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "20903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "20904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "20905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "20906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "20907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20909, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104010", "time": "20909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20914, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20916, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100fd70a x20:100fd709 PA:100fd709", "time": "20916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20924, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20925, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4", "time": "20925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20927, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20928, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20942, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100fd6d0 PA:100fd6ec", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100fd774 x2:100fd6d0 PA:100fd6e8", "time": "20946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:100fd6d0 PA:100fd6e4", "time": "20947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100fd6d0 PA:100fd6e0", "time": "20948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100fd6d0 PA:100fd6dc", "time": "20949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100fd6d0 PA:100fd6d8", "time": "20950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100fd6f0 x2:100fd6d0", "time": "20951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20952, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100fd778 x24:100fd778", "time": "20966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20967, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20970, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20973, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20993, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20998, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21001, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "21004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "21008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "21010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21012, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104010", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21017, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21020, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21023, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21038, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21041, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21042, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21043, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21043", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21045, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21046, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21048, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21049, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21050, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "21051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21052, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "21052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21053, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "21053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "21055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21057, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104010", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21062, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21065, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21068, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21086, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21089, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:100fd6f0 PA:100fd6f4", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100fd6f0 PA:100fd6f8", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100fd6f0 PA:100fd6fc", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21098, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100fd6f0 PA:100fd6f4", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21103, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21107, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21121, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21122, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21125, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21125", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21127, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21130, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21133, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21136, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21139, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21142, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21146, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21149, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21150, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21153, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21155, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21159, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21164, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100fd6f0 PA:100fd700", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100fd77c x8:100fd778", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21172, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000002 x8:100fd778 PA:100fd778", "time": "21172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21173, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21176, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000002", "time": "21176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100fd6f4 x2:100fd6f0", "time": "21179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21180, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100fd708 x11:100fd6f4 PA:100fd704", "time": "21182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100fd6f4 PA:100fd700", "time": "21183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21185, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001", "time": "21185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000002 x14:0000000a", "time": "21219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21222, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100fd6f4 PA:100fd700", "time": "21225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21226, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001", "time": "21226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21260, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001", "time": "21260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21294, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21326, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000002", "time": "21326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21329, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000002", "time": "21345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002", "time": "21348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21349, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000032 x13:100fd708 PA:100fd708", "time": "21349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100fd709 x13:100fd708", "time": "21354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21355, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100fd709 PA:100fd709", "time": "21358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21359, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21361, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100fd6f4 x2:100fd6f0", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21366, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100fd6d0 x2:100fd6f0", "time": "21368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100fd778 x2:100fd6d0 PA:100fd6e8", "time": "21369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100fd708 x12:100fd6f4 PA:100fd704", "time": "21370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100fd6f4 PA:100fd6f8", "time": "21371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:100fd6d0 PA:100fd6e4", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100fd6d0 PA:100fd6e0", "time": "21373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100fd6d0 PA:100fd6dc", "time": "21374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100fd6d0 PA:100fd6ec", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100fd6d0 PA:100fd6d8", "time": "21376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100fd6f4 x12:100fd6f4", "time": "21379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21380, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000032 x15=100fd709 x15:100fd708 PA:100fd708", "time": "21380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000032", "time": "21382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21384, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100fd6f4 PA:100fd6fc", "time": "21384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21386, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21389, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4", "time": "21389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21392, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21397, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21404, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21406, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100fd6f4 PA:100fd6fc", "time": "21406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21408, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21411, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4", "time": "21411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21414, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4", "time": "21417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21421, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100fd708 x9:100fd6f4 PA:100fd704", "time": "21421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21423, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000032 x20=100fd709 x20:100fd708 PA:100fd708", "time": "21423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21425, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000032", "time": "21425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21429, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000032 x11:00000032", "time": "21431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21432, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "21435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "21437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "21438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "21439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "21440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "21441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21443, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104010", "time": "21443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21448, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21450, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100fd70a x20:100fd709 PA:100fd709", "time": "21450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21452, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21453, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4", "time": "21453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21456, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21459, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100fd6d0 PA:100fd6ec", "time": "21459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100fd778 x2:100fd6d0 PA:100fd6e8", "time": "21460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:100fd6d0 PA:100fd6e4", "time": "21461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100fd6d0 PA:100fd6e0", "time": "21462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100fd6d0 PA:100fd6dc", "time": "21463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100fd6d0 PA:100fd6d8", "time": "21464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100fd6f0 x2:100fd6d0", "time": "21465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21466, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100fd77c x24:100fd77c", "time": "21468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21469, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21471, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21472, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21475, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21494, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21499, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21502, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "21505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "21507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "21508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21509, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "21509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "21510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "21511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21513, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104010", "time": "21513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21518, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21521, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21524, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21539, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21544, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21547, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "21550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "21552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "21554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "21556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21558, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104010", "time": "21558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21563, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21566, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21569, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21585, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21590, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21593, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000002", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000010 x15:00000002", "time": "21598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000008 x15:00000002", "time": "21599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010", "time": "21600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010", "time": "21602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21604, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104010", "time": "21604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21609, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21612, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21615, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:100fd6f0 PA:100fd74c", "time": "21633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:100fd6f0 PA:100fd748", "time": "21634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:100fd6f0 PA:100fd744", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:100fd6f0 PA:100fd740", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000002 x2:100fd6f0 PA:100fd73c", "time": "21637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:100fd6f0 PA:100fd738", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:100fd6f0 PA:100fd734", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:100fd6f0 PA:100fd730", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:100fd6f0 PA:100fd72c", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:100fd6f0 PA:100fd728", "time": "21642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:100fd6f0 PA:100fd724", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=100fd750 x2:100fd6f0", "time": "21644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21645, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21647, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:100fd750 PA:100fd76c", "time": "21647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21649, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=100fd790 x2:100fd750", "time": "21650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21651, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_2.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 85, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "85", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000003", "time": "110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 111, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000003 x10:00000003", "time": "111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000000 x10:00000003", "time": "133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000003", "time": "134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 135, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 161, "dur": 68, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000003", "time": "161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000003", "time": "230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000003 x19:00000003", "time": "231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 232, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 254, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 274, "dur": 9340, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9614, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080", "time": "9614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 9622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "9622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9623, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "9623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "9641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9642, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "9642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9644, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080", "time": "9644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 9668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001800 x19:00000003 x10:00000800", "time": "9668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=100fdf90 x10:00001800 x5:100fc790", "time": "9669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9670, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "9670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9690, "dur": 9124, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "9690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18814, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18825, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18848, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000003", "time": "18848", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18868", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000000 x12:00000003", "time": "18869", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000", "time": "18870", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000003 x12:00000003", "time": "18871", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18872", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18873, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18873", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=100fdf50 x2:100fdf90", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18876, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000000 x2:100fdf50 PA:100fdf74", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000003 x2:100fdf50 PA:100fdf78", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:100fdf50 PA:100fdf7c", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18885, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=100fdf74 x2:100fdf50", "time": "18885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18899, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:100fdf50 PA:100fdf6c", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:100fdf50 PA:100fdf80", "time": "18903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:100fdf50 PA:100fdf84", "time": "18904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:100fdf50 PA:100fdf88", "time": "18905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18906, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:100fdf50 PA:100fdf8c", "time": "18906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18921, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:100fdf74 x2:100fdf50 PA:100fdf5c", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18924, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=100fdef0 x2:100fdf50", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=100fdf08 x2:100fdef0", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18942, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:100fdef0 PA:100fdf48", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:100fdef0 PA:100fdf40", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000003 x2:100fdef0 PA:100fdf3c", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:100fdef0 PA:100fdf38", "time": "18947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:100fdef0 PA:100fdf34", "time": "18948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18949, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:100fdef0 PA:100fdf30", "time": "18949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18967, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:100fdef0 PA:100fdf2c", "time": "18967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:100fdef0 PA:100fdf4c", "time": "18971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:100fdef0 PA:100fdf44", "time": "18972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:100fdef0 PA:100fdf28", "time": "18973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:100fdef0 PA:100fdf24", "time": "18974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18977, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=100fdf74 x13:100fdf74", "time": "18977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18997, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:100fdf08 x2:100fdef0 PA:100fdf04", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19003, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19021, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19042, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19043, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19043", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19065, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19084, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19088, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19112, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104018", "time": "19112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19117, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19136, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19139, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19163, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19168, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19171, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19174, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19182, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104018", "time": "19182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19187, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19190, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19193, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19222, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19227, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19230, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19241, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104018", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19246, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19249, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19252, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19270, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19275, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19278, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19280, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19283, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19289, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104018", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19294, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19297, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19300, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19318, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19319, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19324, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19327, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19333, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19336, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19338, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104018", "time": "19338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19343, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19346, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19349, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19369, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19374, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19377, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19386, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19388, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104018", "time": "19388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19393, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19396, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19399, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19418, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19423, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19426, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19437, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104018", "time": "19437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19442, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19445, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19448, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19468, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19471, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19472, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19473, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19476, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19478, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19481, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19482, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19483, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19484, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19485, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19486, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19487, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104018", "time": "19487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19492, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19495, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19498, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19513, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19518, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19521, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19532, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104018", "time": "19532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19537, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19540, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19543, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19573, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19578, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19581, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19592, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104018", "time": "19592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19597, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19600, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19603, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19618, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19623, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19626, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19637, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104018", "time": "19637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19642, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19645, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19648, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19663, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19668, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19671, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19682, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104018", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19687, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19690, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19693, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19708, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19713, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19716, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19727, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104018", "time": "19727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19732, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19735, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19738, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19753, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19758, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19761, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19772, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104018", "time": "19772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19777, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19780, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19783, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19803, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19808, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19811, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "19814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "19816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "19817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "19818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "19819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19822, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104018", "time": "19822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19827, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19830, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19833, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19850, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19851, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19854, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19857, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:100fdef0 PA:100fdef4", "time": "19857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19862, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100fdef0 PA:100fdef8", "time": "19862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100fdef0 PA:100fdefc", "time": "19864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19866, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19882, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100fdef0 PA:100fdef4", "time": "19882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19889, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19906, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19936, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19958, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19978, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19997, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20000, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20037, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20057, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20075, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20095, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20134, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20152, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20177, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20214, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20232, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20251, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100fdef0 PA:100fdf00", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20273, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100fdf78 x8:100fdf74", "time": "20292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20293, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000000 x8:100fdf74 PA:100fdf74", "time": "20293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20297, "dur": 33, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20330, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000000", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100fdef4 x2:100fdef0", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20350, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20370, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100fdf08 x11:100fdef4 PA:100fdf04", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20387, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100fdef4 PA:100fdf00", "time": "20387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20390, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001", "time": "20390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000000 x14:0000000a", "time": "20424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20427, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20430, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100fdef4 PA:100fdf00", "time": "20430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20446, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001", "time": "20446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20480, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001", "time": "20480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20514, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000000", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a32", "instr": "bne x15, x0, -34 x15:00000000", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a34", "instr": "addi x14, x0, 48 x14=00000030", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20549, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a38", "instr": "jal x0, 30 ", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20568, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000030 x13:100fdf08 PA:100fdf08", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20571, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100fdf09 x13:100fdf08", "time": "20571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20586, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20589, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100fdf09 PA:100fdf09", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20593, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20610, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100fdef4 x2:100fdef0", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20629, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100fded0 x2:100fdef0", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100fdf74 x2:100fded0 PA:100fdee8", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100fdf08 x12:100fdef4 PA:100fdf04", "time": "20633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100fdef4 PA:100fdef8", "time": "20634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:100fded0 PA:100fdee4", "time": "20635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100fded0 PA:100fdee0", "time": "20636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20637, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100fded0 PA:100fdedc", "time": "20637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20658, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100fded0 PA:100fdeec", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100fded0 PA:100fded8", "time": "20660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100fdef4 x12:100fdef4", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20664, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000030 x15=100fdf09 x15:100fdf08 PA:100fdf08", "time": "20664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20666, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000030", "time": "20666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20682, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100fdef4 PA:100fdefc", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20687, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20690, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4", "time": "20690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20706, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20727, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20750, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20777, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100fdef4 PA:100fdefc", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20781, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20798, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4", "time": "20798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20803, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20820, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20840, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100fdf08 x9:100fdef4 PA:100fdf04", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20843, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000030 x20=100fdf09 x20:100fdf08 PA:100fdf08", "time": "20843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20858, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000030", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20878, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20895, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000030 x11:00000030", "time": "20897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20898, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "20903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "20904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "20905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "20906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "20907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20909, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104018", "time": "20909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20914, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20916, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100fdf0a x20:100fdf09 PA:100fdf09", "time": "20916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20918, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20919, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4", "time": "20919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20922, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20942, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100fded0 PA:100fdeec", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100fdf74 x2:100fded0 PA:100fdee8", "time": "20945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:100fded0 PA:100fdee4", "time": "20946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100fded0 PA:100fdee0", "time": "20947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100fded0 PA:100fdedc", "time": "20948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100fded0 PA:100fded8", "time": "20949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100fdef0 x2:100fded0", "time": "20950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20951, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100fdf78 x24:100fdf78", "time": "20966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20967, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20970, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20973, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20995, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21000, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21003, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "21008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "21010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21014, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104018", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21019, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21022, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21025, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21040, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21041, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21044, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21045, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21046, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21048, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21049, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21052, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "21052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21053, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "21055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "21056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "21058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21060, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104018", "time": "21060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21065, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21068, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21071, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21089, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21092, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:100fdef0 PA:100fdef4", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100fdef0 PA:100fdef8", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100fdef0 PA:100fdefc", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100fdef0 PA:100fdef4", "time": "21101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21103, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21109, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21127, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21132, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21135, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21138, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21141, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21147, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21151, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21154, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21155, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21158, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21160, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21164, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21169, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21172, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100fdef0 PA:100fdf00", "time": "21172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21173, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100fdf7c x8:100fdf78", "time": "21176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000003 x8:100fdf78 PA:100fdf78", "time": "21177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21178, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21181, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000003", "time": "21181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100fdef4 x2:100fdef0", "time": "21184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21185, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100fdf08 x11:100fdef4 PA:100fdf04", "time": "21187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100fdef4 PA:100fdf00", "time": "21188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21190, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001", "time": "21190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000003 x14:0000000a", "time": "21224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21227, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100fdef4 PA:100fdf00", "time": "21230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21231, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001", "time": "21231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21265, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001", "time": "21265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21299, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21331, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000003", "time": "21331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21334, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000003", "time": "21345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003", "time": "21348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21349, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000033 x13:100fdf08 PA:100fdf08", "time": "21349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100fdf09 x13:100fdf08", "time": "21353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21354, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100fdf09 PA:100fdf09", "time": "21357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21358, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21360, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100fdef4 x2:100fdef0", "time": "21362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21365, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100fded0 x2:100fdef0", "time": "21367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100fdf78 x2:100fded0 PA:100fdee8", "time": "21368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100fdf08 x12:100fdef4 PA:100fdf04", "time": "21369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100fdef4 PA:100fdef8", "time": "21370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:100fded0 PA:100fdee4", "time": "21371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100fded0 PA:100fdee0", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100fded0 PA:100fdedc", "time": "21373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100fded0 PA:100fdeec", "time": "21374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100fded0 PA:100fded8", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100fdef4 x12:100fdef4", "time": "21378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21379, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000033 x15=100fdf09 x15:100fdf08 PA:100fdf08", "time": "21379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000033", "time": "21381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21383, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100fdef4 PA:100fdefc", "time": "21383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21385, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21388, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4", "time": "21388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21391, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21396, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21403, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21405, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100fdef4 PA:100fdefc", "time": "21405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21407, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21410, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4", "time": "21410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21413, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4", "time": "21416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21420, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100fdf08 x9:100fdef4 PA:100fdf04", "time": "21420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21422, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000033 x20=100fdf09 x20:100fdf08 PA:100fdf08", "time": "21422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21424, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000033", "time": "21424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21428, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000033 x11:00000033", "time": "21430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21431, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "21434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "21436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "21437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "21438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "21439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "21440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21442, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104018", "time": "21442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21446, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21447, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21449, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100fdf0a x20:100fdf09 PA:100fdf09", "time": "21449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21452, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4", "time": "21452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21455, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100fded0 PA:100fdeec", "time": "21458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21459, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100fdf78 x2:100fded0 PA:100fdee8", "time": "21459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:100fded0 PA:100fdee4", "time": "21460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100fded0 PA:100fdee0", "time": "21461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100fded0 PA:100fdedc", "time": "21462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100fded0 PA:100fded8", "time": "21463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100fdef0 x2:100fded0", "time": "21464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21465, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100fdf7c x24:100fdf7c", "time": "21467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21468, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21470, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21471, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21474, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21492, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21497, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21500, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "21503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "21505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "21506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "21507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "21508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21509, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "21509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21511, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104018", "time": "21511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21516, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21519, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21522, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21537, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21542, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21545, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "21548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "21550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "21552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "21554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21556, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104018", "time": "21556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21561, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21564, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21567, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21584, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21589, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21592, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000003", "time": "21595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000018 x15:00000003", "time": "21597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000000c x15:00000003", "time": "21598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018", "time": "21599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80", "time": "21600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21603, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104018", "time": "21603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21608, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21611, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21614, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:100fdef0 PA:100fdf4c", "time": "21631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:100fdef0 PA:100fdf48", "time": "21632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:100fdef0 PA:100fdf44", "time": "21633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:100fdef0 PA:100fdf40", "time": "21634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000003 x2:100fdef0 PA:100fdf3c", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:100fdef0 PA:100fdf38", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:100fdef0 PA:100fdf34", "time": "21637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:100fdef0 PA:100fdf30", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:100fdef0 PA:100fdf2c", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:100fdef0 PA:100fdf28", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:100fdef0 PA:100fdf24", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=100fdf50 x2:100fdef0", "time": "21642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21643, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:100fdf50 PA:100fdf6c", "time": "21645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=100fdf90 x2:100fdf50", "time": "21647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21648, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_3.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 89, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "89", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000004", "time": "113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 114, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000004 x10:00000004", "time": "114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 136, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000000 x10:00000004", "time": "136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000004", "time": "137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 138, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 161, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 164, "dur": 67, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000004", "time": "164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000004", "time": "232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000004 x19:00000004", "time": "233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 234, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 256, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 277, "dur": 9337, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9614, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080", "time": "9614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 9622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "9622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9623, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "9623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "9641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9642, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "9642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9644, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080", "time": "9644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 9668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00002000 x19:00000004 x10:00000800", "time": "9668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=100fe790 x10:00002000 x5:100fc790", "time": "9669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9670, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "9670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9690, "dur": 9124, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "9690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18814, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18825, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18848, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000004", "time": "18848", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18868", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000000 x12:00000004", "time": "18869", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000", "time": "18870", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000004 x12:00000004", "time": "18871", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18872", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18873, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18873", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=100fe750 x2:100fe790", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18876, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000000 x2:100fe750 PA:100fe774", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000004 x2:100fe750 PA:100fe778", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:100fe750 PA:100fe77c", "time": "18885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18887, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=100fe774 x2:100fe750", "time": "18887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:100fe750 PA:100fe76c", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:100fe750 PA:100fe780", "time": "18900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:100fe750 PA:100fe784", "time": "18901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:100fe750 PA:100fe788", "time": "18902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18903, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:100fe750 PA:100fe78c", "time": "18903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18921, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:100fe774 x2:100fe750 PA:100fe75c", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18925, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=100fe6f0 x2:100fe750", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=100fe708 x2:100fe6f0", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18942, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:100fe6f0 PA:100fe748", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18948, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:100fe6f0 PA:100fe740", "time": "18948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000004 x2:100fe6f0 PA:100fe73c", "time": "18950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:100fe6f0 PA:100fe738", "time": "18951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18952, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:100fe6f0 PA:100fe734", "time": "18952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18953, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:100fe6f0 PA:100fe730", "time": "18953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18967, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:100fe6f0 PA:100fe72c", "time": "18967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:100fe6f0 PA:100fe74c", "time": "18974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:100fe6f0 PA:100fe744", "time": "18975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:100fe6f0 PA:100fe728", "time": "18976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18977, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:100fe6f0 PA:100fe724", "time": "18977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18979, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18980, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=100fe774 x13:100fe774", "time": "18980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18997, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:100fe708 x2:100fe6f0 PA:100fe704", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19004, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19021, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19044, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19045, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19065, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19084, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19088, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19112, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104020", "time": "19112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19117, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19136, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19139, "dur": 43, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19183, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19188, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19191, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19197, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19201, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19202, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104020", "time": "19202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19206, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19207, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19209, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19210, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19213, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19233, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19238, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19241, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19252, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104020", "time": "19252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19257, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19260, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19263, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19280, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19283, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19285, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19288, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19299, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104020", "time": "19299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19304, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19307, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19310, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19330, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19333, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19335, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19338, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19341, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19349, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104020", "time": "19349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19354, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19357, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19360, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19384, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19389, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19392, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19403, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104020", "time": "19403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19408, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19411, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19414, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19434, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19439, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19442, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19445, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19446, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19450, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19452, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19453, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104020", "time": "19453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19458, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19461, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19464, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19486, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19487, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19492, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19495, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19506, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104020", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19511, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19514, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19517, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19533, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19538, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19541, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19552, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104020", "time": "19552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19557, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19560, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19563, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19585, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19590, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19593, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19604, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104020", "time": "19604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19609, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19612, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19615, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19632, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19637, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19640, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19649, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19651, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104020", "time": "19651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19655, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19656, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19659, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19662, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19678, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19683, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19686, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19694, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19697, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104020", "time": "19697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19702, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19705, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19708, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19724, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19729, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19732, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19739, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19743, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104020", "time": "19743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19748, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19751, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19754, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19770, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19778, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19789, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104020", "time": "19789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19794, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19797, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19800, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19816, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19821, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19824, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "19829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "19830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "19831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "19832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "19833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19835, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104020", "time": "19835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19840, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19843, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19846, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19864, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19867, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:100fe6f0 PA:100fe6f4", "time": "19870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100fe6f0 PA:100fe6f8", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100fe6f0 PA:100fe6fc", "time": "19872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19873, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19874, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100fe6f0 PA:100fe6f4", "time": "19882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19887, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19906, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19946, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19958, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19978, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19997, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20000, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20037, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20057, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20075, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20095, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20134, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20152, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20177, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20214, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20232, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20251, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100fe6f0 PA:100fe700", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20273, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100fe778 x8:100fe774", "time": "20292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20293, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000000 x8:100fe774 PA:100fe774", "time": "20293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20300, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20330, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000000", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100fe6f4 x2:100fe6f0", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20350, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20370, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100fe708 x11:100fe6f4 PA:100fe704", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20387, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100fe6f4 PA:100fe700", "time": "20387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20393, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001", "time": "20393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000000 x14:0000000a", "time": "20427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20430, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20433, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100fe6f4 PA:100fe700", "time": "20433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20446, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001", "time": "20446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20480, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001", "time": "20480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20514, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000000", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a32", "instr": "bne x15, x0, -34 x15:00000000", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a34", "instr": "addi x14, x0, 48 x14=00000030", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20549, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a38", "instr": "jal x0, 30 ", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20568, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000030 x13:100fe708 PA:100fe708", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20572, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100fe709 x13:100fe708", "time": "20572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20586, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20589, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100fe709 PA:100fe709", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20594, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20610, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100fe6f4 x2:100fe6f0", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20629, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100fe6d0 x2:100fe6f0", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20632, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100fe774 x2:100fe6d0 PA:100fe6e8", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100fe708 x12:100fe6f4 PA:100fe704", "time": "20634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100fe6f4 PA:100fe6f8", "time": "20635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:100fe6d0 PA:100fe6e4", "time": "20636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100fe6d0 PA:100fe6e0", "time": "20637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20638, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100fe6d0 PA:100fe6dc", "time": "20638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20658, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100fe6d0 PA:100fe6ec", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20663, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100fe6d0 PA:100fe6d8", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100fe6f4 x12:100fe6f4", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20668, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000030 x15=100fe709 x15:100fe708 PA:100fe708", "time": "20668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20670, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000030", "time": "20670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20682, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100fe6f4 PA:100fe6fc", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20690, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20693, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4", "time": "20693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20706, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20727, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20750, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20777, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100fe6f4 PA:100fe6fc", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20784, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20798, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4", "time": "20798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20806, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20820, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20840, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100fe708 x9:100fe6f4 PA:100fe704", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20846, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000030 x20=100fe709 x20:100fe708 PA:100fe708", "time": "20846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20858, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000030", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20878, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20895, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000030 x11:00000030", "time": "20897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20898, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "20903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "20904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "20905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "20906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "20907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20909, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104020", "time": "20909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20914, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20916, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100fe70a x20:100fe709 PA:100fe709", "time": "20916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20919, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20920, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4", "time": "20920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20922, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20923, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20942, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100fe6d0 PA:100fe6ec", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100fe774 x2:100fe6d0 PA:100fe6e8", "time": "20948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:100fe6d0 PA:100fe6e4", "time": "20949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100fe6d0 PA:100fe6e0", "time": "20950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100fe6d0 PA:100fe6dc", "time": "20951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20952, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100fe6d0 PA:100fe6d8", "time": "20952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20953, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100fe6f0 x2:100fe6d0", "time": "20953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20954, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100fe778 x24:100fe778", "time": "20966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20967, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20970, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20973, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20997, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "21000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21002, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21005, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "21008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "21010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "21013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21016, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104020", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21021, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21024, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21027, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21042, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21043, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21043", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21046, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21047, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21048, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21050, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21051, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21053, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "21056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "21058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "21059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "21060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21062, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104020", "time": "21062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21067, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21070, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21073, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21090, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21093, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:100fe6f0 PA:100fe6f4", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100fe6f0 PA:100fe6f8", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100fe6f0 PA:100fe6fc", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100fe6f0 PA:100fe6f4", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21103, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21110, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21128, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21129, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21134, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21137, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21140, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21143, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21149, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21152, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21153, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21156, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21157, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21157", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21160, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21162, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21166, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21171, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21174, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100fe6f0 PA:100fe700", "time": "21174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21175, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100fe77c x8:100fe778", "time": "21178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000004 x8:100fe778 PA:100fe778", "time": "21179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21180, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21183, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000004", "time": "21183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100fe6f4 x2:100fe6f0", "time": "21186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21187, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100fe708 x11:100fe6f4 PA:100fe704", "time": "21189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100fe6f4 PA:100fe700", "time": "21190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21192, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000004 x10:00000004 x15:00000001", "time": "21192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000004 x14:0000000a", "time": "21226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21229, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100fe6f4 PA:100fe700", "time": "21232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21233, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000004 x10:00000004 x15:00000001", "time": "21233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21267, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000004 x15:00000001", "time": "21267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21301, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21333, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000004", "time": "21333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21336, "dur": 9, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000004", "time": "21345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000034 x14:00000030 x16:00000004", "time": "21348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000034 x13:100fe708 PA:100fe708", "time": "21349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100fe709 x13:100fe708", "time": "21351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21352, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100fe709 PA:100fe709", "time": "21355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21356, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21358, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100fe6f4 x2:100fe6f0", "time": "21360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21363, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100fe6d0 x2:100fe6f0", "time": "21365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100fe778 x2:100fe6d0 PA:100fe6e8", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100fe708 x12:100fe6f4 PA:100fe704", "time": "21367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100fe6f4 PA:100fe6f8", "time": "21368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:100fe6d0 PA:100fe6e4", "time": "21369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100fe6d0 PA:100fe6e0", "time": "21370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100fe6d0 PA:100fe6dc", "time": "21371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100fe6d0 PA:100fe6ec", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100fe6d0 PA:100fe6d8", "time": "21373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100fe6f4 x12:100fe6f4", "time": "21376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21377, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000034 x15=100fe709 x15:100fe708 PA:100fe708", "time": "21377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000034", "time": "21379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21381, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100fe6f4 PA:100fe6fc", "time": "21381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21383, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21386, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4", "time": "21386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21389, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21394, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21401, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21403, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100fe6f4 PA:100fe6fc", "time": "21403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21405, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21408, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4", "time": "21408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21411, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4", "time": "21414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21418, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100fe708 x9:100fe6f4 PA:100fe704", "time": "21418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21420, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000034 x20=100fe709 x20:100fe708 PA:100fe708", "time": "21420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21422, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000034", "time": "21422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21426, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000034 x11:00000034", "time": "21428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21429, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "21432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "21434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "21435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "21436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "21437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "21438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21440, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000034 x14:1a104000 PA:1a104020", "time": "21440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21445, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21447, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100fe70a x20:100fe709 PA:100fe709", "time": "21447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21450, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4", "time": "21450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21452, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21453, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21456, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100fe6d0 PA:100fe6ec", "time": "21456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100fe778 x2:100fe6d0 PA:100fe6e8", "time": "21457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:100fe6d0 PA:100fe6e4", "time": "21458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21459, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100fe6d0 PA:100fe6e0", "time": "21459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100fe6d0 PA:100fe6dc", "time": "21460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100fe6d0 PA:100fe6d8", "time": "21461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100fe6f0 x2:100fe6d0", "time": "21462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21463, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100fe77c x24:100fe77c", "time": "21465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21466, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21469, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21472, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21488, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21493, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21496, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "21499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "21501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "21502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "21503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "21504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "21505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21507, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104020", "time": "21507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21512, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21515, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21518, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21533, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21538, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21541, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "21544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "21546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "21548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "21549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "21550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21552, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104020", "time": "21552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21557, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21560, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21563, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21578, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21583, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21586, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000004", "time": "21589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000020 x15:00000004", "time": "21591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000010 x15:00000004", "time": "21592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80", "time": "21594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020", "time": "21595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21597, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104020", "time": "21597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21602, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21605, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21608, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:100fe6f0 PA:100fe74c", "time": "21625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:100fe6f0 PA:100fe748", "time": "21626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:100fe6f0 PA:100fe744", "time": "21627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:100fe6f0 PA:100fe740", "time": "21628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21629, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000004 x2:100fe6f0 PA:100fe73c", "time": "21629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:100fe6f0 PA:100fe738", "time": "21631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:100fe6f0 PA:100fe734", "time": "21632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:100fe6f0 PA:100fe730", "time": "21633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:100fe6f0 PA:100fe72c", "time": "21634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:100fe6f0 PA:100fe728", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:100fe6f0 PA:100fe724", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=100fe750 x2:100fe6f0", "time": "21637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21638, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:100fe750 PA:100fe76c", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=100fe790 x2:100fe750", "time": "21642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21643, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_4.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 93, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "93", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000005", "time": "116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 117, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000005 x10:00000005", "time": "117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 139, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000000 x10:00000005", "time": "139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000005", "time": "140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 141, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 167, "dur": 67, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000005", "time": "167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000005", "time": "235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000005 x19:00000005", "time": "236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 237, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 259, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 279, "dur": 9335, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9614, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080", "time": "9614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 9622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "9622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9623, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "9623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "9641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9642, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "9642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9644, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080", "time": "9644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 9668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00002800 x19:00000005 x10:00000800", "time": "9668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=100fef90 x10:00002800 x5:100fc790", "time": "9669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9670, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "9670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9690, "dur": 9124, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "9690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18814, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18825, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18848, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000005", "time": "18848", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18868", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000000 x12:00000005", "time": "18869", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000", "time": "18870", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000005 x12:00000005", "time": "18871", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18872", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18873, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18873", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=100fef50 x2:100fef90", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000000 x2:100fef50 PA:100fef74", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000005 x2:100fef50 PA:100fef78", "time": "18878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:100fef50 PA:100fef7c", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18881, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=100fef74 x2:100fef50", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18899, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:100fef50 PA:100fef6c", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:100fef50 PA:100fef80", "time": "18901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:100fef50 PA:100fef84", "time": "18902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:100fef50 PA:100fef88", "time": "18903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18904, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:100fef50 PA:100fef8c", "time": "18904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18921, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:100fef74 x2:100fef50 PA:100fef5c", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18926, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=100feef0 x2:100fef50", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=100fef08 x2:100feef0", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18942, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:100feef0 PA:100fef48", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18949, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:100feef0 PA:100fef40", "time": "18949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000005 x2:100feef0 PA:100fef3c", "time": "18951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18952, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:100feef0 PA:100fef38", "time": "18952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18953, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:100feef0 PA:100fef34", "time": "18953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18954, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:100feef0 PA:100fef30", "time": "18954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18967, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:100feef0 PA:100fef2c", "time": "18967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:100feef0 PA:100fef4c", "time": "18973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:100feef0 PA:100fef44", "time": "18974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:100feef0 PA:100fef28", "time": "18975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:100feef0 PA:100fef24", "time": "18976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18977, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18979, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=100fef74 x13:100fef74", "time": "18979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18997, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:100fef08 x2:100feef0 PA:100fef04", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19005, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19021, "dur": 26, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19047, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19048, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19065, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19084, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19088, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19112, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104028", "time": "19112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19117, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19136, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19139, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19171, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19174, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19176, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19179, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19185, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19190, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104028", "time": "19190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19195, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19197, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19198, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19201, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19223, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19228, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19231, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19242, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104028", "time": "19242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19247, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19250, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19253, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19272, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19276, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19277, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19280, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19283, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19291, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104028", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19296, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19299, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19302, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19319, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19320, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19324, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19325, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19328, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19333, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19336, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19339, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104028", "time": "19339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19344, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19347, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19350, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19370, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19375, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19378, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19386, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19389, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104028", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19394, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19397, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19400, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19420, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19423, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19425, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19428, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19439, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104028", "time": "19439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19444, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19446, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19447, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19450, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19476, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19481, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19483, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19484, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19486, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19489, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19495, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104028", "time": "19495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19500, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19503, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19506, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19523, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19528, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19531, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19542, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104028", "time": "19542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19547, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19550, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19553, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19575, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19580, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19583, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19594, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104028", "time": "19594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19599, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19602, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19605, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19620, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19625, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19628, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19639, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104028", "time": "19639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19644, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19647, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19650, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19665, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19670, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19673, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19684, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104028", "time": "19684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19689, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19692, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19695, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19710, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19715, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19718, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19729, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104028", "time": "19729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19734, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19737, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19740, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19756, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19761, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19764, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19775, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104028", "time": "19775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19780, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19783, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19786, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19806, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19811, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19814, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "19817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "19819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "19821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "19822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "19823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19825, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104028", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19830, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19833, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19836, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19853, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19856, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19859, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:100feef0 PA:100feef4", "time": "19859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100feef0 PA:100feef8", "time": "19878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100feef0 PA:100feefc", "time": "19879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19883, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100feef0 PA:100feef4", "time": "19883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19892, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19906, "dur": 33, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19940, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19958, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19978, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19997, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20000, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20037, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20057, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20075, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20095, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20134, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20152, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20177, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20214, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20232, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20251, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100feef0 PA:100fef00", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20273, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100fef78 x8:100fef74", "time": "20292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20293, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000000 x8:100fef74 PA:100fef74", "time": "20293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20299, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20330, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000000", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100feef4 x2:100feef0", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20350, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20370, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100fef08 x11:100feef4 PA:100fef04", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20387, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100feef4 PA:100fef00", "time": "20387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20394, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001", "time": "20394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000000 x14:0000000a", "time": "20428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20431, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20434, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100feef4 PA:100fef00", "time": "20434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20446, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001", "time": "20446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20480, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001", "time": "20480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20514, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000000", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a32", "instr": "bne x15, x0, -34 x15:00000000", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a34", "instr": "addi x14, x0, 48 x14=00000030", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20549, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a38", "instr": "jal x0, 30 ", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20568, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000030 x13:100fef08 PA:100fef08", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20573, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100fef09 x13:100fef08", "time": "20573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20586, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20589, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100fef09 PA:100fef09", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20595, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20610, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100feef4 x2:100feef0", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20629, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100feed0 x2:100feef0", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20632, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100fef74 x2:100feed0 PA:100feee8", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100fef08 x12:100feef4 PA:100fef04", "time": "20635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100feef4 PA:100feef8", "time": "20636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:100feed0 PA:100feee4", "time": "20637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100feed0 PA:100feee0", "time": "20638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20639, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100feed0 PA:100feedc", "time": "20639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20658, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100feed0 PA:100feeec", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20664, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100feed0 PA:100feed8", "time": "20664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100feef4 x12:100feef4", "time": "20668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20669, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000030 x15=100fef09 x15:100fef08 PA:100fef08", "time": "20669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20671, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000030", "time": "20671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20682, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100feef4 PA:100feefc", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20689, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20692, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4", "time": "20692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20706, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20727, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20750, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20777, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100feef4 PA:100feefc", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20779, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20798, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4", "time": "20798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20807, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20820, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20840, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100fef08 x9:100feef4 PA:100fef04", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20847, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000030 x20=100fef09 x20:100fef08 PA:100fef08", "time": "20847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20858, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000030", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20878, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20895, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000030 x11:00000030", "time": "20897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20898, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "20903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "20904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "20905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "20906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "20907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20909, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104028", "time": "20909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20914, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20916, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100fef0a x20:100fef09 PA:100fef09", "time": "20916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20921, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4", "time": "20921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20923, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20924, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20942, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100feed0 PA:100feeec", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100fef74 x2:100feed0 PA:100feee8", "time": "20949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:100feed0 PA:100feee4", "time": "20950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100feed0 PA:100feee0", "time": "20951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20952, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100feed0 PA:100feedc", "time": "20952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20953, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100feed0 PA:100feed8", "time": "20953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20954, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100feef0 x2:100feed0", "time": "20954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20955, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100fef78 x24:100fef78", "time": "20966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20967, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20970, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20973, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20999, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "21002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21004, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21007, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "21010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "21013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "21015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21018, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104028", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21023, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21026, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21029, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21046, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21047, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21050, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21052, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21055, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "21058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "21060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "21061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "21062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "21063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "21064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21066, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104028", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21071, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21074, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21077, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21092, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21095, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:100feef0 PA:100feef4", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100feef0 PA:100feef8", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100feef0 PA:100feefc", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21103, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21104, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100feef0 PA:100feef4", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21113, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21135, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21138, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21139, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21140, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21143, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21146, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21149, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21152, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21153, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21154, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21155, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21159, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21163, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21166, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21172, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21177, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100feef0 PA:100fef00", "time": "21180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21181, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100fef7c x8:100fef78", "time": "21184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21185, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000005 x8:100fef78 PA:100fef78", "time": "21185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21186, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21189, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000005", "time": "21189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100feef4 x2:100feef0", "time": "21192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21193, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100fef08 x11:100feef4 PA:100fef04", "time": "21195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100feef4 PA:100fef00", "time": "21196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21197, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21198, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000005 x10:00000005 x15:00000001", "time": "21198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000005 x14:0000000a", "time": "21232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21235, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100feef4 PA:100fef00", "time": "21238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21239, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000005 x10:00000005 x15:00000001", "time": "21239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21273, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000005 x15:00000001", "time": "21273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21307, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21339, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000005", "time": "21339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21342, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21360, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000005", "time": "21360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000035 x14:00000030 x16:00000005", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000035 x13:100fef08 PA:100fef08", "time": "21364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100fef09 x13:100fef08", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21367, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100fef09 PA:100fef09", "time": "21370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21371, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21373, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100feef4 x2:100feef0", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21378, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100feed0 x2:100feef0", "time": "21380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100fef78 x2:100feed0 PA:100feee8", "time": "21381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100fef08 x12:100feef4 PA:100fef04", "time": "21382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100feef4 PA:100feef8", "time": "21383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:100feed0 PA:100feee4", "time": "21384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100feed0 PA:100feee0", "time": "21385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21386, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100feed0 PA:100feedc", "time": "21386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100feed0 PA:100feeec", "time": "21387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100feed0 PA:100feed8", "time": "21388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100feef4 x12:100feef4", "time": "21391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21392, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000035 x15=100fef09 x15:100fef08 PA:100fef08", "time": "21392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000035", "time": "21394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21396, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100feef4 PA:100feefc", "time": "21396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21398, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21401, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4", "time": "21401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21404, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21409, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21416, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21418, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100feef4 PA:100feefc", "time": "21418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21420, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21423, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4", "time": "21423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21426, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4", "time": "21429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21433, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100fef08 x9:100feef4 PA:100fef04", "time": "21433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21435, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000035 x20=100fef09 x20:100fef08 PA:100fef08", "time": "21435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21437, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000035", "time": "21437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21441, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000035 x11:00000035", "time": "21443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21444, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21446, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "21447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "21449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21450, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "21450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "21451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21452, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "21452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21453, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "21453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21455, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000035 x14:1a104000 PA:1a104028", "time": "21455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21459, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21460, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21462, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100fef0a x20:100fef09 PA:100fef09", "time": "21462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21465, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4", "time": "21465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21468, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21471, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100feed0 PA:100feeec", "time": "21471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21472, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100fef78 x2:100feed0 PA:100feee8", "time": "21472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:100feed0 PA:100feee4", "time": "21473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21474, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100feed0 PA:100feee0", "time": "21474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100feed0 PA:100feedc", "time": "21475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21476, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100feed0 PA:100feed8", "time": "21476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100feef0 x2:100feed0", "time": "21477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21478, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100fef7c x24:100fef7c", "time": "21480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21481, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21483, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21484, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21487, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21503, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21508, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21511, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "21514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "21516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "21517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "21518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "21519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "21520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21522, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104028", "time": "21522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21527, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21530, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21533, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21548, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21553, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21556, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "21561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "21562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "21563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "21564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "21565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21567, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104028", "time": "21567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21572, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21575, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21578, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21593, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21598, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21601, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000005", "time": "21604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000028 x15:00000005", "time": "21606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000014 x15:00000005", "time": "21607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028", "time": "21608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80", "time": "21609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028", "time": "21610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21612, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104028", "time": "21612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21617, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21620, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21623, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:100feef0 PA:100fef4c", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:100feef0 PA:100fef48", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:100feef0 PA:100fef44", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:100feef0 PA:100fef40", "time": "21642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000005 x2:100feef0 PA:100fef3c", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:100feef0 PA:100fef38", "time": "21644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:100feef0 PA:100fef34", "time": "21645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:100feef0 PA:100fef30", "time": "21646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:100feef0 PA:100fef2c", "time": "21647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:100feef0 PA:100fef28", "time": "21648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21649, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:100feef0 PA:100fef24", "time": "21649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=100fef50 x2:100feef0", "time": "21650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21651, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:100fef50 PA:100fef6c", "time": "21653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21655, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=100fef90 x2:100fef50", "time": "21655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21656, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_5.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 95, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "95", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000006", "time": "119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 120, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000006 x10:00000006", "time": "120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000000 x10:00000006", "time": "143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000006", "time": "144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 145, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 169, "dur": 68, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000006", "time": "169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000006", "time": "238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000006 x19:00000006", "time": "239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 240, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 262, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 283, "dur": 9331, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9614, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080", "time": "9614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 9622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "9622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9623, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "9623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "9641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9642, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "9642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9644, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080", "time": "9644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 9668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00003000 x19:00000006 x10:00000800", "time": "9668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=100ff790 x10:00003000 x5:100fc790", "time": "9669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9670, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "9670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9690, "dur": 9124, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "9690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18814, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18825, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18848, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000006", "time": "18848", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18868", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000000 x12:00000006", "time": "18869", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000", "time": "18870", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000006 x12:00000006", "time": "18871", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18872", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18873, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18873", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=100ff750 x2:100ff790", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18876, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000000 x2:100ff750 PA:100ff774", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000006 x2:100ff750 PA:100ff778", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:100ff750 PA:100ff77c", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18882, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=100ff774 x2:100ff750", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18899, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:100ff750 PA:100ff76c", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:100ff750 PA:100ff780", "time": "18906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:100ff750 PA:100ff784", "time": "18907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:100ff750 PA:100ff788", "time": "18908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18909, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:100ff750 PA:100ff78c", "time": "18909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18921, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:100ff774 x2:100ff750 PA:100ff75c", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18927, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=100ff6f0 x2:100ff750", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=100ff708 x2:100ff6f0", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18942, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:100ff6f0 PA:100ff748", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18950, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:100ff6f0 PA:100ff740", "time": "18950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18952, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000006 x2:100ff6f0 PA:100ff73c", "time": "18952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18953, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:100ff6f0 PA:100ff738", "time": "18953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18954, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:100ff6f0 PA:100ff734", "time": "18954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18955, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:100ff6f0 PA:100ff730", "time": "18955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:100ff6f0 PA:100ff72c", "time": "18967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:100ff6f0 PA:100ff74c", "time": "18968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:100ff6f0 PA:100ff744", "time": "18969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:100ff6f0 PA:100ff728", "time": "18970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:100ff6f0 PA:100ff724", "time": "18971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18974, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=100ff774 x13:100ff774", "time": "18974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18997, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:100ff708 x2:100ff6f0 PA:100ff704", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19006, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19021, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19052, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19053, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19065, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19084, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19088, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19112, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104030", "time": "19112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19117, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19136, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19139, "dur": 33, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19172, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19173, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19178, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19181, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19185, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19192, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104030", "time": "19192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19197, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19200, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19203, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19229, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19234, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19237, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19248, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104030", "time": "19248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19253, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19256, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19259, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19276, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19280, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19281, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19283, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19284, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19295, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104030", "time": "19295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19300, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19303, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19306, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19324, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19329, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19332, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19336, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19341, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19343, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104030", "time": "19343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19348, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19351, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19354, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19376, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19381, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19384, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19386, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19395, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104030", "time": "19395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19400, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19403, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19406, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19426, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19431, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19434, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19445, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104030", "time": "19445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19450, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19452, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19453, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19456, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19478, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19481, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19482, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19483, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19485, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19486, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19489, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19497, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104030", "time": "19497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19502, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19505, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19508, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19526, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19531, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19534, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19545, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104030", "time": "19545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19550, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19553, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19556, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19579, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19584, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19587, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19598, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104030", "time": "19598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19603, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19606, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19609, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19624, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19629, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19632, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19643, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104030", "time": "19643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19648, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19651, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19654, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19669, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19674, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19677, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19688, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104030", "time": "19688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19693, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19696, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19699, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19714, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19719, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19722, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19733, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104030", "time": "19733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19738, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19741, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19744, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19760, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19765, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19768, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19779, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104030", "time": "19779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19784, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19787, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19790, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19807, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19812, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19815, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "19818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "19821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "19822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "19823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19826, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104030", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19831, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19834, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19837, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19855, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19858, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:100ff6f0 PA:100ff6f4", "time": "19861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19862, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100ff6f0 PA:100ff6f8", "time": "19862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100ff6f0 PA:100ff6fc", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19866, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19867, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19882, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100ff6f0 PA:100ff6f4", "time": "19882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19893, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19906, "dur": 36, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19943, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19958, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19978, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19997, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20000, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20037, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20057, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20075, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20095, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20134, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20152, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20177, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20214, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20232, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20251, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100ff6f0 PA:100ff700", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20273, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100ff778 x8:100ff774", "time": "20292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000000 x8:100ff774 PA:100ff774", "time": "20293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20294, "dur": 36, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20330, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000000", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100ff6f4 x2:100ff6f0", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20350, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20370, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100ff708 x11:100ff6f4 PA:100ff704", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20387, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100ff6f4 PA:100ff700", "time": "20387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20395, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001", "time": "20395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000000 x14:0000000a", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20432, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20435, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100ff6f4 PA:100ff700", "time": "20435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20446, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001", "time": "20446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20480, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001", "time": "20480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20514, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000000", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a32", "instr": "bne x15, x0, -34 x15:00000000", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a34", "instr": "addi x14, x0, 48 x14=00000030", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20549, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a38", "instr": "jal x0, 30 ", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20568, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000030 x13:100ff708 PA:100ff708", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20574, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100ff709 x13:100ff708", "time": "20574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20586, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20589, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100ff709 PA:100ff709", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20596, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20610, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100ff6f4 x2:100ff6f0", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20629, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100ff6d0 x2:100ff6f0", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20632, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100ff774 x2:100ff6d0 PA:100ff6e8", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100ff708 x12:100ff6f4 PA:100ff704", "time": "20636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100ff6f4 PA:100ff6f8", "time": "20637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:100ff6d0 PA:100ff6e4", "time": "20638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100ff6d0 PA:100ff6e0", "time": "20639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20640, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100ff6d0 PA:100ff6dc", "time": "20640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20658, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100ff6d0 PA:100ff6ec", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20665, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100ff6d0 PA:100ff6d8", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100ff6f4 x12:100ff6f4", "time": "20669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20670, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000030 x15=100ff709 x15:100ff708 PA:100ff708", "time": "20670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20672, "dur": 9, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000030", "time": "20672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20682, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100ff6f4 PA:100ff6fc", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20684, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20687, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20706, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20727, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20750, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20777, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100ff6f4 PA:100ff6fc", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20785, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20798, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4", "time": "20798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20805, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20820, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20840, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100ff708 x9:100ff6f4 PA:100ff704", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20848, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000030 x20=100ff709 x20:100ff708 PA:100ff708", "time": "20848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20858, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000030", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20878, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20895, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000030 x11:00000030", "time": "20897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20898, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "20903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "20904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "20905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "20906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "20907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20909, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104030", "time": "20909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20914, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20916, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100ff70a x20:100ff709 PA:100ff709", "time": "20916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20922, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20924, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20925, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20942, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100ff6d0 PA:100ff6ec", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100ff774 x2:100ff6d0 PA:100ff6e8", "time": "20950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:100ff6d0 PA:100ff6e4", "time": "20951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20952, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100ff6d0 PA:100ff6e0", "time": "20952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20953, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100ff6d0 PA:100ff6dc", "time": "20953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20954, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100ff6d0 PA:100ff6d8", "time": "20954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20955, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100ff6f0 x2:100ff6d0", "time": "20955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20956, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100ff778 x24:100ff778", "time": "20966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20967, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20970, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20973, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "21000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21001, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "21001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "21004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21006, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21009, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "21015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "21017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21020, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104030", "time": "21020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21025, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21028, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21031, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21048, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21049, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21052, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21053, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21054, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21057, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "21060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "21062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "21063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "21064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "21065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21068, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104030", "time": "21068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21073, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21076, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21079, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21095, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21098, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21101, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:100ff6f0 PA:100ff6f4", "time": "21101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100ff6f0 PA:100ff6f8", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100ff6f0 PA:100ff6fc", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100ff6f0 PA:100ff6f4", "time": "21109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21117, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21138, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21139, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21144, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21147, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21150, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21153, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21156, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21157, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21157", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21159, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21163, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21167, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21170, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21172, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21176, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21181, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100ff6f0 PA:100ff700", "time": "21184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21185, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100ff77c x8:100ff778", "time": "21188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000006 x8:100ff778 PA:100ff778", "time": "21189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21190, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21193, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000006", "time": "21193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100ff6f4 x2:100ff6f0", "time": "21196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21197, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100ff708 x11:100ff6f4 PA:100ff704", "time": "21199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100ff6f4 PA:100ff700", "time": "21200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21201, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21202, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000006 x10:00000006 x15:00000001", "time": "21202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000006 x14:0000000a", "time": "21236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21239, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100ff6f4 PA:100ff700", "time": "21242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21243, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000006 x10:00000006 x15:00000001", "time": "21243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21277, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000006 x15:00000001", "time": "21277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21311, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21343, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000006", "time": "21343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21346, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21348, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000006", "time": "21348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000036 x14:00000030 x16:00000006", "time": "21351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21352, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000036 x13:100ff708 PA:100ff708", "time": "21352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100ff709 x13:100ff708", "time": "21355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21356, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100ff709 PA:100ff709", "time": "21359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21360, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21362, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100ff6f4 x2:100ff6f0", "time": "21364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21367, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100ff6d0 x2:100ff6f0", "time": "21369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100ff778 x2:100ff6d0 PA:100ff6e8", "time": "21370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100ff708 x12:100ff6f4 PA:100ff704", "time": "21371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100ff6f4 PA:100ff6f8", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:100ff6d0 PA:100ff6e4", "time": "21373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100ff6d0 PA:100ff6e0", "time": "21374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100ff6d0 PA:100ff6dc", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100ff6d0 PA:100ff6ec", "time": "21376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100ff6d0 PA:100ff6d8", "time": "21377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100ff6f4 x12:100ff6f4", "time": "21380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21381, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000036 x15=100ff709 x15:100ff708 PA:100ff708", "time": "21381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000036", "time": "21383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21385, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100ff6f4 PA:100ff6fc", "time": "21385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21387, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21390, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4", "time": "21390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21393, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21398, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21405, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21407, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100ff6f4 PA:100ff6fc", "time": "21407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21409, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21412, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4", "time": "21412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21415, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4", "time": "21418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21422, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100ff708 x9:100ff6f4 PA:100ff704", "time": "21422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21424, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000036 x20=100ff709 x20:100ff708 PA:100ff708", "time": "21424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21426, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000036", "time": "21426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21430, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000036 x11:00000036", "time": "21432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21433, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "21436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "21438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "21439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "21440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "21441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "21442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21444, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000036 x14:1a104000 PA:1a104030", "time": "21444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21449, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21451, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100ff70a x20:100ff709 PA:100ff709", "time": "21451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21453, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21454, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4", "time": "21454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21456, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21457, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100ff6d0 PA:100ff6ec", "time": "21460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100ff778 x2:100ff6d0 PA:100ff6e8", "time": "21461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:100ff6d0 PA:100ff6e4", "time": "21462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100ff6d0 PA:100ff6e0", "time": "21463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100ff6d0 PA:100ff6dc", "time": "21464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100ff6d0 PA:100ff6d8", "time": "21465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21466, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100ff6f0 x2:100ff6d0", "time": "21466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21467, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21469, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100ff77c x24:100ff77c", "time": "21469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21470, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21472, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21473, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21476, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21496, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21501, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21504, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "21507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21509, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "21509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "21510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "21511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "21512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "21513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21515, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104030", "time": "21515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21520, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21523, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21526, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21542, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21547, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21550, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "21556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "21557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "21558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21561, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104030", "time": "21561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21566, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21569, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21572, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21588, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21593, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21596, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000006", "time": "21599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000030 x15:00000006", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000018 x15:00000006", "time": "21602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030", "time": "21603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80", "time": "21604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030", "time": "21605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21607, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104030", "time": "21607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21612, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21615, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21618, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:100ff6f0 PA:100ff74c", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:100ff6f0 PA:100ff748", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:100ff6f0 PA:100ff744", "time": "21637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:100ff6f0 PA:100ff740", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000006 x2:100ff6f0 PA:100ff73c", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:100ff6f0 PA:100ff738", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:100ff6f0 PA:100ff734", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:100ff6f0 PA:100ff730", "time": "21642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21643, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:100ff6f0 PA:100ff72c", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:100ff6f0 PA:100ff728", "time": "21647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:100ff6f0 PA:100ff724", "time": "21648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21649, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=100ff750 x2:100ff6f0", "time": "21649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21650, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:100ff750 PA:100ff76c", "time": "21652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=100ff790 x2:100ff750", "time": "21654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21655, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_6.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 98, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "98", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 122, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000007", "time": "122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 123, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000007 x10:00000007", "time": "123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000000 x10:00000007", "time": "146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000007", "time": "147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 148, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 172, "dur": 69, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000007", "time": "172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000007", "time": "242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000007 x19:00000007", "time": "243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 244, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 268, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 285, "dur": 9329, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9614, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080", "time": "9614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 9622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "9622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 9623, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "9623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "9641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9642, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "9642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9644, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080", "time": "9644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 9668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00003800 x19:00000007 x10:00000800", "time": "9668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 9669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=100fff90 x10:00003800 x5:100fc790", "time": "9669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 9670, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "9670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 9690, "dur": 9124, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "9690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18814, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18825, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18848, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000007", "time": "18848", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18868", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000000 x12:00000007", "time": "18869", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000", "time": "18870", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000007 x12:00000007", "time": "18871", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18872", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18873, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18873", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=100fff50 x2:100fff90", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18876, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000000 x2:100fff50 PA:100fff74", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000007 x2:100fff50 PA:100fff78", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:100fff50 PA:100fff7c", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18883, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=100fff74 x2:100fff50", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18899, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:100fff50 PA:100fff6c", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:100fff50 PA:100fff80", "time": "18905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:100fff50 PA:100fff84", "time": "18906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:100fff50 PA:100fff88", "time": "18907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18908, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:100fff50 PA:100fff8c", "time": "18908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18921, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:100fff74 x2:100fff50 PA:100fff5c", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18928, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=100ffef0 x2:100fff50", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=100fff08 x2:100ffef0", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:100ffef0 PA:100fff48", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:100ffef0 PA:100fff40", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000007 x2:100ffef0 PA:100fff3c", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:100ffef0 PA:100fff38", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:100ffef0 PA:100fff34", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18947, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:100ffef0 PA:100fff30", "time": "18947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18967, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:100ffef0 PA:100fff2c", "time": "18967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:100ffef0 PA:100fff4c", "time": "18969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:100ffef0 PA:100fff44", "time": "18970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:100ffef0 PA:100fff28", "time": "18971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:100ffef0 PA:100fff24", "time": "18972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18975, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=100fff74 x13:100fff74", "time": "18975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18997, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:100fff08 x2:100ffef0 PA:100fff04", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19007, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19021, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19050, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19051, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19065, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19084, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19088, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19112, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104038", "time": "19112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19117, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19136, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19139, "dur": 41, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19181, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19185, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19186, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19189, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19197, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19200, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104038", "time": "19200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19204, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19205, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19207, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19208, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19211, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19231, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19236, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19239, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19250, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104038", "time": "19250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19255, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19258, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19261, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19278, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19283, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19286, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19297, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104038", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19302, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19305, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19308, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19326, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19331, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19333, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19334, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19336, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19341, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19345, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104038", "time": "19345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19350, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19353, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19356, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19378, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19383, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19386, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19397, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104038", "time": "19397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19402, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19405, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19408, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19428, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19433, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19436, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19445, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19446, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19447, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104038", "time": "19447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19452, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19455, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19458, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19480, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19483, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19484, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19485, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19488, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19499, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104038", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19504, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19507, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19510, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19527, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19532, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19535, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19546, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104038", "time": "19546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19551, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19554, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19557, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19583, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19588, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19591, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19602, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104038", "time": "19602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19607, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19610, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19613, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19630, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19635, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19638, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19649, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104038", "time": "19649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19654, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19657, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19660, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19675, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19680, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19683, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19694, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104038", "time": "19694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19699, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19702, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19705, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19721, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19726, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19729, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19739, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19740, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104038", "time": "19740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19745, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19748, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19751, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19767, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19772, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19786, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104038", "time": "19786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19791, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19794, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19797, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19812, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19817, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19820, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "19823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "19828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "19829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19831, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104038", "time": "19831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19836, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19839, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19842, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19861, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19864, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19867, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:100ffef0 PA:100ffef4", "time": "19867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100ffef0 PA:100ffef8", "time": "19868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100ffef0 PA:100ffefc", "time": "19869", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19871, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19882, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100ffef0 PA:100ffef4", "time": "19882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19891, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19906, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19944, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19958, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19978, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19997, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20000, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20037, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20057, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20075, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20095, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20134, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20152, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20177, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20214, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20232, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20251, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100ffef0 PA:100fff00", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20273, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100fff78 x8:100fff74", "time": "20292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20293, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000000 x8:100fff74 PA:100fff74", "time": "20293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20295, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20330, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000000", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100ffef4 x2:100ffef0", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20350, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20370, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100fff08 x11:100ffef4 PA:100fff04", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20387, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100ffef4 PA:100fff00", "time": "20387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20392, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001", "time": "20392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000000 x14:0000000a", "time": "20426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20429, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20432, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100ffef4 PA:100fff00", "time": "20432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20446, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001", "time": "20446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20480, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001", "time": "20480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20514, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000000", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a32", "instr": "bne x15, x0, -34 x15:00000000", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a34", "instr": "addi x14, x0, 48 x14=00000030", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20549, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a38", "instr": "jal x0, 30 ", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20568, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000030 x13:100fff08 PA:100fff08", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20575, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100fff09 x13:100fff08", "time": "20575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20586, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20589, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100fff09 PA:100fff09", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20597, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20610, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100ffef4 x2:100ffef0", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20629, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100ffed0 x2:100ffef0", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20632, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100fff74 x2:100ffed0 PA:100ffee8", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100fff08 x12:100ffef4 PA:100fff04", "time": "20637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100ffef4 PA:100ffef8", "time": "20638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:100ffed0 PA:100ffee4", "time": "20639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100ffed0 PA:100ffee0", "time": "20640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20641, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100ffed0 PA:100ffedc", "time": "20641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20658, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100ffed0 PA:100ffeec", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100ffed0 PA:100ffed8", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100ffef4 x12:100ffef4", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20666, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000030 x15=100fff09 x15:100fff08 PA:100fff08", "time": "20666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20668, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000030", "time": "20668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20682, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100ffef4 PA:100ffefc", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20685, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20688, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4", "time": "20688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20706, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20727, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20750, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20777, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100ffef4 PA:100ffefc", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20783, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20798, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4", "time": "20798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20801, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20820, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20840, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100fff08 x9:100ffef4 PA:100fff04", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20845, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000030 x20=100fff09 x20:100fff08 PA:100fff08", "time": "20845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20858, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000030", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20878, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20895, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000030 x11:00000030", "time": "20897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20898, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "20903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "20904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "20905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "20906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "20907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20909, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104038", "time": "20909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20914, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20916, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100fff0a x20:100fff09 PA:100fff09", "time": "20916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20922, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20923, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4", "time": "20923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20925, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20926, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100ffed0 PA:100ffeec", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100fff74 x2:100ffed0 PA:100ffee8", "time": "20943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:100ffed0 PA:100ffee4", "time": "20944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100ffed0 PA:100ffee0", "time": "20945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100ffed0 PA:100ffedc", "time": "20946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100ffed0 PA:100ffed8", "time": "20947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100ffef0 x2:100ffed0", "time": "20948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20949, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100fff78 x24:100fff78", "time": "20966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20967, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20970, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20973, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "21001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21002, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "21002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21007, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21010, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "21013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "21015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "21017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "21019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21021, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104038", "time": "21021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21026, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21029, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21032, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21049, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21050, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21053, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21055, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21058, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "21061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "21063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "21064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "21065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "21067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21069, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104038", "time": "21069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21074, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21077, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21080, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21096, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21099, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21102, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:100ffef0 PA:100ffef4", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:100ffef0 PA:100ffef8", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:100ffef0 PA:100ffefc", "time": "21106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:100ffef0 PA:100ffef4", "time": "21110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21118, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21141, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21146, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21149, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21152, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21155, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21161, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21165, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21169, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21172, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21174, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21178, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21183, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21185, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:100ffef0 PA:100fff00", "time": "21186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21187, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=100fff7c x8:100fff78", "time": "21190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000007 x8:100fff78 PA:100fff78", "time": "21191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21192, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21195, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000007", "time": "21195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=100ffef4 x2:100ffef0", "time": "21198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21199, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21201, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=100fff08 x11:100ffef4 PA:100fff04", "time": "21201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21202, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:100ffef4 PA:100fff00", "time": "21202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21204, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000007 x10:00000007 x15:00000001", "time": "21204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000007 x14:0000000a", "time": "21238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21241, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:100ffef4 PA:100fff00", "time": "21244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21245, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000007 x10:00000007 x15:00000001", "time": "21245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21279, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000007 x15:00000001", "time": "21279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21313, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000007", "time": "21345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21348, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21350, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000007", "time": "21350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000037 x14:00000030 x16:00000007", "time": "21353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000037 x13:100fff08 PA:100fff08", "time": "21354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=100fff09 x13:100fff08", "time": "21356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21357, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:100fff09 PA:100fff09", "time": "21360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21361, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21363, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=100ffef4 x2:100ffef0", "time": "21365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21368, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=100ffed0 x2:100ffef0", "time": "21370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:100fff78 x2:100ffed0 PA:100ffee8", "time": "21371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=100fff08 x12:100ffef4 PA:100fff04", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:100ffef4 PA:100ffef8", "time": "21373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:100ffed0 PA:100ffee4", "time": "21374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:100ffed0 PA:100ffee0", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:100ffed0 PA:100ffedc", "time": "21376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:100ffed0 PA:100ffeec", "time": "21377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:100ffed0 PA:100ffed8", "time": "21378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=100ffef4 x12:100ffef4", "time": "21381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21382, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000037 x15=100fff09 x15:100fff08 PA:100fff08", "time": "21382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000037", "time": "21384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21386, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:100ffef4 PA:100ffefc", "time": "21386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21388, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21391, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4", "time": "21391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21394, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21399, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21406, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21408, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:100ffef4 PA:100ffefc", "time": "21408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21410, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21413, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4", "time": "21413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21416, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4", "time": "21419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21423, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=100fff08 x9:100ffef4 PA:100fff04", "time": "21423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21425, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000037 x20=100fff09 x20:100fff08 PA:100fff08", "time": "21425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21427, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000037", "time": "21427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21431, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000037 x11:00000037", "time": "21433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21434, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "21437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "21439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "21440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "21441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "21442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "21443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21445, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000037 x14:1a104000 PA:1a104038", "time": "21445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21450, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21452, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=100fff0a x20:100fff09 PA:100fff09", "time": "21452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21455, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4", "time": "21455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21458, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:100ffed0 PA:100ffeec", "time": "21461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=100fff78 x2:100ffed0 PA:100ffee8", "time": "21462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:100ffed0 PA:100ffee4", "time": "21463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:100ffed0 PA:100ffee0", "time": "21464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:100ffed0 PA:100ffedc", "time": "21465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21466, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:100ffed0 PA:100ffed8", "time": "21466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=100ffef0 x2:100ffed0", "time": "21467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21468, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21470, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=100fff7c x24:100fff7c", "time": "21470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21471, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21474, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21477, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21497, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21502, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21505, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "21508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21509, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "21510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "21511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "21512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "21513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "21514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21516, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104038", "time": "21516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21521, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21524, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21527, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21543, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21548, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21551, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "21554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "21556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "21557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "21558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "21560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21562, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104038", "time": "21562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21567, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21570, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21573, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21589, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21594, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21597, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000007", "time": "21600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000038 x15:00000007", "time": "21602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000001c x15:00000007", "time": "21603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038", "time": "21604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80", "time": "21605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038", "time": "21606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21608, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104038", "time": "21608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21613, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21616, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21619, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:100ffef0 PA:100fff4c", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:100ffef0 PA:100fff48", "time": "21637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:100ffef0 PA:100fff44", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:100ffef0 PA:100fff40", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000007 x2:100ffef0 PA:100fff3c", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:100ffef0 PA:100fff38", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:100ffef0 PA:100fff34", "time": "21642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:100ffef0 PA:100fff30", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:100ffef0 PA:100fff2c", "time": "21644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:100ffef0 PA:100fff28", "time": "21645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:100ffef0 PA:100fff24", "time": "21646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=100fff50 x2:100ffef0", "time": "21647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21648, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:100fff50 PA:100fff6c", "time": "21650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=100fff90 x2:100fff50", "time": "21652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21653, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_00_7.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12588, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "12588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000020", "time": "12606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12607, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000000 x10:00000020", "time": "12607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 12624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000001 x10:00000020", "time": "12624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12625, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000000", "time": "12625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12628, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "_entry", "args":{"pc": "1c0000aa", "instr": "beq x10, x0, 8 x10:00000001", "time": "12628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:44"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12647, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "_entry", "args":{"pc": "1c0000ae", "instr": "jal x0, 8274 ", "time": "12647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:44"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12649, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "12649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "12650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "12651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12652, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000000", "time": "12652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002110", "instr": "auipc x8, 0xfeffe000 x8=1b000110", "time": "12664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002114", "instr": "addi x8, x8, -264 x8=1b000008 x8:1b000110", "time": "12665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002118", "instr": "addi x9, x8, 64 x9=1b000048 x8:1b000008", "time": "12666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:60"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12667, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00211c", "instr": "add x18, x0, x8 x18=1b000008 x8:1b000008", "time": "12667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:61"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00211e", "instr": "lui x19, 0x1b204000 x19=1b204000", "time": "12684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:62"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002122", "instr": "addi x20, x0, 2 x20=00000002", "time": "12685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:63"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002124", "instr": "auipc x21, 0x0 x21=1c002124", "time": "12686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002128", "instr": "addi x21, x21, 54 x21=1c00215a x21:1c002124", "time": "12687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:64"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12688, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00212c", "instr": "auipc x23, 0x0 x23=1c00212c", "time": "12688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002130", "instr": "addi x23, x23, 1404 x23=1c0026a8 x23:1c00212c", "time": "12705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:65"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12706, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002134", "instr": "lw x23, 0(x23) x23=1c2fff50 x23:1c0026a8 PA:1c0026a8", "time": "12706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:66"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002138", "instr": "addi x7, x0, 24 x7=00000018", "time": "12721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:67"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 12722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00213a", "instr": "mul x7, x7, x10 x7=00000018 x7:00000018 x10:00000001", "time": "12722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:68"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 12723, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00213e", "instr": "add x23, x23, x7 x23=1c2fff68 x23:1c2fff50 x7:00000018", "time": "12723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:69"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002140", "instr": "addi x23, x23, 8 x23=1c2fff70 x23:1c2fff68", "time": "12744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:70"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002142", "instr": "lui x25, 0x10201000 x25=10201000", "time": "12745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:81"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002146", "instr": "addi x25, x25, -508 x25=10200e04 x25:10201000", "time": "12746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:81"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00214a", "instr": "addi x24, x0, 1 x24=00000001", "time": "12747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:82"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12748, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00214c", "instr": "auipc x26, 0x0 x26=1c00214c", "time": "12748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:85"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002150", "instr": "addi x26, x26, 224 x26=1c00222c x26:1c00214c", "time": "12765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:85"}}, -{"name": "ori", "cat": "ori", "ph": "X", "ts": 12766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002154", "instr": "ori x26, x26, 1 x26=1c00222d x26:1c00222c", "time": "12766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:86"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12767, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002158", "instr": "jal x0, 22 ", "time": "12767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:88"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 12802, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00216e", "instr": "lw x28, 0(x8) x28=00000000 x8:1b000008 PA:1b000008", "time": "12802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:109"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12804, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002172", "instr": "beq x28, x0, 96 x28:00000000", "time": "12804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021d2", "instr": "sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008", "time": "12823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:188"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 12824, "dur": 4870, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021d6", "instr": "p.elw x0, 60(x19) x19:1b204000 PA:1b20403c", "time": "12824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:189"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17694, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021da", "instr": "sw x20, 4(x19) x20:00000002 x19:1b204000 PA:1b204004", "time": "17694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:190"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17695, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021de", "instr": "jal x0, -112 ", "time": "17695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:191"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17698, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00216e", "instr": "lw x28, 0(x8) x28=00000008 x8:1b000008 PA:1b000008", "time": "17698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:109"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002172", "instr": "beq x28, x0, 96 x28:00000008", "time": "17700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:110"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002176", "instr": "lw x10, 8(x8) x10=00000000 x8:1b000008 PA:1b000010", "time": "17701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:120"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002178", "instr": "lw x5, 4(x8) x5=1c0009d8 x8:1b000008 PA:1b00000c", "time": "17702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:121"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17703, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00217c", "instr": "lw x2, 12(x8) x2=104fe400 x8:1b000008 PA:1b000014", "time": "17703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:122"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002180", "instr": "lw x6, 16(x8) x6=00000400 x8:1b000008 PA:1b000018", "time": "17720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:123"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002184", "instr": "lw x7, 20(x8) x7=00000400 x8:1b000008 PA:1b00001c", "time": "17721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:124"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002188", "instr": "lw x22, 24(x8) x22=100fc720 x8:1b000008 PA:1b000020", "time": "17722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:125"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17723, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00218c", "instr": "lw x29, 28(x8) x29=1000013c x8:1b000008 PA:1b000024", "time": "17723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:126"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002190", "instr": "sw x0, 0(x8) x8:1b000008 PA:1b000008", "time": "17740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:127"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002194", "instr": "auipc x30, 0xfeffe000 x30=1b000194", "time": "17741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:131"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002198", "instr": "addi x30, x30, -332 x30=1b000048 x30:1b000194", "time": "17742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:131"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17743, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00219c", "instr": "sw x29, 0(x30) x29:1000013c x30:1b000048 PA:1b000048", "time": "17743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:132"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021a0", "instr": "add x1, x0, x21 x1=1c00215a x21:1c00215a", "time": "17760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:134"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021a2", "instr": "addi x29, x0, 1 x29=00000001", "time": "17761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:137"}}, -{"name": "sll", "cat": "sll", "ph": "X", "ts": 17762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021a4", "instr": "sll x28, x29, x28 x28=00000100 x29:00000001 x28:00000008", "time": "17762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:141"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021a8", "instr": "addi x28, x28, -1 x28=000000ff x28:00000100", "time": "17763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:142"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17764, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021aa", "instr": "sw x28, 512(x19) x28:000000ff x19:1b204000 PA:1b204200", "time": "17764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:144"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021ae", "instr": "sw x28, 524(x19) x28:000000ff x19:1b204000 PA:1b20420c", "time": "17781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:145"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021b2", "instr": "sw x28, 132(x19) x28:000000ff x19:1b204000 PA:1b204084", "time": "17782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:155"}}, -{"name": "p.beqimm", "cat": "p.beqimm", "ph": "X", "ts": 17783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021b6", "instr": "p.beqimm x28, 16 x28:000000ff", "time": "17783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:161"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17784, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021ba", "instr": "sw x26, 128(x19) x26:1c00222d x19:1b204000 PA:1b204080", "time": "17784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:162"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021be", "instr": "sw x7, 128(x19) x7:00000400 x19:1b204000 PA:1b204080", "time": "17802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:163"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021c2", "instr": "sw x2, 128(x19) x2:104fe400 x19:1b204000 PA:1b204080", "time": "17803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:164"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop_no_slave", "args":{"pc": "1c0021c6", "instr": "addi x8, x8, 32 x8=1b000028 x8:1b000008", "time": "17804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:170"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17805, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop_no_slave", "args":{"pc": "1c0021ca", "instr": "bne x8, x9, 6 x8:1b000028 x9:1b000048", "time": "17805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:171"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17808, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_no_reset", "args":{"pc": "1c0021d0", "instr": "jalr x0, x5, 0 x5:1c0009d8", "time": "17808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:176"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009d8", "instr": "addi x2, x2, -16 x2=104fe3f0 x2:104fe400", "time": "17826", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17827, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c0009da", "instr": "addi x14, x0, 255 x14=000000ff", "time": "17827", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c0009de", "instr": "lui x15, 0x1b204000 x15=1b204000", "time": "17844", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009e2", "instr": "sw x1, 12(x2) x1:1c00215a x2:104fe3f0 PA:104fe3fc", "time": "17845", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009e4", "instr": "sw x8, 8(x2) x8:1b000028 x2:104fe3f0 PA:104fe3f8", "time": "17846", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009e6", "instr": "sw x9, 4(x2) x9:1b000048 x2:104fe3f0 PA:104fe3f4", "time": "17847", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17848, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c0009e8", "instr": "sw x14, 132(x15) x14:000000ff x15:1b204000 PA:1b204084", "time": "17848", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17849, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009ec", "instr": "addi x9, x15, 512 x9=1b204200 x15:1b204000", "time": "17849", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:319"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17866, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009f0", "instr": "sw x14, 0(x9) x14:000000ff x9:1b204200 PA:1b204200", "time": "17866", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:319"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17867, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009f2", "instr": "addi x15, x15, 524 x15=1b20420c x15:1b204000", "time": "17867", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:320"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009f6", "instr": "sw x14, 0(x15) x14:000000ff x15:1b20420c PA:1b20420c", "time": "17868", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:320"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c0009f8", "instr": "lui x15, 0x1c001000 x15=1c001000", "time": "17869", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17870, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c0009fc", "instr": "addi x15, x15, -1604 x15=1c0009bc x15:1c001000", "time": "17870", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a00", "instr": "lui x14, 0x1b204000 x14=1b204000", "time": "17887", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a04", "instr": "sw x15, 128(x14) x15:1c0009bc x14:1b204000 PA:1b204080", "time": "17888", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a08", "instr": "lui x15, 0x1b204000 x15=1b204000", "time": "17889", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17890, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a0c", "instr": "sw x10, 128(x15) x10:00000000 x15:1b204000 PA:1b204080", "time": "17890", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000a10", "instr": "csrrs x12, x0, 0xf14 x12=00000020", "time": "17907", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 17908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000a14", "instr": "srai x8, x12, 0x405 x8=00000001 x12:00000020", "time": "17908", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17909, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000a18", "instr": "p.bclr x8, x8, 25, 6 x8=00000001 x8:00000001", "time": "17909", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17910, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "core_entry", "args":{"pc": "1c000a1c", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "17910", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "core_entry", "args":{"pc": "1c000a20", "instr": "p.bclr x12, x12, 26, 5 x12=00000000 x12:00000020", "time": "17931", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17932, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "core_entry", "args":{"pc": "1c000a24", "instr": "add x11, x0, x8 x11=00000001 x8:00000001", "time": "17932", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17933, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "core_entry", "args":{"pc": "1c000a26", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "17933", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17934, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "core_entry", "args":{"pc": "1c000a2a", "instr": "jal x1, 3558 x1=1c000a2e", "time": "17934", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=104fe3b0 x2:104fe3f0", "time": "17965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000001 x2:104fe3b0 PA:104fe3d4", "time": "17966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "17967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000000 x2:104fe3b0 PA:104fe3d8", "time": "17968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:104fe3b0 PA:104fe3dc", "time": "17969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "17970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17971, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=104fe3d4 x2:104fe3b0", "time": "17971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "17987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "17988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c000a2e x2:104fe3b0 PA:104fe3cc", "time": "17989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:1b204000 x2:104fe3b0 PA:104fe3e0", "time": "17990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:1b204000 x2:104fe3b0 PA:104fe3e4", "time": "17991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:104fe3b0 PA:104fe3e8", "time": "17992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17993, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:104fe3b0 PA:104fe3ec", "time": "17993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:104fe3d4 x2:104fe3b0 PA:104fe3bc", "time": "18009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18010, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=104fe350 x2:104fe3b0", "time": "18028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=104fe368 x2:104fe350", "time": "18029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000001 x2:104fe350 PA:104fe3a8", "time": "18030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b000008 x2:104fe350 PA:104fe3a0", "time": "18031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:1b204000 x2:104fe350 PA:104fe39c", "time": "18032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:00000002 x2:104fe350 PA:104fe398", "time": "18033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c00215a x2:104fe350 PA:104fe394", "time": "18034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18035, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:100fc720 x2:104fe350 PA:104fe390", "time": "18035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:1c2fff70 x2:104fe350 PA:104fe38c", "time": "18051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18052, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:104fe350 PA:104fe3ac", "time": "18052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18053, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:1b204200 x2:104fe350 PA:104fe3a4", "time": "18053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000001 x2:104fe350 PA:104fe388", "time": "18054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:10200e04 x2:104fe350 PA:104fe384", "time": "18055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18058, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=104fe3d4 x13:104fe3d4", "time": "18058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:104fe368 x2:104fe350 PA:104fe364", "time": "18074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18078, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18095, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18122, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18123, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18132, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18151, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18171, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18194, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104080", "time": "18194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18199, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18218, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18221, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18252, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18257, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18260, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18271, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104080", "time": "18271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18276, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18279, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18282, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18300, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18305, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18308, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18318, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18319, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104080", "time": "18319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18324, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18327, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18330, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18351, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18356, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18359, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18370, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104080", "time": "18370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18375, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18378, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18381, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18396, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18401, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18404, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18415, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104080", "time": "18415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18420, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18423, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18426, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18444, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18449, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18452, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18456, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18459, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18463, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104080", "time": "18463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18468, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18470, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18471, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18474, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "18474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18489, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "18489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "18492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18494, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "18496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18497, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18508, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104080", "time": "18508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18513, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "18515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18516, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18519, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "18519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18535, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "18535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "18538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18540, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "18542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18543, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18554, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104080", "time": "18554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18559, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "18561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18562, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18565, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "18565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "18580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18581, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18586, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18589, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18600, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104080", "time": "18600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18605, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "18607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18608, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18611, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "18611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "18626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18627, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "18627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "18630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18632, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "18634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18635, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18646, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104080", "time": "18646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18651, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "18653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18654, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18657, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "18657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "18672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18673, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "18673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "18676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18678, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "18680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18681, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18692, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104080", "time": "18692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18697, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "18699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18700, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18703, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "18703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "18719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18720, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "18720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18725, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "18727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18728, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18739, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104080", "time": "18739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18744, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "18746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18747, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18750, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "18750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "18765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18766, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18771, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18774, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18785, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104080", "time": "18785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18790, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "18792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18793, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18796, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "18796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "18813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18814, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18819, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18822, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18833, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104080", "time": "18833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18838, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "18840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18841, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18844, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "18844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "18860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18861, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "18861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "18864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18866, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "18868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18869, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18869", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "18872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18873, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "18874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "18877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "18878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18880, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104080", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18885, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "18887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18888, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18891, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "18891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "18907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18908, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "18908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18911, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "18911", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18914, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:104fe350 PA:104fe354", "time": "18914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18915, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104fe350 PA:104fe358", "time": "18915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18916, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104fe350 PA:104fe35c", "time": "18916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18917, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "18917", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18918, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "18918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18938, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104fe350 PA:104fe354", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "18939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18943, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "18959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "18960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18961, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "18961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "18998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18999, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "18999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19008, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19028, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19051, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19054, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19073, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19092, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19113, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19130, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19151, "dur": 48, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19199, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19227, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19247, "dur": 42, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19289, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19308, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19331, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104fe350 PA:104fe360", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19352, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104fe3d8 x8:104fe3d4", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000001 x8:104fe3d4 PA:104fe3d4", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19384, "dur": 54, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19438, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000001", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104fe354 x2:104fe350", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19463, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19492, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104fe368 x11:104fe354 PA:104fe364", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104fe354 PA:104fe360", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "19513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19514, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001", "time": "19514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 19548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000001 x14:0000000a", "time": "19548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "19549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "19550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19551, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "19551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19554, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104fe354 PA:104fe360", "time": "19554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19579, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 19613, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19647, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19679, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000001", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19682, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19704, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000001", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000031 x13:104fe368 PA:104fe368", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "19727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19728, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104fe369 x13:104fe368", "time": "19728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19745, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104fe369 PA:104fe369", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19749, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "19749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19751, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "19751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19771, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104fe354 x2:104fe350", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19793, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104fe330 x2:104fe350", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104fe3d4 x2:104fe330 PA:104fe348", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104fe368 x12:104fe354 PA:104fe364", "time": "19797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104fe354 PA:104fe358", "time": "19798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:104fe330 PA:104fe344", "time": "19799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104fe330 PA:104fe340", "time": "19800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19801, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104fe330 PA:104fe33c", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104fe330 PA:104fe34c", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104fe330 PA:104fe338", "time": "19821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104fe354 x12:104fe354", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 19825, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000031 x15=104fe369 x15:104fe368 PA:104fe368", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19827, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000031", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "19847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19848, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104fe354 PA:104fe35c", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19850, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "19850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19853, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354", "time": "19853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19872, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "19872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19893, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "19913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19914, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "19914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 19936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 19937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "19937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19938, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "19938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19940, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104fe354 PA:104fe35c", "time": "19940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19942, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "19942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19962, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19964, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "19964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19965, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "19965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19985, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354", "time": "19985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20006, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104fe368 x9:104fe354 PA:104fe364", "time": "20006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20008, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000031 x20=104fe369 x20:104fe368 PA:104fe368", "time": "20008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20024, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000031", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20044, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20062, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000031 x11:00000031", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20065, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "20070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "20071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "20072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "20073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "20074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20076, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104080", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20081, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20083, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104fe36a x20:104fe369 PA:104fe369", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20086, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354", "time": "20086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20089, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104fe330 PA:104fe34c", "time": "20108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104fe3d4 x2:104fe330 PA:104fe348", "time": "20109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:104fe330 PA:104fe344", "time": "20110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104fe330 PA:104fe340", "time": "20111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104fe330 PA:104fe33c", "time": "20112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104fe330 PA:104fe338", "time": "20113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104fe350 x2:104fe330", "time": "20114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20115, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104fe3d8 x24:104fe3d8", "time": "20137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20138, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20141, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20144, "dur": 32, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20177, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20182, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20185, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "20190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "20191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "20192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "20193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "20194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20196, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104080", "time": "20196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20201, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20204, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20207, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20226, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20231, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20234, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "20237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "20239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "20240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "20241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "20242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "20243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20245, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104080", "time": "20245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20250, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20253, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20256, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20276, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20279, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:104fe350 PA:104fe354", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20283, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104fe350 PA:104fe358", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104fe350 PA:104fe35c", "time": "20284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104fe350 PA:104fe354", "time": "20288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20296, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20312, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20320, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20323, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20326, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20332, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20336, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20340, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20343, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20349, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20354, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104fe350 PA:104fe360", "time": "20357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20358, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104fe3dc x8:104fe3d8", "time": "20361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000000 x8:104fe3d8 PA:104fe3d8", "time": "20362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20363, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20366, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000000", "time": "20366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104fe354 x2:104fe350", "time": "20369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20370, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104fe368 x11:104fe354 PA:104fe364", "time": "20372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104fe354 PA:104fe360", "time": "20373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20375, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001", "time": "20375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000000 x14:0000000a", "time": "20409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20412, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104fe354 PA:104fe360", "time": "20415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20416, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001", "time": "20416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20450, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001", "time": "20450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20484, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000000", "time": "20516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a32", "instr": "bne x15, x0, -34 x15:00000000", "time": "20517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a34", "instr": "addi x14, x0, 48 x14=00000030", "time": "20518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20519, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a38", "instr": "jal x0, 30 ", "time": "20519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000", "time": "20521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000030 x13:104fe368 PA:104fe368", "time": "20522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104fe369 x13:104fe368", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20525, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104fe369 PA:104fe369", "time": "20528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20529, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20531, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104fe354 x2:104fe350", "time": "20533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20536, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104fe330 x2:104fe350", "time": "20538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104fe3d8 x2:104fe330 PA:104fe348", "time": "20539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104fe368 x12:104fe354 PA:104fe364", "time": "20540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104fe354 PA:104fe358", "time": "20541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:104fe330 PA:104fe344", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104fe330 PA:104fe340", "time": "20543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104fe330 PA:104fe33c", "time": "20544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104fe330 PA:104fe34c", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104fe330 PA:104fe338", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104fe354 x12:104fe354", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20550, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000030 x15=104fe369 x15:104fe368 PA:104fe368", "time": "20550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000030", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20554, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104fe354 PA:104fe35c", "time": "20554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20556, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20559, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20562, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20567, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20574, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20576, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104fe354 PA:104fe35c", "time": "20576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20578, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20581, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354", "time": "20581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20584, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354", "time": "20587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20591, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104fe368 x9:104fe354 PA:104fe364", "time": "20591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20593, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000030 x20=104fe369 x20:104fe368 PA:104fe368", "time": "20593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20595, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000030", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20599, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000030 x11:00000030", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20602, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "20605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "20607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "20608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "20609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "20611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20613, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104080", "time": "20613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20618, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20620, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104fe36a x20:104fe369 PA:104fe369", "time": "20620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20623, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354", "time": "20623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20626, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104fe330 PA:104fe34c", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104fe3d8 x2:104fe330 PA:104fe348", "time": "20630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:104fe330 PA:104fe344", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104fe330 PA:104fe340", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104fe330 PA:104fe33c", "time": "20633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104fe330 PA:104fe338", "time": "20634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104fe350 x2:104fe330", "time": "20635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20636, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104fe3dc x24:104fe3dc", "time": "20638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20639, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "20641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20642, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20645, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "20645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "20673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20674, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "20674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "20677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20679, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20682, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "20685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "20688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "20689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "20690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "20691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20693, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104080", "time": "20693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20698, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "20700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20701, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20704, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "20704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20720, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "20720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "20723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20725, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20728, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "20731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "20733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "20734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "20735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "20736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "20737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20739, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104080", "time": "20739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20744, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "20746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20747, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20750, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "20768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20769, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "20769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "20772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20774, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "20776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20777, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000020", "time": "20780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000100 x15:00000020", "time": "20782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000080 x15:00000020", "time": "20783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100", "time": "20784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000", "time": "20786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20788, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104080", "time": "20788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20793, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "20795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20796, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20799, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "20799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "20813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "20814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:104fe350 PA:104fe3ac", "time": "20815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000001 x2:104fe350 PA:104fe3a8", "time": "20816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=1b204200 x2:104fe350 PA:104fe3a4", "time": "20817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b000008 x2:104fe350 PA:104fe3a0", "time": "20818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=1b204000 x2:104fe350 PA:104fe39c", "time": "20819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=00000002 x2:104fe350 PA:104fe398", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c00215a x2:104fe350 PA:104fe394", "time": "20821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=100fc720 x2:104fe350 PA:104fe390", "time": "20822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=1c2fff70 x2:104fe350 PA:104fe38c", "time": "20823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000001 x2:104fe350 PA:104fe388", "time": "20824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=10200e04 x2:104fe350 PA:104fe384", "time": "20825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=104fe3b0 x2:104fe350", "time": "20826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20827, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c000a2e x2:104fe3b0 PA:104fe3cc", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "20830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=104fe3f0 x2:104fe3b0", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20832, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c000a2e", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 20835, "dur": 9, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "evt_read32", "args":{"pc": "1c000a2e", "instr": "p.elw x15, 28(x9) x15=00000000 x9:1b204200 PA:1b20421c", "time": "20835", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a32", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "20844", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a36", "instr": "slli x8, x8, 0x2 x8=00000004 x8:00000001", "time": "20845", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a38", "instr": "addi x15, x15, 1668 x15=1c002684 x15:1c002000", "time": "20846", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20847, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a3c", "instr": "addi x14, x0, 1 x14=00000001", "time": "20847", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20864, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a3e", "instr": "p.sw x14, x0(x15) x14:00000001 x15:1c002684 PA:1c002688", "time": "20864", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a42", "instr": "lw x1, 12(x2) x1=1c00215a x2:104fe3f0 PA:104fe3fc", "time": "20882", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a44", "instr": "lw x8, 8(x2) x8=1b000028 x2:104fe3f0 PA:104fe3f8", "time": "20883", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a46", "instr": "lw x9, 4(x2) x9=1b000048 x2:104fe3f0 PA:104fe3f4", "time": "20884", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a48", "instr": "addi x2, x2, 16 x2=104fe400 x2:104fe3f0", "time": "20885", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20886, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a4a", "instr": "jalr x0, x1, 0 x1:1c00215a", "time": "20886", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20888, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_event", "args":{"pc": "1c00215a", "instr": "beq x22, x0, 20 x22:100fc720", "time": "20888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:91"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20890, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_push_event_to_fc_retry", "args":{"pc": "1c00215e", "instr": "lw x5, 0(x23) x5=00000000 x23:1c2fff70 PA:1c2fff70", "time": "20890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:96"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_push_event_to_fc_retry", "args":{"pc": "1c002162", "instr": "bne x5, x0, 126 x5:00000000", "time": "20905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:97"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20906, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_push_event_to_fc_retry", "args":{"pc": "1c002166", "instr": "sw x22, 0(x23) x22:100fc720 x23:1c2fff70 PA:1c2fff70", "time": "20906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:100"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20924, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_push_event_to_fc_retry", "args":{"pc": "1c00216a", "instr": "sw x24, 0(x25) x24:00000001 x25:10200e04 PA:10200e04", "time": "20924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:103"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20928, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00216e", "instr": "lw x28, 0(x8) x28=00000000 x8:1b000028 PA:1b000028", "time": "20928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:109"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20930, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002172", "instr": "beq x28, x0, 96 x28:00000000", "time": "20930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20933, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021d2", "instr": "sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008", "time": "20933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:188"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 20934, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021d6", "instr": "p.elw x0, 60(x19) x19:1b204000 PA:1b20403c", "time": "20934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:189"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021da", "instr": "sw x20, 4(x19) x20:00000002 x19:1b204000 PA:1b204004", "time": "20939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:190"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20940, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021de", "instr": "jal x0, -112 ", "time": "20940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:191"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20943, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00216e", "instr": "lw x28, 0(x8) x28=00000000 x8:1b000028 PA:1b000028", "time": "20943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:109"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20945, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002172", "instr": "beq x28, x0, 96 x28:00000000", "time": "20945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:110"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12588, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "12588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000021", "time": "12606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12607, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000001 x10:00000021", "time": "12607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 12624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000001 x10:00000021", "time": "12624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000001", "time": "12625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12626, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "12626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "12644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "12645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "12646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12647, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000001", "time": "12647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "12699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000021", "time": "12700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000001 x19:00000021", "time": "12701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12702, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "12702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "12719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "12720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "12721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12722, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "12722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 12742, "dur": 5050, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "12742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17792, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "17792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "17810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17811, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "17811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "17829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17830, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "17830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17832, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080", "time": "17832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 17856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00000400 x19:00000001 x10:00000400", "time": "17856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=104fe800 x10:00000400 x5:104fe400", "time": "17857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17858, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "17858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17860, "dur": 36, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "17860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17896, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "17896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "17904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "17905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "17906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17907, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "17907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17925, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000021", "time": "17925", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "17942", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 17943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000001 x12:00000021", "time": "17943", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001", "time": "17944", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000001 x12:00000021", "time": "17945", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "17946", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17947, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "17947", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=104fe7c0 x2:104fe800", "time": "17965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17966, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000001 x2:104fe7c0 PA:104fe7e4", "time": "17966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "17970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000001 x2:104fe7c0 PA:104fe7e8", "time": "17971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:104fe7c0 PA:104fe7ec", "time": "17972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "17973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17974, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=104fe7e4 x2:104fe7c0", "time": "17974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "17987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "17988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17989, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:104fe7c0 PA:104fe7dc", "time": "17989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:104fe7c0 PA:104fe7f0", "time": "17992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17993, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:104fe7c0 PA:104fe7f4", "time": "17993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:104fe7c0 PA:104fe7f8", "time": "17994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17995, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:104fe7c0 PA:104fe7fc", "time": "17995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18009, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:104fe7e4 x2:104fe7c0 PA:104fe7cc", "time": "18009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18011, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=104fe760 x2:104fe7c0", "time": "18028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=104fe778 x2:104fe760", "time": "18029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18030, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:104fe760 PA:104fe7b8", "time": "18030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:104fe760 PA:104fe7b0", "time": "18037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000001 x2:104fe760 PA:104fe7ac", "time": "18038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:104fe760 PA:104fe7a8", "time": "18039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18040, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:104fe760 PA:104fe7a4", "time": "18040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18041, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:104fe760 PA:104fe7a0", "time": "18041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18051, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:104fe760 PA:104fe79c", "time": "18051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:104fe760 PA:104fe7bc", "time": "18054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:104fe760 PA:104fe7b4", "time": "18055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:104fe760 PA:104fe798", "time": "18056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:104fe760 PA:104fe794", "time": "18057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18060, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=104fe7e4 x13:104fe7e4", "time": "18060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:104fe778 x2:104fe760 PA:104fe774", "time": "18074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18078, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18095, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18111, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18132, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18151, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18171, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18194, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104088", "time": "18194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18199, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18218, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18221, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18237, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18242, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18245, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18256, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104088", "time": "18256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18261, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18264, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18267, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18282, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18287, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18290, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18301, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104088", "time": "18301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18306, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18309, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18312, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18327, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18332, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18335, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18341, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18346, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104088", "time": "18346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18351, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18354, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18357, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18372, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18377, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18380, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18386, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18391, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104088", "time": "18391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18396, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18399, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18402, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18417, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18422, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18425, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18436, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104088", "time": "18436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18441, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18444, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18447, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "18447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "18461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18462, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "18462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "18465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18466, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18467, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18469, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "18469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18470, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18472, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18474, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18476, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18478, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18481, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104088", "time": "18481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18485, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18486, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18489, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18492, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "18492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "18508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18509, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "18509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "18512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18514, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "18516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18517, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18528, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104088", "time": "18528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18533, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "18535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18536, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18539, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "18539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "18553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18554, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18559, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18562, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18573, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104088", "time": "18573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18578, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "18580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18581, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18584, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "18599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18600, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "18600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "18603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18605, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "18607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18608, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18619, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104088", "time": "18619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18624, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "18626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18627, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18630, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "18630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "18648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18649, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "18649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "18652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18654, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "18656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18657, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18668, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104088", "time": "18668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18673, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "18675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18676, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18679, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "18679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "18693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18694, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "18694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "18697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18699, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "18701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18702, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18713, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104088", "time": "18713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18718, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "18720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18721, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18724, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "18738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18739, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18744, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18747, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18758, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104088", "time": "18758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18763, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "18765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18766, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18769, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "18769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "18791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18792, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18797, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18800, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18811, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104088", "time": "18811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18816, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "18818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18819, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18822, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "18837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18838, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "18838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "18841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18843, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "18845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18846, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18848, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18849, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "18849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18850, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18851, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "18851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "18852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "18853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "18854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "18855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18857, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104088", "time": "18857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18862, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "18864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18865, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18868, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "18868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "18886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18887, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "18887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18890, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "18890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18893, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:104fe760 PA:104fe764", "time": "18893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18914, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104fe760 PA:104fe768", "time": "18914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18919, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104fe760 PA:104fe76c", "time": "18919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "18920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18921, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18938, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104fe760 PA:104fe764", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18944, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "18959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "18960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18961, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "18961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18980, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "18980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18985, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "18985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19008, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19028, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19051, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19054, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19073, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19092, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19113, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19130, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19151, "dur": 48, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19199, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19227, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19247, "dur": 42, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19289, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19308, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19331, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104fe760 PA:104fe770", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19352, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104fe7e8 x8:104fe7e4", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000001 x8:104fe7e4 PA:104fe7e4", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19384, "dur": 54, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19438, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000001", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104fe764 x2:104fe760", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19463, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19492, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104fe778 x11:104fe764 PA:104fe774", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104fe764 PA:104fe770", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "19513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19514, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001", "time": "19514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 19548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000001 x14:0000000a", "time": "19548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "19549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "19550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19551, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "19551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19554, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104fe764 PA:104fe770", "time": "19554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19579, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 19613, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19647, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19679, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000001", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19682, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19704, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000001", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000031 x13:104fe778 PA:104fe778", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "19727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19728, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104fe779 x13:104fe778", "time": "19728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19745, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19748, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104fe779 PA:104fe779", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "19755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19756, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "19756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19771, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104fe764 x2:104fe760", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19793, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104fe740 x2:104fe760", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19796, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104fe7e4 x2:104fe740 PA:104fe758", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104fe778 x12:104fe764 PA:104fe774", "time": "19798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104fe764 PA:104fe768", "time": "19799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:104fe740 PA:104fe754", "time": "19800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104fe740 PA:104fe750", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19802, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104fe740 PA:104fe74c", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104fe740 PA:104fe75c", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104fe740 PA:104fe748", "time": "19821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104fe764 x12:104fe764", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 19825, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000031 x15=104fe779 x15:104fe778 PA:104fe778", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19827, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000031", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "19847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19848, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104fe764 PA:104fe76c", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19855, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "19855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19858, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764", "time": "19858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19872, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "19872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19893, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "19913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19914, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "19914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 19936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 19937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "19937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19938, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "19938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19940, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104fe764 PA:104fe76c", "time": "19940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19946, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "19946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19962, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "19970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19971, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "19971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19985, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764", "time": "19985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20006, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104fe778 x9:104fe764 PA:104fe774", "time": "20006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20014, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000031 x20=104fe779 x20:104fe778 PA:104fe778", "time": "20014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20024, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000031", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20044, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20062, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000031 x11:00000031", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20065, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "20070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "20071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "20072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "20073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "20074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20076, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104088", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20081, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20083, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104fe77a x20:104fe779 PA:104fe779", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20090, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764", "time": "20090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20093, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104fe740 PA:104fe75c", "time": "20108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104fe7e4 x2:104fe740 PA:104fe758", "time": "20109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:104fe740 PA:104fe754", "time": "20110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104fe740 PA:104fe750", "time": "20111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104fe740 PA:104fe74c", "time": "20112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104fe740 PA:104fe748", "time": "20113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104fe760 x2:104fe740", "time": "20114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20115, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104fe7e8 x24:104fe7e8", "time": "20137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20138, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20141, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20144, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20160, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20165, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20168, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "20171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20172, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "20173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20174, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "20174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "20175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20179, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104088", "time": "20179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20184, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20187, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20190, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20206, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20207, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20212, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20215, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "20218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "20220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "20221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "20222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "20223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20226, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104088", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20231, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20234, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20237, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20252, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20255, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:104fe760 PA:104fe764", "time": "20258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104fe760 PA:104fe768", "time": "20259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104fe760 PA:104fe76c", "time": "20260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104fe760 PA:104fe764", "time": "20264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20272, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20287, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20292, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20295, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20298, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20301, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20307, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20311, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20315, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20318, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20320, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20324, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20329, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104fe760 PA:104fe770", "time": "20332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20333, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20336, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104fe7ec x8:104fe7e8", "time": "20336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000001 x8:104fe7e8 PA:104fe7e8", "time": "20337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20338, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20341, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000001", "time": "20341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104fe764 x2:104fe760", "time": "20344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20345, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104fe778 x11:104fe764 PA:104fe774", "time": "20347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20348, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104fe764 PA:104fe770", "time": "20348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20351, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001", "time": "20351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000001 x14:0000000a", "time": "20385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20386, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20388, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104fe764 PA:104fe770", "time": "20391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20392, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001", "time": "20392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20426, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001", "time": "20426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20460, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20492, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000001", "time": "20492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20495, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20497, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000001", "time": "20497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001", "time": "20500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000031 x13:104fe778 PA:104fe778", "time": "20501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104fe779 x13:104fe778", "time": "20503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20504, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104fe779 PA:104fe779", "time": "20507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20508, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20510, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104fe764 x2:104fe760", "time": "20512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20515, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104fe740 x2:104fe760", "time": "20517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104fe7e8 x2:104fe740 PA:104fe758", "time": "20518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104fe778 x12:104fe764 PA:104fe774", "time": "20519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104fe764 PA:104fe768", "time": "20520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:104fe740 PA:104fe754", "time": "20521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104fe740 PA:104fe750", "time": "20522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104fe740 PA:104fe74c", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104fe740 PA:104fe75c", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104fe740 PA:104fe748", "time": "20525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104fe764 x12:104fe764", "time": "20528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20529, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000031 x15=104fe779 x15:104fe778 PA:104fe778", "time": "20529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000031", "time": "20531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20533, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104fe764 PA:104fe76c", "time": "20533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20535, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20538, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764", "time": "20538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20541, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20546, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20553, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20555, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104fe764 PA:104fe76c", "time": "20555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20557, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20560, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20563, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764", "time": "20566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20570, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104fe778 x9:104fe764 PA:104fe774", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20572, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000031 x20=104fe779 x20:104fe778 PA:104fe778", "time": "20572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20574, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000031", "time": "20574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20578, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000031 x11:00000031", "time": "20580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20581, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "20584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "20586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "20587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "20590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20592, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104088", "time": "20592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20597, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20599, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104fe77a x20:104fe779 PA:104fe779", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20602, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20605, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104fe740 PA:104fe75c", "time": "20608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104fe7e8 x2:104fe740 PA:104fe758", "time": "20609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:104fe740 PA:104fe754", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104fe740 PA:104fe750", "time": "20611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104fe740 PA:104fe74c", "time": "20612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104fe740 PA:104fe748", "time": "20613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104fe760 x2:104fe740", "time": "20614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20615, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104fe7ec x24:104fe7ec", "time": "20617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20618, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "20620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20621, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20624, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "20639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20640, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "20640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "20643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20645, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "20647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20648, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "20651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "20654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20655, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "20655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "20656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "20657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20659, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104088", "time": "20659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20664, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "20666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20667, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20670, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "20670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "20684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20685, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "20685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "20688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20690, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "20692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20693, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "20696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "20698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "20699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "20700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "20701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "20702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20704, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104088", "time": "20704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20709, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "20711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20712, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20715, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "20715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "20729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20730, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "20730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "20733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20735, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "20737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20738, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000021", "time": "20741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000108 x15:00000021", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000084 x15:00000021", "time": "20744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108", "time": "20745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80", "time": "20746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008", "time": "20747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20749, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104088", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20754, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "20756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20757, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20760, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "20760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "20778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "20779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:104fe760 PA:104fe7bc", "time": "20780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:104fe760 PA:104fe7b8", "time": "20781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:104fe760 PA:104fe7b4", "time": "20782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20783, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:104fe760 PA:104fe7b0", "time": "20783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20802, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000001 x2:104fe760 PA:104fe7ac", "time": "20802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:104fe760 PA:104fe7a8", "time": "20805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:104fe760 PA:104fe7a4", "time": "20806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:104fe760 PA:104fe7a0", "time": "20807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:104fe760 PA:104fe79c", "time": "20808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:104fe760 PA:104fe798", "time": "20809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:104fe760 PA:104fe794", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=104fe7c0 x2:104fe760", "time": "20811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20812, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "20812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:104fe7c0 PA:104fe7dc", "time": "20814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "20815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=104fe800 x2:104fe7c0", "time": "20816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20817, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_1.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "20817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12588, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "12588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000022", "time": "12606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12607, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000002 x10:00000022", "time": "12607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 12624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000001 x10:00000022", "time": "12624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000002", "time": "12625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12626, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "12626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "12644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "12645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "12646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12647, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000002", "time": "12647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "12699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000022", "time": "12700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000002 x19:00000022", "time": "12701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12702, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "12702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "12719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "12720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "12721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12722, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "12722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 12742, "dur": 5050, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "12742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17792, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "17792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "17810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17811, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "17811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "17829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17830, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "17830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17832, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080", "time": "17832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 17856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00000800 x19:00000002 x10:00000400", "time": "17856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=104fec00 x10:00000800 x5:104fe400", "time": "17857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17858, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "17858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17860, "dur": 36, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "17860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17896, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "17896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "17904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "17905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "17906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17907, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "17907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17925, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000022", "time": "17925", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "17942", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 17943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000001 x12:00000022", "time": "17943", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001", "time": "17944", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000002 x12:00000022", "time": "17945", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "17946", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17947, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "17947", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=104febc0 x2:104fec00", "time": "17965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17966, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000001 x2:104febc0 PA:104febe4", "time": "17966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "17971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000002 x2:104febc0 PA:104febe8", "time": "17972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:104febc0 PA:104febec", "time": "17973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "17974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17975, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=104febe4 x2:104febc0", "time": "17975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "17987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "17988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17989, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:104febc0 PA:104febdc", "time": "17989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:104febc0 PA:104febf0", "time": "17994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17995, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:104febc0 PA:104febf4", "time": "17995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:104febc0 PA:104febf8", "time": "17996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17997, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:104febc0 PA:104febfc", "time": "17997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18009, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:104febe4 x2:104febc0 PA:104febcc", "time": "18009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18013, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=104feb60 x2:104febc0", "time": "18028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=104feb78 x2:104feb60", "time": "18029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:104feb60 PA:104febb8", "time": "18030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:104feb60 PA:104febb0", "time": "18031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000002 x2:104feb60 PA:104febac", "time": "18032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:104feb60 PA:104feba8", "time": "18033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:104feb60 PA:104feba4", "time": "18034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18035, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:104feb60 PA:104feba0", "time": "18035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18051, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:104feb60 PA:104feb9c", "time": "18051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:104feb60 PA:104febbc", "time": "18056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:104feb60 PA:104febb4", "time": "18057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:104feb60 PA:104feb98", "time": "18058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:104feb60 PA:104feb94", "time": "18059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18062, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=104febe4 x13:104febe4", "time": "18062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18074, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:104feb78 x2:104feb60 PA:104feb74", "time": "18074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18079, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18095, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18113, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18132, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18151, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18171, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18194, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104090", "time": "18194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18199, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18218, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18221, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18239, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18244, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18247, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18258, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104090", "time": "18258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18263, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18266, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18269, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18285, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18290, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18293, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18304, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104090", "time": "18304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18309, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18312, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18315, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18331, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18336, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18339, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18341, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18350, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104090", "time": "18350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18355, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18358, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18361, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18376, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18381, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18384, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18386, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18395, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104090", "time": "18395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18400, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18403, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18406, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18425, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18430, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18433, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18444, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104090", "time": "18444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18449, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18452, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18455, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "18455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18469, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "18469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18470, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "18470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "18473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18474, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18475, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "18477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18478, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18481, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18482, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18483, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18484, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18485, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18486, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18489, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104090", "time": "18489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18494, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "18496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18497, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18500, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "18500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "18514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18515, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "18515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "18518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18520, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "18522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18523, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18534, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104090", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18539, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "18541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18542, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18545, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "18545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "18560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18561, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18566, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18569, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18580, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104090", "time": "18580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18585, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "18587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18588, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18591, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "18591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "18605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18606, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "18606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "18609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18611, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "18613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18614, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18625, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104090", "time": "18625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18630, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "18632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18633, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18636, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "18636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "18654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18655, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "18655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "18658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18660, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "18662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18663, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18674, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104090", "time": "18674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18679, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "18681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18682, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18685, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "18685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "18701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18702, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "18702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "18705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18707, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "18709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18710, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18721, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104090", "time": "18721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18726, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18729, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18732, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "18732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "18746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18747, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18752, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18755, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18766, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104090", "time": "18766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18771, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "18773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18774, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18777, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "18777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "18793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18794, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18799, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18802, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18813, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104090", "time": "18813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18818, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "18820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18821, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18824, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "18841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18842, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "18842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "18845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18847, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18849, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "18849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18850, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "18853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "18855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "18856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "18857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "18858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18859, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "18859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18861, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104090", "time": "18861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18866, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "18868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18869, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18869", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18872, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "18872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "18888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18889, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "18889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18892, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "18892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18895, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:104feb60 PA:104feb64", "time": "18895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18914, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104feb60 PA:104feb68", "time": "18914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18915, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104feb60 PA:104feb6c", "time": "18915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18916, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "18916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18917, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "18917", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18938, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104feb60 PA:104feb64", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18946, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "18959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "18960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18961, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "18961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18984, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "18984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18985, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "18985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19008, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19028, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19051, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19054, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19073, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19092, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19113, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19130, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19151, "dur": 48, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19199, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19227, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19247, "dur": 42, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19289, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19308, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19331, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104feb60 PA:104feb70", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19352, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104febe8 x8:104febe4", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19383, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000001 x8:104febe4 PA:104febe4", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19386, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19438, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000001", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104feb64 x2:104feb60", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19463, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19492, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104feb78 x11:104feb64 PA:104feb74", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19512, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104feb64 PA:104feb70", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "19514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19515, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001", "time": "19515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 19549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000001 x14:0000000a", "time": "19549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "19550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "19551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19552, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "19552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19555, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104feb64 PA:104feb70", "time": "19555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19579, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 19613, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19647, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19679, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000001", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19682, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19704, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000001", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19726, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000031 x13:104feb78 PA:104feb78", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "19728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19729, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104feb79 x13:104feb78", "time": "19729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19745, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104feb79 PA:104feb79", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19749, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "19749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19751, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "19751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19771, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104feb64 x2:104feb60", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19793, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104feb40 x2:104feb60", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19796, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104febe4 x2:104feb40 PA:104feb58", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104feb78 x12:104feb64 PA:104feb74", "time": "19800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104feb64 PA:104feb68", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:104feb40 PA:104feb54", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104feb40 PA:104feb50", "time": "19803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19804, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104feb40 PA:104feb4c", "time": "19804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19820, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104feb40 PA:104feb5c", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104feb40 PA:104feb48", "time": "19823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104feb64 x12:104feb64", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 19827, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000031 x15=104feb79 x15:104feb78 PA:104feb78", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19829, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000031", "time": "19829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "19847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19848, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104feb64 PA:104feb6c", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19856, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "19856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19859, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64", "time": "19859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19872, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "19872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19893, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "19913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19914, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "19914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 19936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 19937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "19937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19938, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "19938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19940, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104feb64 PA:104feb6c", "time": "19940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19942, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "19942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19962, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19964, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "19964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19965, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "19965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19985, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64", "time": "19985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20006, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104feb78 x9:104feb64 PA:104feb74", "time": "20006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20008, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000031 x20=104feb79 x20:104feb78 PA:104feb78", "time": "20008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20024, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000031", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20044, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20062, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000031 x11:00000031", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20065, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "20070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "20071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "20072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "20073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "20074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20076, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104090", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20081, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20083, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104feb7a x20:104feb79 PA:104feb79", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20086, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64", "time": "20086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20089, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20108, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104feb40 PA:104feb5c", "time": "20108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104febe4 x2:104feb40 PA:104feb58", "time": "20110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:104feb40 PA:104feb54", "time": "20111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104feb40 PA:104feb50", "time": "20112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104feb40 PA:104feb4c", "time": "20113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104feb40 PA:104feb48", "time": "20114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104feb60 x2:104feb40", "time": "20115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20116, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104febe8 x24:104febe8", "time": "20137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20138, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20141, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20144, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20164, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20169, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20172, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20174, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "20175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "20178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "20179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "20180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "20181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20183, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104090", "time": "20183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20188, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20191, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20194, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20211, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20216, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20219, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "20222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "20227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "20228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20230, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104090", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20235, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20238, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20241, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20257, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20260, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:104feb60 PA:104feb64", "time": "20263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104feb60 PA:104feb68", "time": "20264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104feb60 PA:104feb6c", "time": "20265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20269, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104feb60 PA:104feb64", "time": "20269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20276, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20278, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20294, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20299, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20302, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20305, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20308, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20314, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20318, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20321, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20322, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20325, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20327, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20331, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20336, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104feb60 PA:104feb70", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20340, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104febec x8:104febe8", "time": "20343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000002 x8:104febe8 PA:104febe8", "time": "20344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20348, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000002", "time": "20348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104feb64 x2:104feb60", "time": "20351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20352, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104feb78 x11:104feb64 PA:104feb74", "time": "20354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104feb64 PA:104feb70", "time": "20355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20357, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001", "time": "20357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000002 x14:0000000a", "time": "20391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20394, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104feb64 PA:104feb70", "time": "20397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20398, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001", "time": "20398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20432, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001", "time": "20432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20466, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20498, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000002", "time": "20498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20501, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20503, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000002", "time": "20503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002", "time": "20506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20507, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000032 x13:104feb78 PA:104feb78", "time": "20507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20509, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104feb79 x13:104feb78", "time": "20510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20511, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104feb79 PA:104feb79", "time": "20514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20515, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20517, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104feb64 x2:104feb60", "time": "20519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20522, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104feb40 x2:104feb60", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104febe8 x2:104feb40 PA:104feb58", "time": "20525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104feb78 x12:104feb64 PA:104feb74", "time": "20526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104feb64 PA:104feb68", "time": "20527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:104feb40 PA:104feb54", "time": "20528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104feb40 PA:104feb50", "time": "20529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104feb40 PA:104feb4c", "time": "20530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104feb40 PA:104feb5c", "time": "20531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104feb40 PA:104feb48", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104feb64 x12:104feb64", "time": "20535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20536, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000032 x15=104feb79 x15:104feb78 PA:104feb78", "time": "20536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000032", "time": "20538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20540, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104feb64 PA:104feb6c", "time": "20540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20542, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20545, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20548, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20553, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20560, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20562, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104feb64 PA:104feb6c", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20564, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20567, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20570, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64", "time": "20573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20577, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104feb78 x9:104feb64 PA:104feb74", "time": "20577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20579, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000032 x20=104feb79 x20:104feb78 PA:104feb78", "time": "20579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20581, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000032", "time": "20581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20585, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000032 x11:00000032", "time": "20587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20588, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "20591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "20593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "20594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20599, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104090", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20604, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20606, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104feb7a x20:104feb79 PA:104feb79", "time": "20606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20609, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64", "time": "20609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20612, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104feb40 PA:104feb5c", "time": "20615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104febe8 x2:104feb40 PA:104feb58", "time": "20616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:104feb40 PA:104feb54", "time": "20617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104feb40 PA:104feb50", "time": "20618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104feb40 PA:104feb4c", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104feb40 PA:104feb48", "time": "20620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104feb60 x2:104feb40", "time": "20621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20622, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104febec x24:104febec", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20625, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20628, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20631, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "20651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20652, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "20652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20655, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "20655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20657, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "20659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20660, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "20666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "20668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "20669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20671, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104090", "time": "20671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20676, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "20678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20679, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20682, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "20696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20697, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "20697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "20700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20702, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "20704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20705, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "20708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "20710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "20711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "20712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "20713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "20714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20716, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104090", "time": "20716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20721, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "20723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20724, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20727, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "20744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20745, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "20745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "20748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20750, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "20752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20753, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000022", "time": "20756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000110 x15:00000022", "time": "20758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000088 x15:00000022", "time": "20759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110", "time": "20760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80", "time": "20761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010", "time": "20762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20764, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104090", "time": "20764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20769, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "20771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20772, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20775, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "20790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "20791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:104feb60 PA:104febbc", "time": "20792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:104feb60 PA:104febb8", "time": "20793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:104feb60 PA:104febb4", "time": "20794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20795, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:104feb60 PA:104febb0", "time": "20795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000002 x2:104feb60 PA:104febac", "time": "20802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:104feb60 PA:104feba8", "time": "20803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:104feb60 PA:104feba4", "time": "20804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:104feb60 PA:104feba0", "time": "20805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:104feb60 PA:104feb9c", "time": "20806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:104feb60 PA:104feb98", "time": "20807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:104feb60 PA:104feb94", "time": "20808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=104febc0 x2:104feb60", "time": "20809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20810, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:104febc0 PA:104febdc", "time": "20812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "20813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=104fec00 x2:104febc0", "time": "20814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20815, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_2.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "20815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12588, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "12588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000023", "time": "12606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12607, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000003 x10:00000023", "time": "12607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 12624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000001 x10:00000023", "time": "12624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000003", "time": "12625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12626, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "12626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "12644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "12645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "12646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12647, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000003", "time": "12647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "12699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000023", "time": "12700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000003 x19:00000023", "time": "12701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12702, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "12702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "12719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "12720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "12721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12722, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "12722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 12742, "dur": 5050, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "12742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17792, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "17792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "17810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17811, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "17811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "17829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17830, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "17830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17832, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080", "time": "17832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 17856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00000c00 x19:00000003 x10:00000400", "time": "17856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=104ff000 x10:00000c00 x5:104fe400", "time": "17857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17858, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "17858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17860, "dur": 36, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "17860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17896, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "17896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "17904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "17905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "17906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17907, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "17907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17925, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000023", "time": "17925", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "17942", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 17943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000001 x12:00000023", "time": "17943", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001", "time": "17944", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000003 x12:00000023", "time": "17945", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "17946", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17947, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "17947", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=104fefc0 x2:104ff000", "time": "17965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000001 x2:104fefc0 PA:104fefe4", "time": "17966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "17967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000003 x2:104fefc0 PA:104fefe8", "time": "17968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:104fefc0 PA:104fefec", "time": "17969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "17970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17971, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=104fefe4 x2:104fefc0", "time": "17971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "17987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "17988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17989, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:104fefc0 PA:104fefdc", "time": "17989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17993, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:104fefc0 PA:104feff0", "time": "17993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:104fefc0 PA:104feff4", "time": "17994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17995, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:104fefc0 PA:104feff8", "time": "17995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17996, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:104fefc0 PA:104feffc", "time": "17996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18009, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:104fefe4 x2:104fefc0 PA:104fefcc", "time": "18009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18012, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=104fef60 x2:104fefc0", "time": "18028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=104fef78 x2:104fef60", "time": "18029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18030, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:104fef60 PA:104fefb8", "time": "18030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:104fef60 PA:104fefb0", "time": "18032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000003 x2:104fef60 PA:104fefac", "time": "18033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:104fef60 PA:104fefa8", "time": "18034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:104fef60 PA:104fefa4", "time": "18035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18036, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:104fef60 PA:104fefa0", "time": "18036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18051, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:104fef60 PA:104fef9c", "time": "18051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:104fef60 PA:104fefbc", "time": "18055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:104fef60 PA:104fefb4", "time": "18056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:104fef60 PA:104fef98", "time": "18057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:104fef60 PA:104fef94", "time": "18058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18061, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=104fefe4 x13:104fefe4", "time": "18061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18074, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:104fef78 x2:104fef60 PA:104fef74", "time": "18074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18080, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18095, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18115, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18132, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18151, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18171, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18194, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104098", "time": "18194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18199, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18218, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18221, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18241, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18246, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18249, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18260, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104098", "time": "18260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18265, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18268, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18271, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18291, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18296, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18299, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18310, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104098", "time": "18310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18315, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18318, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18321, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18339, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18344, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18347, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18358, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104098", "time": "18358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18363, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18366, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18369, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18384, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18389, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18392, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18403, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104098", "time": "18403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18408, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18411, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18414, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18429, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18434, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18437, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18445, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18446, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18448, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104098", "time": "18448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18452, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18453, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18456, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18459, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "18459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "18473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18474, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "18474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "18477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18478, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18479, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18481, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "18481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18482, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18484, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18485, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18486, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18489, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18493, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104098", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18498, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "18500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18501, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18504, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "18504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "18518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18519, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "18519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "18522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18524, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "18526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18527, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18538, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104098", "time": "18538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18543, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "18545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18546, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18549, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "18549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "18563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18564, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18569, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18572, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18583, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104098", "time": "18583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18588, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "18590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18591, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18594, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "18594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "18608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18609, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "18609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "18612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18614, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "18616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18617, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18628, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104098", "time": "18628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18633, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "18635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18636, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18639, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "18639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "18658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18659, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "18659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "18662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18664, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "18666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18667, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18678, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104098", "time": "18678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18683, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "18685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18686, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18689, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "18689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "18705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18706, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "18706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "18709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18711, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "18713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18714, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18725, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104098", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18730, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "18732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18733, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18736, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "18736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "18752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18753, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18758, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18761, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18772, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104098", "time": "18772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18777, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "18779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18780, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18783, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "18783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "18797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18798, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18803, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18806, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18817, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104098", "time": "18817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18822, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18825, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18828, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "18828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18848, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18851, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "18851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18853, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "18855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18856, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18859, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "18859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "18861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18862, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "18862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "18863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "18864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "18865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18866, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18867, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104098", "time": "18867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18872, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "18874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18875, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18878, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "18878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "18892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18893, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "18893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18896, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "18896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18899, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:104fef60 PA:104fef64", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18914, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104fef60 PA:104fef68", "time": "18914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18916, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104fef60 PA:104fef6c", "time": "18916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18917, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "18917", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18918, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "18918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18938, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104fef60 PA:104fef64", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18945, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "18959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "18960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18961, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "18961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "18996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18997, "dur": 9, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19008, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19028, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19051, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19054, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19073, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19092, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19113, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19130, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19151, "dur": 48, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19199, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19227, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19247, "dur": 42, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19289, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19308, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19331, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104fef60 PA:104fef70", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19352, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104fefe8 x8:104fefe4", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19383, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000001 x8:104fefe4 PA:104fefe4", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19385, "dur": 53, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19438, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000001", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104fef64 x2:104fef60", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19463, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19492, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104fef78 x11:104fef64 PA:104fef74", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19512, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104fef64 PA:104fef70", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "19515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19516, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001", "time": "19516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 19550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000001 x14:0000000a", "time": "19550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "19551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "19552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19553, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "19553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19556, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104fef64 PA:104fef70", "time": "19556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19579, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 19613, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19647, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19679, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000001", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19682, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19704, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000001", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19726, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000031 x13:104fef78 PA:104fef78", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "19729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19730, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104fef79 x13:104fef78", "time": "19730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19745, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19748, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104fef79 PA:104fef79", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "19750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19751, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "19751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19771, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104fef64 x2:104fef60", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19793, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104fef40 x2:104fef60", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19796, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104fefe4 x2:104fef40 PA:104fef58", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104fef78 x12:104fef64 PA:104fef74", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104fef64 PA:104fef68", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:104fef40 PA:104fef54", "time": "19803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104fef40 PA:104fef50", "time": "19804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19805, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104fef40 PA:104fef4c", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19820, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104fef40 PA:104fef5c", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104fef40 PA:104fef48", "time": "19822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104fef64 x12:104fef64", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 19826, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000031 x15=104fef79 x15:104fef78 PA:104fef78", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19828, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000031", "time": "19828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "19847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19848, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104fef64 PA:104fef6c", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19850, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "19850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19853, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64", "time": "19853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19872, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "19872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19893, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "19913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19914, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "19914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 19936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 19937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "19937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19938, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "19938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19940, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104fef64 PA:104fef6c", "time": "19940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19943, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "19943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19962, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "19965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19966, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "19966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19985, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64", "time": "19985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20006, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104fef78 x9:104fef64 PA:104fef74", "time": "20006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20009, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000031 x20=104fef79 x20:104fef78 PA:104fef78", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20024, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000031", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20044, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20062, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000031 x11:00000031", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20065, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "20070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "20071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "20072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "20073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "20074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20076, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104098", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20081, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20083, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104fef7a x20:104fef79 PA:104fef79", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20087, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64", "time": "20087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20090, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20108, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104fef40 PA:104fef5c", "time": "20108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104fefe4 x2:104fef40 PA:104fef58", "time": "20111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:104fef40 PA:104fef54", "time": "20112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104fef40 PA:104fef50", "time": "20113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104fef40 PA:104fef4c", "time": "20114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104fef40 PA:104fef48", "time": "20115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104fef60 x2:104fef40", "time": "20116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20117, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104fefe8 x24:104fefe8", "time": "20137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20138, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20141, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20144, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20166, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20171, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20174, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "20179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "20180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "20181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "20182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "20183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20185, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104098", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20190, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20193, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20196, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20216, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20221, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20224, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "20227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "20233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20235, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104098", "time": "20235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20240, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20243, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20246, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20263, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20266, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:104fef60 PA:104fef64", "time": "20269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104fef60 PA:104fef68", "time": "20270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104fef60 PA:104fef6c", "time": "20271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104fef60 PA:104fef64", "time": "20275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20276, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20280, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20283, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20299, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20304, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20307, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20310, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20313, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20318, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20319, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20323, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20327, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20330, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20332, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20336, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20341, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104fef60 PA:104fef70", "time": "20344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104fefec x8:104fefe8", "time": "20348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000003 x8:104fefe8 PA:104fefe8", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20350, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20353, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000003", "time": "20353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104fef64 x2:104fef60", "time": "20356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20357, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104fef78 x11:104fef64 PA:104fef74", "time": "20359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104fef64 PA:104fef70", "time": "20360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20362, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001", "time": "20362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000003 x14:0000000a", "time": "20396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20399, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104fef64 PA:104fef70", "time": "20402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20403, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001", "time": "20403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20437, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001", "time": "20437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20471, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20503, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000003", "time": "20503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20506, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20508, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000003", "time": "20508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003", "time": "20511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000033 x13:104fef78 PA:104fef78", "time": "20512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104fef79 x13:104fef78", "time": "20514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20515, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104fef79 PA:104fef79", "time": "20518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20519, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20521, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104fef64 x2:104fef60", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20526, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104fef40 x2:104fef60", "time": "20528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104fefe8 x2:104fef40 PA:104fef58", "time": "20529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104fef78 x12:104fef64 PA:104fef74", "time": "20530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104fef64 PA:104fef68", "time": "20531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:104fef40 PA:104fef54", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104fef40 PA:104fef50", "time": "20533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104fef40 PA:104fef4c", "time": "20534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104fef40 PA:104fef5c", "time": "20535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104fef40 PA:104fef48", "time": "20536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104fef64 x12:104fef64", "time": "20539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20540, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000033 x15=104fef79 x15:104fef78 PA:104fef78", "time": "20540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000033", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20544, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104fef64 PA:104fef6c", "time": "20544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20546, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20549, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20552, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20557, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20564, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20566, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104fef64 PA:104fef6c", "time": "20566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20568, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20571, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64", "time": "20571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20574, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64", "time": "20577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20581, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104fef78 x9:104fef64 PA:104fef74", "time": "20581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20583, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000033 x20=104fef79 x20:104fef78 PA:104fef78", "time": "20583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20585, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000033", "time": "20585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20589, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000033 x11:00000033", "time": "20591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20592, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20603, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104098", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20608, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20610, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104fef7a x20:104fef79 PA:104fef79", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20613, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64", "time": "20613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20616, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104fef40 PA:104fef5c", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104fefe8 x2:104fef40 PA:104fef58", "time": "20620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:104fef40 PA:104fef54", "time": "20621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104fef40 PA:104fef50", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104fef40 PA:104fef4c", "time": "20623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104fef40 PA:104fef48", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104fef60 x2:104fef40", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20626, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104fefec x24:104fefec", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20629, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20632, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20635, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "20635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "20657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20658, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "20661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20663, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20666, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "20669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "20671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "20672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "20673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "20674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "20675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20677, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104098", "time": "20677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20682, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "20684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20685, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20688, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "20688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "20704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20705, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "20708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20710, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "20712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20713, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "20716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "20720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "20721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20724, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104098", "time": "20724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20729, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "20731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20732, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20735, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "20735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20750, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "20753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20755, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "20757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20758, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000023", "time": "20761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000118 x15:00000023", "time": "20763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000008c x15:00000023", "time": "20764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018", "time": "20767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20769, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104098", "time": "20769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20774, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "20776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20777, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20780, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "20780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "20797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "20798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:104fef60 PA:104fefbc", "time": "20799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:104fef60 PA:104fefb8", "time": "20800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:104fef60 PA:104fefb4", "time": "20801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:104fef60 PA:104fefb0", "time": "20802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000003 x2:104fef60 PA:104fefac", "time": "20803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:104fef60 PA:104fefa8", "time": "20804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:104fef60 PA:104fefa4", "time": "20805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:104fef60 PA:104fefa0", "time": "20806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:104fef60 PA:104fef9c", "time": "20807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:104fef60 PA:104fef98", "time": "20808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:104fef60 PA:104fef94", "time": "20809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=104fefc0 x2:104fef60", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20811, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "20811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:104fefc0 PA:104fefdc", "time": "20813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "20814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=104ff000 x2:104fefc0", "time": "20815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20816, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_3.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "20816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12588, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "12588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000024", "time": "12606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12607, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000004 x10:00000024", "time": "12607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 12624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000001 x10:00000024", "time": "12624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000004", "time": "12625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12626, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "12626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "12644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "12645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "12646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12647, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000004", "time": "12647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "12699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000024", "time": "12700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000004 x19:00000024", "time": "12701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12702, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "12702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "12719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "12720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "12721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12722, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "12722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 12742, "dur": 5050, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "12742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17792, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "17792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "17810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17811, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "17811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "17829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17830, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "17830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17832, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080", "time": "17832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 17856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001000 x19:00000004 x10:00000400", "time": "17856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=104ff400 x10:00001000 x5:104fe400", "time": "17857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17858, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "17858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17860, "dur": 36, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "17860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17896, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "17896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "17904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "17905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "17906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17907, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "17907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17925, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000024", "time": "17925", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "17942", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 17943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000001 x12:00000024", "time": "17943", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001", "time": "17944", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000004 x12:00000024", "time": "17945", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "17946", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17947, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "17947", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=104ff3c0 x2:104ff400", "time": "17965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17966, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000001 x2:104ff3c0 PA:104ff3e4", "time": "17966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "17968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000004 x2:104ff3c0 PA:104ff3e8", "time": "17969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:104ff3c0 PA:104ff3ec", "time": "17970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "17971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17972, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=104ff3e4 x2:104ff3c0", "time": "17972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "17987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "17988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:104ff3c0 PA:104ff3dc", "time": "17989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:104ff3c0 PA:104ff3f0", "time": "17990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:104ff3c0 PA:104ff3f4", "time": "17991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:104ff3c0 PA:104ff3f8", "time": "17992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17993, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:104ff3c0 PA:104ff3fc", "time": "17993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18009, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:104ff3e4 x2:104ff3c0 PA:104ff3cc", "time": "18009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18015, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=104ff360 x2:104ff3c0", "time": "18028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=104ff378 x2:104ff360", "time": "18029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18030, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:104ff360 PA:104ff3b8", "time": "18030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:104ff360 PA:104ff3b0", "time": "18033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000004 x2:104ff360 PA:104ff3ac", "time": "18034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:104ff360 PA:104ff3a8", "time": "18035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:104ff360 PA:104ff3a4", "time": "18036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18037, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:104ff360 PA:104ff3a0", "time": "18037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18051, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:104ff360 PA:104ff39c", "time": "18051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:104ff360 PA:104ff3bc", "time": "18058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:104ff360 PA:104ff3b4", "time": "18059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:104ff360 PA:104ff398", "time": "18060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:104ff360 PA:104ff394", "time": "18061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18064, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=104ff3e4 x13:104ff3e4", "time": "18064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18074, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:104ff378 x2:104ff360 PA:104ff374", "time": "18074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18081, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18095, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18117, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18132, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18151, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18171, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18194, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1040a0", "time": "18194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18199, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18218, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18221, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18243, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18248, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18251, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18262, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040a0", "time": "18262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18267, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18270, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18273, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18292, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18297, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18300, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18311, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1040a0", "time": "18311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18316, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18318, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18319, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18322, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18341, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18346, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18349, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18360, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040a0", "time": "18360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18365, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18368, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18371, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18386, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18391, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18394, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18405, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a0", "time": "18405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18410, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18413, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18416, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18431, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18436, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18439, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18445, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18446, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18450, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1040a0", "time": "18450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18455, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18458, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18461, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "18461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "18475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18476, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "18476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "18479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18481, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18483, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "18483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18484, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18486, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18489, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18495, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1040a0", "time": "18495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18500, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "18502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18503, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18506, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "18506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "18521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18522, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "18522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "18525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18527, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "18529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18530, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18541, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1040a0", "time": "18541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18546, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "18548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18549, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18552, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "18552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "18566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18567, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18572, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18575, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18586, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a0", "time": "18586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18591, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "18593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18594, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18597, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "18597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "18612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18613, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "18613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "18616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18618, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "18620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18621, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18632, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1040a0", "time": "18632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18637, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "18639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18640, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18643, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "18643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "18662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18663, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "18663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "18666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18668, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "18670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18671, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18682, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1040a0", "time": "18682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18687, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "18689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18690, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18693, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "18693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "18707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18708, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "18708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "18711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18713, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "18715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18716, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18727, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1040a0", "time": "18727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18732, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "18734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18735, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18738, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "18738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "18756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18757, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18762, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18765, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18776, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040a0", "time": "18776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18781, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "18783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18784, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18787, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "18787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "18804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18805, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18810, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18813, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18824, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a0", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "18831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18832, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18835, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "18835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "18852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18853, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "18853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "18856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18858, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "18860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18861, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "18864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18866, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "18866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18867, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "18867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "18868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "18869", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "18870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18872, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1040a0", "time": "18872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18877, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18880, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18883, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18900, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "18900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18903, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "18903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18906, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:104ff360 PA:104ff364", "time": "18906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18914, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104ff360 PA:104ff368", "time": "18914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18917, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104ff360 PA:104ff36c", "time": "18917", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18918, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "18918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18919, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "18919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18938, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104ff360 PA:104ff364", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "18947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18948, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "18948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "18959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "18960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18961, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "18961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19001, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19010, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19028, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19051, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19054, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19073, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19092, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19113, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19130, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19151, "dur": 48, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19199, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19227, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19247, "dur": 42, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19289, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19308, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19331, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104ff360 PA:104ff370", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19352, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104ff3e8 x8:104ff3e4", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19383, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000001 x8:104ff3e4 PA:104ff3e4", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19388, "dur": 50, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19438, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000001", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104ff364 x2:104ff360", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19463, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19492, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104ff378 x11:104ff364 PA:104ff374", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19512, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104ff364 PA:104ff370", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "19516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19517, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001", "time": "19517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 19551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000001 x14:0000000a", "time": "19551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "19552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "19553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19554, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "19554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19557, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104ff364 PA:104ff370", "time": "19557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19579, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 19613, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19647, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19679, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000001", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19682, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19704, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000001", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19726, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000031 x13:104ff378 PA:104ff378", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "19730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19731, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104ff379 x13:104ff378", "time": "19731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19745, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19748, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104ff379 PA:104ff379", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "19751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19752, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "19752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19771, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104ff364 x2:104ff360", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19793, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104ff340 x2:104ff360", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19796, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104ff3e4 x2:104ff340 PA:104ff358", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104ff378 x12:104ff364 PA:104ff374", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104ff364 PA:104ff368", "time": "19803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:104ff340 PA:104ff354", "time": "19804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104ff340 PA:104ff350", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19806, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104ff340 PA:104ff34c", "time": "19806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19820, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104ff340 PA:104ff35c", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104ff340 PA:104ff348", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104ff364 x12:104ff364", "time": "19828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 19829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000031 x15=104ff379 x15:104ff378 PA:104ff378", "time": "19829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19831, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000031", "time": "19831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "19847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19848, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104ff364 PA:104ff36c", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19851, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "19851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19854, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364", "time": "19854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19872, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "19872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19893, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "19913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19914, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "19914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 19936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 19937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "19937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19938, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "19938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19940, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104ff364 PA:104ff36c", "time": "19940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19944, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "19944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19962, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "19966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19967, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "19967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19985, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364", "time": "19985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20006, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104ff378 x9:104ff364 PA:104ff374", "time": "20006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20010, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000031 x20=104ff379 x20:104ff378 PA:104ff378", "time": "20010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20024, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000031", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20044, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20062, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000031 x11:00000031", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20065, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "20070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "20071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "20072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "20073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "20074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20076, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a1040a0", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20081, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20083, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104ff37a x20:104ff379 PA:104ff379", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20088, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364", "time": "20088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20091, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20108, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104ff340 PA:104ff35c", "time": "20108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104ff3e4 x2:104ff340 PA:104ff358", "time": "20112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:104ff340 PA:104ff354", "time": "20113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104ff340 PA:104ff350", "time": "20114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104ff340 PA:104ff34c", "time": "20115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104ff340 PA:104ff348", "time": "20116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104ff360 x2:104ff340", "time": "20117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20118, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104ff3e8 x24:104ff3e8", "time": "20137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20138, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20141, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20144, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20172, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20173, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20176, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "20179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "20181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "20182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "20183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20185, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20187, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040a0", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20192, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20195, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20198, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20217, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20222, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20225, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "20228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "20233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "20234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20236, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a0", "time": "20236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20241, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20244, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20247, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20265, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20268, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:104ff360 PA:104ff364", "time": "20271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104ff360 PA:104ff368", "time": "20272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104ff360 PA:104ff36c", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20276, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104ff360 PA:104ff364", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20280, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20283, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20285, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20303, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20308, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20311, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20314, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20320, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20321, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20323, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20327, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20331, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20334, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20336, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20340, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20345, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104ff360 PA:104ff370", "time": "20348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20349, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104ff3ec x8:104ff3e8", "time": "20352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000004 x8:104ff3e8 PA:104ff3e8", "time": "20353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20354, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20357, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000004", "time": "20357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104ff364 x2:104ff360", "time": "20360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20361, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104ff378 x11:104ff364 PA:104ff374", "time": "20363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104ff364 PA:104ff370", "time": "20364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20366, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000004 x10:00000004 x15:00000001", "time": "20366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000004 x14:0000000a", "time": "20400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20403, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104ff364 PA:104ff370", "time": "20406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20407, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000004 x10:00000004 x15:00000001", "time": "20407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20441, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000004 x15:00000001", "time": "20441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20475, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20507, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000004", "time": "20507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20510, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20512, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000004", "time": "20512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000034 x14:00000030 x16:00000004", "time": "20515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000034 x13:104ff378 PA:104ff378", "time": "20516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104ff379 x13:104ff378", "time": "20518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20519, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104ff379 PA:104ff379", "time": "20522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20523, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20525, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104ff364 x2:104ff360", "time": "20527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20530, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104ff340 x2:104ff360", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104ff3e8 x2:104ff340 PA:104ff358", "time": "20533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104ff378 x12:104ff364 PA:104ff374", "time": "20534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104ff364 PA:104ff368", "time": "20535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:104ff340 PA:104ff354", "time": "20536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104ff340 PA:104ff350", "time": "20537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104ff340 PA:104ff34c", "time": "20538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104ff340 PA:104ff35c", "time": "20539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104ff340 PA:104ff348", "time": "20540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104ff364 x12:104ff364", "time": "20543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20544, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000034 x15=104ff379 x15:104ff378 PA:104ff378", "time": "20544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000034", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20548, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104ff364 PA:104ff36c", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20550, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20553, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364", "time": "20553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20556, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20561, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20568, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20570, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104ff364 PA:104ff36c", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20572, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20575, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364", "time": "20575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20578, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364", "time": "20581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20585, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104ff378 x9:104ff364 PA:104ff374", "time": "20585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20587, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000034 x20=104ff379 x20:104ff378 PA:104ff378", "time": "20587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20589, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000034", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20593, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000034 x11:00000034", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20596, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "20605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20607, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000034 x14:1a104000 PA:1a1040a0", "time": "20607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20612, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20614, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104ff37a x20:104ff379 PA:104ff379", "time": "20614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20617, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364", "time": "20617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20620, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104ff340 PA:104ff35c", "time": "20623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104ff3e8 x2:104ff340 PA:104ff358", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:104ff340 PA:104ff354", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104ff340 PA:104ff350", "time": "20626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104ff340 PA:104ff34c", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104ff340 PA:104ff348", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104ff360 x2:104ff340", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20630, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104ff3ec x24:104ff3ec", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20633, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "20635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20636, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20639, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "20639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "20661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20662, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20667, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "20669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20670, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "20673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "20675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "20676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "20677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "20678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "20679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20681, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1040a0", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20686, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "20688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20689, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20692, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "20692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "20708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20709, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "20709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "20712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20714, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "20716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20717, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "20720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "20723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "20724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20728, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1040a0", "time": "20728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20733, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "20735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20736, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20739, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "20739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "20753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20754, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "20754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "20757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20759, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "20761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20762, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000024", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000120 x15:00000024", "time": "20767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000090 x15:00000024", "time": "20768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120", "time": "20769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80", "time": "20770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020", "time": "20771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20773, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1040a0", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20778, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "20780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20781, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20784, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "20784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "20801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "20802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:104ff360 PA:104ff3bc", "time": "20803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:104ff360 PA:104ff3b8", "time": "20804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:104ff360 PA:104ff3b4", "time": "20805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:104ff360 PA:104ff3b0", "time": "20806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000004 x2:104ff360 PA:104ff3ac", "time": "20807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:104ff360 PA:104ff3a8", "time": "20808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:104ff360 PA:104ff3a4", "time": "20809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:104ff360 PA:104ff3a0", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:104ff360 PA:104ff39c", "time": "20811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:104ff360 PA:104ff398", "time": "20812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:104ff360 PA:104ff394", "time": "20813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=104ff3c0 x2:104ff360", "time": "20814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20815, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "20815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20817, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:104ff3c0 PA:104ff3dc", "time": "20817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "20819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=104ff400 x2:104ff3c0", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20821, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_4.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "20821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12588, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "12588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000025", "time": "12606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12607, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000005 x10:00000025", "time": "12607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 12624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000001 x10:00000025", "time": "12624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000005", "time": "12625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12626, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "12626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "12644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "12645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "12646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12647, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000005", "time": "12647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "12699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000025", "time": "12700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000005 x19:00000025", "time": "12701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12702, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "12702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "12719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "12720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "12721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12722, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "12722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 12742, "dur": 5050, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "12742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17792, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "17792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "17810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17811, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "17811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "17829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17830, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "17830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17832, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080", "time": "17832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 17856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001400 x19:00000005 x10:00000400", "time": "17856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=104ff800 x10:00001400 x5:104fe400", "time": "17857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17858, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "17858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17860, "dur": 36, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "17860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17896, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "17896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "17904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "17905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "17906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17907, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "17907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17925, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000025", "time": "17925", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "17942", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 17943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000001 x12:00000025", "time": "17943", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001", "time": "17944", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000005 x12:00000025", "time": "17945", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "17946", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17947, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "17947", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=104ff7c0 x2:104ff800", "time": "17965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17966, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000001 x2:104ff7c0 PA:104ff7e4", "time": "17966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "17969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000005 x2:104ff7c0 PA:104ff7e8", "time": "17970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:104ff7c0 PA:104ff7ec", "time": "17971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "17972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17973, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=104ff7e4 x2:104ff7c0", "time": "17973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "17987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "17988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17989, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:104ff7c0 PA:104ff7dc", "time": "17989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:104ff7c0 PA:104ff7f0", "time": "17991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:104ff7c0 PA:104ff7f4", "time": "17992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17993, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:104ff7c0 PA:104ff7f8", "time": "17993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17994, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:104ff7c0 PA:104ff7fc", "time": "17994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:104ff7e4 x2:104ff7c0 PA:104ff7cc", "time": "18009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18010, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=104ff760 x2:104ff7c0", "time": "18028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=104ff778 x2:104ff760", "time": "18029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18030, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:104ff760 PA:104ff7b8", "time": "18030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:104ff760 PA:104ff7b0", "time": "18034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000005 x2:104ff760 PA:104ff7ac", "time": "18035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:104ff760 PA:104ff7a8", "time": "18036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:104ff760 PA:104ff7a4", "time": "18037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18038, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:104ff760 PA:104ff7a0", "time": "18038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18051, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:104ff760 PA:104ff79c", "time": "18051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:104ff760 PA:104ff7bc", "time": "18057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:104ff760 PA:104ff7b4", "time": "18058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:104ff760 PA:104ff798", "time": "18059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:104ff760 PA:104ff794", "time": "18060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18063, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=104ff7e4 x13:104ff7e4", "time": "18063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18074, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:104ff778 x2:104ff760 PA:104ff774", "time": "18074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18082, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18095, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18119, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18132, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18151, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18171, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18194, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1040a8", "time": "18194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18199, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18218, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18221, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18245, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18250, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18253, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18264, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040a8", "time": "18264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18269, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18272, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18275, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18295, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18300, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18303, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18314, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1040a8", "time": "18314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18318, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18319, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18321, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18322, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18325, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18350, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18353, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18364, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040a8", "time": "18364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18369, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18372, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18375, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18390, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18395, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18398, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18409, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a8", "time": "18409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18414, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18417, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18420, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18435, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18440, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18443, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18445, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18446, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18450, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18452, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18453, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18454, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1040a8", "time": "18454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18459, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18462, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18465, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "18465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "18479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18480, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "18480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18483, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "18483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18484, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18485, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18488, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18499, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1040a8", "time": "18499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18504, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "18506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18507, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18510, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "18510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "18524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18525, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "18525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "18528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18530, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "18532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18533, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18544, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1040a8", "time": "18544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18549, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "18551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18552, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18555, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "18555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "18569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18570, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18575, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18578, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18589, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a8", "time": "18589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18594, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "18596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18597, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18600, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "18600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "18614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18615, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "18615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "18618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18620, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "18622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18623, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18634, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1040a8", "time": "18634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18639, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "18641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18642, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18645, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "18645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "18665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18666, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "18666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "18669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18671, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "18673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18674, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18685, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1040a8", "time": "18685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18690, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "18692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18693, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18696, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "18696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "18711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18712, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "18712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "18715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18717, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "18719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18720, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18731, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1040a8", "time": "18731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18736, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "18738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18739, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18742, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "18742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "18760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18761, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18766, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18769, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18780, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040a8", "time": "18780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18785, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "18787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18788, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18791, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "18791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "18805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18806, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18811, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18814, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18825, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a8", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18830, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "18832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18833, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18836, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "18836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "18853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18854, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "18854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "18857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18859, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "18861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18862, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "18865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18866, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18867, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "18867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "18868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "18869", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "18870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "18871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18873, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1040a8", "time": "18873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18878, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18881, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18884, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "18901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18902, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "18902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18905, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "18905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18908, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:104ff760 PA:104ff764", "time": "18908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18914, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104ff760 PA:104ff768", "time": "18914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18918, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104ff760 PA:104ff76c", "time": "18918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18919, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "18919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18920, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "18920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18938, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104ff760 PA:104ff764", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "18947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "18948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18949, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "18949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "18959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "18960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18961, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "18961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "18986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18987, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "18987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19008, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19028, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19051, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19054, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19073, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19092, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19113, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19130, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19151, "dur": 48, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19199, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19227, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19247, "dur": 42, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19289, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19308, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19331, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104ff760 PA:104ff770", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19352, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104ff7e8 x8:104ff7e4", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19383, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000001 x8:104ff7e4 PA:104ff7e4", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19389, "dur": 49, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19438, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000001", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104ff764 x2:104ff760", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19463, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19492, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104ff778 x11:104ff764 PA:104ff774", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19512, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104ff764 PA:104ff770", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "19517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19518, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001", "time": "19518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 19552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000001 x14:0000000a", "time": "19552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "19553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "19554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19555, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "19555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19558, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104ff764 PA:104ff770", "time": "19558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19579, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 19613, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19647, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19679, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000001", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19682, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19704, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000001", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19726, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000031 x13:104ff778 PA:104ff778", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "19731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19732, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104ff779 x13:104ff778", "time": "19732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19745, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19748, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104ff779 PA:104ff779", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "19752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19753, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "19753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19771, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104ff764 x2:104ff760", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19793, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104ff740 x2:104ff760", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19796, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104ff7e4 x2:104ff740 PA:104ff758", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104ff778 x12:104ff764 PA:104ff774", "time": "19803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104ff764 PA:104ff768", "time": "19804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:104ff740 PA:104ff754", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104ff740 PA:104ff750", "time": "19806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19807, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104ff740 PA:104ff74c", "time": "19807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19820, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104ff740 PA:104ff75c", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104ff740 PA:104ff748", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104ff764 x12:104ff764", "time": "19829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 19830, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000031 x15=104ff779 x15:104ff778 PA:104ff778", "time": "19830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19832, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000031", "time": "19832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "19847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19848, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104ff764 PA:104ff76c", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19852, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "19852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19855, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764", "time": "19855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19872, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "19872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19893, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "19913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19914, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "19914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 19936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 19937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "19937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19938, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "19938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19940, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104ff764 PA:104ff76c", "time": "19940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19945, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "19945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19962, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "19967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19968, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "19968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19985, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764", "time": "19985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20006, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104ff778 x9:104ff764 PA:104ff774", "time": "20006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20011, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000031 x20=104ff779 x20:104ff778 PA:104ff778", "time": "20011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20024, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000031", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20044, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20062, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000031 x11:00000031", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20065, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "20070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "20071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "20072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "20073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "20074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20076, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a1040a8", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20081, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20083, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104ff77a x20:104ff779 PA:104ff779", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20089, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764", "time": "20089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20092, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20108, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104ff740 PA:104ff75c", "time": "20108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104ff7e4 x2:104ff740 PA:104ff758", "time": "20113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:104ff740 PA:104ff754", "time": "20114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104ff740 PA:104ff750", "time": "20115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104ff740 PA:104ff74c", "time": "20116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104ff740 PA:104ff748", "time": "20117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104ff760 x2:104ff740", "time": "20118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20119, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104ff7e8 x24:104ff7e8", "time": "20137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20138, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20141, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20144, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20170, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20174, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20175, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20178, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "20181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "20183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20185, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "20186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20189, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040a8", "time": "20189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20194, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20197, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20200, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20218, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20223, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20226, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "20233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "20234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "20235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20237, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a8", "time": "20237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20242, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20245, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20248, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20267, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20270, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:104ff760 PA:104ff764", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104ff760 PA:104ff768", "time": "20274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104ff760 PA:104ff76c", "time": "20275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20276, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20279, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104ff760 PA:104ff764", "time": "20279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20283, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20288, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20305, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20310, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20313, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20316, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20319, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20324, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20325, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20329, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20333, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20336, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20338, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20341, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20342, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20347, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104ff760 PA:104ff770", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20351, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104ff7ec x8:104ff7e8", "time": "20354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000005 x8:104ff7e8 PA:104ff7e8", "time": "20355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20356, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20359, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000005", "time": "20359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104ff764 x2:104ff760", "time": "20362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20363, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104ff778 x11:104ff764 PA:104ff774", "time": "20365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104ff764 PA:104ff770", "time": "20366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20368, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000005 x10:00000005 x15:00000001", "time": "20368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000005 x14:0000000a", "time": "20402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20405, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104ff764 PA:104ff770", "time": "20408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20409, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000005 x10:00000005 x15:00000001", "time": "20409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20443, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000005 x15:00000001", "time": "20443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20477, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20509, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000005", "time": "20509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20512, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20514, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000005", "time": "20514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000035 x14:00000030 x16:00000005", "time": "20517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20518, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000035 x13:104ff778 PA:104ff778", "time": "20518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104ff779 x13:104ff778", "time": "20522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20523, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104ff779 PA:104ff779", "time": "20526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20527, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20529, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104ff764 x2:104ff760", "time": "20531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20534, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104ff740 x2:104ff760", "time": "20536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104ff7e8 x2:104ff740 PA:104ff758", "time": "20537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104ff778 x12:104ff764 PA:104ff774", "time": "20538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104ff764 PA:104ff768", "time": "20539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:104ff740 PA:104ff754", "time": "20540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104ff740 PA:104ff750", "time": "20541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104ff740 PA:104ff74c", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104ff740 PA:104ff75c", "time": "20543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104ff740 PA:104ff748", "time": "20544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104ff764 x12:104ff764", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20548, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000035 x15=104ff779 x15:104ff778 PA:104ff778", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000035", "time": "20550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20552, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104ff764 PA:104ff76c", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20554, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20557, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764", "time": "20557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20560, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20565, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20572, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20574, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104ff764 PA:104ff76c", "time": "20574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20576, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20579, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764", "time": "20579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20582, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764", "time": "20585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20589, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104ff778 x9:104ff764 PA:104ff774", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20591, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000035 x20=104ff779 x20:104ff778 PA:104ff778", "time": "20591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20593, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000035", "time": "20593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20597, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000035 x11:00000035", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20600, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "20605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "20606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "20607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "20608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "20609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20611, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000035 x14:1a104000 PA:1a1040a8", "time": "20611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20616, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20618, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104ff77a x20:104ff779 PA:104ff779", "time": "20618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20621, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764", "time": "20621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20624, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104ff740 PA:104ff75c", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104ff7e8 x2:104ff740 PA:104ff758", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:104ff740 PA:104ff754", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104ff740 PA:104ff750", "time": "20630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104ff740 PA:104ff74c", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104ff740 PA:104ff748", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104ff760 x2:104ff740", "time": "20633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20634, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104ff7ec x24:104ff7ec", "time": "20636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20637, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "20639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20640, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20643, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "20643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20668, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "20668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "20671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20673, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "20675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20676, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "20679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "20683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "20684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "20685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20687, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1040a8", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20692, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20694, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "20694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20695, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20698, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "20698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "20714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20715, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "20715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20720, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20723, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "20728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "20729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "20730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "20731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "20732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20734, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1040a8", "time": "20734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20739, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "20741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20742, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20745, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "20745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "20760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20761, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "20761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "20764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20766, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "20768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20769, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000025", "time": "20772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000128 x15:00000025", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000094 x15:00000025", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128", "time": "20776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028", "time": "20778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20780, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1040a8", "time": "20780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20785, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "20787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20788, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20791, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "20791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "20807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "20808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:104ff760 PA:104ff7bc", "time": "20809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:104ff760 PA:104ff7b8", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:104ff760 PA:104ff7b4", "time": "20811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:104ff760 PA:104ff7b0", "time": "20812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000005 x2:104ff760 PA:104ff7ac", "time": "20813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:104ff760 PA:104ff7a8", "time": "20814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:104ff760 PA:104ff7a4", "time": "20815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:104ff760 PA:104ff7a0", "time": "20816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:104ff760 PA:104ff79c", "time": "20817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:104ff760 PA:104ff798", "time": "20818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:104ff760 PA:104ff794", "time": "20819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=104ff7c0 x2:104ff760", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20821, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "20821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:104ff7c0 PA:104ff7dc", "time": "20823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "20824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=104ff800 x2:104ff7c0", "time": "20825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20826, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_5.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "20826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12588, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "12588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000026", "time": "12606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12607, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000006 x10:00000026", "time": "12607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 12624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000001 x10:00000026", "time": "12624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000006", "time": "12625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12626, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "12626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "12644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "12645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "12646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12647, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000006", "time": "12647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "12699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000026", "time": "12700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000006 x19:00000026", "time": "12701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12702, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "12702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "12719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "12720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "12721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12722, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "12722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 12742, "dur": 5050, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "12742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17792, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "17792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "17810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17811, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "17811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "17829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17830, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "17830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17832, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080", "time": "17832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 17856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001800 x19:00000006 x10:00000400", "time": "17856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=104ffc00 x10:00001800 x5:104fe400", "time": "17857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17858, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "17858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17860, "dur": 36, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "17860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17896, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "17896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "17904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "17905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "17906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17907, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "17907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17925, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000026", "time": "17925", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "17942", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 17943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000001 x12:00000026", "time": "17943", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001", "time": "17944", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000006 x12:00000026", "time": "17945", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "17946", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17947, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "17947", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=104ffbc0 x2:104ffc00", "time": "17965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17966, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000001 x2:104ffbc0 PA:104ffbe4", "time": "17966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "17972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000006 x2:104ffbc0 PA:104ffbe8", "time": "17973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:104ffbc0 PA:104ffbec", "time": "17974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "17975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17976, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=104ffbe4 x2:104ffbc0", "time": "17976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "17987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "17988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17989, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:104ffbc0 PA:104ffbdc", "time": "17989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:104ffbc0 PA:104ffbf0", "time": "17996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:104ffbc0 PA:104ffbf4", "time": "17997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:104ffbc0 PA:104ffbf8", "time": "17998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17999, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:104ffbc0 PA:104ffbfc", "time": "17999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18009, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:104ffbe4 x2:104ffbc0 PA:104ffbcc", "time": "18009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18016, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=104ffb60 x2:104ffbc0", "time": "18028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=104ffb78 x2:104ffb60", "time": "18029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18030, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:104ffb60 PA:104ffbb8", "time": "18030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:104ffb60 PA:104ffbb0", "time": "18035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000006 x2:104ffb60 PA:104ffbac", "time": "18036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:104ffb60 PA:104ffba8", "time": "18037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:104ffb60 PA:104ffba4", "time": "18038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18039, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:104ffb60 PA:104ffba0", "time": "18039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:104ffb60 PA:104ffb9c", "time": "18051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18052, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:104ffb60 PA:104ffbbc", "time": "18052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18053, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:104ffb60 PA:104ffbb4", "time": "18053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:104ffb60 PA:104ffb98", "time": "18054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:104ffb60 PA:104ffb94", "time": "18055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18058, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=104ffbe4 x13:104ffbe4", "time": "18058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18074, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:104ffb78 x2:104ffb60 PA:104ffb74", "time": "18074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18083, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18095, "dur": 26, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18121, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18122, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18132, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18151, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18171, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18194, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1040b0", "time": "18194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18199, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18218, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18221, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18249, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18254, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18257, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18268, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040b0", "time": "18268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18273, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18276, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18279, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18297, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18302, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18305, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18316, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1040b0", "time": "18316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18320, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18321, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18324, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18327, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18347, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18352, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18355, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18366, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040b0", "time": "18366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18371, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18374, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18377, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18392, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18397, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18400, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18411, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b0", "time": "18411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18416, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18419, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18422, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18437, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18442, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18445, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18450, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18452, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18453, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18456, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1040b0", "time": "18456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18461, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18464, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18467, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "18467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18482, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "18482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18483, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "18483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18486, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "18486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18488, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "18490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18491, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18502, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1040b0", "time": "18502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18507, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18509, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "18509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18510, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18513, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "18513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "18527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18528, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "18528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "18531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18533, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "18535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18536, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18547, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1040b0", "time": "18547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18552, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "18554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18555, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18558, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "18558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "18573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18574, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18579, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18582, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18593, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b0", "time": "18593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18598, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "18600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18601, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18604, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "18604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "18619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18620, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "18620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18625, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "18627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18628, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18639, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1040b0", "time": "18639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18644, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "18646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18647, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18650, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "18650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "18666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18667, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "18667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "18670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18672, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "18674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18675, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18686, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1040b0", "time": "18686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18691, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "18693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18694, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18697, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "18697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "18713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18714, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "18714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "18717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18719, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "18721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18722, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18733, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1040b0", "time": "18733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18738, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "18740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18741, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18744, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "18744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "18762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18763, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18768, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18771, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18782, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040b0", "time": "18782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18787, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "18789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18790, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18793, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "18793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "18808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18809, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18814, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18817, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18828, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b0", "time": "18828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18833, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "18835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18836, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18839, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "18839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "18857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18858, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "18858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "18861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18862, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18863, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "18865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18866, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "18869", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "18871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "18872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18873, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "18873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "18874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18877, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1040b0", "time": "18877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18882, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18885, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18888, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "18888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "18902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18903, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "18903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18906, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "18906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18909, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:104ffb60 PA:104ffb64", "time": "18909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18914, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104ffb60 PA:104ffb68", "time": "18914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104ffb60 PA:104ffb6c", "time": "18920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18922, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "18922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18938, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104ffb60 PA:104ffb64", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18947, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "18947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "18959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "18960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18961, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "18961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "18990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18991, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "18991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19008, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19028, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19051, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19054, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19073, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19092, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19113, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19130, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19151, "dur": 48, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19199, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19227, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19247, "dur": 42, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19289, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19308, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19331, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104ffb60 PA:104ffb70", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19352, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104ffbe8 x8:104ffbe4", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19383, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000001 x8:104ffbe4 PA:104ffbe4", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19390, "dur": 48, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19438, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000001", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104ffb64 x2:104ffb60", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19463, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19492, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104ffb78 x11:104ffb64 PA:104ffb74", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19512, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104ffb64 PA:104ffb70", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "19518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19519, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001", "time": "19519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 19553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000001 x14:0000000a", "time": "19553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "19554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "19555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19556, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "19556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19559, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104ffb64 PA:104ffb70", "time": "19559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19579, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 19613, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19647, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19679, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000001", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19682, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19704, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000001", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19726, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000031 x13:104ffb78 PA:104ffb78", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "19732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19733, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104ffb79 x13:104ffb78", "time": "19733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19745, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19748, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104ffb79 PA:104ffb79", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "19753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19754, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "19754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19771, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104ffb64 x2:104ffb60", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19793, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104ffb40 x2:104ffb60", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19796, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104ffbe4 x2:104ffb40 PA:104ffb58", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104ffb78 x12:104ffb64 PA:104ffb74", "time": "19804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104ffb64 PA:104ffb68", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:104ffb40 PA:104ffb54", "time": "19806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104ffb40 PA:104ffb50", "time": "19807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19808, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104ffb40 PA:104ffb4c", "time": "19808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19820, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104ffb40 PA:104ffb5c", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104ffb40 PA:104ffb48", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104ffb64 x12:104ffb64", "time": "19830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 19831, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000031 x15=104ffb79 x15:104ffb78 PA:104ffb78", "time": "19831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19833, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000031", "time": "19833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "19847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19848, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104ffb64 PA:104ffb6c", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19853, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "19853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19856, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64", "time": "19856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19872, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "19872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19893, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "19913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19914, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "19914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 19936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 19937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "19937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19938, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "19938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19940, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104ffb64 PA:104ffb6c", "time": "19940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19948, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "19948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19962, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "19968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19969, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19985, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64", "time": "19985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20006, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104ffb78 x9:104ffb64 PA:104ffb74", "time": "20006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20012, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000031 x20=104ffb79 x20:104ffb78 PA:104ffb78", "time": "20012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20024, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000031", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20044, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20062, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000031 x11:00000031", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20065, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "20070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "20071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "20072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "20073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "20074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20076, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a1040b0", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20081, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20083, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104ffb7a x20:104ffb79 PA:104ffb79", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20092, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64", "time": "20092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20095, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20108, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104ffb40 PA:104ffb5c", "time": "20108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104ffbe4 x2:104ffb40 PA:104ffb58", "time": "20114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:104ffb40 PA:104ffb54", "time": "20115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104ffb40 PA:104ffb50", "time": "20116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104ffb40 PA:104ffb4c", "time": "20117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104ffb40 PA:104ffb48", "time": "20118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104ffb60 x2:104ffb40", "time": "20119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20120, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104ffbe8 x24:104ffbe8", "time": "20137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20138, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20141, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20144, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20172, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20177, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20180, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "20183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20185, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "20186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "20189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20191, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040b0", "time": "20191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20196, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20199, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20202, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20220, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20225, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20228, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "20233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "20234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "20235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "20236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "20237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20239, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b0", "time": "20239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20244, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20247, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20250, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20269, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20272, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20275, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:104ffb60 PA:104ffb64", "time": "20275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104ffb60 PA:104ffb68", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104ffb60 PA:104ffb6c", "time": "20278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20280, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104ffb60 PA:104ffb64", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20283, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20290, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20306, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20311, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20314, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20320, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20324, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20326, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20330, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20333, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20334, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20337, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20339, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20343, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20348, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104ffb60 PA:104ffb70", "time": "20351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20352, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104ffbec x8:104ffbe8", "time": "20355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000006 x8:104ffbe8 PA:104ffbe8", "time": "20356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20357, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20360, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000006", "time": "20360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104ffb64 x2:104ffb60", "time": "20363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20364, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104ffb78 x11:104ffb64 PA:104ffb74", "time": "20366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104ffb64 PA:104ffb70", "time": "20367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20369, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000006 x10:00000006 x15:00000001", "time": "20369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000006 x14:0000000a", "time": "20403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20406, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104ffb64 PA:104ffb70", "time": "20409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20410, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000006 x10:00000006 x15:00000001", "time": "20410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20444, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000006 x15:00000001", "time": "20444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20478, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20509, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20510, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000006", "time": "20510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20513, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20515, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000006", "time": "20515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000036 x14:00000030 x16:00000006", "time": "20518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000036 x13:104ffb78 PA:104ffb78", "time": "20519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104ffb79 x13:104ffb78", "time": "20521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20522, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104ffb79 PA:104ffb79", "time": "20525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20526, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20528, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104ffb64 x2:104ffb60", "time": "20530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20533, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104ffb40 x2:104ffb60", "time": "20535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104ffbe8 x2:104ffb40 PA:104ffb58", "time": "20536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104ffb78 x12:104ffb64 PA:104ffb74", "time": "20537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104ffb64 PA:104ffb68", "time": "20538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:104ffb40 PA:104ffb54", "time": "20539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104ffb40 PA:104ffb50", "time": "20540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104ffb40 PA:104ffb4c", "time": "20541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104ffb40 PA:104ffb5c", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104ffb40 PA:104ffb48", "time": "20543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104ffb64 x12:104ffb64", "time": "20546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20547, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000036 x15=104ffb79 x15:104ffb78 PA:104ffb78", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000036", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20551, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104ffb64 PA:104ffb6c", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20553, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20556, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20559, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20564, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20571, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20573, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104ffb64 PA:104ffb6c", "time": "20573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20575, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20578, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64", "time": "20578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20581, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64", "time": "20584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20588, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104ffb78 x9:104ffb64 PA:104ffb74", "time": "20588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20590, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000036 x20=104ffb79 x20:104ffb78 PA:104ffb78", "time": "20590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20592, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000036", "time": "20592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20596, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000036 x11:00000036", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20599, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "20605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "20606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "20607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "20608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20610, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000036 x14:1a104000 PA:1a1040b0", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20615, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20617, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104ffb7a x20:104ffb79 PA:104ffb79", "time": "20617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20620, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64", "time": "20620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20623, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104ffb40 PA:104ffb5c", "time": "20626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104ffbe8 x2:104ffb40 PA:104ffb58", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:104ffb40 PA:104ffb54", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104ffb40 PA:104ffb50", "time": "20629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104ffb40 PA:104ffb4c", "time": "20630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104ffb40 PA:104ffb48", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104ffb60 x2:104ffb40", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20633, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104ffbec x24:104ffbec", "time": "20635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20636, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "20638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20639, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20642, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "20642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20666, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "20666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "20669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20671, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "20673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20674, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "20677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "20679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "20680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "20683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20685, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1040b0", "time": "20685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20690, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "20692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20693, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20696, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "20696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "20712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20713, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "20713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "20716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20718, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "20720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20721, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "20724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "20728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "20729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "20730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20732, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1040b0", "time": "20732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20737, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20739, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "20739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20740, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20743, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "20758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20759, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "20759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "20762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20764, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20767, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000026", "time": "20770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000130 x15:00000026", "time": "20772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000098 x15:00000026", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030", "time": "20776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20778, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1040b0", "time": "20778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20783, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20786, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20789, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "20789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "20803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "20804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:104ffb60 PA:104ffbbc", "time": "20805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:104ffb60 PA:104ffbb8", "time": "20806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:104ffb60 PA:104ffbb4", "time": "20807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:104ffb60 PA:104ffbb0", "time": "20808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000006 x2:104ffb60 PA:104ffbac", "time": "20809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:104ffb60 PA:104ffba8", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:104ffb60 PA:104ffba4", "time": "20811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:104ffb60 PA:104ffba0", "time": "20812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20813, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:104ffb60 PA:104ffb9c", "time": "20813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:104ffb60 PA:104ffb98", "time": "20816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:104ffb60 PA:104ffb94", "time": "20817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=104ffbc0 x2:104ffb60", "time": "20818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20819, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "20819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:104ffbc0 PA:104ffbdc", "time": "20821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "20822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=104ffc00 x2:104ffbc0", "time": "20823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20824, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_6.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "20824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12588, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "12588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000027", "time": "12606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12607, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000007 x10:00000027", "time": "12607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 12624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000001 x10:00000027", "time": "12624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 12625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000007", "time": "12625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12626, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "12626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "12644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "12645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 12646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "12646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 12647, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000007", "time": "12647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 12699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "12699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 12700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000027", "time": "12700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 12701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000007 x19:00000027", "time": "12701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12702, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "12702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "12719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 12720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "12720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 12721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "12721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 12722, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "12722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 12742, "dur": 5050, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "12742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17792, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "17792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "17810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17811, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "17811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "17829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17830, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "17830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17832, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080", "time": "17832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 17856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001c00 x19:00000007 x10:00000400", "time": "17856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=10500000 x10:00001c00 x5:104fe400", "time": "17857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17858, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "17858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17860, "dur": 36, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "17860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17896, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "17896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "17904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "17905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "17906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 17907, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "17907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17925, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000027", "time": "17925", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "17942", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 17943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000001 x12:00000027", "time": "17943", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001", "time": "17944", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 17945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000007 x12:00000027", "time": "17945", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "17946", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17947, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "17947", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=104fffc0 x2:10500000", "time": "17965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17966, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000001 x2:104fffc0 PA:104fffe4", "time": "17966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "17973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000007 x2:104fffc0 PA:104fffe8", "time": "17974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:104fffc0 PA:104fffec", "time": "17975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "17976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17977, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=104fffe4 x2:104fffc0", "time": "17977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "17987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "17988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17989, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:104fffc0 PA:104fffdc", "time": "17989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17995, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:104fffc0 PA:104ffff0", "time": "17995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:104fffc0 PA:104ffff4", "time": "17996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:104fffc0 PA:104ffff8", "time": "17997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17998, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:104fffc0 PA:104ffffc", "time": "17998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18009, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:104fffe4 x2:104fffc0 PA:104fffcc", "time": "18009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18014, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=104fff60 x2:104fffc0", "time": "18028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=104fff78 x2:104fff60", "time": "18029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18030, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:104fff60 PA:104fffb8", "time": "18030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:104fff60 PA:104fffb0", "time": "18036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000007 x2:104fff60 PA:104fffac", "time": "18037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:104fff60 PA:104fffa8", "time": "18038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:104fff60 PA:104fffa4", "time": "18039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18040, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:104fff60 PA:104fffa0", "time": "18040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18051, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:104fff60 PA:104fff9c", "time": "18051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18053, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:104fff60 PA:104fffbc", "time": "18053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:104fff60 PA:104fffb4", "time": "18054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:104fff60 PA:104fff98", "time": "18055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:104fff60 PA:104fff94", "time": "18056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18059, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=104fffe4 x13:104fffe4", "time": "18059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18074, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:104fff78 x2:104fff60 PA:104fff74", "time": "18074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18084, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18095, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18124, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18133, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18151, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18171, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18194, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1040b8", "time": "18194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18199, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18218, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18221, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18251, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18256, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18259, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18270, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040b8", "time": "18270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18275, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18278, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18281, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18299, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18304, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18307, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18318, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1040b8", "time": "18318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18323, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18326, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18329, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18349, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18354, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18357, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18368, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040b8", "time": "18368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18373, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18376, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18379, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18394, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18399, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18402, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18413, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b8", "time": "18413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18418, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18421, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18424, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18440, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18445, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18448, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18450, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18452, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18453, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18456, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18459, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1040b8", "time": "18459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18464, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18466, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18467, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18470, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "18470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18485, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "18485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18486, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "18486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18489, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "18489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18491, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18494, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18505, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1040b8", "time": "18505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18509, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18510, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "18512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18513, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18516, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "18516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "18533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18534, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "18537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18539, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "18541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18542, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18553, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1040b8", "time": "18553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18558, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "18560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18561, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18564, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "18564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "18579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18580, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18585, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18588, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18599, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b8", "time": "18599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18604, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "18606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18607, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18610, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "18610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "18625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18626, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "18626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "18629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18631, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "18633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18634, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18645, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1040b8", "time": "18645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18649, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18650, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "18652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18653, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18656, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "18656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "18671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18672, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "18672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "18675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18677, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "18679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18680, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18691, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1040b8", "time": "18691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18696, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "18698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18699, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18702, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "18702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "18717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18718, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "18718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "18721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18723, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18726, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18737, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1040b8", "time": "18737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18742, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "18744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18745, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18748, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "18748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "18764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18765, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18770, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18773, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18784, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040b8", "time": "18784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18789, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "18791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18792, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18795, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "18795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "18812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18813, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18818, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18821, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18832, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b8", "time": "18832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18837, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "18839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18840, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18843, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "18843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18859, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "18859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18860, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "18860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "18863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18865, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18867, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "18867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18868, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "18871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18873, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "18873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "18874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "18877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18879, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1040b8", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18884, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "18886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18887, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18890, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "18890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "18905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18906, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "18906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18909, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "18909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18912, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:104fff60 PA:104fff64", "time": "18912", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18933, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104fff60 PA:104fff68", "time": "18933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18934, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104fff60 PA:104fff6c", "time": "18934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "18935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "18936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 18938, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104fff60 PA:104fff64", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "18939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18943, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "18959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "18960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18961, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "18961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "18992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18993, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "18993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19008, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19028, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19051, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19054, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19073, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19092, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19113, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19130, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19151, "dur": 48, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19199, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19227, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19247, "dur": 42, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19289, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19308, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19331, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104fff60 PA:104fff70", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19352, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104fffe8 x8:104fffe4", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19383, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000001 x8:104fffe4 PA:104fffe4", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19387, "dur": 51, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19438, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000001", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104fff64 x2:104fff60", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19463, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19492, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104fff78 x11:104fff64 PA:104fff74", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19512, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104fff64 PA:104fff70", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "19519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19520, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001", "time": "19520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 19554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000001 x14:0000000a", "time": "19554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "19555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "19556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19557, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "19557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19560, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104fff64 PA:104fff70", "time": "19560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19579, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 19613, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 19647, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19679, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000001", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19682, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19704, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000001", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19726, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000031 x13:104fff78 PA:104fff78", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "19733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19734, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104fff79 x13:104fff78", "time": "19734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19745, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19748, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104fff79 PA:104fff79", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "19754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19755, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "19755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19771, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104fff64 x2:104fff60", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19793, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104fff40 x2:104fff60", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104fffe4 x2:104fff40 PA:104fff58", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104fff78 x12:104fff64 PA:104fff74", "time": "19797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104fff64 PA:104fff68", "time": "19798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:104fff40 PA:104fff54", "time": "19799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104fff40 PA:104fff50", "time": "19800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19801, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104fff40 PA:104fff4c", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19820, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104fff40 PA:104fff5c", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104fff40 PA:104fff48", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104fff64 x12:104fff64", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 19828, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000031 x15=104fff79 x15:104fff78 PA:104fff78", "time": "19828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19830, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000031", "time": "19830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "19847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19848, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104fff64 PA:104fff6c", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19854, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "19854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19857, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64", "time": "19857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19872, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "19872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19893, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 19913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "19913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19914, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "19914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 19936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 19937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "19937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19938, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "19938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19940, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104fff64 PA:104fff6c", "time": "19940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19947, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "19947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19962, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19970, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "19970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19985, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64", "time": "19985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20006, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104fff78 x9:104fff64 PA:104fff74", "time": "20006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20013, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000031 x20=104fff79 x20:104fff78 PA:104fff78", "time": "20013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20024, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000031", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20044, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20062, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000031 x11:00000031", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20065, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "20070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "20071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "20072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "20073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "20074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20076, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a1040b8", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20081, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20083, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104fff7a x20:104fff79 PA:104fff79", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20091, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64", "time": "20091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20094, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20108, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104fff40 PA:104fff5c", "time": "20108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104fffe4 x2:104fff40 PA:104fff58", "time": "20115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:104fff40 PA:104fff54", "time": "20116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104fff40 PA:104fff50", "time": "20117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104fff40 PA:104fff4c", "time": "20118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104fff40 PA:104fff48", "time": "20119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20120, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104fff60 x2:104fff40", "time": "20120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20121, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104fffe8 x24:104fffe8", "time": "20137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20138, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20141, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20144, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20176, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20181, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20184, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "20189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "20190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "20191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "20192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "20193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20195, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040b8", "time": "20195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20200, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20202, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20203, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20206, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20224, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20229, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20232, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "20235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "20237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "20238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "20239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "20240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "20241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20243, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b8", "time": "20243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20248, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20251, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20254, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20273, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20276, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:104fff60 PA:104fff64", "time": "20279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20280, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:104fff60 PA:104fff68", "time": "20280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:104fff60 PA:104fff6c", "time": "20281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20283, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:104fff60 PA:104fff64", "time": "20285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20293, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20309, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20314, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20320, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20323, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20329, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20333, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20336, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20337, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20340, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20342, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20346, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20351, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:104fff60 PA:104fff70", "time": "20354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20355, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=104fffec x8:104fffe8", "time": "20358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000007 x8:104fffe8 PA:104fffe8", "time": "20359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20360, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20363, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000007", "time": "20363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=104fff64 x2:104fff60", "time": "20366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20367, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=104fff78 x11:104fff64 PA:104fff74", "time": "20369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:104fff64 PA:104fff70", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20372, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000007 x10:00000007 x15:00000001", "time": "20372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000007 x14:0000000a", "time": "20406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20409, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:104fff64 PA:104fff70", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20413, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000007 x10:00000007 x15:00000001", "time": "20413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20447, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000007 x15:00000001", "time": "20447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20481, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20513, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000007", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20516, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20518, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000007", "time": "20518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000037 x14:00000030 x16:00000007", "time": "20521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20522, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000037 x13:104fff78 PA:104fff78", "time": "20522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=104fff79 x13:104fff78", "time": "20525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20526, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20529, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:104fff79 PA:104fff79", "time": "20529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20532, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=104fff64 x2:104fff60", "time": "20534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20537, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=104fff40 x2:104fff60", "time": "20539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:104fffe8 x2:104fff40 PA:104fff58", "time": "20540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=104fff78 x12:104fff64 PA:104fff74", "time": "20541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:104fff64 PA:104fff68", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:104fff40 PA:104fff54", "time": "20543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:104fff40 PA:104fff50", "time": "20544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20545, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:104fff40 PA:104fff4c", "time": "20545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:104fff40 PA:104fff5c", "time": "20547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:104fff40 PA:104fff48", "time": "20548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=104fff64 x12:104fff64", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20552, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000037 x15=104fff79 x15:104fff78 PA:104fff78", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000037", "time": "20554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20556, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:104fff64 PA:104fff6c", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20558, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20561, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20564, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20569, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20576, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20578, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:104fff64 PA:104fff6c", "time": "20578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20580, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20583, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64", "time": "20583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20586, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64", "time": "20589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20593, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=104fff78 x9:104fff64 PA:104fff74", "time": "20593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20595, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000037 x20=104fff79 x20:104fff78 PA:104fff78", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20597, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000037", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20601, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000037 x11:00000037", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20604, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "20607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "20609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "20610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "20611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "20612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "20613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20615, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000037 x14:1a104000 PA:1a1040b8", "time": "20615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20620, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20622, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=104fff7a x20:104fff79 PA:104fff79", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20625, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20628, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:104fff40 PA:104fff5c", "time": "20631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=104fffe8 x2:104fff40 PA:104fff58", "time": "20632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:104fff40 PA:104fff54", "time": "20633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:104fff40 PA:104fff50", "time": "20634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:104fff40 PA:104fff4c", "time": "20635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:104fff40 PA:104fff48", "time": "20636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=104fff60 x2:104fff40", "time": "20637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20638, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=104fffec x24:104fffec", "time": "20640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20641, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "20643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20644, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20647, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "20647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "20671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20672, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "20672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "20675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20677, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "20679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20680, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "20683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "20685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "20686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "20688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "20689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20691, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1040b8", "time": "20691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20696, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "20698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20699, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20702, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "20702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20719, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20724, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20727, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "20730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "20732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "20733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "20734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "20735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "20736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20738, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1040b8", "time": "20738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20743, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "20745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20746, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20749, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20767, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "20767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "20770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20772, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000027", "time": "20778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000138 x15:00000027", "time": "20780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000009c x15:00000027", "time": "20781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138", "time": "20782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80", "time": "20783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038", "time": "20784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20786, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1040b8", "time": "20786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20791, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "20793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20794, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20797, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "20797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "20811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "20812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:104fff60 PA:104fffbc", "time": "20813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:104fff60 PA:104fffb8", "time": "20814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:104fff60 PA:104fffb4", "time": "20815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:104fff60 PA:104fffb0", "time": "20816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000007 x2:104fff60 PA:104fffac", "time": "20817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:104fff60 PA:104fffa8", "time": "20818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:104fff60 PA:104fffa4", "time": "20819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:104fff60 PA:104fffa0", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20821, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:104fff60 PA:104fff9c", "time": "20821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:104fff60 PA:104fff98", "time": "20823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:104fff60 PA:104fff94", "time": "20824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=104fffc0 x2:104fff60", "time": "20825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20826, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "20826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:104fffc0 PA:104fffdc", "time": "20828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=10500000 x2:104fffc0", "time": "20830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20831, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_01_7.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14818, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "14818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000040", "time": "14836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14837, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000000 x10:00000040", "time": "14837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 14854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000002 x10:00000040", "time": "14854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14855, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000000", "time": "14855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14858, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "_entry", "args":{"pc": "1c0000aa", "instr": "beq x10, x0, 8 x10:00000002", "time": "14858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:44"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14877, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "_entry", "args":{"pc": "1c0000ae", "instr": "jal x0, 8274 ", "time": "14877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:44"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "14879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "14880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "14881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14882, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000000", "time": "14882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14894, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002110", "instr": "auipc x8, 0xfeffe000 x8=1b000110", "time": "14894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14895, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002114", "instr": "addi x8, x8, -264 x8=1b000008 x8:1b000110", "time": "14895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14896, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002118", "instr": "addi x9, x8, 64 x9=1b000048 x8:1b000008", "time": "14896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:60"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14897, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00211c", "instr": "add x18, x0, x8 x18=1b000008 x8:1b000008", "time": "14897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:61"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14914, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00211e", "instr": "lui x19, 0x1b204000 x19=1b204000", "time": "14914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:62"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14915, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002122", "instr": "addi x20, x0, 2 x20=00000002", "time": "14915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:63"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14916, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002124", "instr": "auipc x21, 0x0 x21=1c002124", "time": "14916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14917, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002128", "instr": "addi x21, x21, 54 x21=1c00215a x21:1c002124", "time": "14917", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:64"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14918, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00212c", "instr": "auipc x23, 0x0 x23=1c00212c", "time": "14918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002130", "instr": "addi x23, x23, 1404 x23=1c0026a8 x23:1c00212c", "time": "14935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:65"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 14936, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002134", "instr": "lw x23, 0(x23) x23=1c2fff50 x23:1c0026a8 PA:1c0026a8", "time": "14936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:66"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002138", "instr": "addi x7, x0, 24 x7=00000018", "time": "14951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:67"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 14952, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00213a", "instr": "mul x7, x7, x10 x7=00000030 x7:00000018 x10:00000002", "time": "14952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:68"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 14953, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00213e", "instr": "add x23, x23, x7 x23=1c2fff80 x23:1c2fff50 x7:00000030", "time": "14953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:69"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002140", "instr": "addi x23, x23, 8 x23=1c2fff88 x23:1c2fff80", "time": "14973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:70"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002142", "instr": "lui x25, 0x10201000 x25=10201000", "time": "14974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:81"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002146", "instr": "addi x25, x25, -508 x25=10200e04 x25:10201000", "time": "14975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:81"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00214a", "instr": "addi x24, x0, 1 x24=00000001", "time": "14976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:82"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14977, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00214c", "instr": "auipc x26, 0x0 x26=1c00214c", "time": "14977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:85"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002150", "instr": "addi x26, x26, 224 x26=1c00222c x26:1c00214c", "time": "14994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:85"}}, -{"name": "ori", "cat": "ori", "ph": "X", "ts": 14995, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002154", "instr": "ori x26, x26, 1 x26=1c00222d x26:1c00222c", "time": "14995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:86"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14996, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002158", "instr": "jal x0, 22 ", "time": "14996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:88"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 15031, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00216e", "instr": "lw x28, 0(x8) x28=00000000 x8:1b000008 PA:1b000008", "time": "15031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:109"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 15033, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002172", "instr": "beq x28, x0, 96 x28:00000000", "time": "15033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 15052, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021d2", "instr": "sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008", "time": "15052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:188"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 15053, "dur": 3143, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021d6", "instr": "p.elw x0, 60(x19) x19:1b204000 PA:1b20403c", "time": "15053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:189"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021da", "instr": "sw x20, 4(x19) x20:00000002 x19:1b204000 PA:1b204004", "time": "18196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:190"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18197, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021de", "instr": "jal x0, -112 ", "time": "18197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:191"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18200, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00216e", "instr": "lw x28, 0(x8) x28=00000008 x8:1b000008 PA:1b000008", "time": "18200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:109"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18202, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002172", "instr": "beq x28, x0, 96 x28:00000008", "time": "18202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:110"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002176", "instr": "lw x10, 8(x8) x10=00000000 x8:1b000008 PA:1b000010", "time": "18203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:120"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18204, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002178", "instr": "lw x5, 4(x8) x5=1c0009d8 x8:1b000008 PA:1b00000c", "time": "18204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:121"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18205, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00217c", "instr": "lw x2, 12(x8) x2=108fe400 x8:1b000008 PA:1b000014", "time": "18205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:122"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002180", "instr": "lw x6, 16(x8) x6=00000400 x8:1b000008 PA:1b000018", "time": "18222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:123"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002184", "instr": "lw x7, 20(x8) x7=00000400 x8:1b000008 PA:1b00001c", "time": "18223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:124"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002188", "instr": "lw x22, 24(x8) x22=100fc720 x8:1b000008 PA:1b000020", "time": "18224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:125"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18225, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00218c", "instr": "lw x29, 28(x8) x29=1000013c x8:1b000008 PA:1b000024", "time": "18225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:126"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002190", "instr": "sw x0, 0(x8) x8:1b000008 PA:1b000008", "time": "18249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:127"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 18250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002194", "instr": "auipc x30, 0xfeffe000 x30=1b000194", "time": "18250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:131"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002198", "instr": "addi x30, x30, -332 x30=1b000048 x30:1b000194", "time": "18251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:131"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18252, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00219c", "instr": "sw x29, 0(x30) x29:1000013c x30:1b000048 PA:1b000048", "time": "18252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:132"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021a0", "instr": "add x1, x0, x21 x1=1c00215a x21:1c00215a", "time": "18269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:134"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021a2", "instr": "addi x29, x0, 1 x29=00000001", "time": "18270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:137"}}, -{"name": "sll", "cat": "sll", "ph": "X", "ts": 18271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021a4", "instr": "sll x28, x29, x28 x28=00000100 x29:00000001 x28:00000008", "time": "18271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:141"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021a8", "instr": "addi x28, x28, -1 x28=000000ff x28:00000100", "time": "18272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:142"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18273, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021aa", "instr": "sw x28, 512(x19) x28:000000ff x19:1b204000 PA:1b204200", "time": "18273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:144"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021ae", "instr": "sw x28, 524(x19) x28:000000ff x19:1b204000 PA:1b20420c", "time": "18295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:145"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021b2", "instr": "sw x28, 132(x19) x28:000000ff x19:1b204000 PA:1b204084", "time": "18296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:155"}}, -{"name": "p.beqimm", "cat": "p.beqimm", "ph": "X", "ts": 18297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021b6", "instr": "p.beqimm x28, 16 x28:000000ff", "time": "18297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:161"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18298, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021ba", "instr": "sw x26, 128(x19) x26:1c00222d x19:1b204000 PA:1b204080", "time": "18298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:162"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021be", "instr": "sw x7, 128(x19) x7:00000400 x19:1b204000 PA:1b204080", "time": "18315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:163"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021c2", "instr": "sw x2, 128(x19) x2:108fe400 x19:1b204000 PA:1b204080", "time": "18316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:164"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop_no_slave", "args":{"pc": "1c0021c6", "instr": "addi x8, x8, 32 x8=1b000028 x8:1b000008", "time": "18317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:170"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18318, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop_no_slave", "args":{"pc": "1c0021ca", "instr": "bne x8, x9, 6 x8:1b000028 x9:1b000048", "time": "18318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:171"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18321, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_no_reset", "args":{"pc": "1c0021d0", "instr": "jalr x0, x5, 0 x5:1c0009d8", "time": "18321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:176"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18341, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009d8", "instr": "addi x2, x2, -16 x2=108fe3f0 x2:108fe400", "time": "18341", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18342, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c0009da", "instr": "addi x14, x0, 255 x14=000000ff", "time": "18342", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c0009de", "instr": "lui x15, 0x1b204000 x15=1b204000", "time": "18360", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009e2", "instr": "sw x1, 12(x2) x1:1c00215a x2:108fe3f0 PA:108fe3fc", "time": "18361", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009e4", "instr": "sw x8, 8(x2) x8:1b000028 x2:108fe3f0 PA:108fe3f8", "time": "18362", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009e6", "instr": "sw x9, 4(x2) x9:1b000048 x2:108fe3f0 PA:108fe3f4", "time": "18363", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c0009e8", "instr": "sw x14, 132(x15) x14:000000ff x15:1b204000 PA:1b204084", "time": "18364", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18365, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009ec", "instr": "addi x9, x15, 512 x9=1b204200 x15:1b204000", "time": "18365", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:319"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009f0", "instr": "sw x14, 0(x9) x14:000000ff x9:1b204200 PA:1b204200", "time": "18382", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:319"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009f2", "instr": "addi x15, x15, 524 x15=1b20420c x15:1b204000", "time": "18383", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:320"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009f6", "instr": "sw x14, 0(x15) x14:000000ff x15:1b20420c PA:1b20420c", "time": "18384", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:320"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c0009f8", "instr": "lui x15, 0x1c001000 x15=1c001000", "time": "18385", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18386, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c0009fc", "instr": "addi x15, x15, -1604 x15=1c0009bc x15:1c001000", "time": "18386", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a00", "instr": "lui x14, 0x1b204000 x14=1b204000", "time": "18403", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a04", "instr": "sw x15, 128(x14) x15:1c0009bc x14:1b204000 PA:1b204080", "time": "18404", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a08", "instr": "lui x15, 0x1b204000 x15=1b204000", "time": "18405", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18406, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a0c", "instr": "sw x10, 128(x15) x10:00000000 x15:1b204000 PA:1b204080", "time": "18406", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000a10", "instr": "csrrs x12, x0, 0xf14 x12=00000040", "time": "18425", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000a14", "instr": "srai x8, x12, 0x405 x8=00000002 x12:00000040", "time": "18426", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000a18", "instr": "p.bclr x8, x8, 25, 6 x8=00000002 x8:00000002", "time": "18427", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18428, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "core_entry", "args":{"pc": "1c000a1c", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18428", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "core_entry", "args":{"pc": "1c000a20", "instr": "p.bclr x12, x12, 26, 5 x12=00000000 x12:00000040", "time": "18447", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "core_entry", "args":{"pc": "1c000a24", "instr": "add x11, x0, x8 x11=00000002 x8:00000002", "time": "18448", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "core_entry", "args":{"pc": "1c000a26", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18449", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18450, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "core_entry", "args":{"pc": "1c000a2a", "instr": "jal x1, 3558 x1=1c000a2e", "time": "18450", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=108fe3b0 x2:108fe3f0", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000002 x2:108fe3b0 PA:108fe3d4", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18489, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000000 x2:108fe3b0 PA:108fe3d8", "time": "18490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:108fe3b0 PA:108fe3dc", "time": "18491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18493, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=108fe3d4 x2:108fe3b0", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c000a2e x2:108fe3b0 PA:108fe3cc", "time": "18513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:1b204000 x2:108fe3b0 PA:108fe3e0", "time": "18514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:1b204000 x2:108fe3b0 PA:108fe3e4", "time": "18515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:108fe3b0 PA:108fe3e8", "time": "18516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18517, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:108fe3b0 PA:108fe3ec", "time": "18517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:108fe3d4 x2:108fe3b0 PA:108fe3bc", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18535, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=108fe350 x2:108fe3b0", "time": "18553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=108fe368 x2:108fe350", "time": "18554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000002 x2:108fe350 PA:108fe3a8", "time": "18555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b000008 x2:108fe350 PA:108fe3a0", "time": "18556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:1b204000 x2:108fe350 PA:108fe39c", "time": "18557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:00000002 x2:108fe350 PA:108fe398", "time": "18558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c00215a x2:108fe350 PA:108fe394", "time": "18559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18560, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:100fc720 x2:108fe350 PA:108fe390", "time": "18560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:1c2fff88 x2:108fe350 PA:108fe38c", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:108fe350 PA:108fe3ac", "time": "18578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:1b204200 x2:108fe350 PA:108fe3a4", "time": "18579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000001 x2:108fe350 PA:108fe388", "time": "18580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:10200e04 x2:108fe350 PA:108fe384", "time": "18581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18584, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=108fe3d4 x13:108fe3d4", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:108fe368 x2:108fe350 PA:108fe364", "time": "18601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18605, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18623, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18653, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18665, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18684, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "18704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18705, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "18727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18729, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104100", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18734, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18754, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18757, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18793, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18798, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18801, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "18804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "18806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "18807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "18808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "18809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "18810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18812, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104100", "time": "18812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18817, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18820, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18823, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18840, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18845, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18848, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18850, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18851, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "18851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "18853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "18854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "18855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "18856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "18857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18859, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104100", "time": "18859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18864, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18866, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18867, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18870, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18888, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18893, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18895, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18896, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "18901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "18902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "18903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "18904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "18905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18907, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104100", "time": "18907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18911, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18911", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18912, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18912", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18914, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18915, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18918, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18936, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18941, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18944, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "18947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "18949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "18950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "18951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18952, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "18952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18953, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "18953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18954, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18955, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104100", "time": "18955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18960, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18962, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18963, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18966, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18989, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18993, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18994, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18997, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "19000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "19002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "19003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "19004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19008, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104100", "time": "19008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19013, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19016, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19019, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19034, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19039, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19041, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19042, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19044, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19045, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "19045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19046, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19047, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "19047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19048, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "19048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19049, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "19049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19050, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "19050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "19051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19052, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19053, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104100", "time": "19053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19058, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19061, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19064, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19079, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19084, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19087, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "19092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "19093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "19094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "19095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "19096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19098, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104100", "time": "19098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19103, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19106, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19109, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19124, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19127, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19128, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19129, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19132, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "19135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19136, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "19137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19138, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "19138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19139, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "19140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "19141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19143, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104100", "time": "19143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19148, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19151, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19154, "dur": 33, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19188, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19193, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19196, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19201, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "19201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19202, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "19202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "19203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19204, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "19204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19205, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "19205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19206, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19207, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104100", "time": "19207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19212, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19215, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19218, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19237, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19242, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19245, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "19248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "19250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "19251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "19252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "19253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "19254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19256, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104100", "time": "19256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19261, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19264, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19267, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19286, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19291, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19294, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "19299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "19300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "19301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "19302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "19303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19305, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104100", "time": "19305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19310, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19313, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19316, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19333, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19334, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19339, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19341, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19342, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "19345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "19347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "19348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "19349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "19350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "19351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19353, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104100", "time": "19353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19358, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19361, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19364, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19386, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19391, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19394, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "19397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "19399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "19400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "19402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "19403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19405, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104100", "time": "19405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19410, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19413, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19416, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19438, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19443, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19445, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19446, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "19449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19450, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "19451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19452, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "19452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19453, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "19453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "19454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "19455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19456, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19457, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104100", "time": "19457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19462, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19465, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19468, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19488, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19491, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:108fe350 PA:108fe354", "time": "19494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108fe350 PA:108fe358", "time": "19495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108fe350 PA:108fe35c", "time": "19496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108fe350 PA:108fe354", "time": "19500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19505, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19523, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19559, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19573, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19596, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19615, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19618, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19641, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19661, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19681, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19699, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19719, "dur": 40, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19759, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19778, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19802, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19841, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19866, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19887, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108fe350 PA:108fe360", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19906, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108fe3d8 x8:108fe3d4", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000002 x8:108fe3d4 PA:108fe3d4", "time": "19929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19930, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19969, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000002", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108fe354 x2:108fe350", "time": "19988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19989, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20009, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108fe368 x11:108fe354 PA:108fe364", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20026, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108fe354 PA:108fe360", "time": "20026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20028, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001", "time": "20028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000002 x14:0000000a", "time": "20062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20065, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20068, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108fe354 PA:108fe360", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20085, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20119, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001", "time": "20119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20153, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20185, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000002", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20188, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20207, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000002", "time": "20207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000032 x13:108fe368 PA:108fe368", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20232, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108fe369 x13:108fe368", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20248, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108fe369 PA:108fe369", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20252, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20254, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20277, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108fe354 x2:108fe350", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20297, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108fe330 x2:108fe350", "time": "20299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108fe3d4 x2:108fe330 PA:108fe348", "time": "20300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108fe368 x12:108fe354 PA:108fe364", "time": "20301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108fe354 PA:108fe358", "time": "20302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:108fe330 PA:108fe344", "time": "20303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108fe330 PA:108fe340", "time": "20304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20305, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108fe330 PA:108fe33c", "time": "20305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108fe330 PA:108fe34c", "time": "20322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108fe330 PA:108fe338", "time": "20323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20324, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108fe354 x12:108fe354", "time": "20326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20327, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000032 x15=108fe369 x15:108fe368 PA:108fe368", "time": "20327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20329, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000032", "time": "20329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20346, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108fe354 PA:108fe35c", "time": "20346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20348, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20351, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354", "time": "20351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20370, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20391, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20431, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20433, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108fe354 PA:108fe35c", "time": "20433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20435, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20453, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354", "time": "20453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20456, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20475, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354", "time": "20475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20495, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108fe368 x9:108fe354 PA:108fe364", "time": "20495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20497, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000032 x20=108fe369 x20:108fe368 PA:108fe368", "time": "20497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20513, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000032", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20532, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20549, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000032 x11:00000032", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20552, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "20555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "20557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "20558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20563, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104100", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20568, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20570, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108fe36a x20:108fe369 PA:108fe369", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20573, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354", "time": "20573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20576, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108fe330 PA:108fe34c", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108fe3d4 x2:108fe330 PA:108fe348", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:108fe330 PA:108fe344", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108fe330 PA:108fe340", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108fe330 PA:108fe33c", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108fe330 PA:108fe338", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108fe350 x2:108fe330", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20602, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108fe3d8 x24:108fe3d8", "time": "20621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20622, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20625, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20628, "dur": 41, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20670, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20675, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20678, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "20683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "20684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "20685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "20686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20689, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104100", "time": "20689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20694, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20697, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20700, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20717, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20722, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20725, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "20728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "20730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "20731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "20732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "20733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "20734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20736, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104100", "time": "20736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20741, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20744, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20747, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20765, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20768, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:108fe350 PA:108fe354", "time": "20771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108fe350 PA:108fe358", "time": "20772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108fe350 PA:108fe35c", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108fe350 PA:108fe354", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20785, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20802, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20807, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20810, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20813, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20816, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20822, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20826, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20830, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20833, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20835, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20839, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20844, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108fe350 PA:108fe360", "time": "20847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20848, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20851, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108fe3dc x8:108fe3d8", "time": "20851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000000 x8:108fe3d8 PA:108fe3d8", "time": "20852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20853, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20856, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000000", "time": "20856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20859, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108fe354 x2:108fe350", "time": "20859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20860, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20862, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108fe368 x11:108fe354 PA:108fe364", "time": "20862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108fe354 PA:108fe360", "time": "20863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20865, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001", "time": "20865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000000 x14:0000000a", "time": "20899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20902, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108fe354 PA:108fe360", "time": "20905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20906, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001", "time": "20906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20940, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001", "time": "20940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20974, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000000", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a32", "instr": "bne x15, x0, -34 x15:00000000", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a34", "instr": "addi x14, x0, 48 x14=00000030", "time": "21008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21009, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a38", "instr": "jal x0, 30 ", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000030 x13:108fe368 PA:108fe368", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108fe369 x13:108fe368", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21015, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108fe369 PA:108fe369", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21019, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21021, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108fe354 x2:108fe350", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21026, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108fe330 x2:108fe350", "time": "21028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108fe3d8 x2:108fe330 PA:108fe348", "time": "21029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108fe368 x12:108fe354 PA:108fe364", "time": "21030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108fe354 PA:108fe358", "time": "21031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:108fe330 PA:108fe344", "time": "21032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108fe330 PA:108fe340", "time": "21033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108fe330 PA:108fe33c", "time": "21034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108fe330 PA:108fe34c", "time": "21035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108fe330 PA:108fe338", "time": "21036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108fe354 x12:108fe354", "time": "21039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21040, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000030 x15=108fe369 x15:108fe368 PA:108fe368", "time": "21040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21042, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000030", "time": "21042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21043, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21043", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21044, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108fe354 PA:108fe35c", "time": "21044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21046, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21049, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21052, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21057, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21064, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21066, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108fe354 PA:108fe35c", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21068, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21071, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354", "time": "21071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21074, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354", "time": "21077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21081, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108fe368 x9:108fe354 PA:108fe364", "time": "21081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21083, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000030 x20=108fe369 x20:108fe368 PA:108fe368", "time": "21083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21085, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000030", "time": "21085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21089, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000030 x11:00000030", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21092, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "21101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21103, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104100", "time": "21103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21108, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21110, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108fe36a x20:108fe369 PA:108fe369", "time": "21110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21113, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354", "time": "21113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21116, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108fe330 PA:108fe34c", "time": "21119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21120, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108fe3d8 x2:108fe330 PA:108fe348", "time": "21120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21121, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:108fe330 PA:108fe344", "time": "21121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21122, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108fe330 PA:108fe340", "time": "21122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108fe330 PA:108fe33c", "time": "21123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21124, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108fe330 PA:108fe338", "time": "21124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21125, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108fe350 x2:108fe330", "time": "21125", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21126, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21128, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108fe3dc x24:108fe3dc", "time": "21128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21129, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21132, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21135, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21149, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21150, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21153, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21154, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21155, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21157, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21157", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21158, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21161, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "21161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "21163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "21166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21169, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104100", "time": "21169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21174, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21177, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21180, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21201, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21204, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21205, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21206, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21209, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "21212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "21214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "21215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "21216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "21217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "21218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21220, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104100", "time": "21220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21225, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21228, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21231, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21246, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21251, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21254, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000040", "time": "21257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000200 x15:00000040", "time": "21259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000100 x15:00000040", "time": "21260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200", "time": "21261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80", "time": "21262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000", "time": "21263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21265, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104100", "time": "21265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21270, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21273, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21276, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:108fe350 PA:108fe3ac", "time": "21295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000002 x2:108fe350 PA:108fe3a8", "time": "21296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=1b204200 x2:108fe350 PA:108fe3a4", "time": "21297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b000008 x2:108fe350 PA:108fe3a0", "time": "21298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=1b204000 x2:108fe350 PA:108fe39c", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=00000002 x2:108fe350 PA:108fe398", "time": "21300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c00215a x2:108fe350 PA:108fe394", "time": "21301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=100fc720 x2:108fe350 PA:108fe390", "time": "21302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=1c2fff88 x2:108fe350 PA:108fe38c", "time": "21303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000001 x2:108fe350 PA:108fe388", "time": "21304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=10200e04 x2:108fe350 PA:108fe384", "time": "21305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=108fe3b0 x2:108fe350", "time": "21306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21307, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c000a2e x2:108fe3b0 PA:108fe3cc", "time": "21309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=108fe3f0 x2:108fe3b0", "time": "21311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21312, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c000a2e", "time": "21312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 21315, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "evt_read32", "args":{"pc": "1c000a2e", "instr": "p.elw x15, 28(x9) x15=00000000 x9:1b204200 PA:1b20421c", "time": "21315", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a32", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "21328", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a36", "instr": "slli x8, x8, 0x2 x8=00000008 x8:00000002", "time": "21329", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a38", "instr": "addi x15, x15, 1668 x15=1c002684 x15:1c002000", "time": "21330", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21331, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a3c", "instr": "addi x14, x0, 1 x14=00000001", "time": "21331", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21348, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a3e", "instr": "p.sw x14, x0(x15) x14:00000001 x15:1c002684 PA:1c00268c", "time": "21348", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a42", "instr": "lw x1, 12(x2) x1=1c00215a x2:108fe3f0 PA:108fe3fc", "time": "21366", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a44", "instr": "lw x8, 8(x2) x8=1b000028 x2:108fe3f0 PA:108fe3f8", "time": "21367", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a46", "instr": "lw x9, 4(x2) x9=1b000048 x2:108fe3f0 PA:108fe3f4", "time": "21368", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a48", "instr": "addi x2, x2, 16 x2=108fe400 x2:108fe3f0", "time": "21369", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21370, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a4a", "instr": "jalr x0, x1, 0 x1:1c00215a", "time": "21370", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21372, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_event", "args":{"pc": "1c00215a", "instr": "beq x22, x0, 20 x22:100fc720", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:91"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21374, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_push_event_to_fc_retry", "args":{"pc": "1c00215e", "instr": "lw x5, 0(x23) x5=00000000 x23:1c2fff88 PA:1c2fff88", "time": "21374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:96"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_push_event_to_fc_retry", "args":{"pc": "1c002162", "instr": "bne x5, x0, 126 x5:00000000", "time": "21389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:97"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21390, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_push_event_to_fc_retry", "args":{"pc": "1c002166", "instr": "sw x22, 0(x23) x22:100fc720 x23:1c2fff88 PA:1c2fff88", "time": "21390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:100"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21408, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_push_event_to_fc_retry", "args":{"pc": "1c00216a", "instr": "sw x24, 0(x25) x24:00000001 x25:10200e04 PA:10200e04", "time": "21408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:103"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21412, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00216e", "instr": "lw x28, 0(x8) x28=00000000 x8:1b000028 PA:1b000028", "time": "21412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:109"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21414, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002172", "instr": "beq x28, x0, 96 x28:00000000", "time": "21414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021d2", "instr": "sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008", "time": "21417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:188"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 21418, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021d6", "instr": "p.elw x0, 60(x19) x19:1b204000 PA:1b20403c", "time": "21418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:189"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21423, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021da", "instr": "sw x20, 4(x19) x20:00000002 x19:1b204000 PA:1b204004", "time": "21423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:190"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21424, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021de", "instr": "jal x0, -112 ", "time": "21424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:191"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21427, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00216e", "instr": "lw x28, 0(x8) x28=00000000 x8:1b000028 PA:1b000028", "time": "21427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:109"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21429, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002172", "instr": "beq x28, x0, 96 x28:00000000", "time": "21429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:110"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14818, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "14818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000041", "time": "14836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14837, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000001 x10:00000041", "time": "14837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 14854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000002 x10:00000041", "time": "14854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000001", "time": "14855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14856, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "14856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "14874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "14875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "14876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14877, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000001", "time": "14877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "14929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000041", "time": "14930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000001 x19:00000041", "time": "14931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14932, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "14932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "14949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "14950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "14951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14952, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "14952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 14971, "dur": 3335, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "14971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18306, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18324, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18347, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18349, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080", "time": "18349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00000400 x19:00000001 x10:00000400", "time": "18373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=108fe800 x10:00000400 x5:108fe400", "time": "18374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18375, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18377, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18412, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18423, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18444, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000041", "time": "18444", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18461", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000002 x12:00000041", "time": "18462", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002", "time": "18463", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000001 x12:00000041", "time": "18464", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18465", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18466, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18466", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=108fe7c0 x2:108fe800", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18488, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000002 x2:108fe7c0 PA:108fe7e4", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000001 x2:108fe7c0 PA:108fe7e8", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:108fe7c0 PA:108fe7ec", "time": "18494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18496, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=108fe7e4 x2:108fe7c0", "time": "18496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18513, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:108fe7c0 PA:108fe7dc", "time": "18513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:108fe7c0 PA:108fe7f0", "time": "18516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:108fe7c0 PA:108fe7f4", "time": "18517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:108fe7c0 PA:108fe7f8", "time": "18518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18519, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:108fe7c0 PA:108fe7fc", "time": "18519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18534, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:108fe7e4 x2:108fe7c0 PA:108fe7cc", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18536, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=108fe760 x2:108fe7c0", "time": "18553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=108fe778 x2:108fe760", "time": "18554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18555, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:108fe760 PA:108fe7b8", "time": "18555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:108fe760 PA:108fe7b0", "time": "18562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000001 x2:108fe760 PA:108fe7ac", "time": "18563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:108fe760 PA:108fe7a8", "time": "18564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:108fe760 PA:108fe7a4", "time": "18565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18566, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:108fe760 PA:108fe7a0", "time": "18566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18577, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:108fe760 PA:108fe79c", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:108fe760 PA:108fe7bc", "time": "18580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:108fe760 PA:108fe7b4", "time": "18581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:108fe760 PA:108fe798", "time": "18582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:108fe760 PA:108fe794", "time": "18583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18586, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=108fe7e4 x13:108fe7e4", "time": "18586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:108fe778 x2:108fe760 PA:108fe774", "time": "18601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18605, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18623, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18639, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18665, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18684, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "18704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18705, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "18727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18729, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104108", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18734, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18754, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18757, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18773, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18778, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18781, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "18784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "18786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "18787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "18788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "18789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "18790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18792, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104108", "time": "18792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18797, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18800, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18803, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18818, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18823, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18826, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "18829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "18831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "18832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "18833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "18834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "18835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18837, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104108", "time": "18837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18842, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18845, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18848, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18865, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18869", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18870, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18873, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "18878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18884, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104108", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18889, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18892, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18895, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18914, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18914", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18915, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18918, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18919, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18920, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18922, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18923, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18925, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18926, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "18926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18927, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "18928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "18930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "18931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18932, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18933, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18934, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104108", "time": "18934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18938, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18939, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18942, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18945, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18961, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18964, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18966, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18969, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "18972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "18974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "18975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "18976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18977, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "18977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "18978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18979, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18980, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104108", "time": "18980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18984, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18985, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18988, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18991, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "18991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19007, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19012, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19015, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "19018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "19020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "19022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "19023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "19024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19026, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104108", "time": "19026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19031, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19034, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19037, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19057, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19062, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19065, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "19068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "19070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "19071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "19072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "19074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19076, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104108", "time": "19076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19081, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19084, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19087, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19103, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19108, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19111, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "19114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "19117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "19118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "19119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19120, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "19120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19121, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19122, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104108", "time": "19122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19127, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19130, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19133, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19149, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19152, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19153, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19154, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19156, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19157, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19157", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "19160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19161, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "19162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "19163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "19164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "19165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "19166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19168, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104108", "time": "19168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19172, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19173, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19176, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19179, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19201, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19204, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19205, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19206, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19209, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "19214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "19215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "19216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "19217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "19218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19220, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104108", "time": "19220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19225, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19228, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19231, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19246, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19251, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19254, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "19257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "19259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "19260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "19261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "19262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "19263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19265, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104108", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19270, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19273, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19276, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19291, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19296, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19299, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "19302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "19304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "19305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "19306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19310, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104108", "time": "19310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19315, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19318, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19321, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19338, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19341, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19343, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19346, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "19349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "19351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "19353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "19354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "19355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19357, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104108", "time": "19357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19362, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19365, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19368, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19388, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19393, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19396, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "19399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "19402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "19403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "19404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "19405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19407, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104108", "time": "19407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19412, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19415, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19418, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19441, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19444, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19447, "dur": 26, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:108fe760 PA:108fe764", "time": "19447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19473, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108fe760 PA:108fe768", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19478, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108fe760 PA:108fe76c", "time": "19478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19480, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19499, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108fe760 PA:108fe764", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19505, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19523, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19538, "dur": 9, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19547, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19573, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19596, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19615, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19618, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19641, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19661, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19681, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19699, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19719, "dur": 40, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19759, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19778, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19802, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19841, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19866, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19887, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108fe760 PA:108fe770", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19906, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108fe7e8 x8:108fe7e4", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000002 x8:108fe7e4 PA:108fe7e4", "time": "19929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19930, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19969, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000002", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108fe764 x2:108fe760", "time": "19988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19989, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20009, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108fe778 x11:108fe764 PA:108fe774", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20026, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108fe764 PA:108fe770", "time": "20026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20028, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001", "time": "20028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000002 x14:0000000a", "time": "20062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20065, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20068, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108fe764 PA:108fe770", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20085, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20119, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001", "time": "20119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20153, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20185, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000002", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20188, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20207, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000002", "time": "20207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000032 x13:108fe778 PA:108fe778", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20232, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108fe779 x13:108fe778", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20248, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20251, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108fe779 PA:108fe779", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20259, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20277, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108fe764 x2:108fe760", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20297, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108fe740 x2:108fe760", "time": "20299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20300, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108fe7e4 x2:108fe740 PA:108fe758", "time": "20300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108fe778 x12:108fe764 PA:108fe774", "time": "20302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108fe764 PA:108fe768", "time": "20303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:108fe740 PA:108fe754", "time": "20304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108fe740 PA:108fe750", "time": "20305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20306, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108fe740 PA:108fe74c", "time": "20306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108fe740 PA:108fe75c", "time": "20322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108fe740 PA:108fe748", "time": "20323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20324, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108fe764 x12:108fe764", "time": "20326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20327, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000032 x15=108fe779 x15:108fe778 PA:108fe778", "time": "20327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20329, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000032", "time": "20329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20346, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108fe764 PA:108fe76c", "time": "20346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20353, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20356, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764", "time": "20356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20370, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20391, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20431, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20433, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108fe764 PA:108fe76c", "time": "20433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20439, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20453, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764", "time": "20453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20462, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20475, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764", "time": "20475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20495, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108fe778 x9:108fe764 PA:108fe774", "time": "20495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20503, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000032 x20=108fe779 x20:108fe778 PA:108fe778", "time": "20503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20513, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000032", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20532, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20549, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000032 x11:00000032", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20552, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "20555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "20557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "20558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20563, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104108", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20568, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20570, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108fe77a x20:108fe779 PA:108fe779", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20577, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764", "time": "20577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20580, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108fe740 PA:108fe75c", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108fe7e4 x2:108fe740 PA:108fe758", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:108fe740 PA:108fe754", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108fe740 PA:108fe750", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108fe740 PA:108fe74c", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108fe740 PA:108fe748", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108fe760 x2:108fe740", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20602, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108fe7e8 x24:108fe7e8", "time": "20621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20622, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20625, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20628, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20644, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20649, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20652, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20655, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "20655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "20657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "20659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "20660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "20661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20663, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104108", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20668, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20671, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20674, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20689, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20694, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20697, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "20700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "20702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "20703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "20704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20708, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104108", "time": "20708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20713, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20716, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20719, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20734, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20737, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:108fe760 PA:108fe764", "time": "20740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108fe760 PA:108fe768", "time": "20741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108fe760 PA:108fe76c", "time": "20742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108fe760 PA:108fe764", "time": "20746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20754, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20773, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20778, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20781, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20784, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20787, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20793, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20797, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20801, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20804, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20806, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20810, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20815, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108fe760 PA:108fe770", "time": "20818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20819, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108fe7ec x8:108fe7e8", "time": "20822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000001 x8:108fe7e8 PA:108fe7e8", "time": "20823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20824, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20827, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000001", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108fe764 x2:108fe760", "time": "20830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20831, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108fe778 x11:108fe764 PA:108fe774", "time": "20833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108fe764 PA:108fe770", "time": "20834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20836, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001", "time": "20836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000001 x14:0000000a", "time": "20870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20873, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108fe764 PA:108fe770", "time": "20876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20877, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001", "time": "20877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20911, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001", "time": "20911", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20945, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20977, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000001", "time": "20977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20980, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20982, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000001", "time": "20982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20985, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001", "time": "20985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000031 x13:108fe778 PA:108fe778", "time": "20986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108fe779 x13:108fe778", "time": "20988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20989, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108fe779 PA:108fe779", "time": "20992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20993, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20995, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108fe764 x2:108fe760", "time": "20997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21000, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108fe740 x2:108fe760", "time": "21002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108fe7e8 x2:108fe740 PA:108fe758", "time": "21003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108fe778 x12:108fe764 PA:108fe774", "time": "21004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108fe764 PA:108fe768", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:108fe740 PA:108fe754", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108fe740 PA:108fe750", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108fe740 PA:108fe74c", "time": "21008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108fe740 PA:108fe75c", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108fe740 PA:108fe748", "time": "21010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108fe764 x12:108fe764", "time": "21013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21014, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000031 x15=108fe779 x15:108fe778 PA:108fe778", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000031", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21018, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108fe764 PA:108fe76c", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21020, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21023, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21026, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21031, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21038, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21040, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108fe764 PA:108fe76c", "time": "21040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21042, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21045, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764", "time": "21045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21047, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21048, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764", "time": "21051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21052, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21053, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21055, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108fe778 x9:108fe764 PA:108fe774", "time": "21055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21057, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000031 x20=108fe779 x20:108fe778 PA:108fe778", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21059, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000031", "time": "21059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21063, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000031 x11:00000031", "time": "21065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21066, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "21069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "21071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "21072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "21073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "21074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "21075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21077, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104108", "time": "21077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21082, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21084, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108fe77a x20:108fe779 PA:108fe779", "time": "21084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21087, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764", "time": "21087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21090, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108fe740 PA:108fe75c", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108fe7e8 x2:108fe740 PA:108fe758", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:108fe740 PA:108fe754", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108fe740 PA:108fe750", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108fe740 PA:108fe74c", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108fe740 PA:108fe748", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108fe760 x2:108fe740", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21100, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108fe7ec x24:108fe7ec", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21103, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21106, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21109, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21124, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21125, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21125", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21128, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21130, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21133, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21136, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "21136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21138, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "21138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21139, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "21139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "21141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "21142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21144, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104108", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21149, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21151, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21152, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21155, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21172, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21177, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21180, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "21183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21185, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "21185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "21186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "21187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "21188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "21189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21191, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104108", "time": "21191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21196, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21199, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21202, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21218, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21223, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21226, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000041", "time": "21229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000208 x15:00000041", "time": "21231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000104 x15:00000041", "time": "21232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208", "time": "21233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80", "time": "21234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008", "time": "21235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21237, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104108", "time": "21237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21242, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21245, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21248, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:108fe760 PA:108fe7bc", "time": "21265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:108fe760 PA:108fe7b8", "time": "21266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:108fe760 PA:108fe7b4", "time": "21267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21268, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:108fe760 PA:108fe7b0", "time": "21268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21287, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000001 x2:108fe760 PA:108fe7ac", "time": "21287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:108fe760 PA:108fe7a8", "time": "21290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:108fe760 PA:108fe7a4", "time": "21291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:108fe760 PA:108fe7a0", "time": "21292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:108fe760 PA:108fe79c", "time": "21293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:108fe760 PA:108fe798", "time": "21294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:108fe760 PA:108fe794", "time": "21295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=108fe7c0 x2:108fe760", "time": "21296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21297, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21299, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:108fe7c0 PA:108fe7dc", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=108fe800 x2:108fe7c0", "time": "21302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21303, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_1.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14818, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "14818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000042", "time": "14836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14837, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000002 x10:00000042", "time": "14837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 14854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000002 x10:00000042", "time": "14854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000002", "time": "14855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14856, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "14856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "14874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "14875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "14876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14877, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000002", "time": "14877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "14929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000042", "time": "14930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000002 x19:00000042", "time": "14931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14932, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "14932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "14949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "14950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "14951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14952, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "14952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 14971, "dur": 3335, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "14971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18306, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18324, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18347, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18349, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080", "time": "18349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00000800 x19:00000002 x10:00000400", "time": "18373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=108fec00 x10:00000800 x5:108fe400", "time": "18374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18375, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18377, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18412, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18423, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18444, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000042", "time": "18444", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18461", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000002 x12:00000042", "time": "18462", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002", "time": "18463", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000002 x12:00000042", "time": "18464", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18465", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18466, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18466", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=108febc0 x2:108fec00", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18488, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000002 x2:108febc0 PA:108febe4", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000002 x2:108febc0 PA:108febe8", "time": "18494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:108febc0 PA:108febec", "time": "18495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18497, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=108febe4 x2:108febc0", "time": "18497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18513, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:108febc0 PA:108febdc", "time": "18513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:108febc0 PA:108febf0", "time": "18518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:108febc0 PA:108febf4", "time": "18519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:108febc0 PA:108febf8", "time": "18520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18521, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:108febc0 PA:108febfc", "time": "18521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18534, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:108febe4 x2:108febc0 PA:108febcc", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18538, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=108feb60 x2:108febc0", "time": "18553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=108feb78 x2:108feb60", "time": "18554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:108feb60 PA:108febb8", "time": "18555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:108feb60 PA:108febb0", "time": "18556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000002 x2:108feb60 PA:108febac", "time": "18557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:108feb60 PA:108feba8", "time": "18558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:108feb60 PA:108feba4", "time": "18559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18560, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:108feb60 PA:108feba0", "time": "18560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18577, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:108feb60 PA:108feb9c", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:108feb60 PA:108febbc", "time": "18582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:108feb60 PA:108febb4", "time": "18583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:108feb60 PA:108feb98", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:108feb60 PA:108feb94", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18588, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=108febe4 x13:108febe4", "time": "18588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18601, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:108feb78 x2:108feb60 PA:108feb74", "time": "18601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18606, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18623, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18641, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18665, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18684, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "18704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18705, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "18727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18729, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104110", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18734, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18754, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18757, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18775, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18780, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18783, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "18786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "18788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "18789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "18790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "18791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "18792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18794, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104110", "time": "18794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18799, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18802, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18805, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18820, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18825, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18828, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "18831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "18833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "18834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "18835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "18836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "18837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18839, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104110", "time": "18839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18844, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18847, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18850, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18869, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18869", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18873, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18874, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18877, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "18885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "18886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18888, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104110", "time": "18888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18893, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18895, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18896, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18899, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18915, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18916, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18919, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18921, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18923, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18924, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18926, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18927, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "18927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "18930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "18931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18932, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18933, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "18933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18934, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18935, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104110", "time": "18935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18940, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18943, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18946, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18963, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18964, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18969, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18972, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "18975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18977, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "18977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "18978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18979, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "18979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18980, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "18980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18981, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "18981", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18982, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18983, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104110", "time": "18983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18988, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18991, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18994, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "18994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19010, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19015, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19018, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "19023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "19024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "19025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19026, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "19026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "19027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19029, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104110", "time": "19029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19034, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19037, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19040, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19061, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19066, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19069, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "19072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "19074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "19075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "19076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19080, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104110", "time": "19080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19085, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19088, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19091, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19106, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19111, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19114, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "19117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "19119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19120, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "19120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19121, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "19121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19122, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "19122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19124, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19125, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104110", "time": "19125", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19130, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19133, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19136, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19151, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19152, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19155, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19156, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19157, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19157", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19160, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "19163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "19165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "19166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "19167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "19168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "19169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19171, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104110", "time": "19171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19176, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19179, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19182, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19204, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19207, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19209, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19212, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "19215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "19217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "19218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "19219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "19220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "19221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19223, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104110", "time": "19223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19228, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19231, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19234, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19249, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19254, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19257, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "19260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "19262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "19263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19268, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104110", "time": "19268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19273, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19276, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19279, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19294, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19299, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19302, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "19305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "19307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "19309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "19310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "19311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19313, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104110", "time": "19313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19318, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19320, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19321, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19324, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19346, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19351, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19354, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "19357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "19359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "19360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "19361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "19362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "19363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19365, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104110", "time": "19365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19370, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19373, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19376, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19396, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19401, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19404, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "19407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "19409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "19410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "19411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "19412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "19413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19415, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104110", "time": "19415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19420, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19423, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19426, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19445, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19446, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19449, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19452, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:108feb60 PA:108feb64", "time": "19452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108feb60 PA:108feb68", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19474, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108feb60 PA:108feb6c", "time": "19474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19476, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19499, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108feb60 PA:108feb64", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19507, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19523, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19542, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19547, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19573, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19596, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19615, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19618, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19641, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19661, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19681, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19699, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19719, "dur": 40, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19759, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19778, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19802, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19841, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19866, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19887, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108feb60 PA:108feb70", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19906, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108febe8 x8:108febe4", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19929, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000002 x8:108febe4 PA:108febe4", "time": "19929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19932, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19969, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000002", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108feb64 x2:108feb60", "time": "19988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19989, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20009, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108feb78 x11:108feb64 PA:108feb74", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20026, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108feb64 PA:108feb70", "time": "20026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20029, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001", "time": "20029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000002 x14:0000000a", "time": "20063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20066, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20069, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108feb64 PA:108feb70", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20085, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20119, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001", "time": "20119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20153, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20185, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000002", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20188, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20207, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000002", "time": "20207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20230, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000032 x13:108feb78 PA:108feb78", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20233, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108feb79 x13:108feb78", "time": "20233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20248, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108feb79 PA:108feb79", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20252, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20254, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20277, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108feb64 x2:108feb60", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20297, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108feb40 x2:108feb60", "time": "20299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20300, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108febe4 x2:108feb40 PA:108feb58", "time": "20300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108feb78 x12:108feb64 PA:108feb74", "time": "20304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108feb64 PA:108feb68", "time": "20305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:108feb40 PA:108feb54", "time": "20306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108feb40 PA:108feb50", "time": "20307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20308, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108feb40 PA:108feb4c", "time": "20308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20322, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108feb40 PA:108feb5c", "time": "20322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108feb40 PA:108feb48", "time": "20325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108feb64 x12:108feb64", "time": "20328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20329, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000032 x15=108feb79 x15:108feb78 PA:108feb78", "time": "20329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20331, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000032", "time": "20331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20346, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108feb64 PA:108feb6c", "time": "20346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20354, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20357, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64", "time": "20357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20370, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20391, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20431, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20433, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108feb64 PA:108feb6c", "time": "20433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20435, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20453, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64", "time": "20453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20456, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20475, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64", "time": "20475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20495, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108feb78 x9:108feb64 PA:108feb74", "time": "20495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20497, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000032 x20=108feb79 x20:108feb78 PA:108feb78", "time": "20497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20513, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000032", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20532, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20549, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000032 x11:00000032", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20552, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "20555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "20557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "20558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20563, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104110", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20568, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20570, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108feb7a x20:108feb79 PA:108feb79", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20573, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64", "time": "20573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20576, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20595, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108feb40 PA:108feb5c", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108febe4 x2:108feb40 PA:108feb58", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:108feb40 PA:108feb54", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108feb40 PA:108feb50", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108feb40 PA:108feb4c", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108feb40 PA:108feb48", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108feb60 x2:108feb40", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20603, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108febe8 x24:108febe8", "time": "20621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20622, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20625, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20628, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20646, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20649, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20651, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20654, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "20657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "20659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "20660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "20661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20665, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104110", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20670, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20673, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20676, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20691, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20694, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20696, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20699, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "20702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "20704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "20707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "20708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20710, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104110", "time": "20710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20715, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20718, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20721, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20736, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20739, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:108feb60 PA:108feb64", "time": "20742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108feb60 PA:108feb68", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108feb60 PA:108feb6c", "time": "20744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108feb60 PA:108feb64", "time": "20748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20756, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20775, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20780, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20783, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20786, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20789, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20795, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20799, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20803, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20806, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20808, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20812, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20817, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108feb60 PA:108feb70", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20821, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108febec x8:108febe8", "time": "20824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000002 x8:108febe8 PA:108febe8", "time": "20825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20826, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20829, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000002", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108feb64 x2:108feb60", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20833, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108feb78 x11:108feb64 PA:108feb74", "time": "20835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108feb64 PA:108feb70", "time": "20836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20838, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000002 x14:0000000a", "time": "20872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20873, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20875, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108feb64 PA:108feb70", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20879, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001", "time": "20879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20913, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001", "time": "20913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20947, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20979, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000002", "time": "20979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20982, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20984, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000002", "time": "20984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002", "time": "20987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000032 x13:108feb78 PA:108feb78", "time": "20988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108feb79 x13:108feb78", "time": "20990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20991, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20993, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108feb79 PA:108feb79", "time": "20994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20995, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20997, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108feb64 x2:108feb60", "time": "20999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21002, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108feb40 x2:108feb60", "time": "21004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108febe8 x2:108feb40 PA:108feb58", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108feb78 x12:108feb64 PA:108feb74", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108feb64 PA:108feb68", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:108feb40 PA:108feb54", "time": "21008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108feb40 PA:108feb50", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108feb40 PA:108feb4c", "time": "21010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108feb40 PA:108feb5c", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108feb40 PA:108feb48", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108feb64 x12:108feb64", "time": "21015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21016, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000032 x15=108feb79 x15:108feb78 PA:108feb78", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000032", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21020, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108feb64 PA:108feb6c", "time": "21020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21022, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21025, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21028, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21033, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21040, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21042, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108feb64 PA:108feb6c", "time": "21042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21044, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21047, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21049, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21050, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21053, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64", "time": "21053", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21057, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108feb78 x9:108feb64 PA:108feb74", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21059, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000032 x20=108feb79 x20:108feb78 PA:108feb78", "time": "21059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21061, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000032", "time": "21061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21065, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000032 x11:00000032", "time": "21067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21068, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "21071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "21073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "21074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "21075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "21076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "21077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21079, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104110", "time": "21079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21084, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21086, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108feb7a x20:108feb79 PA:108feb79", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21089, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21092, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108feb40 PA:108feb5c", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108febe8 x2:108feb40 PA:108feb58", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:108feb40 PA:108feb54", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108feb40 PA:108feb50", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108feb40 PA:108feb4c", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108feb40 PA:108feb48", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108feb60 x2:108feb40", "time": "21101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21102, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108febec x24:108febec", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21105, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21108, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21111, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21132, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21136, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21137, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21139, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21140, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "21145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21149, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21151, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104110", "time": "21151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21155, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21156, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21159, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21162, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21178, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21183, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21185, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21186, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "21189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "21191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "21192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "21193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "21194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "21195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21197, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104110", "time": "21197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21201, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21202, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21204, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21205, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21208, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21224, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21229, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21232, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000042", "time": "21235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000210 x15:00000042", "time": "21237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000108 x15:00000042", "time": "21238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210", "time": "21239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80", "time": "21240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010", "time": "21241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21243, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104110", "time": "21243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21248, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21251, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21254, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:108feb60 PA:108febbc", "time": "21271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:108feb60 PA:108febb8", "time": "21272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:108feb60 PA:108febb4", "time": "21273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21274, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:108feb60 PA:108febb0", "time": "21274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000002 x2:108feb60 PA:108febac", "time": "21287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:108feb60 PA:108feba8", "time": "21288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:108feb60 PA:108feba4", "time": "21289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:108feb60 PA:108feba0", "time": "21290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:108feb60 PA:108feb9c", "time": "21291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:108feb60 PA:108feb98", "time": "21292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:108feb60 PA:108feb94", "time": "21293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=108febc0 x2:108feb60", "time": "21294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21295, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:108febc0 PA:108febdc", "time": "21297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=108fec00 x2:108febc0", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21300, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_2.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14818, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "14818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000043", "time": "14836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14837, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000003 x10:00000043", "time": "14837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 14854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000002 x10:00000043", "time": "14854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000003", "time": "14855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14856, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "14856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "14874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "14875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "14876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14877, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000003", "time": "14877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "14929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000043", "time": "14930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000003 x19:00000043", "time": "14931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14932, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "14932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "14949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "14950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "14951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14952, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "14952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 14971, "dur": 3335, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "14971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18306, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18324, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18347, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18349, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080", "time": "18349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00000c00 x19:00000003 x10:00000400", "time": "18373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=108ff000 x10:00000c00 x5:108fe400", "time": "18374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18375, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18377, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18412, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18423, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18444, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000043", "time": "18444", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18461", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000002 x12:00000043", "time": "18462", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002", "time": "18463", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000003 x12:00000043", "time": "18464", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18465", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18466, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18466", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=108fefc0 x2:108ff000", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000002 x2:108fefc0 PA:108fefe4", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18489, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000003 x2:108fefc0 PA:108fefe8", "time": "18490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:108fefc0 PA:108fefec", "time": "18491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18493, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=108fefe4 x2:108fefc0", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18513, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:108fefc0 PA:108fefdc", "time": "18513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:108fefc0 PA:108feff0", "time": "18517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:108fefc0 PA:108feff4", "time": "18518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:108fefc0 PA:108feff8", "time": "18519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18520, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:108fefc0 PA:108feffc", "time": "18520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18534, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:108fefe4 x2:108fefc0 PA:108fefcc", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18537, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=108fef60 x2:108fefc0", "time": "18553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=108fef78 x2:108fef60", "time": "18554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18555, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:108fef60 PA:108fefb8", "time": "18555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:108fef60 PA:108fefb0", "time": "18557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000003 x2:108fef60 PA:108fefac", "time": "18558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:108fef60 PA:108fefa8", "time": "18559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:108fef60 PA:108fefa4", "time": "18560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18561, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:108fef60 PA:108fefa0", "time": "18561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18577, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:108fef60 PA:108fef9c", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:108fef60 PA:108fefbc", "time": "18581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:108fef60 PA:108fefb4", "time": "18582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:108fef60 PA:108fef98", "time": "18583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:108fef60 PA:108fef94", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18587, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=108fefe4 x13:108fefe4", "time": "18587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18601, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:108fef78 x2:108fef60 PA:108fef74", "time": "18601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18607, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18623, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18643, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18665, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18684, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "18704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18705, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "18727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18729, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104118", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18734, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18754, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18757, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18777, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18782, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18785, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "18788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "18790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "18791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "18792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "18793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "18794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18796, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104118", "time": "18796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18801, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18804, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18807, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18824, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18832, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "18835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "18837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "18838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "18839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "18840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "18841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18843, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104118", "time": "18843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18848, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18850, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18851, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18854, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18872, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18877, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18880, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "18885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "18886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "18887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "18888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "18889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18891, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104118", "time": "18891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18895, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18896, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18899, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18902, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18918, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18919, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18922, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18923, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18924, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18926, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18927, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "18930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18932, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18933, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "18933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18934, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "18934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "18935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "18936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18938, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104118", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18943, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18946, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18949, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18968, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18973, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18976, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18979, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "18979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18980, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18981, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "18981", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18982, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "18982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18983, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "18983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18984, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "18984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18985, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "18985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18987, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104118", "time": "18987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18992, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18995, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18998, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "18998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19014, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19019, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19022, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "19025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19026, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "19027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "19029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "19030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19033, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104118", "time": "19033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19038, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19040, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19041, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19044, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19063, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19068, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19071, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "19074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "19076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "19080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19082, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104118", "time": "19082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19087, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19090, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19093, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19109, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19114, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19117, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19120, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "19120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19121, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19122, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "19122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19124, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "19124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19125, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "19125", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "19126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19127, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19128, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104118", "time": "19128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19133, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19136, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19139, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19154, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19155, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19160, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19163, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "19166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "19168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "19169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "19170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "19171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19172, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "19172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19174, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104118", "time": "19174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19179, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19182, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19185, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19205, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19206, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19209, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19211, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19214, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "19217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "19219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "19220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "19221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "19222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "19223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19225, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104118", "time": "19225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19230, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19233, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19236, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19252, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19257, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19260, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "19263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "19267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "19268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "19269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19271, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104118", "time": "19271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19276, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19279, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19282, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19298, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19303, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19306, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "19309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "19311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "19312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "19313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "19314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "19315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19317, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104118", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19321, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19322, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19324, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19325, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19328, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19352, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19357, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19360, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "19363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "19365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "19366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "19367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "19368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "19369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19371, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104118", "time": "19371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19376, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19379, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19382, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19402, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19407, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19410, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "19413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "19415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "19416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "19417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "19418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "19419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19421, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104118", "time": "19421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19426, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19429, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19432, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19452, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19455, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19458, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:108fef60 PA:108fef64", "time": "19458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19473, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108fef60 PA:108fef68", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108fef60 PA:108fef6c", "time": "19475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19476, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19477, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19499, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108fef60 PA:108fef64", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19506, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19523, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19547, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19573, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19596, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19615, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19618, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19641, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19661, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19681, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19699, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19719, "dur": 40, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19759, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19778, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19802, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19841, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19866, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19887, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108fef60 PA:108fef70", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19906, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108fefe8 x8:108fefe4", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19929, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000002 x8:108fefe4 PA:108fefe4", "time": "19929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19931, "dur": 38, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19969, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000002", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108fef64 x2:108fef60", "time": "19988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19989, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20009, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108fef78 x11:108fef64 PA:108fef74", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20026, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108fef64 PA:108fef70", "time": "20026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20030, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001", "time": "20030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000002 x14:0000000a", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20067, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20070, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108fef64 PA:108fef70", "time": "20070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20085, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20119, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001", "time": "20119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20153, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20185, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000002", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20188, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20207, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000002", "time": "20207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20230, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000032 x13:108fef78 PA:108fef78", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20234, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108fef79 x13:108fef78", "time": "20234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20248, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20251, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108fef79 PA:108fef79", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20254, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20277, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108fef64 x2:108fef60", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20297, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108fef40 x2:108fef60", "time": "20299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20300, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108fefe4 x2:108fef40 PA:108fef58", "time": "20300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108fef78 x12:108fef64 PA:108fef74", "time": "20305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108fef64 PA:108fef68", "time": "20306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:108fef40 PA:108fef54", "time": "20307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108fef40 PA:108fef50", "time": "20308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20309, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108fef40 PA:108fef4c", "time": "20309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20322, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108fef40 PA:108fef5c", "time": "20322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20324, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108fef40 PA:108fef48", "time": "20324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108fef64 x12:108fef64", "time": "20327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20328, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000032 x15=108fef79 x15:108fef78 PA:108fef78", "time": "20328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20330, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000032", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20346, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108fef64 PA:108fef6c", "time": "20346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20348, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20351, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64", "time": "20351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20370, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20391, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20431, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20433, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108fef64 PA:108fef6c", "time": "20433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20436, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20453, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64", "time": "20453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20456, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20457, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20475, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64", "time": "20475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20495, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108fef78 x9:108fef64 PA:108fef74", "time": "20495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20498, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000032 x20=108fef79 x20:108fef78 PA:108fef78", "time": "20498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20513, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000032", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20532, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20549, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000032 x11:00000032", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20552, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "20555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "20557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "20558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20563, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104118", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20568, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20570, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108fef7a x20:108fef79 PA:108fef79", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20574, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64", "time": "20574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20577, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20595, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108fef40 PA:108fef5c", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108fefe4 x2:108fef40 PA:108fef58", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:108fef40 PA:108fef54", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108fef40 PA:108fef50", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108fef40 PA:108fef4c", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108fef40 PA:108fef48", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108fef60 x2:108fef40", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20604, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108fefe8 x24:108fefe8", "time": "20621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20622, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20625, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20628, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20648, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20653, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20655, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20656, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "20659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "20661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "20664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20667, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104118", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20672, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20675, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20678, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20693, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20698, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20701, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "20704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "20707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "20708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "20709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "20710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20712, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104118", "time": "20712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20717, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20720, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20723, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20739, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20742, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:108fef60 PA:108fef64", "time": "20745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108fef60 PA:108fef68", "time": "20746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108fef60 PA:108fef6c", "time": "20747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108fef60 PA:108fef64", "time": "20751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20759, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20777, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20782, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20785, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20788, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20791, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20797, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20801, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20805, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20808, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20810, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20814, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20819, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108fef60 PA:108fef70", "time": "20822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20823, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108fefec x8:108fefe8", "time": "20826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000003 x8:108fefe8 PA:108fefe8", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20828, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20831, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000003", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108fef64 x2:108fef60", "time": "20834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20835, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108fef78 x11:108fef64 PA:108fef74", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108fef64 PA:108fef70", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20840, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000003 x14:0000000a", "time": "20874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20877, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108fef64 PA:108fef70", "time": "20880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20881, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001", "time": "20881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20915, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001", "time": "20915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20949, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20980, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20981, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000003", "time": "20981", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20984, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20986, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000003", "time": "20986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003", "time": "20989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000033 x13:108fef78 PA:108fef78", "time": "20990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108fef79 x13:108fef78", "time": "20992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20993, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20995, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108fef79 PA:108fef79", "time": "20996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20997, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20999, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108fef64 x2:108fef60", "time": "21001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21004, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108fef40 x2:108fef60", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108fefe8 x2:108fef40 PA:108fef58", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108fef78 x12:108fef64 PA:108fef74", "time": "21008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108fef64 PA:108fef68", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:108fef40 PA:108fef54", "time": "21010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108fef40 PA:108fef50", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108fef40 PA:108fef4c", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108fef40 PA:108fef5c", "time": "21013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108fef40 PA:108fef48", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108fef64 x12:108fef64", "time": "21017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21018, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000033 x15=108fef79 x15:108fef78 PA:108fef78", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000033", "time": "21020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21022, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108fef64 PA:108fef6c", "time": "21022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21024, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21027, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64", "time": "21027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21030, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21035, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21040, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21041, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21042, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21044, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108fef64 PA:108fef6c", "time": "21044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21046, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21049, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21052, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64", "time": "21055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21059, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108fef78 x9:108fef64 PA:108fef74", "time": "21059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21061, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000033 x20=108fef79 x20:108fef78 PA:108fef78", "time": "21061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21063, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000033", "time": "21063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21067, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000033 x11:00000033", "time": "21069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21070, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "21073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "21075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "21076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "21077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "21078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "21079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21081, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104118", "time": "21081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21086, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21088, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108fef7a x20:108fef79 PA:108fef79", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21091, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21094, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108fef40 PA:108fef5c", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108fefe8 x2:108fef40 PA:108fef58", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:108fef40 PA:108fef54", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108fef40 PA:108fef50", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108fef40 PA:108fef4c", "time": "21101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108fef40 PA:108fef48", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21103, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108fef60 x2:108fef40", "time": "21103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21104, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108fefec x24:108fefec", "time": "21106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21107, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21110, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21113, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21133, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21136, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21138, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21141, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21149, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21151, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21152, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104118", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21156, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21157, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21157", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21160, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21163, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21179, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21184, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21187, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "21190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "21192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "21193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "21194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "21195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "21196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21197, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21198, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104118", "time": "21198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21202, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21203, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21205, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21206, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21209, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21225, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21230, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21233, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000043", "time": "21236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000218 x15:00000043", "time": "21238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000010c x15:00000043", "time": "21239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218", "time": "21240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80", "time": "21241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018", "time": "21242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21244, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104118", "time": "21244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21249, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21252, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21255, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:108fef60 PA:108fefbc", "time": "21272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:108fef60 PA:108fefb8", "time": "21273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:108fef60 PA:108fefb4", "time": "21274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21275, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:108fef60 PA:108fefb0", "time": "21275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21287, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000003 x2:108fef60 PA:108fefac", "time": "21287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:108fef60 PA:108fefa8", "time": "21289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:108fef60 PA:108fefa4", "time": "21290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:108fef60 PA:108fefa0", "time": "21291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:108fef60 PA:108fef9c", "time": "21292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:108fef60 PA:108fef98", "time": "21293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:108fef60 PA:108fef94", "time": "21294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=108fefc0 x2:108fef60", "time": "21295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21296, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:108fefc0 PA:108fefdc", "time": "21298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=108ff000 x2:108fefc0", "time": "21300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21301, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_3.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14818, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "14818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000044", "time": "14836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14837, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000004 x10:00000044", "time": "14837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 14854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000002 x10:00000044", "time": "14854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000004", "time": "14855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14856, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "14856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "14874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "14875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "14876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14877, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000004", "time": "14877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "14929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000044", "time": "14930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000004 x19:00000044", "time": "14931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14932, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "14932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "14949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "14950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "14951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14952, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "14952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 14971, "dur": 3335, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "14971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18306, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18324, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18347, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18349, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080", "time": "18349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001000 x19:00000004 x10:00000400", "time": "18373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=108ff400 x10:00001000 x5:108fe400", "time": "18374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18375, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18377, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18412, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18423, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18444, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000044", "time": "18444", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18461", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000002 x12:00000044", "time": "18462", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002", "time": "18463", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000004 x12:00000044", "time": "18464", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18465", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18466, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18466", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=108ff3c0 x2:108ff400", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18488, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000002 x2:108ff3c0 PA:108ff3e4", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000004 x2:108ff3c0 PA:108ff3e8", "time": "18491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:108ff3c0 PA:108ff3ec", "time": "18492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18494, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=108ff3e4 x2:108ff3c0", "time": "18494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:108ff3c0 PA:108ff3dc", "time": "18513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:108ff3c0 PA:108ff3f0", "time": "18514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:108ff3c0 PA:108ff3f4", "time": "18515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:108ff3c0 PA:108ff3f8", "time": "18516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18517, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:108ff3c0 PA:108ff3fc", "time": "18517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18534, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:108ff3e4 x2:108ff3c0 PA:108ff3cc", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18540, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=108ff360 x2:108ff3c0", "time": "18553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=108ff378 x2:108ff360", "time": "18554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18555, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:108ff360 PA:108ff3b8", "time": "18555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:108ff360 PA:108ff3b0", "time": "18558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000004 x2:108ff360 PA:108ff3ac", "time": "18559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:108ff360 PA:108ff3a8", "time": "18560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:108ff360 PA:108ff3a4", "time": "18561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18562, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:108ff360 PA:108ff3a0", "time": "18562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18577, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:108ff360 PA:108ff39c", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:108ff360 PA:108ff3bc", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:108ff360 PA:108ff3b4", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:108ff360 PA:108ff398", "time": "18586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:108ff360 PA:108ff394", "time": "18587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18590, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=108ff3e4 x13:108ff3e4", "time": "18590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18601, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:108ff378 x2:108ff360 PA:108ff374", "time": "18601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18608, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18623, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18645, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18665, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18684, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "18704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18705, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "18727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18729, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104120", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18734, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18754, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18757, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18779, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18784, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18787, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "18790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "18792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "18793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "18794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "18795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "18796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18798, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104120", "time": "18798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18803, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18806, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18809, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18826, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18831, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18834, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "18837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "18839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "18840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "18841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "18842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "18843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18845, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104120", "time": "18845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18849, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18850, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18853, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18856, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18876, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18881, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18884, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "18887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "18889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "18890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "18891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "18892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18893, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "18893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18894, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18895, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104120", "time": "18895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18900, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18903, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18906, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18921, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18924, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18925, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18926, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18929, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18932, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18933, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18934, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "18934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "18935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "18936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18938, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18940, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104120", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18945, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18948, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18951, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18971, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18976, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18979, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18981, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18981", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18982, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "18982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18983, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18984, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "18984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18985, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "18985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "18986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "18987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "18988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18990, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104120", "time": "18990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18995, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18998, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19001, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19018, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19023, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19026, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "19029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "19033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "19034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "19035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19037, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104120", "time": "19037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19041, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19042, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19044, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19045, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19048, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19064, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19069, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19072, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "19075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "19080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "19081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19083, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104120", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19088, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19091, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19094, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19113, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19118, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19120, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19121, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19124, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "19124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19125, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19125", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "19126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19127, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "19127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19128, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "19128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "19129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19132, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104120", "time": "19132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19136, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19137, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19139, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19140, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19143, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19165, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19169, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19170, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19172, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19173, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19175, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "19176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "19178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "19179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "19180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "19181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "19182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19184, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104120", "time": "19184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19189, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19192, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19195, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19216, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19221, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19224, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "19229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "19230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "19231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "19232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "19233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19235, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104120", "time": "19235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19240, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19243, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19246, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19264, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19269, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19272, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "19275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19276, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "19277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "19278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "19279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19280, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "19280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "19281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19283, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104120", "time": "19283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19288, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19291, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19294, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19309, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19314, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19317, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19319, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19320, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19321, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "19322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "19323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19324, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "19324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "19325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "19326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19328, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104120", "time": "19328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19333, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19336, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19339, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19361, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19366, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19369, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "19372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "19374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "19375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "19376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "19377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "19378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19380, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104120", "time": "19380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19385, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19388, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19391, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19412, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19417, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19420, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19423, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "19423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "19425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "19426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "19427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "19428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "19429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19431, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104120", "time": "19431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19436, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19439, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19442, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19462, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19465, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19468, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:108ff360 PA:108ff364", "time": "19468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19473, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108ff360 PA:108ff368", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19476, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108ff360 PA:108ff36c", "time": "19476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19478, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19499, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108ff360 PA:108ff364", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19509, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19523, "dur": 43, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19567, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19593, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19596, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19615, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19618, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19641, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19661, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19681, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19699, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19719, "dur": 40, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19759, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19778, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19802, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19841, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19866, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19887, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108ff360 PA:108ff370", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19906, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108ff3e8 x8:108ff3e4", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19929, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000002 x8:108ff3e4 PA:108ff3e4", "time": "19929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19934, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19969, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000002", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108ff364 x2:108ff360", "time": "19988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19989, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20009, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108ff378 x11:108ff364 PA:108ff374", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20026, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108ff364 PA:108ff370", "time": "20026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20031, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001", "time": "20031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000002 x14:0000000a", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20068, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20071, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108ff364 PA:108ff370", "time": "20071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20085, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20119, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001", "time": "20119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20153, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20185, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000002", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20188, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20207, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000002", "time": "20207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20230, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000032 x13:108ff378 PA:108ff378", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20235, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108ff379 x13:108ff378", "time": "20235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20248, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20251, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108ff379 PA:108ff379", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20255, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20277, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108ff364 x2:108ff360", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20297, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108ff340 x2:108ff360", "time": "20299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20300, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108ff3e4 x2:108ff340 PA:108ff358", "time": "20300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108ff378 x12:108ff364 PA:108ff374", "time": "20306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108ff364 PA:108ff368", "time": "20307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:108ff340 PA:108ff354", "time": "20308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108ff340 PA:108ff350", "time": "20309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20310, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108ff340 PA:108ff34c", "time": "20310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20322, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108ff340 PA:108ff35c", "time": "20322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108ff340 PA:108ff348", "time": "20327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108ff364 x12:108ff364", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20331, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000032 x15=108ff379 x15:108ff378 PA:108ff378", "time": "20331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20333, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000032", "time": "20333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20346, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108ff364 PA:108ff36c", "time": "20346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20349, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20352, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364", "time": "20352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20370, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20391, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20431, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20433, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108ff364 PA:108ff36c", "time": "20433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20437, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20453, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364", "time": "20453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20458, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20475, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364", "time": "20475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20495, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108ff378 x9:108ff364 PA:108ff374", "time": "20495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20499, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000032 x20=108ff379 x20:108ff378 PA:108ff378", "time": "20499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20513, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000032", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20532, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20549, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000032 x11:00000032", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20552, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "20555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "20557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "20558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20563, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104120", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20568, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20570, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108ff37a x20:108ff379 PA:108ff379", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20575, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364", "time": "20575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20578, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20595, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108ff340 PA:108ff35c", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108ff3e4 x2:108ff340 PA:108ff358", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:108ff340 PA:108ff354", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108ff340 PA:108ff350", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108ff340 PA:108ff34c", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108ff340 PA:108ff348", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108ff360 x2:108ff340", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20605, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108ff3e8 x24:108ff3e8", "time": "20621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20622, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20625, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20628, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20649, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20650, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20655, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20658, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "20661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "20664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "20666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20669, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104120", "time": "20669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20674, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20677, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20680, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20694, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20695, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20700, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20703, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "20708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "20709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "20710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "20711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "20712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20714, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104120", "time": "20714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20719, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20722, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20725, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20743, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20746, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:108ff360 PA:108ff364", "time": "20749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108ff360 PA:108ff368", "time": "20750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108ff360 PA:108ff36c", "time": "20751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108ff360 PA:108ff364", "time": "20755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20763, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20781, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20786, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20789, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20792, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20795, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20801, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20805, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20809, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20812, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20814, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20818, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20823, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108ff360 PA:108ff370", "time": "20826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20827, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108ff3ec x8:108ff3e8", "time": "20830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000004 x8:108ff3e8 PA:108ff3e8", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20832, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20835, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000004", "time": "20835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108ff364 x2:108ff360", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20839, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108ff378 x11:108ff364 PA:108ff374", "time": "20841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108ff364 PA:108ff370", "time": "20842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20844, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000004 x10:00000004 x15:00000001", "time": "20844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000004 x14:0000000a", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20881, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108ff364 PA:108ff370", "time": "20884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20885, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000004 x10:00000004 x15:00000001", "time": "20885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20919, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000004 x15:00000001", "time": "20919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20953, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20984, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20985, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000004", "time": "20985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20988, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20990, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000004", "time": "20990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20993, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000034 x14:00000030 x16:00000004", "time": "20993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20994, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000034 x13:108ff378 PA:108ff378", "time": "20994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108ff379 x13:108ff378", "time": "20997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20998, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108ff379 PA:108ff379", "time": "21001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21002, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21004, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108ff364 x2:108ff360", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21009, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108ff340 x2:108ff360", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108ff3e8 x2:108ff340 PA:108ff358", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108ff378 x12:108ff364 PA:108ff374", "time": "21013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108ff364 PA:108ff368", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:108ff340 PA:108ff354", "time": "21015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108ff340 PA:108ff350", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108ff340 PA:108ff34c", "time": "21017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108ff340 PA:108ff35c", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108ff340 PA:108ff348", "time": "21019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108ff364 x12:108ff364", "time": "21022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21023, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000034 x15=108ff379 x15:108ff378 PA:108ff378", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000034", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21026, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21027, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108ff364 PA:108ff36c", "time": "21027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21029, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21032, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364", "time": "21032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21035, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21040, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21043, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21043", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21044, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21045, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21046, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21047, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21049, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108ff364 PA:108ff36c", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21051, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21054, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21057, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364", "time": "21060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21064, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108ff378 x9:108ff364 PA:108ff374", "time": "21064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21066, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000034 x20=108ff379 x20:108ff378 PA:108ff378", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21068, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000034", "time": "21068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21072, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000034 x11:00000034", "time": "21074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21075, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "21078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "21080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "21081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "21082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "21083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "21084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21086, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000034 x14:1a104000 PA:1a104120", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21091, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21093, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108ff37a x20:108ff379 PA:108ff379", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21096, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21099, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108ff340 PA:108ff35c", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21103, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108ff3e8 x2:108ff340 PA:108ff358", "time": "21103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:108ff340 PA:108ff354", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108ff340 PA:108ff350", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108ff340 PA:108ff34c", "time": "21106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108ff340 PA:108ff348", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108ff360 x2:108ff340", "time": "21108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21109, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108ff3ec x24:108ff3ec", "time": "21111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21112, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21115, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21118, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21144, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21149, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21151, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21152, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21154, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21155, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "21155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21156, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21157, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "21157", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "21158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "21159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "21160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21161, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "21161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21163, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104120", "time": "21163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21168, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21171, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21174, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21195, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21200, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21202, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21203, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21205, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21206, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "21206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21207, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "21208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21209, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "21209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "21210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "21211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "21212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21214, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104120", "time": "21214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21219, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21222, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21225, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21240, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21245, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21248, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000044", "time": "21251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000220 x15:00000044", "time": "21253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000110 x15:00000044", "time": "21254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220", "time": "21255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80", "time": "21256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020", "time": "21257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21259, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104120", "time": "21259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21264, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21267, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21270, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:108ff360 PA:108ff3bc", "time": "21290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:108ff360 PA:108ff3b8", "time": "21291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:108ff360 PA:108ff3b4", "time": "21292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:108ff360 PA:108ff3b0", "time": "21293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000004 x2:108ff360 PA:108ff3ac", "time": "21294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:108ff360 PA:108ff3a8", "time": "21295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:108ff360 PA:108ff3a4", "time": "21296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:108ff360 PA:108ff3a0", "time": "21297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21298, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:108ff360 PA:108ff39c", "time": "21298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:108ff360 PA:108ff398", "time": "21302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:108ff360 PA:108ff394", "time": "21303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=108ff3c0 x2:108ff360", "time": "21304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21305, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:108ff3c0 PA:108ff3dc", "time": "21307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=108ff400 x2:108ff3c0", "time": "21309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21310, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_4.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14818, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "14818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000045", "time": "14836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14837, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000005 x10:00000045", "time": "14837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 14854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000002 x10:00000045", "time": "14854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000005", "time": "14855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14856, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "14856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "14874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "14875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "14876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14877, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000005", "time": "14877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "14929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000045", "time": "14930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000005 x19:00000045", "time": "14931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14932, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "14932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "14949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "14950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "14951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14952, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "14952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 14971, "dur": 3335, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "14971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18306, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18324, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18347, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18349, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080", "time": "18349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001400 x19:00000005 x10:00000400", "time": "18373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=108ff800 x10:00001400 x5:108fe400", "time": "18374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18375, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18377, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18412, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18423, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18444, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000045", "time": "18444", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18461", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000002 x12:00000045", "time": "18462", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002", "time": "18463", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000005 x12:00000045", "time": "18464", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18465", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18466, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18466", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=108ff7c0 x2:108ff800", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18488, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000002 x2:108ff7c0 PA:108ff7e4", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000005 x2:108ff7c0 PA:108ff7e8", "time": "18492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:108ff7c0 PA:108ff7ec", "time": "18493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18495, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=108ff7e4 x2:108ff7c0", "time": "18495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18513, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:108ff7c0 PA:108ff7dc", "time": "18513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:108ff7c0 PA:108ff7f0", "time": "18515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:108ff7c0 PA:108ff7f4", "time": "18516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:108ff7c0 PA:108ff7f8", "time": "18517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18518, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:108ff7c0 PA:108ff7fc", "time": "18518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:108ff7e4 x2:108ff7c0 PA:108ff7cc", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18535, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=108ff760 x2:108ff7c0", "time": "18553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=108ff778 x2:108ff760", "time": "18554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18555, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:108ff760 PA:108ff7b8", "time": "18555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:108ff760 PA:108ff7b0", "time": "18559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000005 x2:108ff760 PA:108ff7ac", "time": "18560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:108ff760 PA:108ff7a8", "time": "18561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:108ff760 PA:108ff7a4", "time": "18562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18563, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:108ff760 PA:108ff7a0", "time": "18563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18577, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:108ff760 PA:108ff79c", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:108ff760 PA:108ff7bc", "time": "18583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:108ff760 PA:108ff7b4", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:108ff760 PA:108ff798", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:108ff760 PA:108ff794", "time": "18586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18589, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=108ff7e4 x13:108ff7e4", "time": "18589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18601, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:108ff778 x2:108ff760 PA:108ff774", "time": "18601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18609, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18623, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18647, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18665, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18684, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "18704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18705, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "18727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18729, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104128", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18734, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18754, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18757, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18783, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18788, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18791, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "18794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "18796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "18797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "18798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "18799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "18800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18802, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104128", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18807, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18810, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18813, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18828, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18833, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18836, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "18839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "18841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "18842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "18843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "18844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "18845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18847, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104128", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18851, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18852, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18855, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18858, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18879, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18884, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18887, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "18890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "18892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18893, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "18893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18894, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "18894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18895, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "18895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18896, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "18896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18898, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104128", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18903, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18906, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18909, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18924, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18925, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18930, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18932, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18933, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "18936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18938, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "18939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18944, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104128", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18949, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18952, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18955, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18973, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18977, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18978, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18980, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18981, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18981", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18983, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18984, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "18984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18985, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "18986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "18987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "18988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "18989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "18990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18992, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104128", "time": "18992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18997, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "18999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19000, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19003, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19021, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19026, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19029, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "19034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "19035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "19036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "19037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "19038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19040, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104128", "time": "19040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19044, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19045, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19047, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19048, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19051, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19067, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19072, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19075, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "19080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "19081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "19082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19086, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104128", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19091, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19094, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19097, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19115, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19120, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19122, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19123, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19125, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19125", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "19126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19127, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19128, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "19128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "19129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "19131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "19132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19134, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104128", "time": "19134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19138, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19139, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19142, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19145, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19167, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19172, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19174, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19175, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19177, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19178, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "19178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "19180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "19181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19182, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "19182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19183, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "19183", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "19184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19185, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19186, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104128", "time": "19186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19191, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19194, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19197, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19217, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19222, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19225, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "19228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "19230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "19231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "19232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "19233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "19234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19236, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104128", "time": "19236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19241, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19244, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19247, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19268, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19273, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19276, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "19279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19280, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "19281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "19282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19283, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "19283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "19284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "19285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19287, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104128", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19292, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19295, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19298, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19316, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19319, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19320, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19321, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19324, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "19327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "19329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "19331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "19332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19333, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "19333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19335, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104128", "time": "19335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19340, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19343, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19346, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19366, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19371, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19374, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "19377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "19379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "19380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "19381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19385, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104128", "time": "19385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19390, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19393, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19396, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19416, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19421, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19423, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19424, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "19427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "19429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "19430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "19431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "19432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "19433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19435, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104128", "time": "19435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19440, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19443, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19446, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19466, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19469, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19472, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:108ff760 PA:108ff764", "time": "19472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19473, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108ff760 PA:108ff768", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108ff760 PA:108ff76c", "time": "19477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19478, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19479, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19499, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108ff760 PA:108ff764", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19509, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19510, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19523, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19549, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19573, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19596, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19615, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19618, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19641, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19661, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19681, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19699, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19719, "dur": 40, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19759, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19778, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19802, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19841, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19866, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19887, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108ff760 PA:108ff770", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19906, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108ff7e8 x8:108ff7e4", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19929, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000002 x8:108ff7e4 PA:108ff7e4", "time": "19929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19935, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19969, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000002", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108ff764 x2:108ff760", "time": "19988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19989, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20009, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108ff778 x11:108ff764 PA:108ff774", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20026, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108ff764 PA:108ff770", "time": "20026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20032, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001", "time": "20032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000002 x14:0000000a", "time": "20066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20069, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20072, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108ff764 PA:108ff770", "time": "20072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20085, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20119, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001", "time": "20119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20153, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20185, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000002", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20188, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20207, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000002", "time": "20207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20230, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000032 x13:108ff778 PA:108ff778", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20236, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108ff779 x13:108ff778", "time": "20236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20248, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20251, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108ff779 PA:108ff779", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20256, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20277, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108ff764 x2:108ff760", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20297, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108ff740 x2:108ff760", "time": "20299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20300, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108ff7e4 x2:108ff740 PA:108ff758", "time": "20300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108ff778 x12:108ff764 PA:108ff774", "time": "20307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108ff764 PA:108ff768", "time": "20308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:108ff740 PA:108ff754", "time": "20309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108ff740 PA:108ff750", "time": "20310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20311, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108ff740 PA:108ff74c", "time": "20311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20322, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108ff740 PA:108ff75c", "time": "20322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108ff740 PA:108ff748", "time": "20328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108ff764 x12:108ff764", "time": "20331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20332, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000032 x15=108ff779 x15:108ff778 PA:108ff778", "time": "20332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20334, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000032", "time": "20334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20346, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108ff764 PA:108ff76c", "time": "20346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20350, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20353, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764", "time": "20353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20370, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20391, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20431, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20433, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108ff764 PA:108ff76c", "time": "20433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20438, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20453, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764", "time": "20453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20459, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20475, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764", "time": "20475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20495, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108ff778 x9:108ff764 PA:108ff774", "time": "20495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20500, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000032 x20=108ff779 x20:108ff778 PA:108ff778", "time": "20500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20513, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000032", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20532, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20549, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000032 x11:00000032", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20552, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "20555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "20557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "20558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20563, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104128", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20568, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20570, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108ff77a x20:108ff779 PA:108ff779", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20576, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764", "time": "20576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20579, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20595, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108ff740 PA:108ff75c", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108ff7e4 x2:108ff740 PA:108ff758", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:108ff740 PA:108ff754", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108ff740 PA:108ff750", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108ff740 PA:108ff74c", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108ff740 PA:108ff748", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108ff760 x2:108ff740", "time": "20605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20606, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108ff7e8 x24:108ff7e8", "time": "20621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20622, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20625, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20628, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20654, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20659, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20662, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "20668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "20669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "20670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "20671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20673, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104128", "time": "20673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20678, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20681, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20684, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20699, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20704, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20707, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "20710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "20712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "20713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "20714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "20715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "20716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20718, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104128", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20723, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20726, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20729, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20748, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20751, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:108ff760 PA:108ff764", "time": "20754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108ff760 PA:108ff768", "time": "20755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108ff760 PA:108ff76c", "time": "20756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108ff760 PA:108ff764", "time": "20760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20768, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20785, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20790, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20793, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20796, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20799, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20805, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20809, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20813, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20816, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20818, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20822, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20827, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108ff760 PA:108ff770", "time": "20830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20831, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108ff7ec x8:108ff7e8", "time": "20834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000005 x8:108ff7e8 PA:108ff7e8", "time": "20835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20836, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20839, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000005", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108ff764 x2:108ff760", "time": "20842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20843, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108ff778 x11:108ff764 PA:108ff774", "time": "20845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108ff764 PA:108ff770", "time": "20846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20848, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000005 x10:00000005 x15:00000001", "time": "20848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000005 x14:0000000a", "time": "20882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20885, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108ff764 PA:108ff770", "time": "20888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20889, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000005 x10:00000005 x15:00000001", "time": "20889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20923, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000005 x15:00000001", "time": "20923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20957, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20989, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000005", "time": "20989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20992, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20994, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000005", "time": "20994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000035 x14:00000030 x16:00000005", "time": "20997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000035 x13:108ff778 PA:108ff778", "time": "20998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108ff779 x13:108ff778", "time": "21000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21001, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21003, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108ff779 PA:108ff779", "time": "21004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21005, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21007, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108ff764 x2:108ff760", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21012, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108ff740 x2:108ff760", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108ff7e8 x2:108ff740 PA:108ff758", "time": "21015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108ff778 x12:108ff764 PA:108ff774", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108ff764 PA:108ff768", "time": "21017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:108ff740 PA:108ff754", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108ff740 PA:108ff750", "time": "21019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108ff740 PA:108ff74c", "time": "21020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108ff740 PA:108ff75c", "time": "21021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108ff740 PA:108ff748", "time": "21022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108ff764 x12:108ff764", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21026, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000035 x15=108ff779 x15:108ff778 PA:108ff778", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000035", "time": "21028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21030, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108ff764 PA:108ff76c", "time": "21030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21032, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21035, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764", "time": "21035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21038, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21041, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21042, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21043, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21043", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21046, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21047, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21048, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21049, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21050, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21052, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108ff764 PA:108ff76c", "time": "21052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21054, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21057, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21060, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764", "time": "21063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21067, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108ff778 x9:108ff764 PA:108ff774", "time": "21067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21069, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000035 x20=108ff779 x20:108ff778 PA:108ff778", "time": "21069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21071, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000035", "time": "21071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21075, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000035 x11:00000035", "time": "21077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21078, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "21081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "21083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "21084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "21085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "21087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21089, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000035 x14:1a104000 PA:1a104128", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21094, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21096, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108ff77a x20:108ff779 PA:108ff779", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21099, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21102, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108ff740 PA:108ff75c", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108ff7e8 x2:108ff740 PA:108ff758", "time": "21106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:108ff740 PA:108ff754", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108ff740 PA:108ff750", "time": "21108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108ff740 PA:108ff74c", "time": "21109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108ff740 PA:108ff748", "time": "21110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108ff760 x2:108ff740", "time": "21111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21112, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108ff7ec x24:108ff7ec", "time": "21114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21115, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21118, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21121, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21145, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21149, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21150, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21152, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21153, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21155, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21156, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "21156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21157, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21157", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "21158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "21159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "21160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21161, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "21161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "21162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21164, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104128", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21169, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21172, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21175, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21197, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21201, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21202, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21204, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21205, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21207, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "21208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21209, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "21210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "21211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "21212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "21213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "21214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21216, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104128", "time": "21216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21221, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21224, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21227, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21242, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21247, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21250, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000045", "time": "21253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000228 x15:00000045", "time": "21255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000114 x15:00000045", "time": "21256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228", "time": "21257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80", "time": "21258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028", "time": "21259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21261, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104128", "time": "21261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21266, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21269, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21272, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:108ff760 PA:108ff7bc", "time": "21291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:108ff760 PA:108ff7b8", "time": "21292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:108ff760 PA:108ff7b4", "time": "21293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:108ff760 PA:108ff7b0", "time": "21294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21295, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000005 x2:108ff760 PA:108ff7ac", "time": "21295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:108ff760 PA:108ff7a8", "time": "21297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:108ff760 PA:108ff7a4", "time": "21298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:108ff760 PA:108ff7a0", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21300, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:108ff760 PA:108ff79c", "time": "21300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:108ff760 PA:108ff798", "time": "21303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:108ff760 PA:108ff794", "time": "21304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=108ff7c0 x2:108ff760", "time": "21305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21306, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21308, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:108ff7c0 PA:108ff7dc", "time": "21308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=108ff800 x2:108ff7c0", "time": "21312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21313, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_5.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14818, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "14818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000046", "time": "14836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14837, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000006 x10:00000046", "time": "14837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 14854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000002 x10:00000046", "time": "14854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000006", "time": "14855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14856, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "14856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "14874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "14875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "14876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14877, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000006", "time": "14877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "14929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000046", "time": "14930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000006 x19:00000046", "time": "14931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14932, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "14932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "14949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "14950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "14951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14952, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "14952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 14971, "dur": 3335, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "14971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18306, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18324, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18347, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18349, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080", "time": "18349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001800 x19:00000006 x10:00000400", "time": "18373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=108ffc00 x10:00001800 x5:108fe400", "time": "18374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18375, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18377, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18412, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18423, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18444, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000046", "time": "18444", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18461", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000002 x12:00000046", "time": "18462", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002", "time": "18463", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000006 x12:00000046", "time": "18464", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18465", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18466, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18466", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=108ffbc0 x2:108ffc00", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18488, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000002 x2:108ffbc0 PA:108ffbe4", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000006 x2:108ffbc0 PA:108ffbe8", "time": "18495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:108ffbc0 PA:108ffbec", "time": "18496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18498, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=108ffbe4 x2:108ffbc0", "time": "18498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18513, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:108ffbc0 PA:108ffbdc", "time": "18513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:108ffbc0 PA:108ffbf0", "time": "18520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:108ffbc0 PA:108ffbf4", "time": "18521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:108ffbc0 PA:108ffbf8", "time": "18522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18523, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:108ffbc0 PA:108ffbfc", "time": "18523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18534, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:108ffbe4 x2:108ffbc0 PA:108ffbcc", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18541, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=108ffb60 x2:108ffbc0", "time": "18553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=108ffb78 x2:108ffb60", "time": "18554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18555, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:108ffb60 PA:108ffbb8", "time": "18555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:108ffb60 PA:108ffbb0", "time": "18560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000006 x2:108ffb60 PA:108ffbac", "time": "18561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:108ffb60 PA:108ffba8", "time": "18562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:108ffb60 PA:108ffba4", "time": "18563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18564, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:108ffb60 PA:108ffba0", "time": "18564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:108ffb60 PA:108ffb9c", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:108ffb60 PA:108ffbbc", "time": "18578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:108ffb60 PA:108ffbb4", "time": "18579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:108ffb60 PA:108ffb98", "time": "18580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:108ffb60 PA:108ffb94", "time": "18581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18584, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=108ffbe4 x13:108ffbe4", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18601, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:108ffb78 x2:108ffb60 PA:108ffb74", "time": "18601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18610, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18623, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18651, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18665, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18684, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "18704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18705, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "18727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18729, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104130", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18734, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18754, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18757, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18785, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18790, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18793, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "18796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "18798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "18799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "18800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "18801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18804, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104130", "time": "18804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18809, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18812, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18815, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18830, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18835, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18838, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "18841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "18843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "18844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "18845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "18846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18848, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18849, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104130", "time": "18849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18854, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18857, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18860, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18880, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18885, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18888, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "18891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18893, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "18893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18894, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "18894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18895, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "18895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18896, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "18896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "18897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18899, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104130", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18904, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18907, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18910, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18910", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18926, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18927, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18932, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18934, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18935, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18938, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "18938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18946, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104130", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18951, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18953, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18954, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18957, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18975, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18979, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18980, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18982, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18983, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18985, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "18986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "18988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "18989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "18990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "18991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "18992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18993, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18994, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104130", "time": "18994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18999, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19002, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19005, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19022, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19026, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19027, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19030, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "19033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "19035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "19036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "19037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "19038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "19039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19040, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19041, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104130", "time": "19041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19045, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19046, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19048, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19049, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19052, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19069, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19074, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19077, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "19080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "19082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "19085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19088, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104130", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19093, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19096, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19099, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19116, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19120, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19121, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19124, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19127, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "19127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19128, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "19129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "19131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "19132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "19133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19135, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104130", "time": "19135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19139, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19139", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19140, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19143, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19146, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19176, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19176", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19177, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19180, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19181, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19181", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19182, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19182", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19185, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19187, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "19188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "19190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "19191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "19192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "19193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "19194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19196, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104130", "time": "19196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19201, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19204, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19207, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19227, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19232, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19235, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "19238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "19242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "19243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "19244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19246, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104130", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19251, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19254, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19257, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19274, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19277, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19279, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19282, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "19285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19293, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104130", "time": "19293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19298, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19301, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19304, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19321, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19322, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19327, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19330, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19333, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "19333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "19335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19336, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "19336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "19337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "19338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "19339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19341, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104130", "time": "19341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19346, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19349, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19352, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19373, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19378, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19381, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "19384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19386, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "19386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "19387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "19388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "19390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19392, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104130", "time": "19392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19397, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19400, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19403, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19422, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19427, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19430, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "19433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "19435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "19436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "19437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "19439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19441, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104130", "time": "19441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19445, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19446, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19449, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19452, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19472, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19473, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19476, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:108ffb60 PA:108ffb64", "time": "19479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108ffb60 PA:108ffb68", "time": "19480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19481, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108ffb60 PA:108ffb6c", "time": "19481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19482, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19483, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19499, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108ffb60 PA:108ffb64", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19508, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19523, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19555, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19573, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19596, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19615, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19618, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19641, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19661, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19681, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19699, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19719, "dur": 40, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19759, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19778, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19802, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19841, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19866, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19887, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108ffb60 PA:108ffb70", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19906, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108ffbe8 x8:108ffbe4", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19929, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000002 x8:108ffbe4 PA:108ffbe4", "time": "19929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19936, "dur": 33, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19969, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000002", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108ffb64 x2:108ffb60", "time": "19988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19989, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20009, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108ffb78 x11:108ffb64 PA:108ffb74", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20026, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108ffb64 PA:108ffb70", "time": "20026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20033, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001", "time": "20033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000002 x14:0000000a", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20070, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20073, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108ffb64 PA:108ffb70", "time": "20073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20085, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20119, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001", "time": "20119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20153, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20185, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000002", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20188, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20207, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000002", "time": "20207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20230, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000032 x13:108ffb78 PA:108ffb78", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20237, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108ffb79 x13:108ffb78", "time": "20237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20248, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20251, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108ffb79 PA:108ffb79", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20257, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20277, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108ffb64 x2:108ffb60", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20297, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108ffb40 x2:108ffb60", "time": "20299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20300, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108ffbe4 x2:108ffb40 PA:108ffb58", "time": "20300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108ffb78 x12:108ffb64 PA:108ffb74", "time": "20308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108ffb64 PA:108ffb68", "time": "20309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:108ffb40 PA:108ffb54", "time": "20310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108ffb40 PA:108ffb50", "time": "20311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20312, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108ffb40 PA:108ffb4c", "time": "20312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20322, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108ffb40 PA:108ffb5c", "time": "20322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108ffb40 PA:108ffb48", "time": "20329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108ffb64 x12:108ffb64", "time": "20332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20333, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000032 x15=108ffb79 x15:108ffb78 PA:108ffb78", "time": "20333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20335, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000032", "time": "20335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20346, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108ffb64 PA:108ffb6c", "time": "20346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20351, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20354, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64", "time": "20354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20370, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20391, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20431, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20433, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108ffb64 PA:108ffb6c", "time": "20433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20441, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20453, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64", "time": "20453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20459, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20460, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20475, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64", "time": "20475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20495, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108ffb78 x9:108ffb64 PA:108ffb74", "time": "20495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20501, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000032 x20=108ffb79 x20:108ffb78 PA:108ffb78", "time": "20501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20513, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000032", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20532, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20549, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000032 x11:00000032", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20552, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "20555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "20557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "20558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20563, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104130", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20568, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20570, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108ffb7a x20:108ffb79 PA:108ffb79", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20579, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64", "time": "20579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20582, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20595, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108ffb40 PA:108ffb5c", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108ffbe4 x2:108ffb40 PA:108ffb58", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:108ffb40 PA:108ffb54", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108ffb40 PA:108ffb50", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108ffb40 PA:108ffb4c", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108ffb40 PA:108ffb48", "time": "20605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108ffb60 x2:108ffb40", "time": "20606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20607, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108ffbe8 x24:108ffbe8", "time": "20621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20622, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20625, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20628, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20660, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20665, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20668, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "20671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "20673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "20674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "20675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "20676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "20677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20679, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104130", "time": "20679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20684, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20687, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20690, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20707, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20712, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20715, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "20720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "20721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "20723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "20724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20726, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104130", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20731, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20734, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20737, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20752, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20755, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:108ffb60 PA:108ffb64", "time": "20758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108ffb60 PA:108ffb68", "time": "20759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108ffb60 PA:108ffb6c", "time": "20760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108ffb60 PA:108ffb64", "time": "20764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20772, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20787, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20792, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20795, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20798, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20801, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20807, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20811, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20815, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20818, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20820, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20824, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108ffb60 PA:108ffb70", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20833, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108ffbec x8:108ffbe8", "time": "20836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000006 x8:108ffbe8 PA:108ffbe8", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20838, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20841, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000006", "time": "20841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108ffb64 x2:108ffb60", "time": "20844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20845, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108ffb78 x11:108ffb64 PA:108ffb74", "time": "20847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20848, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108ffb64 PA:108ffb70", "time": "20848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20849, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20850, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000006 x10:00000006 x15:00000001", "time": "20850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000006 x14:0000000a", "time": "20884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20887, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108ffb64 PA:108ffb70", "time": "20890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20891, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000006 x10:00000006 x15:00000001", "time": "20891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20925, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000006 x15:00000001", "time": "20925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20959, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20991, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000006", "time": "20991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20994, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20996, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000006", "time": "20996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000036 x14:00000030 x16:00000006", "time": "20999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000036 x13:108ffb78 PA:108ffb78", "time": "21000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108ffb79 x13:108ffb78", "time": "21002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21003, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108ffb79 PA:108ffb79", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21007, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21009, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108ffb64 x2:108ffb60", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21014, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108ffb40 x2:108ffb60", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108ffbe8 x2:108ffb40 PA:108ffb58", "time": "21017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108ffb78 x12:108ffb64 PA:108ffb74", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108ffb64 PA:108ffb68", "time": "21019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:108ffb40 PA:108ffb54", "time": "21020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108ffb40 PA:108ffb50", "time": "21021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108ffb40 PA:108ffb4c", "time": "21022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108ffb40 PA:108ffb5c", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108ffb40 PA:108ffb48", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21026, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108ffb64 x12:108ffb64", "time": "21027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21028, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000036 x15=108ffb79 x15:108ffb78 PA:108ffb78", "time": "21028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000036", "time": "21030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21032, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108ffb64 PA:108ffb6c", "time": "21032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21034, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21037, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64", "time": "21037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21040, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21043, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21043", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21044, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21045, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21048, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21049, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21050, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21052, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21054, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108ffb64 PA:108ffb6c", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21056, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21059, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64", "time": "21059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21062, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64", "time": "21065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21069, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108ffb78 x9:108ffb64 PA:108ffb74", "time": "21069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21071, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000036 x20=108ffb79 x20:108ffb78 PA:108ffb78", "time": "21071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21073, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000036", "time": "21073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21077, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000036 x11:00000036", "time": "21079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21080, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "21083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "21085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "21087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21091, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000036 x14:1a104000 PA:1a104130", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21096, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21098, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108ffb7a x20:108ffb79 PA:108ffb79", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21101, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64", "time": "21101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21103, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21104, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108ffb40 PA:108ffb5c", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108ffbe8 x2:108ffb40 PA:108ffb58", "time": "21108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:108ffb40 PA:108ffb54", "time": "21109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108ffb40 PA:108ffb50", "time": "21110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108ffb40 PA:108ffb4c", "time": "21111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108ffb40 PA:108ffb48", "time": "21112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108ffb60 x2:108ffb40", "time": "21113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21114, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108ffbec x24:108ffbec", "time": "21116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21117, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21120, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21123, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21147, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21151, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21152, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21154, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21155, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21157, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21157", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "21158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "21160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21161, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "21161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "21162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "21163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21166, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104130", "time": "21166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21170, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21170", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21171, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21173, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21174, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21177, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21177", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21199, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21202, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21204, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21206, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21207, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21209, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "21210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "21212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "21213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "21214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "21215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "21216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21218, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104130", "time": "21218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21223, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21226, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21229, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21244, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21249, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21252, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000046", "time": "21255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000230 x15:00000046", "time": "21257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000118 x15:00000046", "time": "21258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230", "time": "21259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80", "time": "21260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030", "time": "21261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21263, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104130", "time": "21263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21268, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21271, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21274, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:108ffb60 PA:108ffbbc", "time": "21293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:108ffb60 PA:108ffbb8", "time": "21294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:108ffb60 PA:108ffbb4", "time": "21295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:108ffb60 PA:108ffbb0", "time": "21296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000006 x2:108ffb60 PA:108ffbac", "time": "21297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:108ffb60 PA:108ffba8", "time": "21298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:108ffb60 PA:108ffba4", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:108ffb60 PA:108ffba0", "time": "21300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21301, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:108ffb60 PA:108ffb9c", "time": "21301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:108ffb60 PA:108ffb98", "time": "21304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:108ffb60 PA:108ffb94", "time": "21305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=108ffbc0 x2:108ffb60", "time": "21306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21307, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:108ffbc0 PA:108ffbdc", "time": "21309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=108ffc00 x2:108ffbc0", "time": "21311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21312, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_6.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14818, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "14818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000047", "time": "14836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14837, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000007 x10:00000047", "time": "14837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 14854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000002 x10:00000047", "time": "14854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 14855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000007", "time": "14855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14856, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "14856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "14874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "14875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 14876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "14876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 14877, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000007", "time": "14877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 14929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "14929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 14930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000047", "time": "14930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 14931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000007 x19:00000047", "time": "14931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14932, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "14932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "14949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 14950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "14950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 14951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "14951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 14952, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "14952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 14971, "dur": 3335, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "14971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18306, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18323, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18324, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18347, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18349, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080", "time": "18349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001c00 x19:00000007 x10:00000400", "time": "18373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=10900000 x10:00001c00 x5:108fe400", "time": "18374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18375, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18377, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18412, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18423, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18444, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000047", "time": "18444", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18461", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000002 x12:00000047", "time": "18462", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002", "time": "18463", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000007 x12:00000047", "time": "18464", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18465", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18466, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18466", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=108fffc0 x2:10900000", "time": "18487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18488, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000002 x2:108fffc0 PA:108fffe4", "time": "18488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "18495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000007 x2:108fffc0 PA:108fffe8", "time": "18496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:108fffc0 PA:108fffec", "time": "18497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "18498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18499, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=108fffe4 x2:108fffc0", "time": "18499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "18511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "18512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18513, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:108fffc0 PA:108fffdc", "time": "18513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:108fffc0 PA:108ffff0", "time": "18519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:108fffc0 PA:108ffff4", "time": "18520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:108fffc0 PA:108ffff8", "time": "18521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18522, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:108fffc0 PA:108ffffc", "time": "18522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18534, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:108fffe4 x2:108fffc0 PA:108fffcc", "time": "18534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18539, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "18539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=108fff60 x2:108fffc0", "time": "18553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=108fff78 x2:108fff60", "time": "18554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18555, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:108fff60 PA:108fffb8", "time": "18555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:108fff60 PA:108fffb0", "time": "18561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000007 x2:108fff60 PA:108fffac", "time": "18562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:108fff60 PA:108fffa8", "time": "18563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:108fff60 PA:108fffa4", "time": "18564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18565, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:108fff60 PA:108fffa0", "time": "18565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18577, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:108fff60 PA:108fff9c", "time": "18577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:108fff60 PA:108fffbc", "time": "18579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:108fff60 PA:108fffb4", "time": "18580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:108fff60 PA:108fff98", "time": "18581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:108fff60 PA:108fff94", "time": "18582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "18583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "18584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18585, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=108fffe4 x13:108fffe4", "time": "18585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18601, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:108fff78 x2:108fff60 PA:108fff74", "time": "18601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "18608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "18609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "18610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18611, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "18611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18623, "dur": 33, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "18623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "18656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18657, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "18657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "18664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18666, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "18683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18684, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "18704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18705, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "18723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "18724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "18725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "18726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "18727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18729, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104138", "time": "18729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18734, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "18753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18754, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18757, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "18757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "18786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18787, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "18787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "18790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18792, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "18794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18795, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "18798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "18800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "18801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "18803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "18804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18806, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104138", "time": "18806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18811, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "18813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18814, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18817, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "18817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "18831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18832, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "18832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "18835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18837, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "18839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18840, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "18843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "18845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "18846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18848, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18849, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "18849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18850, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18851, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104138", "time": "18851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18856, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "18858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18859, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18862, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "18862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18882, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "18885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18887, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "18889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18890, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18893, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "18893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18894, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18895, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "18895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18896, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "18896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "18897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "18898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "18899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18901, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104138", "time": "18901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18906, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "18908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18909, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18912, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "18912", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "18928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18929, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18932, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18933, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18934, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "18936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18937, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "18940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "18942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "18943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "18944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "18945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "18946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18948, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104138", "time": "18948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18952, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "18952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18953, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "18953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18955, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "18955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18956, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "18956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 18959, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "18959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "18978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18979, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "18979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18982, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "18982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18983, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "18983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18984, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "18984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "18986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18987, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "18987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "18989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "18990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "18991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "18992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 18993, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "18993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "18994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 18995, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "18995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "18996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "18997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 18998, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104138", "time": "18998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19003, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19006, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19009, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19028, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19033, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19036, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "19039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19040, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19041, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "19041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19042, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "19042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19043, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "19043", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19044, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "19044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19045, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "19045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19046, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19047, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104138", "time": "19047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19051, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19052, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19055, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19058, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19074, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19079, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19082, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "19085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "19089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "19091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19093, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104138", "time": "19093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19098, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19101, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19104, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19119, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19122, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19124, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19127, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "19132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "19133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "19134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "19135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19136, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "19136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19137, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19137", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19138, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104138", "time": "19138", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19143, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19146, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19149, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19185, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19189, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19190, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19193, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "19196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19197, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "19198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "19200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19201, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "19201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19202, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "19202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19204, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104138", "time": "19204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19209, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19212, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19215, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19234, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19235, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19240, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19243, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "19246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "19248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "19249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "19250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "19251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "19252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19254, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104138", "time": "19254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19259, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19262, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19265, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19282, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19287, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19290, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "19293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "19295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "19298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "19299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19301, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104138", "time": "19301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19306, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19309, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19312, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19333, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19336, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19338, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19341, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "19344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "19346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "19347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "19348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "19349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "19350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19352, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104138", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19357, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19360, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19363, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19382, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19386, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19387, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19390, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "19393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "19395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "19396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "19397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "19398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "19399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19401, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104138", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19406, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19409, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19412, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19432, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19437, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19440, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "19443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19445, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "19445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19446, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "19446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "19447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "19448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "19449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19450, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19451, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104138", "time": "19451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19456, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "19458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19459, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19462, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19481, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "19481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19482, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "19482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19485, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "19485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:108fff60 PA:108fff64", "time": "19488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19489, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108fff60 PA:108fff68", "time": "19489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108fff60 PA:108fff6c", "time": "19490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "19491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19492, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 19498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 19499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108fff60 PA:108fff64", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "19500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "19501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "19502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19504, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19523, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "19557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19558, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "19558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "19571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "19572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19573, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "19573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19596, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19615, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19618, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19641, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 19661, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19681, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19699, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19719, "dur": 40, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19759, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19778, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19802, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19841, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19866, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "19866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19887, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108fff60 PA:108fff70", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19906, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108fffe8 x8:108fffe4", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 19929, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000002 x8:108fffe4 PA:108fffe4", "time": "19929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 19933, "dur": 36, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "19933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 19969, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000002", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108fff64 x2:108fff60", "time": "19988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19989, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "19989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20009, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108fff78 x11:108fff64 PA:108fff74", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20026, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108fff64 PA:108fff70", "time": "20026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20034, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001", "time": "20034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000002 x14:0000000a", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20069, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20071, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20074, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108fff64 PA:108fff70", "time": "20074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20085, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20119, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001", "time": "20119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20153, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20184, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20185, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000002", "time": "20185", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20188, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20207, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000002", "time": "20207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002", "time": "20229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20230, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000032 x13:108fff78 PA:108fff78", "time": "20230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20238, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108fff79 x13:108fff78", "time": "20238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20248, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20251, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108fff79 PA:108fff79", "time": "20251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20258, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20277, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108fff64 x2:108fff60", "time": "20277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20297, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108fff40 x2:108fff60", "time": "20299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108fffe4 x2:108fff40 PA:108fff58", "time": "20300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108fff78 x12:108fff64 PA:108fff74", "time": "20301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108fff64 PA:108fff68", "time": "20302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:108fff40 PA:108fff54", "time": "20303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108fff40 PA:108fff50", "time": "20304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20305, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108fff40 PA:108fff4c", "time": "20305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20322, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108fff40 PA:108fff5c", "time": "20322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20326, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108fff40 PA:108fff48", "time": "20326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20327, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20327", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20328, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108fff64 x12:108fff64", "time": "20329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20330, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000032 x15=108fff79 x15:108fff78 PA:108fff78", "time": "20330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20332, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000032", "time": "20332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20346, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108fff64 PA:108fff6c", "time": "20346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20352, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20355, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64", "time": "20355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20370, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20391, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20431, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20433, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108fff64 PA:108fff6c", "time": "20433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20440, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20453, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64", "time": "20453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20461, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20475, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64", "time": "20475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "20492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "20493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "20494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20495, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108fff78 x9:108fff64 PA:108fff74", "time": "20495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20502, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000032 x20=108fff79 x20:108fff78 PA:108fff78", "time": "20502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20513, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000032", "time": "20513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20532, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20549, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "20549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000032 x11:00000032", "time": "20551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20552, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "20555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "20557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "20558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20563, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104138", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20568, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "20568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20570, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108fff7a x20:108fff79 PA:108fff79", "time": "20570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "20577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20578, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64", "time": "20578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20581, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "20581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20595, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108fff40 PA:108fff5c", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108fffe4 x2:108fff40 PA:108fff58", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:108fff40 PA:108fff54", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108fff40 PA:108fff50", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108fff40 PA:108fff4c", "time": "20605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108fff40 PA:108fff48", "time": "20606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108fff60 x2:108fff40", "time": "20607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20608, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "20608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108fffe8 x24:108fffe8", "time": "20621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20622, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "20622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "20624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20625, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20628, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "20628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "20663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20664, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "20664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "20667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20669, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "20671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20672, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "20675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "20677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "20678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "20679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "20680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "20681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20683, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104138", "time": "20683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20688, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "20690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20691, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20694, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "20694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "20710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20711, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "20711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "20714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20716, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20719, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "20724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "20725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "20726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "20727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "20728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20730, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104138", "time": "20730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20735, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "20737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20738, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20741, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "20741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "20755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20756, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20759, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:108fff60 PA:108fff64", "time": "20762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:108fff60 PA:108fff68", "time": "20763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:108fff60 PA:108fff6c", "time": "20764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:108fff60 PA:108fff64", "time": "20768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20776, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "20776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "20791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20792, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20797, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20800, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20803, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20806, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20812, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20816, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20820, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20823, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20825, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20829, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20834, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:108fff60 PA:108fff70", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20838, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=108fffec x8:108fffe8", "time": "20841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000007 x8:108fffe8 PA:108fffe8", "time": "20842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20843, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20846, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000007", "time": "20846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20849, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=108fff64 x2:108fff60", "time": "20849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20850, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=108fff78 x11:108fff64 PA:108fff74", "time": "20852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:108fff64 PA:108fff70", "time": "20853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20855, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000007 x10:00000007 x15:00000001", "time": "20855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000007 x14:0000000a", "time": "20889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20892, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20895, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:108fff64 PA:108fff70", "time": "20895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20896, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000007 x10:00000007 x15:00000001", "time": "20896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20930, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000007 x15:00000001", "time": "20930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20964, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20995, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20996, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000007", "time": "20996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20999, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21001, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000007", "time": "21001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000037 x14:00000030 x16:00000007", "time": "21004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000037 x13:108fff78 PA:108fff78", "time": "21005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=108fff79 x13:108fff78", "time": "21007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21008, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:108fff79 PA:108fff79", "time": "21011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21012, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21014, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=108fff64 x2:108fff60", "time": "21016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21019, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=108fff40 x2:108fff60", "time": "21021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:108fffe8 x2:108fff40 PA:108fff58", "time": "21022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=108fff78 x12:108fff64 PA:108fff74", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:108fff64 PA:108fff68", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:108fff40 PA:108fff54", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21026, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:108fff40 PA:108fff50", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:108fff40 PA:108fff4c", "time": "21027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:108fff40 PA:108fff5c", "time": "21028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21029, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:108fff40 PA:108fff48", "time": "21029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=108fff64 x12:108fff64", "time": "21033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21034, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000037 x15=108fff79 x15:108fff78 PA:108fff78", "time": "21034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000037", "time": "21036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21038, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:108fff64 PA:108fff6c", "time": "21038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21040, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21043, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64", "time": "21043", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21045, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21046, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21049, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21050, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21051, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21058, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21060, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:108fff64 PA:108fff6c", "time": "21060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21062, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21065, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64", "time": "21065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21069, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64", "time": "21072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21074, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21076, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=108fff78 x9:108fff64 PA:108fff74", "time": "21076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21078, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000037 x20=108fff79 x20:108fff78 PA:108fff78", "time": "21078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21080, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000037", "time": "21080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21084, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000037 x11:00000037", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21087, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21090, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "21090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21098, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000037 x14:1a104000 PA:1a104138", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21103, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21105, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=108fff7a x20:108fff79 PA:108fff79", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21108, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64", "time": "21108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21111, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:108fff40 PA:108fff5c", "time": "21114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=108fffe8 x2:108fff40 PA:108fff58", "time": "21115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:108fff40 PA:108fff54", "time": "21116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:108fff40 PA:108fff50", "time": "21117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:108fff40 PA:108fff4c", "time": "21118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:108fff40 PA:108fff48", "time": "21119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21120, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=108fff60 x2:108fff40", "time": "21120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21121, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=108fffec x24:108fffec", "time": "21123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21124, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21127, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21130, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21148, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21151, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21152, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21153, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21155, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21155", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21156, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21156", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21158, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21158", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21159, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "21159", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21160, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21160", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21161, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "21161", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21162, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "21162", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21163, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "21163", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21165, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21166, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21166", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21167, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104138", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21172, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21174, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21174", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21175, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21175", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21178, "dur": 26, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21178", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21204, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21205, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21209, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21210, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21213, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "21216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "21218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "21219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "21220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "21221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "21222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21224, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104138", "time": "21224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21229, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21232, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21235, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21250, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21255, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21258, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000047", "time": "21261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000238 x15:00000047", "time": "21263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000011c x15:00000047", "time": "21264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238", "time": "21265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80", "time": "21266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038", "time": "21267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21269, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104138", "time": "21269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21274, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21276, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21277, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21280, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:108fff60 PA:108fffbc", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:108fff60 PA:108fffb8", "time": "21300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:108fff60 PA:108fffb4", "time": "21301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:108fff60 PA:108fffb0", "time": "21302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000007 x2:108fff60 PA:108fffac", "time": "21303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:108fff60 PA:108fffa8", "time": "21304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:108fff60 PA:108fffa4", "time": "21305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:108fff60 PA:108fffa0", "time": "21306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21307, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:108fff60 PA:108fff9c", "time": "21307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:108fff60 PA:108fff98", "time": "21309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:108fff60 PA:108fff94", "time": "21310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=108fffc0 x2:108fff60", "time": "21311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21312, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:108fffc0 PA:108fffdc", "time": "21314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=10900000 x2:108fffc0", "time": "21316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21317, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_02_7.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16999, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "16999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000060", "time": "17017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000000 x10:00000060", "time": "17018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 17035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000003 x10:00000060", "time": "17035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17036, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000000", "time": "17036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17039, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "_entry", "args":{"pc": "1c0000aa", "instr": "beq x10, x0, 8 x10:00000003", "time": "17039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:44"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17058, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "_entry", "args":{"pc": "1c0000ae", "instr": "jal x0, 8274 ", "time": "17058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:44"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "17060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17061, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "17061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17062, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "17062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17063, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000000", "time": "17063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17075, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002110", "instr": "auipc x8, 0xfeffe000 x8=1b000110", "time": "17075", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002114", "instr": "addi x8, x8, -264 x8=1b000008 x8:1b000110", "time": "17076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:59"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002118", "instr": "addi x9, x8, 64 x9=1b000048 x8:1b000008", "time": "17077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:60"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17078, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00211c", "instr": "add x18, x0, x8 x18=1b000008 x8:1b000008", "time": "17078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:61"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00211e", "instr": "lui x19, 0x1b204000 x19=1b204000", "time": "17095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:62"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002122", "instr": "addi x20, x0, 2 x20=00000002", "time": "17096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:63"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002124", "instr": "auipc x21, 0x0 x21=1c002124", "time": "17097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:64"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002128", "instr": "addi x21, x21, 54 x21=1c00215a x21:1c002124", "time": "17098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:64"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17099, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00212c", "instr": "auipc x23, 0x0 x23=1c00212c", "time": "17099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:65"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002130", "instr": "addi x23, x23, 1404 x23=1c0026a8 x23:1c00212c", "time": "17116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:65"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17117, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002134", "instr": "lw x23, 0(x23) x23=1c2fff50 x23:1c0026a8 PA:1c0026a8", "time": "17117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:66"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002138", "instr": "addi x7, x0, 24 x7=00000018", "time": "17131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:67"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 17132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00213a", "instr": "mul x7, x7, x10 x7=00000048 x7:00000018 x10:00000003", "time": "17132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:68"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 17133, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00213e", "instr": "add x23, x23, x7 x23=1c2fff98 x23:1c2fff50 x7:00000048", "time": "17133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:69"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002140", "instr": "addi x23, x23, 8 x23=1c2fffa0 x23:1c2fff98", "time": "17150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:70"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17151, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002142", "instr": "lui x25, 0x10201000 x25=10201000", "time": "17151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:81"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17152, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002146", "instr": "addi x25, x25, -508 x25=10200e04 x25:10201000", "time": "17152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:81"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17153, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00214a", "instr": "addi x24, x0, 1 x24=00000001", "time": "17153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:82"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17154, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c00214c", "instr": "auipc x26, 0x0 x26=1c00214c", "time": "17154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:85"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17171, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002150", "instr": "addi x26, x26, 224 x26=1c00222c x26:1c00214c", "time": "17171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:85"}}, -{"name": "ori", "cat": "ori", "ph": "X", "ts": 17172, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002154", "instr": "ori x26, x26, 1 x26=1c00222d x26:1c00222c", "time": "17172", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:86"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17173, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_pe_start", "args":{"pc": "1c002158", "instr": "jal x0, 22 ", "time": "17173", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:88"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 17208, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00216e", "instr": "lw x28, 0(x8) x28=00000000 x8:1b000008 PA:1b000008", "time": "17208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:109"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17210, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002172", "instr": "beq x28, x0, 96 x28:00000000", "time": "17210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021d2", "instr": "sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008", "time": "17229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:188"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17230, "dur": 1457, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021d6", "instr": "p.elw x0, 60(x19) x19:1b204000 PA:1b20403c", "time": "17230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:189"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021da", "instr": "sw x20, 4(x19) x20:00000002 x19:1b204000 PA:1b204004", "time": "18687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:190"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18688, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021de", "instr": "jal x0, -112 ", "time": "18688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:191"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18691, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00216e", "instr": "lw x28, 0(x8) x28=00000008 x8:1b000008 PA:1b000008", "time": "18691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:109"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 18693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002172", "instr": "beq x28, x0, 96 x28:00000008", "time": "18693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:110"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18694, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002176", "instr": "lw x10, 8(x8) x10=00000000 x8:1b000008 PA:1b000010", "time": "18694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:120"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002178", "instr": "lw x5, 4(x8) x5=1c0009d8 x8:1b000008 PA:1b00000c", "time": "18695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:121"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18696, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00217c", "instr": "lw x2, 12(x8) x2=10cfe400 x8:1b000008 PA:1b000014", "time": "18696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:122"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002180", "instr": "lw x6, 16(x8) x6=00000400 x8:1b000008 PA:1b000018", "time": "18717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:123"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002184", "instr": "lw x7, 20(x8) x7=00000400 x8:1b000008 PA:1b00001c", "time": "18718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:124"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002188", "instr": "lw x22, 24(x8) x22=100fc720 x8:1b000008 PA:1b000020", "time": "18719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:125"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 18720, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00218c", "instr": "lw x29, 28(x8) x29=1000013c x8:1b000008 PA:1b000024", "time": "18720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:126"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002190", "instr": "sw x0, 0(x8) x8:1b000008 PA:1b000008", "time": "18738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:127"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 18739, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002194", "instr": "auipc x30, 0xfeffe000 x30=1b000194", "time": "18739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:131"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002198", "instr": "addi x30, x30, -332 x30=1b000048 x30:1b000194", "time": "18740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:131"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18741, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00219c", "instr": "sw x29, 0(x30) x29:1000013c x30:1b000048 PA:1b000048", "time": "18741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:132"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021a0", "instr": "add x1, x0, x21 x1=1c00215a x21:1c00215a", "time": "18761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:134"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021a2", "instr": "addi x29, x0, 1 x29=00000001", "time": "18762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:137"}}, -{"name": "sll", "cat": "sll", "ph": "X", "ts": 18763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021a4", "instr": "sll x28, x29, x28 x28=00000100 x29:00000001 x28:00000008", "time": "18763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:141"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021a8", "instr": "addi x28, x28, -1 x28=000000ff x28:00000100", "time": "18764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:142"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18765, "dur": 26, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021aa", "instr": "sw x28, 512(x19) x28:000000ff x19:1b204000 PA:1b204200", "time": "18765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:144"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021ae", "instr": "sw x28, 524(x19) x28:000000ff x19:1b204000 PA:1b20420c", "time": "18791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:145"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021b2", "instr": "sw x28, 132(x19) x28:000000ff x19:1b204000 PA:1b204084", "time": "18792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:155"}}, -{"name": "p.beqimm", "cat": "p.beqimm", "ph": "X", "ts": 18793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021b6", "instr": "p.beqimm x28, 16 x28:000000ff", "time": "18793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:161"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18794, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021ba", "instr": "sw x26, 128(x19) x26:1c00222d x19:1b204000 PA:1b204080", "time": "18794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:162"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021be", "instr": "sw x7, 128(x19) x7:00000400 x19:1b204000 PA:1b204080", "time": "18813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:163"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c0021c2", "instr": "sw x2, 128(x19) x2:10cfe400 x19:1b204000 PA:1b204080", "time": "18814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:164"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop_no_slave", "args":{"pc": "1c0021c6", "instr": "addi x8, x8, 32 x8=1b000028 x8:1b000008", "time": "18815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:170"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18816, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop_no_slave", "args":{"pc": "1c0021ca", "instr": "bne x8, x9, 6 x8:1b000028 x9:1b000048", "time": "18816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:171"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18819, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_no_reset", "args":{"pc": "1c0021d0", "instr": "jalr x0, x5, 0 x5:1c0009d8", "time": "18819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:176"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009d8", "instr": "addi x2, x2, -16 x2=10cfe3f0 x2:10cfe400", "time": "18837", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18838, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c0009da", "instr": "addi x14, x0, 255 x14=000000ff", "time": "18838", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c0009de", "instr": "lui x15, 0x1b204000 x15=1b204000", "time": "18858", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18859, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009e2", "instr": "sw x1, 12(x2) x1:1c00215a x2:10cfe3f0 PA:10cfe3fc", "time": "18859", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009e4", "instr": "sw x8, 8(x2) x8:1b000028 x2:10cfe3f0 PA:10cfe3f8", "time": "18860", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c0009e6", "instr": "sw x9, 4(x2) x9:1b000048 x2:10cfe3f0 PA:10cfe3f4", "time": "18861", "Origin": "/scratch/digirols/pulp_api_example/main.c:52"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18862, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_dispatch_team_config", "args":{"pc": "1c0009e8", "instr": "sw x14, 132(x15) x14:000000ff x15:1b204000 PA:1b204084", "time": "18862", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:419"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18863, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009ec", "instr": "addi x9, x15, 512 x9=1b204200 x15:1b204000", "time": "18863", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:319"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009f0", "instr": "sw x14, 0(x9) x14:000000ff x9:1b204200 PA:1b204200", "time": "18886", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:319"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009f2", "instr": "addi x15, x15, 524 x15=1b20420c x15:1b204000", "time": "18887", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:320"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_bar_setup_mask", "args":{"pc": "1c0009f6", "instr": "sw x14, 0(x15) x14:000000ff x15:1b20420c PA:1b20420c", "time": "18888", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:320"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c0009f8", "instr": "lui x15, 0x1c001000 x15=1c001000", "time": "18889", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18890, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c0009fc", "instr": "addi x15, x15, -1604 x15=1c0009bc x15:1c001000", "time": "18890", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18912, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a00", "instr": "lui x14, 0x1b204000 x14=1b204000", "time": "18912", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18913, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a04", "instr": "sw x15, 128(x14) x15:1c0009bc x14:1b204000 PA:1b204080", "time": "18913", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18914, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a08", "instr": "lui x15, 0x1b204000 x15=1b204000", "time": "18914", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 18915, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "eu_dispatch_push", "args":{"pc": "1c000a0c", "instr": "sw x10, 128(x15) x10:00000000 x15:1b204000 PA:1b204080", "time": "18915", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:414"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000a10", "instr": "csrrs x12, x0, 0xf14 x12=00000060", "time": "18935", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000a14", "instr": "srai x8, x12, 0x405 x8=00000003 x12:00000060", "time": "18936", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_cluster_id", "args":{"pc": "1c000a18", "instr": "p.bclr x8, x8, 25, 6 x8=00000003 x8:00000003", "time": "18937", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18938, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "core_entry", "args":{"pc": "1c000a1c", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18938", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18955, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "core_entry", "args":{"pc": "1c000a20", "instr": "p.bclr x12, x12, 26, 5 x12=00000000 x12:00000060", "time": "18955", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "core_entry", "args":{"pc": "1c000a24", "instr": "add x11, x0, x8 x11=00000003 x8:00000003", "time": "18956", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "core_entry", "args":{"pc": "1c000a26", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18957", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18958, "dur": 47, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "core_entry", "args":{"pc": "1c000a2a", "instr": "jal x1, 3558 x1=1c000a2e", "time": "18958", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=10cfe3b0 x2:10cfe3f0", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000003 x2:10cfe3b0 PA:10cfe3d4", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "19007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000000 x2:10cfe3b0 PA:10cfe3d8", "time": "19008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:10cfe3b0 PA:10cfe3dc", "time": "19009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "19010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19011, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=10cfe3d4 x2:10cfe3b0", "time": "19011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "19030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c000a2e x2:10cfe3b0 PA:10cfe3cc", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:1b204000 x2:10cfe3b0 PA:10cfe3e0", "time": "19033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:1b204000 x2:10cfe3b0 PA:10cfe3e4", "time": "19034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:10cfe3b0 PA:10cfe3e8", "time": "19035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19036, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:10cfe3b0 PA:10cfe3ec", "time": "19036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:10cfe3d4 x2:10cfe3b0 PA:10cfe3bc", "time": "19057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19058, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "19058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=10cfe350 x2:10cfe3b0", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=10cfe368 x2:10cfe350", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000003 x2:10cfe350 PA:10cfe3a8", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b000008 x2:10cfe350 PA:10cfe3a0", "time": "19080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:1b204000 x2:10cfe350 PA:10cfe39c", "time": "19081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:00000002 x2:10cfe350 PA:10cfe398", "time": "19082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c00215a x2:10cfe350 PA:10cfe394", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19084, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:100fc720 x2:10cfe350 PA:10cfe390", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:1c2fffa0 x2:10cfe350 PA:10cfe38c", "time": "19100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:10cfe350 PA:10cfe3ac", "time": "19101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:1b204200 x2:10cfe350 PA:10cfe3a4", "time": "19102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19103, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000001 x2:10cfe350 PA:10cfe388", "time": "19103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:10200e04 x2:10cfe350 PA:10cfe384", "time": "19104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19107, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=10cfe3d4 x13:10cfe3d4", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:10cfe368 x2:10cfe350 PA:10cfe364", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19124, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19125, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19125", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19127, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19144, "dur": 54, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19199, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19213, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19241, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19266, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19292, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104180", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19297, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19320, "dur": 41, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19362, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19367, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19370, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19381, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104180", "time": "19381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19386, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19389, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19392, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19414, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19419, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19422, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19425, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19426, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19426", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19433, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104180", "time": "19433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19438, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19441, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19444, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19474, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19478, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19479, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19481, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19482, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19484, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19485, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19485", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19486, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19486", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19489, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19493, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104180", "time": "19493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19498, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19501, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19504, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19521, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19526, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19529, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19540, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104180", "time": "19540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19545, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19548, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19551, "dur": 39, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19591, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19596, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19599, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19610, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104180", "time": "19610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19615, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19618, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19621, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19640, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19645, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19648, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19655, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19659, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104180", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19664, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19667, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19670, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19686, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19691, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19694, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19705, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104180", "time": "19705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19710, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19713, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19716, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19731, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19736, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19739, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19750, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104180", "time": "19750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19755, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19758, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19761, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19778, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19783, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19786, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19797, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104180", "time": "19797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19802, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19805, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19808, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19824, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19832, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19843, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104180", "time": "19843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19848, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19850, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19851, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19854, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19871, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19876, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19879, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19890, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104180", "time": "19890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19894, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19895, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19898, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19901, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19915, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19916, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19919, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19921, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19923, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19924, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19926, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19927, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19932, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19933, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19934, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19935, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104180", "time": "19935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19940, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19943, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19946, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19961, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19964, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19966, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19969, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "19972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "19974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "19975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "19976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19977, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "19977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19979, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19980, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104180", "time": "19980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19984, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19985, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19988, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19991, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "20008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20009, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "20012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20014, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "20016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20017, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "20020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "20022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "20023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "20025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20026, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "20026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20028, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104180", "time": "20028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20033, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "20035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20036, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20039, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "20039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20058, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20061, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20064, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:10cfe350 PA:10cfe354", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cfe350 PA:10cfe358", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cfe350 PA:10cfe35c", "time": "20066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20068, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cfe350 PA:10cfe354", "time": "20077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20082, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20100, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "20100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "20130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20131, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20143, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20165, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20184, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20187, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20205, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20226, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20245, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20263, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20283, "dur": 38, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20321, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20339, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20359, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20393, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20413, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20432, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cfe350 PA:10cfe360", "time": "20432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20449, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cfe3d8 x8:10cfe3d4", "time": "20468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20469, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000003 x8:10cfe3d4 PA:10cfe3d4", "time": "20469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20470, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20504, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000003", "time": "20504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cfe354 x2:10cfe350", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20524, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20542, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cfe368 x11:10cfe354 PA:10cfe364", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfe354 PA:10cfe360", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20561, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000003 x14:0000000a", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20598, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20601, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfe354 PA:10cfe360", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20619, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20653, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20687, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20719, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000003", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20722, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20743, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000003", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000033 x13:10cfe368 PA:10cfe368", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20768, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cfe369 x13:10cfe368", "time": "20768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20785, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cfe369 PA:10cfe369", "time": "20788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20789, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20791, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20810, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cfe354 x2:10cfe350", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cfe330 x2:10cfe350", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cfe3d4 x2:10cfe330 PA:10cfe348", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cfe368 x12:10cfe354 PA:10cfe364", "time": "20833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cfe354 PA:10cfe358", "time": "20834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:10cfe330 PA:10cfe344", "time": "20835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cfe330 PA:10cfe340", "time": "20836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20837, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cfe330 PA:10cfe33c", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cfe330 PA:10cfe34c", "time": "20853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cfe330 PA:10cfe338", "time": "20854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cfe354 x12:10cfe354", "time": "20857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20858, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000033 x15=10cfe369 x15:10cfe368 PA:10cfe368", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20860, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000033", "time": "20860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20878, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cfe354 PA:10cfe35c", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20880, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20883, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354", "time": "20883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20901, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20922, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20943, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20962, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20964, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cfe354 PA:10cfe35c", "time": "20964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20966, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20984, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354", "time": "20984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20987, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21006, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21026, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cfe368 x9:10cfe354 PA:10cfe364", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21028, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000033 x20=10cfe369 x20:10cfe368 PA:10cfe368", "time": "21028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21047, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000033", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21066, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21086, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000033 x11:00000033", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21089, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21100, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104180", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21105, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21107, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cfe36a x20:10cfe369 PA:10cfe369", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21110, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354", "time": "21110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21113, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cfe330 PA:10cfe34c", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cfe3d4 x2:10cfe330 PA:10cfe348", "time": "21141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:10cfe330 PA:10cfe344", "time": "21142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cfe330 PA:10cfe340", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cfe330 PA:10cfe33c", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cfe330 PA:10cfe338", "time": "21145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cfe350 x2:10cfe330", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21147, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cfe3d8 x24:10cfe3d8", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21165, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21171, "dur": 38, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21209, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "21209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21210, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "21210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "21213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21215, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21218, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "21221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "21223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "21224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "21225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "21226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "21227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21228, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21229, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104180", "time": "21229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21234, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21237, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21240, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21256, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21261, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21264, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "21267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "21269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "21270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "21271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "21272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "21273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21274, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21275, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104180", "time": "21275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21279, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21280, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21283, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21286, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21303, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21306, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:10cfe350 PA:10cfe354", "time": "21309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cfe350 PA:10cfe358", "time": "21310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cfe350 PA:10cfe35c", "time": "21311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cfe350 PA:10cfe354", "time": "21315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21318, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21319, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21320, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21321, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21322, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21323, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21339, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21344, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21347, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21350, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21353, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21359, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21363, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21367, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21370, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21372, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21376, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21381, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cfe350 PA:10cfe360", "time": "21384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21385, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cfe3dc x8:10cfe3d8", "time": "21388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000000 x8:10cfe3d8 PA:10cfe3d8", "time": "21389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21390, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21393, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000000", "time": "21393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cfe354 x2:10cfe350", "time": "21396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21397, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cfe368 x11:10cfe354 PA:10cfe364", "time": "21399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfe354 PA:10cfe360", "time": "21400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21402, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001", "time": "21402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000000 x14:0000000a", "time": "21436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21439, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfe354 PA:10cfe360", "time": "21442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21443, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001", "time": "21443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21477, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001", "time": "21477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21511, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000000", "time": "21543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a32", "instr": "bne x15, x0, -34 x15:00000000", "time": "21544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 2)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a34", "instr": "addi x14, x0, 48 x14=00000030", "time": "21545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21546, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a38", "instr": "jal x0, 30 ", "time": "21546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000", "time": "21548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21549, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000030 x13:10cfe368 PA:10cfe368", "time": "21549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cfe369 x13:10cfe368", "time": "21552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21553, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cfe369 PA:10cfe369", "time": "21556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21557, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21559, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cfe354 x2:10cfe350", "time": "21561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21564, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cfe330 x2:10cfe350", "time": "21566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cfe3d8 x2:10cfe330 PA:10cfe348", "time": "21567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cfe368 x12:10cfe354 PA:10cfe364", "time": "21568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cfe354 PA:10cfe358", "time": "21569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:10cfe330 PA:10cfe344", "time": "21570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cfe330 PA:10cfe340", "time": "21571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cfe330 PA:10cfe33c", "time": "21572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cfe330 PA:10cfe34c", "time": "21573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cfe330 PA:10cfe338", "time": "21574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cfe354 x12:10cfe354", "time": "21577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21578, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000030 x15=10cfe369 x15:10cfe368 PA:10cfe368", "time": "21578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000030", "time": "21580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21582, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cfe354 PA:10cfe35c", "time": "21582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21584, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21587, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354", "time": "21587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21590, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21595, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21602, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21604, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cfe354 PA:10cfe35c", "time": "21604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21606, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21609, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354", "time": "21609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21612, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354", "time": "21615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21619, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cfe368 x9:10cfe354 PA:10cfe364", "time": "21619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21621, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000030 x20=10cfe369 x20:10cfe368 PA:10cfe368", "time": "21621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21623, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000030", "time": "21623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21627, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000030 x11:00000030", "time": "21629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21630, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "21633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "21637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21641, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104180", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21646, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21648, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cfe36a x20:10cfe369 PA:10cfe369", "time": "21648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21651, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354", "time": "21651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21654, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cfe330 PA:10cfe34c", "time": "21657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cfe3d8 x2:10cfe330 PA:10cfe348", "time": "21658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:10cfe330 PA:10cfe344", "time": "21659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cfe330 PA:10cfe340", "time": "21660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cfe330 PA:10cfe33c", "time": "21661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cfe330 PA:10cfe338", "time": "21662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cfe350 x2:10cfe330", "time": "21663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21664, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cfe3dc x24:10cfe3dc", "time": "21666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21667, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21670, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21673, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21688, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21693, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21696, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "21699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "21701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "21702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "21703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "21704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "21705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21707, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104180", "time": "21707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21712, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21715, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21718, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21733, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21738, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21741, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "21744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "21746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "21747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "21748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "21749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "21750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21752, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104180", "time": "21752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21757, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21760, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21763, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21778, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21783, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21786, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000060", "time": "21789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000300 x15:00000060", "time": "21791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000180 x15:00000060", "time": "21792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300", "time": "21793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80", "time": "21794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000", "time": "21795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21797, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104180", "time": "21797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21802, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21805, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21808, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21827, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:10cfe350 PA:10cfe3ac", "time": "21827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000003 x2:10cfe350 PA:10cfe3a8", "time": "21831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=1b204200 x2:10cfe350 PA:10cfe3a4", "time": "21832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b000008 x2:10cfe350 PA:10cfe3a0", "time": "21833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=1b204000 x2:10cfe350 PA:10cfe39c", "time": "21834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=00000002 x2:10cfe350 PA:10cfe398", "time": "21835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c00215a x2:10cfe350 PA:10cfe394", "time": "21836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=100fc720 x2:10cfe350 PA:10cfe390", "time": "21837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=1c2fffa0 x2:10cfe350 PA:10cfe38c", "time": "21838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000001 x2:10cfe350 PA:10cfe388", "time": "21839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=10200e04 x2:10cfe350 PA:10cfe384", "time": "21840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=10cfe3b0 x2:10cfe350", "time": "21841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21842, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c000a2e x2:10cfe3b0 PA:10cfe3cc", "time": "21844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21846, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=10cfe3f0 x2:10cfe3b0", "time": "21846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21847, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c000a2e", "time": "21847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 21850, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "evt_read32", "args":{"pc": "1c000a2e", "instr": "p.elw x15, 28(x9) x15=00000000 x9:1b204200 PA:1b20421c", "time": "21850", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/eu/eu_v3.h:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21862, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a32", "instr": "lui x15, 0x1c002000 x15=1c002000", "time": "21862", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a36", "instr": "slli x8, x8, 0x2 x8=0000000c x8:00000003", "time": "21863", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a38", "instr": "addi x15, x15, 1668 x15=1c002684 x15:1c002000", "time": "21864", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21865, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a3c", "instr": "addi x14, x0, 1 x14=00000001", "time": "21865", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21882, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a3e", "instr": "p.sw x14, x0(x15) x14:00000001 x15:1c002684 PA:1c002690", "time": "21882", "Origin": "/scratch/digirols/pulp_api_example/main.c:57"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a42", "instr": "lw x1, 12(x2) x1=1c00215a x2:10cfe3f0 PA:10cfe3fc", "time": "21900", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a44", "instr": "lw x8, 8(x2) x8=1b000028 x2:10cfe3f0 PA:10cfe3f8", "time": "21901", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a46", "instr": "lw x9, 4(x2) x9=1b000048 x2:10cfe3f0 PA:10cfe3f4", "time": "21902", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a48", "instr": "addi x2, x2, 16 x2=10cfe400 x2:10cfe3f0", "time": "21903", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21904, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "cluster_entry", "args":{"pc": "1c000a4a", "instr": "jalr x0, x1, 0 x1:1c00215a", "time": "21904", "Origin": "/scratch/digirols/pulp_api_example/main.c:58"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21906, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_event", "args":{"pc": "1c00215a", "instr": "beq x22, x0, 20 x22:100fc720", "time": "21906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:91"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21908, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_push_event_to_fc_retry", "args":{"pc": "1c00215e", "instr": "lw x5, 0(x23) x5=00000000 x23:1c2fffa0 PA:1c2fffa0", "time": "21908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:96"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21923, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_push_event_to_fc_retry", "args":{"pc": "1c002162", "instr": "bne x5, x0, 126 x5:00000000", "time": "21923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:97"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21924, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_push_event_to_fc_retry", "args":{"pc": "1c002166", "instr": "sw x22, 0(x23) x22:100fc720 x23:1c2fffa0 PA:1c2fffa0", "time": "21924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:100"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21942, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_push_event_to_fc_retry", "args":{"pc": "1c00216a", "instr": "sw x24, 0(x25) x24:00000001 x25:10200e04 PA:10200e04", "time": "21942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:103"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21946, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00216e", "instr": "lw x28, 0(x8) x28=00000000 x8:1b000028 PA:1b000028", "time": "21946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:109"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21948, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002172", "instr": "beq x28, x0, 96 x28:00000000", "time": "21948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:110"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021d2", "instr": "sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008", "time": "21951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:188"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 21952, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021d6", "instr": "p.elw x0, 60(x19) x19:1b204000 PA:1b20403c", "time": "21952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:189"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021da", "instr": "sw x20, 4(x19) x20:00000002 x19:1b204000 PA:1b204004", "time": "21957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:190"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21958, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_sleep", "args":{"pc": "1c0021de", "instr": "jal x0, -112 ", "time": "21958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:191"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21961, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c00216e", "instr": "lw x28, 0(x8) x28=00000000 x8:1b000028 PA:1b000028", "time": "21961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:109"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21963, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_0.log", "tid": "__rt_master_loop", "args":{"pc": "1c002172", "instr": "beq x28, x0, 96 x28:00000000", "time": "21963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:110"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16999, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "16999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000061", "time": "17017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000001 x10:00000061", "time": "17018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 17035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000003 x10:00000061", "time": "17035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000001", "time": "17036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17037, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "17037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "17055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "17056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "17057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17058, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000001", "time": "17058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "17110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000061", "time": "17111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000001 x19:00000061", "time": "17112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17113, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "17113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "17132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "17133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "17134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17135, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "17135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17154, "dur": 1648, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "17154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18802, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18822, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18848, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18850, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00000400 x19:00000001 x10:00000400", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=10cfe800 x10:00000400 x5:10cfe400", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18882, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18884, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18921, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18932, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18950, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000061", "time": "18950", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18971", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000003 x12:00000061", "time": "18972", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003", "time": "18973", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000001 x12:00000061", "time": "18974", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18975", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18976, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18976", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=10cfe7c0 x2:10cfe800", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19006, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000003 x2:10cfe7c0 PA:10cfe7e4", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "19010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000001 x2:10cfe7c0 PA:10cfe7e8", "time": "19011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:10cfe7c0 PA:10cfe7ec", "time": "19012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "19013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19014, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=10cfe7e4 x2:10cfe7c0", "time": "19014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "19030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19032, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:10cfe7c0 PA:10cfe7dc", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:10cfe7c0 PA:10cfe7f0", "time": "19035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:10cfe7c0 PA:10cfe7f4", "time": "19036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:10cfe7c0 PA:10cfe7f8", "time": "19037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19038, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:10cfe7c0 PA:10cfe7fc", "time": "19038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19057, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:10cfe7e4 x2:10cfe7c0 PA:10cfe7cc", "time": "19057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19059, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "19059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=10cfe760 x2:10cfe7c0", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=10cfe778 x2:10cfe760", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19079, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:10cfe760 PA:10cfe7b8", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:10cfe760 PA:10cfe7b0", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000001 x2:10cfe760 PA:10cfe7ac", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:10cfe760 PA:10cfe7a8", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19089, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:10cfe760 PA:10cfe7a4", "time": "19089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19090, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:10cfe760 PA:10cfe7a0", "time": "19090", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19100, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:10cfe760 PA:10cfe79c", "time": "19100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19103, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:10cfe760 PA:10cfe7bc", "time": "19103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:10cfe760 PA:10cfe7b4", "time": "19104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:10cfe760 PA:10cfe798", "time": "19105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:10cfe760 PA:10cfe794", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19109, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=10cfe7e4 x13:10cfe7e4", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:10cfe778 x2:10cfe760 PA:10cfe774", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19124, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19125, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19125", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19127, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19144, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19168, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19169, "dur": 42, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19169", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19213, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19241, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19266, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19292, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104188", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19297, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19320, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19336, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19341, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19344, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19355, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104188", "time": "19355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19360, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19363, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19366, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19390, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19395, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19398, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19402, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19409, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104188", "time": "19409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19414, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19417, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19420, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19443, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19446, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19448, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19450, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19451, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19453, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19456, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19459, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19462, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104188", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19466, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19467, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19469, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19470, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19473, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19493, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19494, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19499, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19502, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19509, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19513, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104188", "time": "19513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19518, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19521, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19524, "dur": 26, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19551, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19556, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19559, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19570, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104188", "time": "19570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19575, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19578, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19581, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19600, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19605, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19608, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19619, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104188", "time": "19619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19624, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19627, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19630, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19647, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19652, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19655, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19666, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104188", "time": "19666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19671, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19674, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19677, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19694, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19699, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19702, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19713, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104188", "time": "19713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19718, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19721, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19724, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19742, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19747, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19750, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19761, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104188", "time": "19761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19766, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19769, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19772, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19791, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19796, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19799, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19810, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104188", "time": "19810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19815, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19818, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19821, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19837, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19842, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19845, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19848, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19849, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19850, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19851, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19856, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104188", "time": "19856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19861, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19864, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19867, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19883, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19888, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19891, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19893, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19894, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19895, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19896, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19902, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104188", "time": "19902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19907, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19909, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19910, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19910", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19913, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19937, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19938, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19943, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19946, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19948, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19949, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19949", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19950, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19950", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19952, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19953, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19954, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "19954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19955, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "19955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19957, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104188", "time": "19957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19962, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19964, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19965, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19968, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19983, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19983", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19984, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19989, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "19991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19992, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19994, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19995, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "19995", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "19997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "19998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19999, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "19999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "20000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "20001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20003, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104188", "time": "20003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20008, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "20010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20011, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20014, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "20014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "20028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20029, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20032, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20035, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:10cfe760 PA:10cfe764", "time": "20035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20054, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cfe760 PA:10cfe768", "time": "20054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cfe760 PA:10cfe76c", "time": "20056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20058, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20077, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cfe760 PA:10cfe764", "time": "20077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20083, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20100, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "20100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20115, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "20115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20120, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20143, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20165, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20184, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20187, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20205, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20226, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20245, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20263, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20283, "dur": 38, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20321, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20339, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20359, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20393, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20413, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20432, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cfe760 PA:10cfe770", "time": "20432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20449, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cfe7e8 x8:10cfe7e4", "time": "20468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20469, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000003 x8:10cfe7e4 PA:10cfe7e4", "time": "20469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20470, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20504, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000003", "time": "20504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cfe764 x2:10cfe760", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20524, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20542, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cfe778 x11:10cfe764 PA:10cfe774", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfe764 PA:10cfe770", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20561, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000003 x14:0000000a", "time": "20595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20598, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20601, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfe764 PA:10cfe770", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20619, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20653, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20687, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20719, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000003", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20722, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20743, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000003", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000033 x13:10cfe778 PA:10cfe778", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20768, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cfe779 x13:10cfe778", "time": "20768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20785, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20788, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cfe779 PA:10cfe779", "time": "20788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20796, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20810, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cfe764 x2:10cfe760", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cfe740 x2:10cfe760", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20832, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cfe7e4 x2:10cfe740 PA:10cfe758", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cfe778 x12:10cfe764 PA:10cfe774", "time": "20834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cfe764 PA:10cfe768", "time": "20835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:10cfe740 PA:10cfe754", "time": "20836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cfe740 PA:10cfe750", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20838, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cfe740 PA:10cfe74c", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cfe740 PA:10cfe75c", "time": "20853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cfe740 PA:10cfe748", "time": "20854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cfe764 x12:10cfe764", "time": "20857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20858, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000033 x15=10cfe779 x15:10cfe778 PA:10cfe778", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20860, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000033", "time": "20860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20878, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cfe764 PA:10cfe76c", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20885, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20888, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764", "time": "20888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20901, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20922, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20943, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20962, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20964, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cfe764 PA:10cfe76c", "time": "20964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20970, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20984, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764", "time": "20984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20993, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21006, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21026, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cfe778 x9:10cfe764 PA:10cfe774", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21034, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000033 x20=10cfe779 x20:10cfe778 PA:10cfe778", "time": "21034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21047, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000033", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21066, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21086, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000033 x11:00000033", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21089, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21100, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104188", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21105, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21107, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cfe77a x20:10cfe779 PA:10cfe779", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21114, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764", "time": "21114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21116, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21117, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21140, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cfe740 PA:10cfe75c", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cfe7e4 x2:10cfe740 PA:10cfe758", "time": "21141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:10cfe740 PA:10cfe754", "time": "21142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cfe740 PA:10cfe750", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cfe740 PA:10cfe74c", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cfe740 PA:10cfe748", "time": "21145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cfe760 x2:10cfe740", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21147, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cfe7e8 x24:10cfe7e8", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21165, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21171, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21186, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "21186", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21187, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "21187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "21190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21191, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21192, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21195, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21197, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "21198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "21200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21201, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "21201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21202, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "21202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "21203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21204, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "21204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21205, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21206, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104188", "time": "21206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21211, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21214, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21217, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21231, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21232, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21236, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21237, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21240, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "21243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "21245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "21246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "21247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "21248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "21249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21251, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104188", "time": "21251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21256, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21259, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21262, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21276, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21277, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21277", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21280, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21280", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21283, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:10cfe760 PA:10cfe764", "time": "21283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21284, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cfe760 PA:10cfe768", "time": "21284", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cfe760 PA:10cfe76c", "time": "21285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cfe760 PA:10cfe764", "time": "21289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21297, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21312, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21320, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21323, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21326, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21329, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21330, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21330", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21332, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21336, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21340, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21343, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21349, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21354, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cfe760 PA:10cfe770", "time": "21357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21358, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cfe7ec x8:10cfe7e8", "time": "21361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000001 x8:10cfe7e8 PA:10cfe7e8", "time": "21362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21363, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21366, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000001", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cfe764 x2:10cfe760", "time": "21369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21370, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cfe778 x11:10cfe764 PA:10cfe774", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfe764 PA:10cfe770", "time": "21373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21375, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000001 x14:0000000a", "time": "21409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21412, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfe764 PA:10cfe770", "time": "21415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21416, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001", "time": "21416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21450, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001", "time": "21450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21484, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21516, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000001", "time": "21516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21519, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21521, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000001", "time": "21521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001", "time": "21524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000031 x13:10cfe778 PA:10cfe778", "time": "21525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cfe779 x13:10cfe778", "time": "21527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21528, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cfe779 PA:10cfe779", "time": "21531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21532, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21534, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cfe764 x2:10cfe760", "time": "21536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21539, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cfe740 x2:10cfe760", "time": "21541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cfe7e8 x2:10cfe740 PA:10cfe758", "time": "21542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cfe778 x12:10cfe764 PA:10cfe774", "time": "21543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cfe764 PA:10cfe768", "time": "21544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:10cfe740 PA:10cfe754", "time": "21545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cfe740 PA:10cfe750", "time": "21546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cfe740 PA:10cfe74c", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cfe740 PA:10cfe75c", "time": "21548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cfe740 PA:10cfe748", "time": "21549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cfe764 x12:10cfe764", "time": "21552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21553, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000031 x15=10cfe779 x15:10cfe778 PA:10cfe778", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000031", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21557, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cfe764 PA:10cfe76c", "time": "21557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21559, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21562, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764", "time": "21562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21565, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21570, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21577, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21579, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cfe764 PA:10cfe76c", "time": "21579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21581, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21584, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764", "time": "21584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21587, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21590, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764", "time": "21590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21596, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cfe778 x9:10cfe764 PA:10cfe774", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21598, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000031 x20=10cfe779 x20:10cfe778 PA:10cfe778", "time": "21598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21600, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000031", "time": "21600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21604, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000031 x11:00000031", "time": "21606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21607, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "21610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "21612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "21613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "21614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "21615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "21616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21618, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104188", "time": "21618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21623, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21625, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cfe77a x20:10cfe779 PA:10cfe779", "time": "21625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21628, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764", "time": "21628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21631, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cfe740 PA:10cfe75c", "time": "21634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cfe7e8 x2:10cfe740 PA:10cfe758", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:10cfe740 PA:10cfe754", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cfe740 PA:10cfe750", "time": "21637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cfe740 PA:10cfe74c", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cfe740 PA:10cfe748", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cfe760 x2:10cfe740", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21641, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cfe7ec x24:10cfe7ec", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21644, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21647, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21650, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21667, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21672, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21675, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "21678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "21680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "21681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "21682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "21683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "21684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21686, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104188", "time": "21686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21691, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21694, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21697, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21712, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21717, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21720, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "21723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "21725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "21726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "21727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "21728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "21729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21731, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104188", "time": "21731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21736, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21739, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21742, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21757, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21762, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21765, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000061", "time": "21768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000308 x15:00000061", "time": "21770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000184 x15:00000061", "time": "21771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308", "time": "21772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80", "time": "21773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008", "time": "21774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21776, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104188", "time": "21776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21781, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21784, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21787, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:10cfe760 PA:10cfe7bc", "time": "21805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:10cfe760 PA:10cfe7b8", "time": "21806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:10cfe760 PA:10cfe7b4", "time": "21807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21808, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:10cfe760 PA:10cfe7b0", "time": "21808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21826, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000001 x2:10cfe760 PA:10cfe7ac", "time": "21826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:10cfe760 PA:10cfe7a8", "time": "21832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:10cfe760 PA:10cfe7a4", "time": "21833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:10cfe760 PA:10cfe7a0", "time": "21834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:10cfe760 PA:10cfe79c", "time": "21835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:10cfe760 PA:10cfe798", "time": "21836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:10cfe760 PA:10cfe794", "time": "21837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=10cfe7c0 x2:10cfe760", "time": "21838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21839, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:10cfe7c0 PA:10cfe7dc", "time": "21841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=10cfe800 x2:10cfe7c0", "time": "21843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21844, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_1.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16999, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "16999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000062", "time": "17017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000002 x10:00000062", "time": "17018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 17035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000003 x10:00000062", "time": "17035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000002", "time": "17036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17037, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "17037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "17055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "17056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "17057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17058, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000002", "time": "17058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "17110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000062", "time": "17111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000002 x19:00000062", "time": "17112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17113, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "17113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "17132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "17133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "17134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17135, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "17135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17154, "dur": 1648, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "17154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18802, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18822, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18848, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18850, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00000800 x19:00000002 x10:00000400", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=10cfec00 x10:00000800 x5:10cfe400", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18882, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18884, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18921, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18932, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18950, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000062", "time": "18950", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18971", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000003 x12:00000062", "time": "18972", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003", "time": "18973", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000002 x12:00000062", "time": "18974", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18975", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18976, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18976", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=10cfebc0 x2:10cfec00", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19006, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000003 x2:10cfebc0 PA:10cfebe4", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "19011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000002 x2:10cfebc0 PA:10cfebe8", "time": "19012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:10cfebc0 PA:10cfebec", "time": "19013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "19014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19015, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=10cfebe4 x2:10cfebc0", "time": "19015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "19030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19032, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:10cfebc0 PA:10cfebdc", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:10cfebc0 PA:10cfebf0", "time": "19037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:10cfebc0 PA:10cfebf4", "time": "19038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:10cfebc0 PA:10cfebf8", "time": "19039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19040, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:10cfebc0 PA:10cfebfc", "time": "19040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19057, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:10cfebe4 x2:10cfebc0 PA:10cfebcc", "time": "19057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19061, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "19061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=10cfeb60 x2:10cfebc0", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=10cfeb78 x2:10cfeb60", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:10cfeb60 PA:10cfebb8", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:10cfeb60 PA:10cfebb0", "time": "19080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000002 x2:10cfeb60 PA:10cfebac", "time": "19081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:10cfeb60 PA:10cfeba8", "time": "19082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:10cfeb60 PA:10cfeba4", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19084, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:10cfeb60 PA:10cfeba0", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19100, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:10cfeb60 PA:10cfeb9c", "time": "19100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:10cfeb60 PA:10cfebbc", "time": "19105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:10cfeb60 PA:10cfebb4", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:10cfeb60 PA:10cfeb98", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:10cfeb60 PA:10cfeb94", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19111, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=10cfebe4 x13:10cfebe4", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19123, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:10cfeb78 x2:10cfeb60 PA:10cfeb74", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19125, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19125", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19127, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19128, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19144, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19179, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19179", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19180, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19180", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19213, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19241, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19266, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19292, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104190", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19297, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19320, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19340, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19345, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19348, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19359, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104190", "time": "19359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19364, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19367, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19370, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19393, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19398, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19401, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19412, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104190", "time": "19412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19417, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19420, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19423, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19444, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19449, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19451, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19452, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19452", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19455, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19456, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19459, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19463, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104190", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19468, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19470, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19471, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19474, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19500, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19505, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19508, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19512, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19519, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104190", "time": "19519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19524, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19527, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19530, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19561, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19566, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19569, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19580, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104190", "time": "19580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19585, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19588, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19591, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19606, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19611, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19614, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19625, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104190", "time": "19625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19630, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19633, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19636, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19651, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19655, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19656, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19659, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19670, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104190", "time": "19670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19675, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19678, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19681, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19700, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19705, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19708, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19719, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104190", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19724, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19727, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19730, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19745, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19750, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19753, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19760, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19764, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104190", "time": "19764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19769, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19772, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19775, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19793, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19798, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19801, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19803, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19812, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104190", "time": "19812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19817, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19820, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19823, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19841, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19846, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19848, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19849, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19851, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19854, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19859, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19860, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104190", "time": "19860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19865, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19867, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19868, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19871, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19886, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19891, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19893, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19894, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19896, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19903, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19905, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104190", "time": "19905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19909, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19910, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19910", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19912, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19912", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19913, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19916, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19947, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19948, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19952, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19953, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19953", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19955, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19956, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19958, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "19959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "19961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19962, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19963, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "19963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19964, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "19964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "19965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19967, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104190", "time": "19967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19972, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19975, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19978, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19993, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19994, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19994", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "19997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19998, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19999, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "20001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20002, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "20005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "20007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "20008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "20010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "20011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20013, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104190", "time": "20013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20018, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "20020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20021, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20024, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "20038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20039, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20042, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20045, "dur": 9, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:10cfeb60 PA:10cfeb64", "time": "20045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20054, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cfeb60 PA:10cfeb68", "time": "20054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cfeb60 PA:10cfeb6c", "time": "20055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "20056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20057, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20077, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cfeb60 PA:10cfeb64", "time": "20077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20085, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20100, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "20100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20119, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "20119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20120, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20120", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20143, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20165, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20184, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20187, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20205, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20226, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20245, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20263, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20283, "dur": 38, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20321, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20339, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20359, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20393, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20413, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20432, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cfeb60 PA:10cfeb70", "time": "20432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20449, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cfebe8 x8:10cfebe4", "time": "20468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20469, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000003 x8:10cfebe4 PA:10cfebe4", "time": "20469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20472, "dur": 32, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20504, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000003", "time": "20504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cfeb64 x2:10cfeb60", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20524, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20542, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cfeb78 x11:10cfeb64 PA:10cfeb74", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20559, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfeb64 PA:10cfeb70", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20562, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000003 x14:0000000a", "time": "20596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20599, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20602, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfeb64 PA:10cfeb70", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20619, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20653, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20687, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20719, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000003", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20722, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20743, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000003", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20766, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000033 x13:10cfeb78 PA:10cfeb78", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20769, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cfeb79 x13:10cfeb78", "time": "20769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20785, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cfeb79 PA:10cfeb79", "time": "20788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20789, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20791, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20810, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cfeb64 x2:10cfeb60", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cfeb40 x2:10cfeb60", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20832, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cfebe4 x2:10cfeb40 PA:10cfeb58", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cfeb78 x12:10cfeb64 PA:10cfeb74", "time": "20836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cfeb64 PA:10cfeb68", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:10cfeb40 PA:10cfeb54", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cfeb40 PA:10cfeb50", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20840, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cfeb40 PA:10cfeb4c", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20853, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cfeb40 PA:10cfeb5c", "time": "20853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cfeb40 PA:10cfeb48", "time": "20856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20859, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cfeb64 x12:10cfeb64", "time": "20859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20860, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000033 x15=10cfeb79 x15:10cfeb78 PA:10cfeb78", "time": "20860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20862, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000033", "time": "20862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20878, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cfeb64 PA:10cfeb6c", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20886, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20889, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64", "time": "20889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20901, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20922, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20943, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20962, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20964, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cfeb64 PA:10cfeb6c", "time": "20964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20966, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20984, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64", "time": "20984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20987, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21006, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21026, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cfeb78 x9:10cfeb64 PA:10cfeb74", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21028, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000033 x20=10cfeb79 x20:10cfeb78 PA:10cfeb78", "time": "21028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21047, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000033", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21066, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21086, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000033 x11:00000033", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21089, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21100, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104190", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21105, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21107, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cfeb7a x20:10cfeb79 PA:10cfeb79", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21110, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64", "time": "21110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21113, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21140, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cfeb40 PA:10cfeb5c", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cfebe4 x2:10cfeb40 PA:10cfeb58", "time": "21142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:10cfeb40 PA:10cfeb54", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cfeb40 PA:10cfeb50", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cfeb40 PA:10cfeb4c", "time": "21145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cfeb40 PA:10cfeb48", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cfeb60 x2:10cfeb40", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21148, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cfebe8 x24:10cfebe8", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21165, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21171, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "21188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21189, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "21189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "21192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21193, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21194, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21197, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21199, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "21200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21201, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21202, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "21202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "21203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21204, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "21204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21205, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "21205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21206, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "21206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21207, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21208, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104190", "time": "21208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21213, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21216, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21219, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21234, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21238, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21239, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21242, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21244, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "21245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "21247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "21248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "21249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "21250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "21251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21253, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104190", "time": "21253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21257, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21258, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21261, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21264, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21279, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21282, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:10cfeb60 PA:10cfeb64", "time": "21285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cfeb60 PA:10cfeb68", "time": "21286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cfeb60 PA:10cfeb6c", "time": "21287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cfeb60 PA:10cfeb64", "time": "21291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21299, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21315, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21318, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21319, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21320, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21323, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21323", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21326, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21329, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21332, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21333, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21333", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21335, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21339, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21343, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21346, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21348, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21352, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21357, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cfeb60 PA:10cfeb70", "time": "21360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21361, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cfebec x8:10cfebe8", "time": "21364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000002 x8:10cfebe8 PA:10cfebe8", "time": "21365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21366, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21369, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000002", "time": "21369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cfeb64 x2:10cfeb60", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21373, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cfeb78 x11:10cfeb64 PA:10cfeb74", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfeb64 PA:10cfeb70", "time": "21376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21378, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001", "time": "21378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000002 x14:0000000a", "time": "21412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21415, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfeb64 PA:10cfeb70", "time": "21418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21419, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001", "time": "21419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21453, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001", "time": "21453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21487, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21519, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000002", "time": "21519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21522, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21524, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000002", "time": "21524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002", "time": "21527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000032 x13:10cfeb78 PA:10cfeb78", "time": "21528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cfeb79 x13:10cfeb78", "time": "21530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21531, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cfeb79 PA:10cfeb79", "time": "21534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21535, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21537, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cfeb64 x2:10cfeb60", "time": "21539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21542, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cfeb40 x2:10cfeb60", "time": "21544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cfebe8 x2:10cfeb40 PA:10cfeb58", "time": "21545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cfeb78 x12:10cfeb64 PA:10cfeb74", "time": "21546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cfeb64 PA:10cfeb68", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:10cfeb40 PA:10cfeb54", "time": "21548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cfeb40 PA:10cfeb50", "time": "21549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cfeb40 PA:10cfeb4c", "time": "21550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cfeb40 PA:10cfeb5c", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cfeb40 PA:10cfeb48", "time": "21552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cfeb64 x12:10cfeb64", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21556, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000032 x15=10cfeb79 x15:10cfeb78 PA:10cfeb78", "time": "21556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000032", "time": "21558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21560, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cfeb64 PA:10cfeb6c", "time": "21560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21562, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21565, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64", "time": "21565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21568, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21573, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21580, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21582, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cfeb64 PA:10cfeb6c", "time": "21582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21584, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21587, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64", "time": "21587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21590, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21597, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cfeb78 x9:10cfeb64 PA:10cfeb74", "time": "21597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21599, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000032 x20=10cfeb79 x20:10cfeb78 PA:10cfeb78", "time": "21599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21601, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000032", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21605, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000032 x11:00000032", "time": "21607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21608, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "21611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "21613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "21614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "21615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "21616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "21617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21619, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104190", "time": "21619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21624, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21626, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cfeb7a x20:10cfeb79 PA:10cfeb79", "time": "21626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21629, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64", "time": "21629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21632, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cfeb40 PA:10cfeb5c", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cfebe8 x2:10cfeb40 PA:10cfeb58", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:10cfeb40 PA:10cfeb54", "time": "21637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cfeb40 PA:10cfeb50", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cfeb40 PA:10cfeb4c", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cfeb40 PA:10cfeb48", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cfeb60 x2:10cfeb40", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21642, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cfebec x24:10cfebec", "time": "21644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21645, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21648, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21651, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21670, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21675, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21678, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "21681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "21683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "21684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "21685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "21686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "21687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21689, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104190", "time": "21689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21694, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21697, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21700, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21715, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21716, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21721, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21724, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "21727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "21729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "21730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "21731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "21732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "21733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21735, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104190", "time": "21735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21739, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21740, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21743, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21746, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21765, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21770, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21773, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000062", "time": "21776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000310 x15:00000062", "time": "21778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000188 x15:00000062", "time": "21779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310", "time": "21780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80", "time": "21781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010", "time": "21782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21784, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104190", "time": "21784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21789, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21792, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21795, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21810, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:10cfeb60 PA:10cfebbc", "time": "21811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:10cfeb60 PA:10cfebb8", "time": "21812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:10cfeb60 PA:10cfebb4", "time": "21813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21814, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:10cfeb60 PA:10cfebb0", "time": "21814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000002 x2:10cfeb60 PA:10cfebac", "time": "21826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:10cfeb60 PA:10cfeba8", "time": "21827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:10cfeb60 PA:10cfeba4", "time": "21828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:10cfeb60 PA:10cfeba0", "time": "21829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:10cfeb60 PA:10cfeb9c", "time": "21830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:10cfeb60 PA:10cfeb98", "time": "21831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:10cfeb60 PA:10cfeb94", "time": "21832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=10cfebc0 x2:10cfeb60", "time": "21833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21834, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:10cfebc0 PA:10cfebdc", "time": "21836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=10cfec00 x2:10cfebc0", "time": "21838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21839, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_2.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16999, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "16999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000063", "time": "17017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000003 x10:00000063", "time": "17018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 17035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000003 x10:00000063", "time": "17035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000003", "time": "17036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17037, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "17037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "17055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "17056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "17057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17058, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000003", "time": "17058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "17110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000063", "time": "17111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000003 x19:00000063", "time": "17112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17113, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "17113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "17132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "17133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "17134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17135, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "17135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17154, "dur": 1648, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "17154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18802, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18822, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18848, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18850, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00000c00 x19:00000003 x10:00000400", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=10cff000 x10:00000c00 x5:10cfe400", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18882, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18884, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18921, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18932, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18950, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000063", "time": "18950", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18971", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000003 x12:00000063", "time": "18972", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003", "time": "18973", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000003 x12:00000063", "time": "18974", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18975", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18976, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18976", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=10cfefc0 x2:10cff000", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000003 x2:10cfefc0 PA:10cfefe4", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "19007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000003 x2:10cfefc0 PA:10cfefe8", "time": "19008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:10cfefc0 PA:10cfefec", "time": "19009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "19010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19011, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=10cfefe4 x2:10cfefc0", "time": "19011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "19030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19032, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:10cfefc0 PA:10cfefdc", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:10cfefc0 PA:10cfeff0", "time": "19036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:10cfefc0 PA:10cfeff4", "time": "19037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:10cfefc0 PA:10cfeff8", "time": "19038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19039, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:10cfefc0 PA:10cfeffc", "time": "19039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19057, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:10cfefe4 x2:10cfefc0 PA:10cfefcc", "time": "19057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19060, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "19060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=10cfef60 x2:10cfefc0", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=10cfef78 x2:10cfef60", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19079, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:10cfef60 PA:10cfefb8", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:10cfef60 PA:10cfefb0", "time": "19081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000003 x2:10cfef60 PA:10cfefac", "time": "19082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:10cfef60 PA:10cfefa8", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:10cfef60 PA:10cfefa4", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19085, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:10cfef60 PA:10cfefa0", "time": "19085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19100, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:10cfef60 PA:10cfef9c", "time": "19100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:10cfef60 PA:10cfefbc", "time": "19104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:10cfef60 PA:10cfefb4", "time": "19105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:10cfef60 PA:10cfef98", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:10cfef60 PA:10cfef94", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=10cfefe4 x13:10cfefe4", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19123, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:10cfef78 x2:10cfef60 PA:10cfef74", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19126, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19127, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19128, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19129, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19144, "dur": 44, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19188, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19188", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19189, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19189", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19213, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19241, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19266, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19292, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104198", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19297, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19320, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19341, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19342, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19345, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19346, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19347, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19350, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19361, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104198", "time": "19361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19366, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19369, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19372, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19394, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19399, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19402, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19406, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19409, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19410, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19410", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19413, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104198", "time": "19413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19418, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19421, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19424, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19449, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19450, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19453, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19454, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19455, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19458, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19460, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19462, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19466, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19469, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104198", "time": "19469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19473, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19474, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19476, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19477, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19480, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19503, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19508, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19511, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19513, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19513", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19522, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104198", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19527, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19530, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19533, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19571, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19576, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19579, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19590, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104198", "time": "19590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19595, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19598, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19601, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19616, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19621, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19624, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19626, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19635, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104198", "time": "19635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19640, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19643, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19646, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19661, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19666, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19669, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19671, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19673, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19679, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19680, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104198", "time": "19680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19685, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19688, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19691, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19706, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19710, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19711, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19714, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19720, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19725, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104198", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19730, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19733, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19736, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19751, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19755, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19756, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19758, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19759, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19761, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19763, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19764, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19764", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19768, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19770, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104198", "time": "19770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19778, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19781, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19801, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19802, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19806, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19807, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19809, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19810, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19821, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104198", "time": "19821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19826, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19829, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19832, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19848, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19849, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19854, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19857, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19859, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19862, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19866, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19867, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19868, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104198", "time": "19868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19873, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19876, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19879, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19893, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19894, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19897, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19898, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19898", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19899, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19901, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19902, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19905, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19906, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19907, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19907", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19909, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19910, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19910", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19911, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19911", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19912, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19912", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19913, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104198", "time": "19913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19917, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19917", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19918, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19921, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19924, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19952, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19955, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19956, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19956", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19957, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19960, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19962, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19963, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "19963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19964, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "19965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "19966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "19967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "19968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19971, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104198", "time": "19971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19976, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19979, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19982, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19996, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "19996", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19997, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "19997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "20000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20001, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20002, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "20004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20005, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "20008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "20010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "20011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "20012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "20013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "20014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20016, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104198", "time": "20016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20021, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "20023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20024, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20027, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "20027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20044, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "20044", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20045, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20048, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20051, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:10cfef60 PA:10cfef64", "time": "20051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20056, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cfef60 PA:10cfef68", "time": "20056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cfef60 PA:10cfef6c", "time": "20058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "20059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20060, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20077, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cfef60 PA:10cfef64", "time": "20077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20084, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20100, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "20100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20121, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "20121", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20122, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20122", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20143, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20165, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20184, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20187, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20205, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20226, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20245, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20263, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20283, "dur": 38, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20321, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20339, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20359, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20393, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20413, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20432, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cfef60 PA:10cfef70", "time": "20432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20449, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cfefe8 x8:10cfefe4", "time": "20468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20469, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000003 x8:10cfefe4 PA:10cfefe4", "time": "20469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20471, "dur": 33, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20504, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000003", "time": "20504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cfef64 x2:10cfef60", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20524, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20542, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cfef78 x11:10cfef64 PA:10cfef74", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20559, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfef64 PA:10cfef70", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20563, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000003 x14:0000000a", "time": "20597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20600, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20603, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfef64 PA:10cfef70", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20619, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20653, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20687, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20719, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000003", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20722, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20743, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000003", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20766, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000033 x13:10cfef78 PA:10cfef78", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20769, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20769", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20770, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cfef79 x13:10cfef78", "time": "20770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20785, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20788, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cfef79 PA:10cfef79", "time": "20788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20791, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20810, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cfef64 x2:10cfef60", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cfef40 x2:10cfef60", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20832, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cfefe4 x2:10cfef40 PA:10cfef58", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cfef78 x12:10cfef64 PA:10cfef74", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cfef64 PA:10cfef68", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:10cfef40 PA:10cfef54", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cfef40 PA:10cfef50", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20841, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cfef40 PA:10cfef4c", "time": "20841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20853, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cfef40 PA:10cfef5c", "time": "20853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20855, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cfef40 PA:10cfef48", "time": "20855", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cfef64 x12:10cfef64", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20859, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000033 x15=10cfef79 x15:10cfef78 PA:10cfef78", "time": "20859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20861, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000033", "time": "20861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20878, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cfef64 PA:10cfef6c", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20880, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20883, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64", "time": "20883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20901, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20922, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20943, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20962, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20964, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cfef64 PA:10cfef6c", "time": "20964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20967, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20984, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64", "time": "20984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20988, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21006, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21026, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cfef78 x9:10cfef64 PA:10cfef74", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21029, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000033 x20=10cfef79 x20:10cfef78 PA:10cfef78", "time": "21029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21047, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000033", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21066, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21086, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000033 x11:00000033", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21089, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21100, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104198", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21105, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21107, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cfef7a x20:10cfef79 PA:10cfef79", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21111, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64", "time": "21111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21113, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21114, "dur": 26, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21140, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cfef40 PA:10cfef5c", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cfefe4 x2:10cfef40 PA:10cfef58", "time": "21143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:10cfef40 PA:10cfef54", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cfef40 PA:10cfef50", "time": "21145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cfef40 PA:10cfef4c", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cfef40 PA:10cfef48", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cfef60 x2:10cfef40", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21149, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cfefe8 x24:10cfefe8", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21165, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21171, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "21190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21191, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "21191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "21194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21195, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21196, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21198, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21199, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21199", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21201, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21202, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "21202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21204, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "21204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21205, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "21205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21206, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "21206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21207, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "21207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "21208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21209, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21210, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104198", "time": "21210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21215, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21218, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21221, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21236, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21239, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21241, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21243, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21244, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21244", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21246, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21247, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "21247", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "21249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "21250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "21251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "21252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "21253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21255, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104198", "time": "21255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21260, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21263, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21266, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21282, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21285, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:10cfef60 PA:10cfef64", "time": "21288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cfef60 PA:10cfef68", "time": "21289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cfef60 PA:10cfef6c", "time": "21290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cfef60 PA:10cfef64", "time": "21294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21302, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21320, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21321, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21322, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21325, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21328, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21328", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21331, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21336, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21337, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21341, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21348, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21350, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21354, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21359, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cfef60 PA:10cfef70", "time": "21362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21363, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cfefec x8:10cfefe8", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000003 x8:10cfefe8 PA:10cfefe8", "time": "21367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21368, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21371, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000003", "time": "21371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cfef64 x2:10cfef60", "time": "21374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21375, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cfef78 x11:10cfef64 PA:10cfef74", "time": "21377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfef64 PA:10cfef70", "time": "21378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21380, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001", "time": "21380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000003 x14:0000000a", "time": "21414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21417, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfef64 PA:10cfef70", "time": "21420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21421, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001", "time": "21421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21455, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001", "time": "21455", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21489, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21521, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000003", "time": "21521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21524, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21526, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000003", "time": "21526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003", "time": "21529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000033 x13:10cfef78 PA:10cfef78", "time": "21530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21531, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cfef79 x13:10cfef78", "time": "21532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21533, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cfef79 PA:10cfef79", "time": "21536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21537, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21539, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cfef64 x2:10cfef60", "time": "21541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21544, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cfef40 x2:10cfef60", "time": "21546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cfefe8 x2:10cfef40 PA:10cfef58", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cfef78 x12:10cfef64 PA:10cfef74", "time": "21548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cfef64 PA:10cfef68", "time": "21549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:10cfef40 PA:10cfef54", "time": "21550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cfef40 PA:10cfef50", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cfef40 PA:10cfef4c", "time": "21552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cfef40 PA:10cfef5c", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cfef40 PA:10cfef48", "time": "21554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cfef64 x12:10cfef64", "time": "21557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21558, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000033 x15=10cfef79 x15:10cfef78 PA:10cfef78", "time": "21558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000033", "time": "21561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21563, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cfef64 PA:10cfef6c", "time": "21563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21565, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21568, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64", "time": "21568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21572, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21577, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21582, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21584, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21586, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cfef64 PA:10cfef6c", "time": "21586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21588, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21591, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64", "time": "21591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21594, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64", "time": "21597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21601, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cfef78 x9:10cfef64 PA:10cfef74", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21603, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000033 x20=10cfef79 x20:10cfef78 PA:10cfef78", "time": "21603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21605, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000033", "time": "21605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21609, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000033 x11:00000033", "time": "21611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21612, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "21615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "21617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "21618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "21619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "21620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "21621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21623, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104198", "time": "21623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21628, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21630, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cfef7a x20:10cfef79 PA:10cfef79", "time": "21630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21633, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64", "time": "21633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21636, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cfef40 PA:10cfef5c", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cfefe8 x2:10cfef40 PA:10cfef58", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:10cfef40 PA:10cfef54", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cfef40 PA:10cfef50", "time": "21642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cfef40 PA:10cfef4c", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cfef40 PA:10cfef48", "time": "21644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cfef60 x2:10cfef40", "time": "21645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21646, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cfefec x24:10cfefec", "time": "21648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21649, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21652, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21655, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21670, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21671, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21674, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21674", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21675, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21675", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21676, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21678, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21679, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21679", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "21682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "21684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "21685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "21686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "21687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "21688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21690, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104198", "time": "21690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21694, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21695, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21698, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21701, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21718, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21723, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21726, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "21729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "21731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "21732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "21733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "21734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "21735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21737, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104198", "time": "21737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21742, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21745, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21748, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21767, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21772, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21775, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000063", "time": "21778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000318 x15:00000063", "time": "21780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000018c x15:00000063", "time": "21781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318", "time": "21782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80", "time": "21783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018", "time": "21784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21786, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104198", "time": "21786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21791, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21794, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21797, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21813, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21814, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:10cfef60 PA:10cfefbc", "time": "21814", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:10cfef60 PA:10cfefb8", "time": "21815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:10cfef60 PA:10cfefb4", "time": "21816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21817, "dur": 9, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:10cfef60 PA:10cfefb0", "time": "21817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21826, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000003 x2:10cfef60 PA:10cfefac", "time": "21826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:10cfef60 PA:10cfefa8", "time": "21828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:10cfef60 PA:10cfefa4", "time": "21829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:10cfef60 PA:10cfefa0", "time": "21830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:10cfef60 PA:10cfef9c", "time": "21831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:10cfef60 PA:10cfef98", "time": "21832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:10cfef60 PA:10cfef94", "time": "21833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=10cfefc0 x2:10cfef60", "time": "21834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21835, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21837, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:10cfefc0 PA:10cfefdc", "time": "21837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=10cff000 x2:10cfefc0", "time": "21841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21842, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_3.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16999, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "16999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000064", "time": "17017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000004 x10:00000064", "time": "17018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 17035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000003 x10:00000064", "time": "17035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000004", "time": "17036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17037, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "17037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "17055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "17056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "17057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17058, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000004", "time": "17058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "17110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000064", "time": "17111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000004 x19:00000064", "time": "17112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17113, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "17113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "17132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "17133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "17134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17135, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "17135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17154, "dur": 1648, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "17154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18802, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18822, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18848, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18850, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001000 x19:00000004 x10:00000400", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=10cff400 x10:00001000 x5:10cfe400", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18882, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18884, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18921, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18932, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18950, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000064", "time": "18950", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18971", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000003 x12:00000064", "time": "18972", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003", "time": "18973", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000004 x12:00000064", "time": "18974", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18975", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18976, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18976", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=10cff3c0 x2:10cff400", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19006, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000003 x2:10cff3c0 PA:10cff3e4", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "19008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000004 x2:10cff3c0 PA:10cff3e8", "time": "19009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:10cff3c0 PA:10cff3ec", "time": "19010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "19011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19012, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=10cff3e4 x2:10cff3c0", "time": "19012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "19030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:10cff3c0 PA:10cff3dc", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:10cff3c0 PA:10cff3f0", "time": "19033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:10cff3c0 PA:10cff3f4", "time": "19034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:10cff3c0 PA:10cff3f8", "time": "19035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19036, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:10cff3c0 PA:10cff3fc", "time": "19036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19057, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:10cff3e4 x2:10cff3c0 PA:10cff3cc", "time": "19057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19063, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "19063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=10cff360 x2:10cff3c0", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=10cff378 x2:10cff360", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19079, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:10cff360 PA:10cff3b8", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:10cff360 PA:10cff3b0", "time": "19082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000004 x2:10cff360 PA:10cff3ac", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:10cff360 PA:10cff3a8", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:10cff360 PA:10cff3a4", "time": "19085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19086, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:10cff360 PA:10cff3a0", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19100, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:10cff360 PA:10cff39c", "time": "19100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:10cff360 PA:10cff3bc", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:10cff360 PA:10cff3b4", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:10cff360 PA:10cff398", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:10cff360 PA:10cff394", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19113, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=10cff3e4 x13:10cff3e4", "time": "19113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19123, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:10cff378 x2:10cff360 PA:10cff374", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19127, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19128, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19130, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19144, "dur": 74, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19219, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19224, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19241, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19266, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19292, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1041a0", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19297, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19320, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19343, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19344, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19347, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19347", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19349, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19352, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19360, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19363, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041a0", "time": "19363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19368, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19371, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19374, "dur": 26, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19401, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19404, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19405, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19406, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19406", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19409, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19413, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19420, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1041a0", "time": "19420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19425, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19428, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19431, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19453, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19454, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19457, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19458, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19458", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19459, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19461, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19461", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19462, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19462", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19464, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19465, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19465", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19466, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19466", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19469, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19470, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19471, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19472, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19473, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041a0", "time": "19473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19478, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19481, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19484, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19504, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19509, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19512, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19517, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19520, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19523, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a0", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19528, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19530, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19531, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19531", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19534, "dur": 47, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19581, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19582, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19587, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19590, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19601, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1041a0", "time": "19601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19606, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19609, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19612, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19628, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19633, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19636, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19647, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1041a0", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19652, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19655, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19658, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19673, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19678, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19681, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19692, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1041a0", "time": "19692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19697, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19700, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19703, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19718, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19721, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19722, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19723, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19725, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19726, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19728, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19729, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19729", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19737, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a0", "time": "19737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19742, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19745, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19748, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19763, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19766, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19768, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19771, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19774, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19782, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1041a0", "time": "19782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19787, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19790, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19793, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19808, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19811, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19812, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19813, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19813", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19815, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19815", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19816, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19827, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1041a0", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19832, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19835, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19838, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19856, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19857, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19862, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19864, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19865, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19867, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19867", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19868, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19868", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19869", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19871, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19873, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19874, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19876, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1041a0", "time": "19876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19881, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19884, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19887, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19904, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19904", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19905, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19905", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19908, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19908", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19909, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19909", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19910, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19910", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19912, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19912", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19913, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19913", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19915, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19916, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19917, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19917", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19918, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19919, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19922, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19923, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19924, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041a0", "time": "19924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19929, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19932, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19935, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19954, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19955, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19958, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19959, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19959", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19960, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19962, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19963, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "19966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "19968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "19970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "19971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "19972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19974, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a0", "time": "19974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19979, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19981, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19981", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19982, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19985, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20002, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "20002", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20003, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "20003", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20006, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "20006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20007, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20007", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20008, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "20010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20011, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "20014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "20016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "20017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "20019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "20020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20022, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1041a0", "time": "20022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20026, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20027, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "20029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20030, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20033, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "20033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20048, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "20048", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20049, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20052, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20052", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:10cff360 PA:10cff364", "time": "20055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cff360 PA:10cff368", "time": "20056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cff360 PA:10cff36c", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "20058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20059, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20077, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cff360 PA:10cff364", "time": "20077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20087, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20100, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "20100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20123, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "20123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20124, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20124", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20143, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20165, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20184, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20187, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20205, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20226, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20245, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20263, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20283, "dur": 38, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20321, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20339, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20359, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20393, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20413, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20432, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cff360 PA:10cff370", "time": "20432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20449, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cff3e8 x8:10cff3e4", "time": "20468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20469, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000003 x8:10cff3e4 PA:10cff3e4", "time": "20469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20474, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20504, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000003", "time": "20504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cff364 x2:10cff360", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20524, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20542, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cff378 x11:10cff364 PA:10cff374", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20559, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cff364 PA:10cff370", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20564, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001", "time": "20564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000003 x14:0000000a", "time": "20598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20601, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20604, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cff364 PA:10cff370", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20619, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20653, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20687, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20719, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000003", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20722, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20743, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000003", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20766, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000033 x13:10cff378 PA:10cff378", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20770, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20770", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20771, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cff379 x13:10cff378", "time": "20771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20785, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20788, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cff379 PA:10cff379", "time": "20788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20792, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20810, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cff364 x2:10cff360", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cff340 x2:10cff360", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20832, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cff3e4 x2:10cff340 PA:10cff358", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cff378 x12:10cff364 PA:10cff374", "time": "20838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cff364 PA:10cff368", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:10cff340 PA:10cff354", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cff340 PA:10cff350", "time": "20841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20842, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cff340 PA:10cff34c", "time": "20842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20853, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cff340 PA:10cff35c", "time": "20853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cff340 PA:10cff348", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20859, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cff364 x12:10cff364", "time": "20861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20862, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000033 x15=10cff379 x15:10cff378 PA:10cff378", "time": "20862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20864, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000033", "time": "20864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20878, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cff364 PA:10cff36c", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20881, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20884, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364", "time": "20884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20901, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20922, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20943, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20962, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20964, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cff364 PA:10cff36c", "time": "20964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20968, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20984, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364", "time": "20984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20989, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21006, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21026, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cff378 x9:10cff364 PA:10cff374", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21030, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000033 x20=10cff379 x20:10cff378 PA:10cff378", "time": "21030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21047, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000033", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21066, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21086, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000033 x11:00000033", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21089, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21100, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a1041a0", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21105, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21107, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cff37a x20:10cff379 PA:10cff379", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21112, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364", "time": "21112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21115, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21140, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cff340 PA:10cff35c", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cff3e4 x2:10cff340 PA:10cff358", "time": "21144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:10cff340 PA:10cff354", "time": "21145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cff340 PA:10cff350", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cff340 PA:10cff34c", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cff340 PA:10cff348", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21149, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cff360 x2:10cff340", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21150, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cff3e8 x24:10cff3e8", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21165, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21171, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "21192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21193, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "21193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21196, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "21196", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21197, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21197", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21198, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21198", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21200, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21200", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21201, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21201", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21203, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21204, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "21204", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21205, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21206, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "21206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21207, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "21207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "21208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21209, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "21209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "21210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21212, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041a0", "time": "21212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21217, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21220, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21223, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21237, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21238, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21238", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21241, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21242, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21242", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21243, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21243", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21245, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21246, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21246", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21249, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "21249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21250, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21250", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "21251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "21252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "21253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "21254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "21255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21257, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a0", "time": "21257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21262, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21265, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21268, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21285, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21286, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21289, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21292, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:10cff360 PA:10cff364", "time": "21292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21293, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cff360 PA:10cff368", "time": "21293", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21294, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cff360 PA:10cff36c", "time": "21294", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21297, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21298, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cff360 PA:10cff364", "time": "21298", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21300, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21306, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21320, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21321, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21324, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21324", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21325, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21325", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21326, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21326", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21329, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21329", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21332, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21335, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21340, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21341, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21344, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21344", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21345, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21345", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21348, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21348", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21349, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21352, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21354, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21358, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21363, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cff360 PA:10cff370", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21367, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cff3ec x8:10cff3e8", "time": "21370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000004 x8:10cff3e8 PA:10cff3e8", "time": "21371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21372, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21375, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000004", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cff364 x2:10cff360", "time": "21378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21379, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cff378 x11:10cff364 PA:10cff374", "time": "21381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cff364 PA:10cff370", "time": "21382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21384, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000004 x10:00000004 x15:00000001", "time": "21384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000004 x14:0000000a", "time": "21418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21421, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21424, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cff364 PA:10cff370", "time": "21424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21425, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000004 x10:00000004 x15:00000001", "time": "21425", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21459, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000004 x15:00000001", "time": "21459", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21493, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21525, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000004", "time": "21525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21528, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21530, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000004", "time": "21530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000034 x14:00000030 x16:00000004", "time": "21533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21534, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000034 x13:10cff378 PA:10cff378", "time": "21534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cff379 x13:10cff378", "time": "21537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21538, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cff379 PA:10cff379", "time": "21541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21542, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21544, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cff364 x2:10cff360", "time": "21546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21549, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cff340 x2:10cff360", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cff3e8 x2:10cff340 PA:10cff358", "time": "21552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cff378 x12:10cff364 PA:10cff374", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cff364 PA:10cff368", "time": "21554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:10cff340 PA:10cff354", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cff340 PA:10cff350", "time": "21556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cff340 PA:10cff34c", "time": "21557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cff340 PA:10cff35c", "time": "21558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cff340 PA:10cff348", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cff364 x12:10cff364", "time": "21562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21563, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000034 x15=10cff379 x15:10cff378 PA:10cff378", "time": "21563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000034", "time": "21565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21567, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cff364 PA:10cff36c", "time": "21567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21569, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21572, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364", "time": "21572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21575, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21580, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21585, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21587, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21589, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cff364 PA:10cff36c", "time": "21589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21591, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21594, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364", "time": "21594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21597, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364", "time": "21600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21604, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cff378 x9:10cff364 PA:10cff374", "time": "21604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21606, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000034 x20=10cff379 x20:10cff378 PA:10cff378", "time": "21606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21608, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000034", "time": "21608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21612, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000034 x11:00000034", "time": "21614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21615, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21617, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "21618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "21620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "21621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21622, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "21622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "21623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "21624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21625, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21626, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000034 x14:1a104000 PA:1a1041a0", "time": "21626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21631, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21633, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cff37a x20:10cff379 PA:10cff379", "time": "21633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21636, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21639, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cff340 PA:10cff35c", "time": "21642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cff3e8 x2:10cff340 PA:10cff358", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21644, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:10cff340 PA:10cff354", "time": "21644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cff340 PA:10cff350", "time": "21645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cff340 PA:10cff34c", "time": "21646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cff340 PA:10cff348", "time": "21647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cff360 x2:10cff340", "time": "21648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21649, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cff3ec x24:10cff3ec", "time": "21651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21652, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21655, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21658, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21673, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21676, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21677, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21677", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21678, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21678", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21680, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21680", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21681, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21683, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21684, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "21684", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "21686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "21687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21688, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "21688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "21689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "21690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21692, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1041a0", "time": "21692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21697, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21700, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21703, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21719, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21720, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21723, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21723", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21724, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21724", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21725, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21725", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21728, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "21731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21733, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "21733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "21734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "21735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "21736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "21737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21739, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1041a0", "time": "21739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21744, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21747, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21750, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21767, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21767", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21768, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21768", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21773, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21776, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000064", "time": "21779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000320 x15:00000064", "time": "21781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000190 x15:00000064", "time": "21782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320", "time": "21783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80", "time": "21784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020", "time": "21785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21787, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1041a0", "time": "21787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21792, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21795, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21798, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21816, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21816", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:10cff360 PA:10cff3bc", "time": "21818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:10cff360 PA:10cff3b8", "time": "21819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:10cff360 PA:10cff3b4", "time": "21820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21821, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:10cff360 PA:10cff3b0", "time": "21821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21826, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000004 x2:10cff360 PA:10cff3ac", "time": "21826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:10cff360 PA:10cff3a8", "time": "21829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:10cff360 PA:10cff3a4", "time": "21830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:10cff360 PA:10cff3a0", "time": "21831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:10cff360 PA:10cff39c", "time": "21832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:10cff360 PA:10cff398", "time": "21833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:10cff360 PA:10cff394", "time": "21834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=10cff3c0 x2:10cff360", "time": "21835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21836, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:10cff3c0 PA:10cff3dc", "time": "21838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=10cff400 x2:10cff3c0", "time": "21840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21841, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_4.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16999, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "16999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000065", "time": "17017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000005 x10:00000065", "time": "17018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 17035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000003 x10:00000065", "time": "17035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000005", "time": "17036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17037, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "17037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "17055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "17056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "17057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17058, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000005", "time": "17058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "17110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000065", "time": "17111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000005 x19:00000065", "time": "17112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17113, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "17113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "17132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "17133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "17134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17135, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "17135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17154, "dur": 1648, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "17154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18802, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18822, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18848, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18850, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001400 x19:00000005 x10:00000400", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=10cff800 x10:00001400 x5:10cfe400", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18882, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18884, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18921, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18932, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18950, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000065", "time": "18950", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18971", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000003 x12:00000065", "time": "18972", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003", "time": "18973", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000005 x12:00000065", "time": "18974", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18975", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18976, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18976", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=10cff7c0 x2:10cff800", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19006, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000003 x2:10cff7c0 PA:10cff7e4", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "19009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19010, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000005 x2:10cff7c0 PA:10cff7e8", "time": "19010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19011, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:10cff7c0 PA:10cff7ec", "time": "19011", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "19012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19013, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=10cff7e4 x2:10cff7c0", "time": "19013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "19030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19032, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:10cff7c0 PA:10cff7dc", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:10cff7c0 PA:10cff7f0", "time": "19034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:10cff7c0 PA:10cff7f4", "time": "19035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:10cff7c0 PA:10cff7f8", "time": "19036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19037, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:10cff7c0 PA:10cff7fc", "time": "19037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:10cff7e4 x2:10cff7c0 PA:10cff7cc", "time": "19057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19058, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "19058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=10cff760 x2:10cff7c0", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=10cff778 x2:10cff760", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19079, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:10cff760 PA:10cff7b8", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:10cff760 PA:10cff7b0", "time": "19083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000005 x2:10cff760 PA:10cff7ac", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:10cff760 PA:10cff7a8", "time": "19085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:10cff760 PA:10cff7a4", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19087, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:10cff760 PA:10cff7a0", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19100, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:10cff760 PA:10cff79c", "time": "19100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:10cff760 PA:10cff7bc", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:10cff760 PA:10cff7b4", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19108, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:10cff760 PA:10cff798", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19109, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:10cff760 PA:10cff794", "time": "19109", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19112, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=10cff7e4 x13:10cff7e4", "time": "19112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19123, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:10cff778 x2:10cff760 PA:10cff774", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19128, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19131, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19144, "dur": 46, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19190, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19190", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19191, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19191", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19213, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19241, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19266, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19292, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1041a8", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19297, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19320, "dur": 33, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19354, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19359, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19362, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19364, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19366, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19369, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19370, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19370", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19373, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041a8", "time": "19373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19378, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19381, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19384, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19403, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19403", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19404, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19404", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19407, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19407", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19408, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19408", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19409, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19409", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19411, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19411", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19412, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19414, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19414", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19415, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19415", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19416, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19416", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19417, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19417", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19418, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19418", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19419, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19419", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19420, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19420", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19421, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19421", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19422, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19422", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19423, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1041a8", "time": "19423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19428, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19431, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19434, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19463, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19463", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19464, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19464", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19467, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19467", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19469, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19471, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19471", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19472, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19472", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19474, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19474", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19475, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19476, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19477, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19477", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19478, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19478", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19479, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19479", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19480, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19480", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19481, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19481", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19482, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19482", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19483, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041a8", "time": "19483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19488, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19490, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19490", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19491, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19494, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19511, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19514, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19515, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19515", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19516, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19518, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19518", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19519, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19521, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19521", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19522, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19522", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19524, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19525, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19525", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19526, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19526", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19527, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19527", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19529, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19530, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a8", "time": "19530", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19534, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19535, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19537, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19538, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19541, "dur": 45, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19586, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19586", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19587, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19590, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19592, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19595, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19606, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1041a8", "time": "19606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19611, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19614, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19617, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19636, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19641, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19644, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19649, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19655, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1041a8", "time": "19655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19660, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19663, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19666, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19681, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19681", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19682, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19687, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19690, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19694, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19701, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1041a8", "time": "19701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19706, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19709, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19712, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19726, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19726", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19727, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19732, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19735, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19739, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19746, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a8", "time": "19746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19751, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19754, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19757, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19772, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19777, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19780, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19791, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1041a8", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19796, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19799, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19802, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19821, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19826, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19840, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1041a8", "time": "19840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19845, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19848, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19851, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19865, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19866, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19869, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19869", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19870, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19870", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19871, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19871", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19873, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19874, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19874", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19878, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19882, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19885, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1041a8", "time": "19885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19890, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19893, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19896, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19911, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19911", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19912, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19912", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19915, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19915", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19916, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19916", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19917, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19917", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19919, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19919", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19920, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19922, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19923, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19924, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19924", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19925, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19926, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19927, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19931, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041a8", "time": "19931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19936, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19938, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19939, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19942, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19957, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19957", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19958, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19962, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19963, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19965, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19965", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19966, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19968, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19969, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "19969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "19971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "19972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "19973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "19974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "19975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19977, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a8", "time": "19977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19981, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19981", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19982, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19984, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19985, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19988, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20004, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "20004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20005, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "20005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20008, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "20008", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20010, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "20012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20013, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "20016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20019, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "20019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "20020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "20021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "20022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20024, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1041a8", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20029, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "20031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20032, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20035, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "20035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20050, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "20050", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20051, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20051", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20054, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20054", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:10cff760 PA:10cff764", "time": "20057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cff760 PA:10cff768", "time": "20058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20059, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cff760 PA:10cff76c", "time": "20059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20060, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "20060", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20061, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20061", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20077, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cff760 PA:10cff764", "time": "20077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20082, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20083, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20083", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20086, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20100, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "20100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20125, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "20125", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20126, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20126", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20143, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20165, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20184, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20187, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20205, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20226, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20245, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20263, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20283, "dur": 38, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20321, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20339, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20359, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20393, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20413, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20432, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cff760 PA:10cff770", "time": "20432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20449, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cff7e8 x8:10cff7e4", "time": "20468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20469, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000003 x8:10cff7e4 PA:10cff7e4", "time": "20469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20475, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20475", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20504, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000003", "time": "20504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cff764 x2:10cff760", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20524, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20542, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cff778 x11:10cff764 PA:10cff774", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20559, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cff764 PA:10cff770", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20565, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001", "time": "20565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000003 x14:0000000a", "time": "20599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20602, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20605, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cff764 PA:10cff770", "time": "20605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20619, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20653, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20687, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20719, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000003", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20722, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20743, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000003", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20766, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000033 x13:10cff778 PA:10cff778", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20771, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20771", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20772, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cff779 x13:10cff778", "time": "20772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20785, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20788, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cff779 PA:10cff779", "time": "20788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20793, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20810, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cff764 x2:10cff760", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cff740 x2:10cff760", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20832, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cff7e4 x2:10cff740 PA:10cff758", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cff778 x12:10cff764 PA:10cff774", "time": "20839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cff764 PA:10cff768", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:10cff740 PA:10cff754", "time": "20841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cff740 PA:10cff750", "time": "20842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20843, "dur": 10, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cff740 PA:10cff74c", "time": "20843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20853, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cff740 PA:10cff75c", "time": "20853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20859, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cff740 PA:10cff748", "time": "20859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20862, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cff764 x12:10cff764", "time": "20862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20863, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000033 x15=10cff779 x15:10cff778 PA:10cff778", "time": "20863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20865, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000033", "time": "20865", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20878, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cff764 PA:10cff76c", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20882, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20885, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764", "time": "20885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20901, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20922, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20943, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20962, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20964, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cff764 PA:10cff76c", "time": "20964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20969, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20969", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20984, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764", "time": "20984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20990, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21006, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21026, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cff778 x9:10cff764 PA:10cff774", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21031, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000033 x20=10cff779 x20:10cff778 PA:10cff778", "time": "21031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21047, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000033", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21066, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21086, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000033 x11:00000033", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21089, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21100, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a1041a8", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21105, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21107, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cff77a x20:10cff779 PA:10cff779", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21113, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764", "time": "21113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21116, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21140, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cff740 PA:10cff75c", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21145, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cff7e4 x2:10cff740 PA:10cff758", "time": "21145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:10cff740 PA:10cff754", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cff740 PA:10cff750", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cff740 PA:10cff74c", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21149, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cff740 PA:10cff748", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cff760 x2:10cff740", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21151, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cff7e8 x24:10cff7e8", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21165, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21171, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21202, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "21202", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21203, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "21203", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21206, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "21206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21207, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21208, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21211, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "21214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21215, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "21216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "21217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "21218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "21219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "21220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21222, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041a8", "time": "21222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21227, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21229, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21229", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21230, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21233, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21248, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21248", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21249, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21249", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21252, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21253, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21253", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21254, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21257, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21260, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "21260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21261, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21261", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "21262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "21263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "21264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "21265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "21266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21268, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a8", "time": "21268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21273, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21276, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21279, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21295, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21295", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21296, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21299, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21302, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:10cff760 PA:10cff764", "time": "21302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21303, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cff760 PA:10cff768", "time": "21303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21304, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cff760 PA:10cff76c", "time": "21304", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21305, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21308, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cff760 PA:10cff764", "time": "21308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21317, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21331, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21331", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21332, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21332", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21335, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21336, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21336", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21337, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21340, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21343, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21346, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21349, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21350, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21350", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21351, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21351", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21352, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21356, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21359, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21360, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21360", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21363, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21365, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21369, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21372, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21373, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21373", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21374, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cff760 PA:10cff770", "time": "21377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21378, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cff7ec x8:10cff7e8", "time": "21381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000005 x8:10cff7e8 PA:10cff7e8", "time": "21382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21383, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21386, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000005", "time": "21386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cff764 x2:10cff760", "time": "21389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21390, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cff778 x11:10cff764 PA:10cff774", "time": "21392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cff764 PA:10cff770", "time": "21393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21394, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21395, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000005 x10:00000005 x15:00000001", "time": "21395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000005 x14:0000000a", "time": "21429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21430, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21432, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cff764 PA:10cff770", "time": "21435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21436, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000005 x10:00000005 x15:00000001", "time": "21436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21470, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000005 x15:00000001", "time": "21470", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21504, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21535, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21535", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21536, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000005", "time": "21536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21539, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21541, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000005", "time": "21541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000035 x14:00000030 x16:00000005", "time": "21544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000035 x13:10cff778 PA:10cff778", "time": "21545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cff779 x13:10cff778", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21548, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21551, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cff779 PA:10cff779", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21552, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21554, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cff764 x2:10cff760", "time": "21556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21559, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cff740 x2:10cff760", "time": "21561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21562, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cff7e8 x2:10cff740 PA:10cff758", "time": "21562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cff778 x12:10cff764 PA:10cff774", "time": "21563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cff764 PA:10cff768", "time": "21564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:10cff740 PA:10cff754", "time": "21565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cff740 PA:10cff750", "time": "21566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cff740 PA:10cff74c", "time": "21567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cff740 PA:10cff75c", "time": "21568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cff740 PA:10cff748", "time": "21569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cff764 x12:10cff764", "time": "21572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21573, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000035 x15=10cff779 x15:10cff778 PA:10cff778", "time": "21573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000035", "time": "21575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21577, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cff764 PA:10cff76c", "time": "21577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21579, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21582, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764", "time": "21582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21585, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21588, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21589, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21589", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21590, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21593, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21595, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21597, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21599, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cff764 PA:10cff76c", "time": "21599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21601, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21604, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764", "time": "21604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21607, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764", "time": "21610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21614, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cff778 x9:10cff764 PA:10cff774", "time": "21614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21616, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000035 x20=10cff779 x20:10cff778 PA:10cff778", "time": "21616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21618, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000035", "time": "21618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21622, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000035 x11:00000035", "time": "21624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21625, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21628, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "21628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "21630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "21631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "21632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "21633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "21634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21636, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000035 x14:1a104000 PA:1a1041a8", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21641, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21643, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cff77a x20:10cff779 PA:10cff779", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21646, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764", "time": "21646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21649, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cff740 PA:10cff75c", "time": "21652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cff7e8 x2:10cff740 PA:10cff758", "time": "21653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:10cff740 PA:10cff754", "time": "21654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21655, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cff740 PA:10cff750", "time": "21655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cff740 PA:10cff74c", "time": "21656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cff740 PA:10cff748", "time": "21657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cff760 x2:10cff740", "time": "21658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21659, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cff7ec x24:10cff7ec", "time": "21661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21662, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21665, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21668, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21682, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21682", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21683, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21683", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21686, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21688, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21691, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21694, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "21694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "21696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "21697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "21698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "21699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "21700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21702, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1041a8", "time": "21702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21707, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21710, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21713, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21727, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21727", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21728, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21728", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21731, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21733, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21736, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21739, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "21739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "21741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "21742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "21743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "21744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "21745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21747, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1041a8", "time": "21747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21752, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21755, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21758, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21773, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21776, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21777, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21777", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21778, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21781, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000065", "time": "21784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000328 x15:00000065", "time": "21786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000194 x15:00000065", "time": "21787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328", "time": "21788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80", "time": "21789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028", "time": "21790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21792, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1041a8", "time": "21792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21797, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21800, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21803, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21817, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21817", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21818, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21818", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21819, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:10cff760 PA:10cff7bc", "time": "21819", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21820, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:10cff760 PA:10cff7b8", "time": "21820", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:10cff760 PA:10cff7b4", "time": "21821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21822, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:10cff760 PA:10cff7b0", "time": "21822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21826, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000005 x2:10cff760 PA:10cff7ac", "time": "21826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:10cff760 PA:10cff7a8", "time": "21830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:10cff760 PA:10cff7a4", "time": "21831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:10cff760 PA:10cff7a0", "time": "21832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:10cff760 PA:10cff79c", "time": "21833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:10cff760 PA:10cff798", "time": "21834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:10cff760 PA:10cff794", "time": "21835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=10cff7c0 x2:10cff760", "time": "21836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21837, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21839, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:10cff7c0 PA:10cff7dc", "time": "21839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=10cff800 x2:10cff7c0", "time": "21842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21843, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_5.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16999, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "16999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000066", "time": "17017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000006 x10:00000066", "time": "17018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 17035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000003 x10:00000066", "time": "17035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000006", "time": "17036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17037, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "17037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "17055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "17056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "17057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17058, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000006", "time": "17058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "17110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000066", "time": "17111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000006 x19:00000066", "time": "17112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17113, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "17113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "17132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "17133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "17134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17135, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "17135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17154, "dur": 1648, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "17154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18802, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18822, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18848, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18850, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001800 x19:00000006 x10:00000400", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=10cffc00 x10:00001800 x5:10cfe400", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18882, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18884, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18921, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18932, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18950, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000066", "time": "18950", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18971", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000003 x12:00000066", "time": "18972", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003", "time": "18973", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000006 x12:00000066", "time": "18974", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18975", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18976, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18976", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=10cffbc0 x2:10cffc00", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19006, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000003 x2:10cffbc0 PA:10cffbe4", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19012, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "19012", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000006 x2:10cffbc0 PA:10cffbe8", "time": "19013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:10cffbc0 PA:10cffbec", "time": "19014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "19015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19016, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=10cffbe4 x2:10cffbc0", "time": "19016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "19030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19032, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:10cffbc0 PA:10cffbdc", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:10cffbc0 PA:10cffbf0", "time": "19039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19040, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:10cffbc0 PA:10cffbf4", "time": "19040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19041, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:10cffbc0 PA:10cffbf8", "time": "19041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19042, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:10cffbc0 PA:10cffbfc", "time": "19042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19057, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:10cffbe4 x2:10cffbc0 PA:10cffbcc", "time": "19057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19064, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "19064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=10cffb60 x2:10cffbc0", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=10cffb78 x2:10cffb60", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19079, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:10cffb60 PA:10cffbb8", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19084, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:10cffb60 PA:10cffbb0", "time": "19084", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000006 x2:10cffb60 PA:10cffbac", "time": "19085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:10cffb60 PA:10cffba8", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:10cffb60 PA:10cffba4", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19088, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:10cffb60 PA:10cffba0", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:10cffb60 PA:10cffb9c", "time": "19100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19101, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:10cffb60 PA:10cffbbc", "time": "19101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:10cffb60 PA:10cffbb4", "time": "19102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19103, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:10cffb60 PA:10cffb98", "time": "19103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:10cffb60 PA:10cffb94", "time": "19104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19107, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=10cffbe4 x13:10cffbe4", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19123, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:10cffb78 x2:10cffb60 PA:10cffb74", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19129, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19129", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19132, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19144, "dur": 48, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19192, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19192", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19193, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19193", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19213, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19241, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19266, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19292, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1041b0", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19297, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19320, "dur": 43, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19363, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19364, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19364", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19367, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19367", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19368, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19369, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19372, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19377, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19381, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19383, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041b0", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19388, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19391, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19394, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19423, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19423", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19424, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19424", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19427, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19427", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19428, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19428", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19429, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19432, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19439, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19443, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1041b0", "time": "19443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19448, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19450, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19450", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19451, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19451", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19454, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19483, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19483", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19484, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19484", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19487, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19487", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19488, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19488", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19489, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19489", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19491, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19491", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19492, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19494, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19494", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19495, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19495", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19498, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19499, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19499", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19501, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19502, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19502", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19503, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041b0", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19508, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19511, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19514, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19514", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19528, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19528", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19529, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19529", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19532, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19532", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19533, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19533", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19534, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19534", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19536, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19536", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19537, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19537", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19539, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19540, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19540", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19543, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19544, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19545, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19548, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b0", "time": "19548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19552, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19552", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19553, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19556, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19559, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19594, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19594", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19595, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19595", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19600, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19603, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19605, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19606, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19614, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1041b0", "time": "19614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19619, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19622, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19625, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19642, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19645, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19645", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19647, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19649, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19650, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19652, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19655, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19661, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1041b0", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19666, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19668, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19669, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19672, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19687, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19688, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19688", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19691, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19692, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19692", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19693, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19696, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19707, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1041b0", "time": "19707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19711, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19711", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19712, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19715, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19718, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19732, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19732", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19733, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19733", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19736, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19737, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19737", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19738, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19741, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19752, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b0", "time": "19752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19756, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19756", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19757, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19760, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19763, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19778, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19778", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19779, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19782, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19784, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19787, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19798, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1041b0", "time": "19798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19803, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19806, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19809, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19826, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19831, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19834, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19845, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1041b0", "time": "19845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19849, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19850, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19852, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19852", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19853, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19856, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19856", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19872, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19872", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19873, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19873", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19876, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19878, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19881, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19884, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19885, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19885", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19892, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1041b0", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19896, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19896", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19897, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19897", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19900, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19903, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19917, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19917", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19918, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19918", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19922, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19923, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19923", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19925, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19925", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19926, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19926", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19928, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19932, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19933, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19934, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19934", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19936, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19937, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041b0", "time": "19937", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19942, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19945, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19948, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19948", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19962, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19963, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19963", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19966, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19966", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19967, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19967", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19968, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19968", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19970, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19970", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19971, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "19974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19975", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19976, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "19976", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19977, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "19977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19979, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "19979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19980, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "19980", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19981, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19981", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19982, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b0", "time": "19982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19987, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "19989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19990, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19993, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "19993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20009, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "20009", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20010, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "20010", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "20013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20015, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "20017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20018, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20020, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20020", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20021, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "20021", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "20023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "20025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20026, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "20026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20027, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "20027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20028, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20028", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20029, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1041b0", "time": "20029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20034, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "20036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20037, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20040, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "20040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20058, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "20058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20059, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20059", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20062, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20065, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:10cffb60 PA:10cffb64", "time": "20065", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20066, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cffb60 PA:10cffb68", "time": "20066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20067, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cffb60 PA:10cffb6c", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20068, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "20068", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20069, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20069", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20076, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20076", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cffb60 PA:10cffb64", "time": "20077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20079, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20080, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20080", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20081, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20081", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20082, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20082", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20100, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "20100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20127, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "20127", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20128, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20128", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20141, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20141", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20142, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20142", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20143, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20165, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20184, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20187, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20205, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20226, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20245, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20263, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20283, "dur": 38, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20321, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20339, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20359, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20393, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20413, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20432, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cffb60 PA:10cffb70", "time": "20432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20449, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cffbe8 x8:10cffbe4", "time": "20468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20469, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000003 x8:10cffbe4 PA:10cffbe4", "time": "20469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20476, "dur": 28, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20504, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000003", "time": "20504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cffb64 x2:10cffb60", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20524, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20542, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cffb78 x11:10cffb64 PA:10cffb74", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20559, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cffb64 PA:10cffb70", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20566, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001", "time": "20566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000003 x14:0000000a", "time": "20600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20603, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20606, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cffb64 PA:10cffb70", "time": "20606", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20619, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20653, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20687, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20719, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000003", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20722, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20743, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000003", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20766, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000033 x13:10cffb78 PA:10cffb78", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20772, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20772", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20773, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cffb79 x13:10cffb78", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20785, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20788, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cffb79 PA:10cffb79", "time": "20788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20794, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20810, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cffb64 x2:10cffb60", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cffb40 x2:10cffb60", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20832, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cffbe4 x2:10cffb40 PA:10cffb58", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cffb78 x12:10cffb64 PA:10cffb74", "time": "20840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cffb64 PA:10cffb68", "time": "20841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:10cffb40 PA:10cffb54", "time": "20842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cffb40 PA:10cffb50", "time": "20843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20844, "dur": 9, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cffb40 PA:10cffb4c", "time": "20844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20853, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cffb40 PA:10cffb5c", "time": "20853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cffb40 PA:10cffb48", "time": "20860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20861, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20862, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20862", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20863, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cffb64 x12:10cffb64", "time": "20863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20864, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000033 x15=10cffb79 x15:10cffb78 PA:10cffb78", "time": "20864", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20866, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000033", "time": "20866", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20878, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cffb64 PA:10cffb6c", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20883, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20886, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64", "time": "20886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20901, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20922, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20943, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20962, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20964, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cffb64 PA:10cffb6c", "time": "20964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20972, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20972", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20984, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64", "time": "20984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20991, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21006, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21026, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cffb78 x9:10cffb64 PA:10cffb74", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21032, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000033 x20=10cffb79 x20:10cffb78 PA:10cffb78", "time": "21032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21047, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000033", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21066, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21086, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000033 x11:00000033", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21089, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21100, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a1041b0", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21105, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21107, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cffb7a x20:10cffb79 PA:10cffb79", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21115, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21116, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64", "time": "21116", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21118, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21119, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21119", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21140, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cffb40 PA:10cffb5c", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21146, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cffbe4 x2:10cffb40 PA:10cffb58", "time": "21146", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:10cffb40 PA:10cffb54", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cffb40 PA:10cffb50", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21149, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cffb40 PA:10cffb4c", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cffb40 PA:10cffb48", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21151, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cffb60 x2:10cffb40", "time": "21151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21152, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cffbe8 x24:10cffbe8", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21165, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21171, "dur": 35, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21206, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "21206", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21207, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "21207", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21210, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "21210", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21212, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21214, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21215, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21215", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21217, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21218, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "21218", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "21220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "21221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "21222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "21223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "21224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21226, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041b0", "time": "21226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21230, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21230", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21231, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21231", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21233, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21234, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21234", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21237, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21237", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21251, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21251", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21252, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21252", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21255, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21256, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21256", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21257, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21257", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21260, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21263, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "21263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "21265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "21266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "21267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "21268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "21269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21271, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b0", "time": "21271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21275, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21275", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21276, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21276", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21279, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21282, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21299, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21299", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21300, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21300", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21303, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21303", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21306, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:10cffb60 PA:10cffb64", "time": "21306", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21307, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cffb60 PA:10cffb68", "time": "21307", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cffb60 PA:10cffb6c", "time": "21308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cffb60 PA:10cffb64", "time": "21312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21318, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21319, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21320, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21334, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21334", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21335, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21335", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21338, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21339, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21340, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21340", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21343, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21346, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21349, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21352, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21353, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21353", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21354, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21354", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21355, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21359, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21362, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21363, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21363", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21366, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21368, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21368", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21371, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21372, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21372", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21375, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21376, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21376", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21377, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21377", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21380, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cffb60 PA:10cffb70", "time": "21380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21381, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21381", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21384, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cffbec x8:10cffbe8", "time": "21384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000006 x8:10cffbe8 PA:10cffbe8", "time": "21385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21386, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21389, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000006", "time": "21389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cffb64 x2:10cffb60", "time": "21392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21393, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cffb78 x11:10cffb64 PA:10cffb74", "time": "21395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21396, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cffb64 PA:10cffb70", "time": "21396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21397, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21397", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21398, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000006 x10:00000006 x15:00000001", "time": "21398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21432, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000006 x14:0000000a", "time": "21432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21435, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21438, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cffb64 PA:10cffb70", "time": "21438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21439, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000006 x10:00000006 x15:00000001", "time": "21439", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21473, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000006 x15:00000001", "time": "21473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21507, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21538, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21538", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21539, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000006", "time": "21539", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21542, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21544, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000006", "time": "21544", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000036 x14:00000030 x16:00000006", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21548, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000036 x13:10cffb78 PA:10cffb78", "time": "21548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21549, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21549", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cffb79 x13:10cffb78", "time": "21550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21551, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cffb79 PA:10cffb79", "time": "21554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21555, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21557, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cffb64 x2:10cffb60", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21562, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cffb40 x2:10cffb60", "time": "21564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cffbe8 x2:10cffb40 PA:10cffb58", "time": "21565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cffb78 x12:10cffb64 PA:10cffb74", "time": "21566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21567, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cffb64 PA:10cffb68", "time": "21567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:10cffb40 PA:10cffb54", "time": "21568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cffb40 PA:10cffb50", "time": "21569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21570, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cffb40 PA:10cffb4c", "time": "21570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cffb40 PA:10cffb5c", "time": "21571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cffb40 PA:10cffb48", "time": "21572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cffb64 x12:10cffb64", "time": "21575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21576, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000036 x15=10cffb79 x15:10cffb78 PA:10cffb78", "time": "21576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000036", "time": "21578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21580, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cffb64 PA:10cffb6c", "time": "21580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21582, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21582", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21585, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64", "time": "21585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21587, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21588, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21588", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21591, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21591", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21593, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21598, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21599, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21599", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21600, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21602, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cffb64 PA:10cffb6c", "time": "21602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21604, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21607, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64", "time": "21607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21610, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64", "time": "21613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21616, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21617, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cffb78 x9:10cffb64 PA:10cffb74", "time": "21617", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21619, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000036 x20=10cffb79 x20:10cffb78 PA:10cffb78", "time": "21619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21621, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000036", "time": "21621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21624, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21625, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21625", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21627, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000036 x11:00000036", "time": "21627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21628, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21628", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21630, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21631, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "21631", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21633, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "21633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21634, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "21634", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "21637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21639, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000036 x14:1a104000 PA:1a1041b0", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21644, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21646, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cffb7a x20:10cffb79 PA:10cffb79", "time": "21646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21649, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64", "time": "21649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21651, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21652, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21652", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21655, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cffb40 PA:10cffb5c", "time": "21655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cffbe8 x2:10cffb40 PA:10cffb58", "time": "21656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:10cffb40 PA:10cffb54", "time": "21657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cffb40 PA:10cffb50", "time": "21658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cffb40 PA:10cffb4c", "time": "21659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cffb40 PA:10cffb48", "time": "21660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cffb60 x2:10cffb40", "time": "21661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21662, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cffbec x24:10cffbec", "time": "21664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21665, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21667, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21668, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21668", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21671, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21671", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21685, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21685", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21686, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21686", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21691, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21694, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21696, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "21697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21699, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "21699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "21700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "21701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "21702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "21703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21705, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1041b0", "time": "21705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21710, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21712, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21712", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21713, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21716, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21730, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21730", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21731, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21731", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21734, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21734", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21736, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21738, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21738", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21739, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21741, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21742, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "21742", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21744, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "21744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21745, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "21745", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "21746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "21747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "21748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21750, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1041b0", "time": "21750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21755, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21757, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21757", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21758, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21758", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21761, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21761", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21775, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21775", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21776, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21776", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21779, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21779", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21781, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21783, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21783", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21784, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000066", "time": "21787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000330 x15:00000066", "time": "21789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21790, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=00000198 x15:00000066", "time": "21790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330", "time": "21791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80", "time": "21792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030", "time": "21793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21795, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1041b0", "time": "21795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21800, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21802, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21803, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21803", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21806, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21822, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21823, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:10cffb60 PA:10cffbbc", "time": "21823", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21824, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:10cffb60 PA:10cffbb8", "time": "21824", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21825, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:10cffb60 PA:10cffbb4", "time": "21825", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:10cffb60 PA:10cffbb0", "time": "21826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21827, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000006 x2:10cffb60 PA:10cffbac", "time": "21827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:10cffb60 PA:10cffba8", "time": "21833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:10cffb60 PA:10cffba4", "time": "21834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:10cffb60 PA:10cffba0", "time": "21835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21836, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:10cffb60 PA:10cffb9c", "time": "21836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:10cffb60 PA:10cffb98", "time": "21838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:10cffb60 PA:10cffb94", "time": "21839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=10cffbc0 x2:10cffb60", "time": "21840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21841, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:10cffbc0 PA:10cffbdc", "time": "21843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=10cffc00 x2:10cffbc0", "time": "21845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21846, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_6.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 16999, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "_start", "args":{"pc": "1c000080", "instr": "jal x0, 24 ", "time": "16999", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:191"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17017, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "_entry", "args":{"pc": "1c000098", "instr": "csrrs x10, x0, 0xf14 x10=00000067", "time": "17017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:31"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17018, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "_entry", "args":{"pc": "1c00009c", "instr": "andi x11, x10, 31 x11=00000007 x10:00000067", "time": "17018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:35"}}, -{"name": "srli", "cat": "srli", "ph": "X", "ts": 17035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "_entry", "args":{"pc": "1c0000a0", "instr": "srli x10, x10, 0x5 x10=00000003 x10:00000067", "time": "17035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:36"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 17036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "_entry", "args":{"pc": "1c0000a2", "instr": "beq x11, x0, 8 x11:00000007", "time": "17036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17037, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "_entry", "args":{"pc": "1c0000a6", "instr": "jal x0, 8282 ", "time": "17037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/rt/crt0.S:43"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17055, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c002100", "instr": "lui x5, 0x70000 x5=00070000", "time": "17055", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:47"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17056, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c002104", "instr": "lui x6, 0x1b204000 x6=1b204000", "time": "17056", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:48"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 17057, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c002108", "instr": "sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000", "time": "17057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:49"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 17058, "dur": 52, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_pe_start", "args":{"pc": "1c00210c", "instr": "bne x11, x0, 226 x11:00000007", "time": "17058", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:55"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 17110, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021ee", "instr": "lui x18, 0x1b204000 x18=1b204000", "time": "17110", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:213"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 17111, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f2", "instr": "csrrs x19, x0, 0xf14 x19=00000067", "time": "17111", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:214"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 17112, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021f6", "instr": "andi x19, x19, 31 x19=00000007 x19:00000067", "time": "17112", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:215"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17113, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fa", "instr": "auipc x20, 0x0 x20=1c0021fa", "time": "17113", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c0021fe", "instr": "addi x20, x20, 18 x20=1c00220c x20:1c0021fa", "time": "17132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:216"}}, -{"name": "auipc", "cat": "auipc", "ph": "X", "ts": 17133, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c002202", "instr": "auipc x21, 0x0 x21=1c002202", "time": "17133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 17134, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c002206", "instr": "addi x21, x21, 14 x21=1c002210 x21:1c002202", "time": "17134", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:217"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 17135, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_slave_start", "args":{"pc": "1c00220a", "instr": "jal x0, 6 ", "time": "17135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:218"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 17154, "dur": 1648, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080", "time": "17154", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18802, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080", "time": "18802", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18821, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000001 x5:1c00222d", "time": "18821", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18822, "dur": 25, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000001", "time": "18822", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18847, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_other_entry", "args":{"pc": "1c002226", "instr": "add x1, x21, x0 x1=1c002210 x21:1c002210", "time": "18847", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:255"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18848, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_other_entry", "args":{"pc": "1c00222a", "instr": "jalr x0, x5, 0 x5:1c00222d", "time": "18848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:256"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18850, "dur": 30, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c00222c", "instr": "p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080", "time": "18850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:264"}}, -{"name": "mul", "cat": "mul", "ph": "X", "ts": 18880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002230", "instr": "mul x10, x19, x10 x10=00001c00 x19:00000007 x10:00000400", "time": "18880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18881, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002234", "instr": "add x2, x10, x5 x2=10d00000 x10:00001c00 x5:10cfe400", "time": "18881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:271"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18882, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_set_slave_stack", "args":{"pc": "1c002238", "instr": "jalr x0, x1, 0 x1:1c002210", "time": "18882", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:272"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18884, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002210", "instr": "p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080", "time": "18884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:239"}}, -{"name": "p.elw", "cat": "p.elw", "ph": "X", "ts": 18921, "dur": 8, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002214", "instr": "p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080", "time": "18921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:240"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 18929, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c002218", "instr": "andi x6, x5, 1 x6=00000000 x5:1c0009bc", "time": "18929", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:243"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 18930, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_wait_for_dispatch", "args":{"pc": "1c00221c", "instr": "bne x6, x0, 10 x6:00000000", "time": "18930", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:244"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 18931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002220", "instr": "add x1, x20, x0 x1=1c00220c x20:1c00220c", "time": "18931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:249"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 18932, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_fork_entry", "args":{"pc": "1c002224", "instr": "jalr x0, x5, 0 x5:1c0009bc", "time": "18932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/kernel/riscv/pe-eu-v3.S:250"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 18950, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009bc", "instr": "csrrs x12, x0, 0xf14 x12=00000067", "time": "18950", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:181"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 18971, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "core_entry", "args":{"pc": "1c0009c0", "instr": "lui x10, 0x1c002000 x10=1c002000", "time": "18971", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "srai", "cat": "srai", "ph": "X", "ts": 18972, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_cluster_id", "args":{"pc": "1c0009c4", "instr": "srai x11, x12, 0x405 x11=00000003 x12:00000067", "time": "18972", "Origin": "/scratch/digirols/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:187"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "core_entry", "args":{"pc": "1c0009c8", "instr": "p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003", "time": "18973", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 18974, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "core_entry", "args":{"pc": "1c0009cc", "instr": "p.bclr x12, x12, 26, 5 x12=00000007 x12:00000067", "time": "18974", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 18975, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "core_entry", "args":{"pc": "1c0009d0", "instr": "addi x10, x10, 828 x10=1c00233c x10:1c002000", "time": "18975", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 18976, "dur": 29, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "core_entry", "args":{"pc": "1c0009d4", "instr": "jal x0, 3644 ", "time": "18976", "Origin": "/scratch/digirols/pulp_api_example/main.c:48"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19005, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001810", "instr": "addi x2, x2, -64 x2=10cfffc0 x2:10d00000", "time": "19005", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19006, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001812", "instr": "sw x11, 36(x2) x11:00000003 x2:10cfffc0 PA:10cfffe4", "time": "19006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19013, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001814", "instr": "lui x11, 0x1c001000 x11=1c001000", "time": "19013", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19014, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001818", "instr": "sw x12, 40(x2) x12:00000007 x2:10cfffc0 PA:10cfffe8", "time": "19014", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19015, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c00181a", "instr": "sw x13, 44(x2) x13:00000000 x2:10cfffc0 PA:10cfffec", "time": "19015", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19016, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c00181c", "instr": "add x12, x0, x10 x12=1c00233c x10:1c00233c", "time": "19016", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19017, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c00181e", "instr": "addi x13, x2, 36 x13=10cfffe4 x2:10cfffc0", "time": "19017", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001820", "instr": "addi x10, x0, 0 x10=00000000", "time": "19030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001822", "instr": "addi x11, x11, 1910 x11=1c001776 x11:1c001000", "time": "19031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19032, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001826", "instr": "sw x1, 28(x2) x1:1c00220c x2:10cfffc0 PA:10cfffdc", "time": "19032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19038, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001828", "instr": "sw x14, 48(x2) x14:00000000 x2:10cfffc0 PA:10cffff0", "time": "19038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19039, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c00182a", "instr": "sw x15, 52(x2) x15:00000000 x2:10cfffc0 PA:10cffff4", "time": "19039", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19040, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c00182c", "instr": "sw x16, 56(x2) x16:00000000 x2:10cfffc0 PA:10cffff8", "time": "19040", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19041, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c00182e", "instr": "sw x17, 60(x2) x17:00000000 x2:10cfffc0 PA:10cffffc", "time": "19041", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:315"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19057, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001830", "instr": "sw x13, 12(x2) x13:10cfffe4 x2:10cfffc0 PA:10cfffcc", "time": "19057", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:320"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19062, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001832", "instr": "jal x1, 830 x1=1c001834", "time": "19062", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:321"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19077, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b70", "instr": "addi x2, x2, -96 x2=10cfff60 x2:10cfffc0", "time": "19077", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19078, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b72", "instr": "addi x15, x2, 24 x15=10cfff78 x2:10cfff60", "time": "19078", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19079, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b74", "instr": "sw x8, 88(x2) x8:00000000 x2:10cfff60 PA:10cfffb8", "time": "19079", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19085, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b76", "instr": "sw x18, 80(x2) x18:1b204000 x2:10cfff60 PA:10cfffb0", "time": "19085", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19086, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b78", "instr": "sw x19, 76(x2) x19:00000007 x2:10cfff60 PA:10cfffac", "time": "19086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19087, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b7a", "instr": "sw x20, 72(x2) x20:1c00220c x2:10cfff60 PA:10cfffa8", "time": "19087", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b7c", "instr": "sw x21, 68(x2) x21:1c002210 x2:10cfff60 PA:10cfffa4", "time": "19088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19089, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b7e", "instr": "sw x22, 64(x2) x22:00000000 x2:10cfff60 PA:10cfffa0", "time": "19089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19100, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b80", "instr": "sw x23, 60(x2) x23:00000000 x2:10cfff60 PA:10cfff9c", "time": "19100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19102, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b82", "instr": "sw x1, 92(x2) x1:1c001834 x2:10cfff60 PA:10cfffbc", "time": "19102", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19103, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b84", "instr": "sw x9, 84(x2) x9:00000000 x2:10cfff60 PA:10cfffb4", "time": "19103", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b86", "instr": "sw x24, 56(x2) x24:00000000 x2:10cfff60 PA:10cfff98", "time": "19104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19105, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b88", "instr": "sw x25, 52(x2) x25:00000000 x2:10cfff60 PA:10cfff94", "time": "19105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19106, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b8a", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "19106", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19107, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b8c", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "19107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19108, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b8e", "instr": "add x8, x0, x13 x8=10cfffe4 x13:10cfffe4", "time": "19108", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:270"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 19123, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b90", "instr": "sw x15, 20(x2) x15:10cfff78 x2:10cfff60 PA:10cfff74", "time": "19123", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:278"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19130, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b92", "instr": "addi x20, x0, 37 x20=00000025", "time": "19130", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19131, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b96", "instr": "addi x23, x0, 45 x23=0000002d", "time": "19131", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19132, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9a", "instr": "addi x21, x0, 1 x21=00000001", "time": "19132", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19133, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "a2d", "args":{"pc": "1c001b9c", "instr": "addi x22, x0, 5 x22=00000005", "time": "19133", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:193"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19144, "dur": 50, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c", "time": "19144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19194, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233d x12:1c00233c", "time": "19194", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19195, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000048", "time": "19195", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19211, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000048 x20:00000025", "time": "19211", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19213, "dur": 27, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19240, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000048 x11:00000048", "time": "19240", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19241, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19241", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19264, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19264", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19266, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19286, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19286", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19287, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19287", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19288, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19288", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19289, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19289", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19290, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19290", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19291, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19291", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19292, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1041b8", "time": "19292", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19296, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19296", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19297, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19297", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233d x9:1c00233d", "time": "19316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19317, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19320, "dur": 54, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d", "time": "19320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233e x12:1c00233d", "time": "19374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19375, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19380, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19383, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19385, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19385", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19386, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19386", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19389, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19390, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19390", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19391, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19391", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19392, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19393, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19394, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041b8", "time": "19394", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19399, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19401, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233e x9:1c00233e", "time": "19401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19402, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19402", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19405, "dur": 24, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e", "time": "19405", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19429, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00233f x12:1c00233e", "time": "19429", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19430, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000079", "time": "19430", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19433, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000079 x20:00000025", "time": "19433", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19434, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19434", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19435, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000079 x11:00000079", "time": "19437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19438, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19440, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19440", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19442, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19443, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19443", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19444, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19444", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19445, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19445", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19446, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19446", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19447, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19447", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19448, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19448", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19449, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1041b8", "time": "19449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19453, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19453", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19454, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19454", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19456, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00233f x9:1c00233f", "time": "19456", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19457, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19457", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19460, "dur": 32, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f", "time": "19460", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19492, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002340 x12:1c00233f", "time": "19492", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19493, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "19493", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19496, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "19496", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19497, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19497", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19498, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19498", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19500, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "19500", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19501, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19501", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19503, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19503", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19504, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19505, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19505", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19506, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19506", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19507, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19507", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19508, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19508", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19509, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19509", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19510, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19511, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19511", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19512, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041b8", "time": "19512", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19516, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19516", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19517, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19517", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19519, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002340 x9:1c002340", "time": "19519", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19520, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19520", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19523, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340", "time": "19523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19542, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002341 x12:1c002340", "time": "19542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19543, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19543", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19546, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19546", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19547, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19548, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19548", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19551, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19555, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19556, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19556", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19559, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19560, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19560", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19561, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19562, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b8", "time": "19562", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19567, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19569, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002341 x9:1c002341", "time": "19569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19570, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19570", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19573, "dur": 23, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341", "time": "19573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002342 x12:1c002341", "time": "19596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19597, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000049", "time": "19597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19600, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000049 x20:00000025", "time": "19600", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19602, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000049 x11:00000049", "time": "19604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19605, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19607, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19608, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19608", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19609, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19610, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19610", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19611, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19611", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19612, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19613, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19613", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19615, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19616, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1041b8", "time": "19616", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19621, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19623, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002342 x9:1c002342", "time": "19623", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19624, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19627, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342", "time": "19627", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002343 x12:1c002342", "time": "19642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19643, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000027", "time": "19643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19646, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000027 x20:00000025", "time": "19646", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19647, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19647", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19648, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19650, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000027 x11:00000027", "time": "19650", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19651, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19654, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19655, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19655", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19657, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19658, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19658", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19659, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19659", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19662, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1041b8", "time": "19662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19667, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002343 x9:1c002343", "time": "19669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19670, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19673, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343", "time": "19673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19689, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002344 x12:1c002343", "time": "19689", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19690, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006d", "time": "19690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19693, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006d x20:00000025", "time": "19693", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19694, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19695, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19697, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006d x11:0000006d", "time": "19697", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19698, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19700, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19700", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19709, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1041b8", "time": "19709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19713, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19713", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19714, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19716, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002344 x9:1c002344", "time": "19716", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19717, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19720, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344", "time": "19720", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002345 x12:1c002344", "time": "19735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19736, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19739, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19741, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19744, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19755, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b8", "time": "19755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19760, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002345 x9:1c002345", "time": "19762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19763, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19766, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345", "time": "19766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19780, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002346 x12:1c002345", "time": "19780", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19781, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000063", "time": "19781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19784, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000063 x20:00000025", "time": "19784", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19786, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19788, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000063 x11:00000063", "time": "19788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19789, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19791, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19791", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19800, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1041b8", "time": "19800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19804, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19804", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19805, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19807, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002346 x9:1c002346", "time": "19807", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19808, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19811, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346", "time": "19811", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19826, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002347 x12:1c002346", "time": "19826", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19827, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000006f", "time": "19827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000006f x20:00000025", "time": "19830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19832, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000006f x11:0000006f", "time": "19834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19835, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19838, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19839, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19839", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19840, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19840", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19841, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19841", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19842, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19842", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19846, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1041b8", "time": "19846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19850, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19851, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19853, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002347 x9:1c002347", "time": "19853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19854, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19854", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19857, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347", "time": "19857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19875, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002348 x12:1c002347", "time": "19875", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19876, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000072", "time": "19876", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19879, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000072 x20:00000025", "time": "19879", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19880, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19880", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19881, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19881", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19883, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000072 x11:00000072", "time": "19883", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19884, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19886, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19886", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19887, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19888, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19888", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19889, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19889", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19890, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19890", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19891, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19891", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19892, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19892", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19893, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19893", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19894, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19894", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19895, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1041b8", "time": "19895", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19899, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19899", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19900, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19902, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002348 x9:1c002348", "time": "19902", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19903, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19903", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19906, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348", "time": "19906", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19927, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002349 x12:1c002348", "time": "19927", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19928, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000065", "time": "19928", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19931, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000065 x20:00000025", "time": "19931", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19932, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19932", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19933, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19933", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19935, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000065 x11:00000065", "time": "19935", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19936, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19936", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19938, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19938", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19939, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19939", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19940, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19940", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19941, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19941", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19943, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19944, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19944", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19945, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19945", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19946, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19946", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19947, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041b8", "time": "19947", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19951, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19951", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19952, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19952", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19954, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002349 x9:1c002349", "time": "19954", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19955, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "19955", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 19958, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349", "time": "19958", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19973, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234a x12:1c002349", "time": "19973", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 19974, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "19974", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 19977, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "19977", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19978, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "19978", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19979, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "19979", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19981, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "19981", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19982, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "19982", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19984, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "19984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 19985, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "19985", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 19986, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "19986", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19987, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "19987", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 19988, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "19988", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 19989, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "19989", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 19990, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "19990", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 19991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "19991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 19992, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "19992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 19993, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b8", "time": "19993", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 19997, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "19997", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 19998, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "19998", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20000, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234a x9:1c00234a", "time": "20000", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20001, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20001", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20004, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a", "time": "20004", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20018, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234b x12:1c00234a", "time": "20018", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20019, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000028", "time": "20019", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20022, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000028 x20:00000025", "time": "20022", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20024, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "20024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20026, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000028 x11:00000028", "time": "20026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20027, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "20027", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20029, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "20029", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 20030, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "20030", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20031, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "20031", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20032, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "20032", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 20033, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "20033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 20034, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "20034", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 20035, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "20035", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20036, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "20036", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 20037, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "20037", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 20038, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1041b8", "time": "20038", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20042, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "20042", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20043, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "20043", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20045, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234b x9:1c00234b", "time": "20045", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20046, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "20046", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20049, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b", "time": "20049", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20063, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234c x12:1c00234b", "time": "20063", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20064, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "20064", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20067, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "20067", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20070, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xx x2:10cfff60 PA:10cfff64", "time": "20070", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20071, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cfff60 PA:10cfff68", "time": "20071", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20072, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cfff60 PA:10cfff6c", "time": "20072", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20073, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx", "time": "20073", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20074, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "20074", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 20092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "20092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cfff60 PA:10cfff64", "time": "20093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "20094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "20095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "20096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "20097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "20098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "20099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20100, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "20100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20101, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c", "time": "20101", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20135, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c00234d x9:1c00234c", "time": "20135", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20136, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "20136", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20143, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "20143", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20144, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "20144", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20145, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "20145", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20165, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "20165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20184, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "20184", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20187, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "20187", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20205, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "20205", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "20224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "20225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 20226, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "20226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20245, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "20245", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20263, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "20263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20282, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "20282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20283, "dur": 38, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "20283", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20321, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "20321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20339, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "20339", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20358, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "20358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20359, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "20359", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20393, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c00234d x24:1c00234d", "time": "20393", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20412, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "20412", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20413, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "20413", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20431, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "20431", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20432, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cfff60 PA:10cfff70", "time": "20432", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20449, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "20449", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20468, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cfffe8 x8:10cfffe4", "time": "20468", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20469, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000003 x8:10cfffe4 PA:10cfffe4", "time": "20469", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 20473, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "20473", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20504, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000003", "time": "20504", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20523, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cfff64 x2:10cfff60", "time": "20523", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20524, "dur": 18, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "20524", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20542, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cfff78 x11:10cfff64 PA:10cfff74", "time": "20542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20559, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfff64 PA:10cfff70", "time": "20559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20566, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "20566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20567, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001", "time": "20567", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 20601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000003 x14:0000000a", "time": "20601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "20602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "20603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20604, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "20604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20607, "dur": 12, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfff64 PA:10cfff70", "time": "20607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20619, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001", "time": "20619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 20653, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001", "time": "20653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 20687, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "20687", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20718, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "20718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20719, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000003", "time": "20719", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20722, "dur": 21, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "20722", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 20743, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000003", "time": "20743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20765, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003", "time": "20765", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20766, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000033 x13:10cfff78 PA:10cfff78", "time": "20766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20773, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "20773", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20774, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cfff79 x13:10cfff78", "time": "20774", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20785, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "20785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 20787, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "20787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 20788, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cfff79 PA:10cfff79", "time": "20788", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 20794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "20794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20795, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "20795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20810, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cfff64 x2:10cfff60", "time": "20810", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20827, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "20827", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "20828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20829, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "20829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cfff40 x2:10cfff60", "time": "20831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cfffe4 x2:10cfff40 PA:10cfff58", "time": "20832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cfff78 x12:10cfff64 PA:10cfff74", "time": "20833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 20834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cfff64 PA:10cfff68", "time": "20834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c00234d x2:10cfff40 PA:10cfff54", "time": "20835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cfff40 PA:10cfff50", "time": "20836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20837, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cfff40 PA:10cfff4c", "time": "20837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20853, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cfff40 PA:10cfff5c", "time": "20853", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 20857, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cfff40 PA:10cfff48", "time": "20857", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20858, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "20858", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20859, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "20859", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20860, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cfff64 x12:10cfff64", "time": "20860", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 20861, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000033 x15=10cfff79 x15:10cfff78 PA:10cfff78", "time": "20861", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20863, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000033", "time": "20863", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20877, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "20877", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20878, "dur": 6, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cfff64 PA:10cfff6c", "time": "20878", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20884, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "20884", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20887, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64", "time": "20887", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20900, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "20900", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20901, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "20901", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20920, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "20920", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 20921, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "20921", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20922, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "20922", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 20942, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "20942", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 20943, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "20943", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 20960, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "20960", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 20961, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "20961", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 20962, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "20962", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20964, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cfff64 PA:10cfff6c", "time": "20964", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20971, "dur": 13, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "20971", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 20984, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64", "time": "20984", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 20991, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "20991", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 20992, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "20992", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21006, "dur": 17, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64", "time": "21006", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21023, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21023", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21024, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21024", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21025, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21025", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21026, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cfff78 x9:10cfff64 PA:10cfff74", "time": "21026", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21033, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000033 x20=10cfff79 x20:10cfff78 PA:10cfff78", "time": "21033", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21047, "dur": 19, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000033", "time": "21047", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21066, "dur": 20, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21066", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21086, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21086", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21088, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000033 x11:00000033", "time": "21088", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21089, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21089", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21091, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21091", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21092, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "21092", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21093, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21093", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21094, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "21094", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21095, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "21095", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21096, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "21096", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21097, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "21097", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21098, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "21098", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21099, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21099", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21100, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a1041b8", "time": "21100", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21104, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21104", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21105, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21105", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21107, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cfff7a x20:10cfff79 PA:10cfff79", "time": "21107", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21114, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21114", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21115, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64", "time": "21115", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21117, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21117", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21118, "dur": 22, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21118", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21140, "dur": 7, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cfff40 PA:10cfff5c", "time": "21140", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21147, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cfffe4 x2:10cfff40 PA:10cfff58", "time": "21147", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21148, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c00234d x2:10cfff40 PA:10cfff54", "time": "21148", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21149, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cfff40 PA:10cfff50", "time": "21149", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21150, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cfff40 PA:10cfff4c", "time": "21150", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21151, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cfff40 PA:10cfff48", "time": "21151", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21152, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cfff60 x2:10cfff40", "time": "21152", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21153, "dur": 11, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21153", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21164, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cfffe8 x24:10cfffe8", "time": "21164", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21165, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21165", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21167, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234d x9:1c00234d", "time": "21167", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21168, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21168", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21171, "dur": 37, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d", "time": "21171", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21208, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234e x12:1c00234d", "time": "21208", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21209, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000002c", "time": "21209", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21212, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000002c x20:00000025", "time": "21212", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21213, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21213", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21214, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21214", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21216, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000002c x11:0000002c", "time": "21216", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21217, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21217", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21219, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21219", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21220, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "21220", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21221, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21221", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21222, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "21222", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21223, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "21223", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21224, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "21224", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21225, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "21225", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21226, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "21226", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21227, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21227", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21228, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041b8", "time": "21228", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21232, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21232", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21233, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21233", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21235, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234e x9:1c00234e", "time": "21235", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21236, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21236", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21239, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e", "time": "21239", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21254, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c00234f x12:1c00234e", "time": "21254", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21255, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000020", "time": "21255", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21258, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000020 x20:00000025", "time": "21258", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21259, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21259", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21260, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21260", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21262, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000020 x11:00000020", "time": "21262", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21263, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21263", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21265, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21265", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21266, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "21266", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21267, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21267", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21268, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "21268", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21269, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "21269", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21270, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "21270", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21271, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "21271", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21272, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "21272", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21273, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21273", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21274, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b8", "time": "21274", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21278, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21278", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21279, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21279", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21281, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c00234f x9:1c00234f", "time": "21281", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21282, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21282", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21285, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f", "time": "21285", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21301, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002350 x12:1c00234f", "time": "21301", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21302, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000025", "time": "21302", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21305, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000025 x20:00000025", "time": "21305", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21308, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bcc", "instr": "lbu x15, 4(x2) x15=000000xX x2:10cfff60 PA:10cfff64", "time": "21308", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21309, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd0", "instr": "sw x0, 8(x2) x2:10cfff60 PA:10cfff68", "time": "21309", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:290"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21310, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd2", "instr": "sb x0, 12(x2) x2:10cfff60 PA:10cfff6c", "time": "21310", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:292"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21311, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bd6", "instr": "p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX", "time": "21311", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:288"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21312, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bda", "instr": "p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX", "time": "21312", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:289"}}, -{"name": "p.insert", "cat": "p.insert", "ph": "X", "ts": 21313, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bde", "instr": "p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX", "time": "21313", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21314, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001be2", "instr": "sb x15, 4(x2) x15:000000xX x2:10cfff60 PA:10cfff64", "time": "21314", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:291"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21315, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001be6", "instr": "addi x14, x0, 0 x14=00000000", "time": "21315", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21316, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001be8", "instr": "addi x12, x0, 0 x12=00000000", "time": "21316", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21317, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bea", "instr": "addi x13, x0, 0 x13=00000000", "time": "21317", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21318, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bec", "instr": "addi x10, x0, 0 x10=00000000", "time": "21318", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21319, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bee", "instr": "addi x11, x0, 0 x11=00000000", "time": "21319", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21320, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf0", "instr": "addi x16, x0, 48 x16=00000030", "time": "21320", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21321, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf4", "instr": "addi x17, x0, 35 x17=00000023", "time": "21321", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21322, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bf8", "instr": "lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350", "time": "21322", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21337, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bfc", "instr": "addi x24, x9, 1 x24=1c002351 x9:1c002350", "time": "21337", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21338, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c00", "instr": "bne x15, x0, 66 x15:00000069", "time": "21338", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21341, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c42", "instr": "beq x15, x23, 24 x15:00000069 x23:0000002d", "time": "21341", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21342, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c46", "instr": "beq x15, x16, 12 x15:00000069 x16:00000030", "time": "21342", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21343, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c4a", "instr": "bne x15, x17, -72 x15:00000069 x17:00000023", "time": "21343", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:296"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21346, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c02", "instr": "beq x10, x0, 14 x10:00000000", "time": "21346", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21349, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c10", "instr": "beq x12, x0, 14 x12:00000000", "time": "21349", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21352, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c1e", "instr": "beq x14, x0, 14 x14:00000000", "time": "21352", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:295"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21355, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c2c", "instr": "addi x14, x15, -48 x14=00000039 x15:00000069", "time": "21355", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21356, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c30", "instr": "andi x14, x14, 255 x14=00000039 x14:00000039", "time": "21356", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21357, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c34", "instr": "addi x13, x0, 9 x13=00000009", "time": "21357", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "bltu", "cat": "bltu", "ph": "X", "ts": 21358, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c36", "instr": "bltu x13, x14, 86 x13:00000009 x14:00000039", "time": "21358", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:313"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21361, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c8c", "instr": "addi x14, x0, 46 x14=0000002e", "time": "21361", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21362, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001c90", "instr": "bne x15, x14, 34 x15:00000069 x14:0000002e", "time": "21362", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:320"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21365, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb2", "instr": "addi x14, x0, 122 x14=0000007a", "time": "21365", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21366, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001cb6", "instr": "bne x15, x14, 68 x15:00000069 x14:0000007a", "time": "21366", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:330"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21369, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfa", "instr": "addi x14, x0, 108 x14=0000006c", "time": "21369", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21371, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001cfe", "instr": "bne x15, x14, 520 x15:00000069 x14:0000006c", "time": "21371", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:343"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21374, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001f06", "instr": "addi x14, x0, 105 x14=00000069", "time": "21374", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21375, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001f0a", "instr": "beq x15, x14, 52 x15:00000069 x14:00000069", "time": "21375", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21378, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001f3e", "instr": "add x9, x0, x24 x9=1c002351 x24:1c002351", "time": "21378", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21379, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001f40", "instr": "addi x15, x0, 0 x15=00000000", "time": "21379", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21380, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001f42", "instr": "jal x0, -504 ", "time": "21380", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:285"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21382, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4a", "instr": "addi x14, x0, 10 x14=0000000a", "time": "21382", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21383, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4c", "instr": "sw x14, 16(x2) x14:0000000a x2:10cfff60 PA:10cfff70", "time": "21383", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:374"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21384, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d4e", "instr": "p.bneimm x15, 230 x15:00000000", "time": "21384", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:377"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21387, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001e34", "instr": "addi x24, x8, 4 x24=10cfffec x8:10cfffe8", "time": "21387", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:369"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21388, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001e38", "instr": "lw x10, 0(x8) x10=00000007 x8:10cfffe8 PA:10cfffe8", "time": "21388", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:382"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21389, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001e3a", "instr": "p.bneimm x15, 26 x15:00000000", "time": "21389", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:381"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21392, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "i2a", "args":{"pc": "1c001e54", "instr": "bge x10, x0, 16 x10:00000007", "time": "21392", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:182"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21395, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "i2a", "args":{"pc": "1c001e64", "instr": "addi x11, x2, 4 x11=10cfff64 x2:10cfff60", "time": "21395", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21396, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "i2a", "args":{"pc": "1c001e66", "instr": "jal x1, -1128 x1=1c001e68", "time": "21396", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21398, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c0019fe", "instr": "lw x13, 16(x11) x13=10cfff78 x11:10cfff64 PA:10cfff74", "time": "21398", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:165"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21399, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a00", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfff64 PA:10cfff70", "time": "21399", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21400, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a02", "instr": "addi x15, x0, 1 x15=00000001", "time": "21400", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:164"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21401, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a04", "instr": "divu x12, x10, x15 x12=00000007 x10:00000007 x15:00000001", "time": "21401", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "bgeu", "cat": "bgeu", "ph": "X", "ts": 21435, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a08", "instr": "bgeu x12, x14, 16 x12:00000007 x14:0000000a", "time": "21435", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21436, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a0c", "instr": "addi x12, x0, 0 x12=00000000", "time": "21436", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:163"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21437, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a0e", "instr": "addi x6, x0, 9 x6=00000009", "time": "21437", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21438, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000001", "time": "21438", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21441, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a1e", "instr": "lw x14, 12(x11) x14=0000000a x11:10cfff64 PA:10cfff70", "time": "21441", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21442, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a20", "instr": "divu x16, x10, x15 x16=00000007 x10:00000007 x15:00000001", "time": "21442", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:169"}}, -{"name": "remu", "cat": "remu", "ph": "X", "ts": 21476, "dur": 34, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a24", "instr": "remu x10, x10, x15 x10=00000000 x10:00000007 x15:00000001", "time": "21476", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:170"}}, -{"name": "divu", "cat": "divu", "ph": "X", "ts": 21510, "dur": 31, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a28", "instr": "divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a", "time": "21510", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:171"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21541, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a2c", "instr": "bne x12, x0, 14 x12:00000000", "time": "21541", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21542, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a2e", "instr": "blt x0, x16, 12 x16:00000007", "time": "21542", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:172 (discriminator 1)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21545, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a3a", "instr": "addi x14, x0, 48 x14=00000030", "time": "21545", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "bge", "cat": "bge", "ph": "X", "ts": 21547, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a3e", "instr": "bge x6, x16, 24 x6:00000009 x16:00000007", "time": "21547", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21550, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a56", "instr": "add x14, x14, x16 x14=00000037 x14:00000030 x16:00000007", "time": "21550", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21551, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a58", "instr": "sb x14, 0(x13) x14:00000037 x13:10cfff78 PA:10cfff78", "time": "21551", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21553, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a5c", "instr": "addi x12, x12, 1 x12=00000001 x12:00000000", "time": "21553", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:174 (discriminator 8)"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21554, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a5e", "instr": "addi x13, x13, 1 x13=10cfff79 x13:10cfff78", "time": "21554", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21555, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a60", "instr": "jal x0, -80 ", "time": "21555", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:173 (discriminator 8)"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21557, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a10", "instr": "bne x15, x0, 14 x15:00000000", "time": "21557", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:168"}}, -{"name": "sb", "cat": "sb", "ph": "X", "ts": 21558, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a12", "instr": "sb x0, 0(x13) x13:10cfff79 PA:10cfff79", "time": "21558", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:177"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21559, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "ui2a", "args":{"pc": "1c001a16", "instr": "jalr x0, x1, 0 x1:1c001e68", "time": "21559", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:178"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21561, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "i2a", "args":{"pc": "1c001e68", "instr": "jal x0, -234 ", "time": "21561", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:186"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21563, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d7e", "instr": "addi x12, x2, 4 x12=10cfff64 x2:10cfff60", "time": "21563", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21564, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d80", "instr": "add x11, x0, x19 x11=1c001776 x19:1c001776", "time": "21564", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21565, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d82", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21565", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21566, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d84", "instr": "jal x1, -802 x1=1c001d86", "time": "21566", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:386"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21568, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a62", "instr": "addi x2, x2, -32 x2=10cfff40 x2:10cfff60", "time": "21568", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21569, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a64", "instr": "sw x8, 24(x2) x8:10cfffe8 x2:10cfff40 PA:10cfff58", "time": "21569", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21571, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a66", "instr": "lw x15, 16(x12) x15=10cfff78 x12:10cfff64 PA:10cfff74", "time": "21571", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:221"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21572, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a68", "instr": "lw x8, 4(x12) x8=00000000 x12:10cfff64 PA:10cfff68", "time": "21572", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:220"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21573, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a6a", "instr": "sw x9, 20(x2) x9:1c002351 x2:10cfff40 PA:10cfff54", "time": "21573", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21574, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a6c", "instr": "sw x18, 16(x2) x18:00000000 x2:10cfff40 PA:10cfff50", "time": "21574", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21575, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a6e", "instr": "sw x19, 12(x2) x19:1c001776 x2:10cfff40 PA:10cfff4c", "time": "21575", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21576, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a70", "instr": "sw x1, 28(x2) x1:1c001d86 x2:10cfff40 PA:10cfff5c", "time": "21576", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "sw", "cat": "sw", "ph": "X", "ts": 21577, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a72", "instr": "sw x20, 8(x2) x20:00000025 x2:10cfff40 PA:10cfff48", "time": "21577", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21578, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a74", "instr": "add x18, x0, x10 x18=00000000 x10:00000000", "time": "21578", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21579, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a76", "instr": "add x19, x0, x11 x19=1c001776 x11:1c001776", "time": "21579", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21580, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a78", "instr": "add x9, x0, x12 x9=10cfff64 x12:10cfff64", "time": "21580", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:218"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21581, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a7a", "instr": "p.lbu x14, 1(x15!) x14=00000037 x15=10cfff79 x15:10cfff78 PA:10cfff78", "time": "21581", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21583, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a7e", "instr": "beq x14, x0, 6 x14:00000037", "time": "21583", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21584, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a80", "instr": "blt x0, x8, 144 x8:00000000", "time": "21584", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:224 (discriminator 1)"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21585, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a84", "instr": "lbu x15, 8(x9) x15=00000000 x9:10cfff64 PA:10cfff6c", "time": "21585", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21587, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a88", "instr": "beq x15, x0, 4 x15:00000000", "time": "21587", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:226"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21590, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a8c", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64", "time": "21590", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21592, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a90", "instr": "andi x14, x15, 2 x14=00000000 x15:000000xX", "time": "21592", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21593, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001a94", "instr": "beq x14, x0, 12 x14:00000000", "time": "21593", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:228"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21596, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aa0", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21596", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21597, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aa2", "instr": "add x20, x0, x8 x20=00000000 x8:00000000", "time": "21597", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21598, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aa4", "instr": "beq x15, x0, 130 x15:00000000", "time": "21598", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:234"}}, -{"name": "blt", "cat": "blt", "ph": "X", "ts": 21601, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b26", "instr": "blt x0, x20, -10 x20:00000000", "time": "21601", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21602, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b2a", "instr": "addi x15, x8, -1 x15=ffffffff x8:00000000", "time": "21602", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "p.max", "cat": "p.max", "ph": "X", "ts": 21603, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b2e", "instr": "p.max x8, x8, x0 x8=00000000 x8:00000000", "time": "21603", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "sub", "cat": "sub", "ph": "X", "ts": 21604, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b32", "instr": "sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000", "time": "21604", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21605, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b36", "instr": "jal x0, -144 ", "time": "21605", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:235"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21607, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aa6", "instr": "lbu x11, 8(x9) x11=00000000 x9:10cfff64 PA:10cfff6c", "time": "21607", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21609, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aaa", "instr": "beq x11, x0, 6 x11:00000000", "time": "21609", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:240"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21612, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ab0", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64", "time": "21612", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21614, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ab4", "instr": "andi x15, x15, 2 x15=00000000 x15:000000xX", "time": "21614", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21615, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ab6", "instr": "beq x15, x0, 38 x15:00000000", "time": "21615", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:244"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21618, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001adc", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64", "time": "21618", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21619, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ae0", "instr": "add x20, x0, x8 x20=ffffffff x8:ffffffff", "time": "21619", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21620, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ae2", "instr": "p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX", "time": "21620", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21621, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ae6", "instr": "bne x15, x0, 102 x15:00000000", "time": "21621", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:252"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21622, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001ae8", "instr": "lw x20, 16(x9) x20=10cfff78 x9:10cfff64 PA:10cfff74", "time": "21622", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:258"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21624, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000037 x20=10cfff79 x20:10cfff78 PA:10cfff78", "time": "21624", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21626, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000037", "time": "21626", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21629, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b5e", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21629", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21630, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b60", "instr": "jalr x1, x19, 0 x1=1c001b62 x19:1c001776", "time": "21630", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21632, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000037 x11:00000037", "time": "21632", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21633, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21633", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21635, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21635", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21636, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "21636", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21637, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21637", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21638, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "21638", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21639, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "21639", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21640, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "21640", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21641, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "21641", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21642, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "21642", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21643, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21643", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21644, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000037 x14:1a104000 PA:1a1041b8", "time": "21644", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21648, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001b62", "time": "21648", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21649, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b62", "instr": "jal x0, -118 ", "time": "21649", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:260"}}, -{"name": "p.lbu", "cat": "p.lbu", "ph": "X", "ts": 21651, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001aec", "instr": "p.lbu x11, 1(x20!) x11=00000000 x20=10cfff7a x20:10cfff79 PA:10cfff79", "time": "21651", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21653, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001af0", "instr": "bne x11, x0, 110 x11:00000000", "time": "21653", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:259"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21654, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001af2", "instr": "lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64", "time": "21654", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "andi", "cat": "andi", "ph": "X", "ts": 21656, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001af6", "instr": "andi x15, x15, 9 x15=00000000 x15:000000xX", "time": "21656", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "p.bneimm", "cat": "p.bneimm", "ph": "X", "ts": 21657, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001af8", "instr": "p.bneimm x15, 8 x15:00000000", "time": "21657", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:263"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21660, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b00", "instr": "lw x1, 28(x2) x1=1c001d86 x2:10cfff40 PA:10cfff5c", "time": "21660", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21661, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b02", "instr": "lw x8, 24(x2) x8=10cfffe8 x2:10cfff40 PA:10cfff58", "time": "21661", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21662, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b04", "instr": "lw x9, 20(x2) x9=1c002351 x2:10cfff40 PA:10cfff54", "time": "21662", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21663, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b06", "instr": "lw x18, 16(x2) x18=00000000 x2:10cfff40 PA:10cfff50", "time": "21663", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21664, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b08", "instr": "lw x19, 12(x2) x19=1c001776 x2:10cfff40 PA:10cfff4c", "time": "21664", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21665, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b0a", "instr": "lw x20, 8(x2) x20=00000025 x2:10cfff40 PA:10cfff48", "time": "21665", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21666, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b0c", "instr": "addi x2, x2, 32 x2=10cfff60 x2:10cfff40", "time": "21666", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21667, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "putchw", "args":{"pc": "1c001b0e", "instr": "jalr x0, x1, 0 x1:1c001d86", "time": "21667", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:267"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21669, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d86", "instr": "add x8, x0, x24 x8=10cfffec x24:10cfffec", "time": "21669", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:428"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21670, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d88", "instr": "jal x0, -84 ", "time": "21670", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:431"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21672, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002351 x9:1c002351", "time": "21672", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21673, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21673", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21676, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351", "time": "21676", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21690, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002352 x12:1c002351", "time": "21690", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21691, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000029", "time": "21691", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21694, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000029 x20:00000025", "time": "21694", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21695, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21695", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21696, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21696", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21698, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000029 x11:00000029", "time": "21698", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21699, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21699", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21701, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21701", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21702, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "21702", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21703, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21703", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21704, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "21704", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21705, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "21705", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21706, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "21706", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21707, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "21707", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21708, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "21708", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21709, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21709", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21710, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1041b8", "time": "21710", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21714, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21714", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21715, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21715", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21717, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002352 x9:1c002352", "time": "21717", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21718, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21718", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21721, "dur": 14, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352", "time": "21721", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21735, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002353 x12:1c002352", "time": "21735", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21736, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000021", "time": "21736", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21739, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:00000021 x20:00000025", "time": "21739", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21740, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21740", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21741, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21741", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21743, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=00000021 x11:00000021", "time": "21743", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21744, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21744", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21746, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21746", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21747, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "21747", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21748, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21748", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21749, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "21749", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21750, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "21750", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21751, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "21751", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21752, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "21752", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21753, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "21753", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21754, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21754", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21755, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1041b8", "time": "21755", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21759, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21759", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21760, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21760", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21762, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002353 x9:1c002353", "time": "21762", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21763, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21763", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21766, "dur": 15, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353", "time": "21766", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21781, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002354 x12:1c002353", "time": "21781", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21782, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:0000000a", "time": "21782", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "beq", "cat": "beq", "ph": "X", "ts": 21785, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc2", "instr": "beq x11, x20, 10 x11:0000000a x20:00000025", "time": "21785", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:281"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21786, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc6", "instr": "add x10, x0, x18 x10=00000000 x18:00000000", "time": "21786", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21787, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc8", "instr": "jalr x1, x19, 0 x1=1c001bca x19:1c001776", "time": "21787", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21789, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001776", "instr": "add x10, x0, x11 x10=0000000a x11:0000000a", "time": "21789", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21790, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_putc", "args":{"pc": "1c001778", "instr": "jal x0, -36 ", "time": "21790", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:251"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21792, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001754", "instr": "lui x13, 0x2000 x13=00002000", "time": "21792", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "csrrs", "cat": "csrrs", "ph": "X", "ts": 21793, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "hal_core_id", "args":{"pc": "1c001756", "instr": "csrrs x15, x0, 0xf14 x15=00000067", "time": "21793", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/pkg/sdk/dev/install/include/hal/riscv/riscv_v4.h:166"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21794, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175a", "instr": "addi x13, x13, -128 x13=00001f80 x13:00002000", "time": "21794", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21795, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00175e", "instr": "slli x14, x15, 0x3 x14=00000338 x15:00000067", "time": "21795", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "slli", "cat": "slli", "ph": "X", "ts": 21796, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001762", "instr": "slli x15, x15, 0x2 x15=0000019c x15:00000067", "time": "21796", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.bclr", "cat": "p.bclr", "ph": "X", "ts": 21797, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001764", "instr": "p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338", "time": "21797", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "and", "cat": "and", "ph": "X", "ts": 21798, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001768", "instr": "and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80", "time": "21798", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21799, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176a", "instr": "add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038", "time": "21799", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "lui", "cat": "lui", "ph": "X", "ts": 21800, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c00176c", "instr": "lui x14, 0x1a104000 x14=1a104000", "time": "21800", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "p.sw", "cat": "p.sw", "ph": "X", "ts": 21801, "dur": 4, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001770", "instr": "p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1041b8", "time": "21801", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:155"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21805, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "__rt_putc_stdout", "args":{"pc": "1c001774", "instr": "jalr x0, x1, 0 x1:1c001bca", "time": "21805", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:159"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21806, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bca", "instr": "jal x0, 362 ", "time": "21806", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:433"}}, -{"name": "add", "cat": "add", "ph": "X", "ts": 21808, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d34", "instr": "add x12, x0, x9 x12=1c002354 x9:1c002354", "time": "21808", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "jal", "cat": "jal", "ph": "X", "ts": 21809, "dur": 3, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001d36", "instr": "jal x0, -408 ", "time": "21809", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:354"}}, -{"name": "lbu", "cat": "lbu", "ph": "X", "ts": 21812, "dur": 16, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001b9e", "instr": "lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354", "time": "21812", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21828, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba2", "instr": "addi x9, x12, 1 x9=1c002355 x12:1c002354", "time": "21828", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "bne", "cat": "bne", "ph": "X", "ts": 21829, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba6", "instr": "bne x11, x0, 28 x11:00000000", "time": "21829", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:280"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21830, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001ba8", "instr": "lw x1, 92(x2) x1=1c001834 x2:10cfff60 PA:10cfffbc", "time": "21830", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21831, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001baa", "instr": "lw x8, 88(x2) x8=00000000 x2:10cfff60 PA:10cfffb8", "time": "21831", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21832, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bac", "instr": "lw x9, 84(x2) x9=00000000 x2:10cfff60 PA:10cfffb4", "time": "21832", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21833, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bae", "instr": "lw x18, 80(x2) x18=1b204000 x2:10cfff60 PA:10cfffb0", "time": "21833", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21834, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb0", "instr": "lw x19, 76(x2) x19=00000007 x2:10cfff60 PA:10cfffac", "time": "21834", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21835, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb2", "instr": "lw x20, 72(x2) x20=1c00220c x2:10cfff60 PA:10cfffa8", "time": "21835", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21836, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb4", "instr": "lw x21, 68(x2) x21=1c002210 x2:10cfff60 PA:10cfffa4", "time": "21836", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21837, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb6", "instr": "lw x22, 64(x2) x22=00000000 x2:10cfff60 PA:10cfffa0", "time": "21837", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21838, "dur": 5, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bb8", "instr": "lw x23, 60(x2) x23=00000000 x2:10cfff60 PA:10cfff9c", "time": "21838", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21843, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bba", "instr": "lw x24, 56(x2) x24=00000000 x2:10cfff60 PA:10cfff98", "time": "21843", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21844, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bbc", "instr": "lw x25, 52(x2) x25=00000000 x2:10cfff60 PA:10cfff94", "time": "21844", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21845, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bbe", "instr": "addi x2, x2, 96 x2=10cfffc0 x2:10cfff60", "time": "21845", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21846, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "tfp_format", "args":{"pc": "1c001bc0", "instr": "jalr x0, x1, 0 x1:1c001834", "time": "21846", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/tinyprintf.c:440"}}, -{"name": "lw", "cat": "lw", "ph": "X", "ts": 21848, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001834", "instr": "lw x1, 28(x2) x1=1c00220c x2:10cfffc0 PA:10cfffdc", "time": "21848", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21849, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001836", "instr": "addi x10, x0, 0 x10=00000000", "time": "21849", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "addi", "cat": "addi", "ph": "X", "ts": 21850, "dur": 1, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c001838", "instr": "addi x2, x2, 64 x2=10d00000 x2:10cfffc0", "time": "21850", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{"name": "jalr", "cat": "jalr", "ph": "X", "ts": 21851, "dur": 2, "pid": "/home/salvo/ETH/mulix/pulp_spin/spinningpulp_v0.2/vsim/trace_core_03_7.log", "tid": "printf", "args":{"pc": "1c00183a", "instr": "jalr x0, x1, 0 x1:1c00220c", "time": "21851", "Origin": "/scratch/andkurt/pulp_spin/pulp-sdk/runtime/pulp-rt/libs/io/io.c:327"}}, -{}]} diff --git a/sw/scripts/tracevis/example/traces/trace_core_00_0.log b/sw/scripts/tracevis/example/traces/trace_core_00_0.log deleted file mode 100644 index 0c921b1..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_00_0.log +++ /dev/null @@ -1,4559 +0,0 @@ - Time Cycles PC Instr Mnemonic - 94500 79 1c000080 0180006f jal x0, 24 - 116500 101 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000000 - 117500 102 1c00009c 01f57593 andi x11, x10, 31 x11=00000000 x10:00000000 - 140500 125 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000000 x10:00000000 - 141500 126 1c0000a2 00058463 beq x11, x0, 8 x11:00000000 - 164500 149 1c0000aa 00050463 beq x10, x0, 8 x10:00000000 - 212500 197 1c0000b2 00002297 auipc x5, 0x2000 x5=1c0020b2 - 213500 198 1c0000b6 54628293 addi x5, x5, 1350 x5=1c0025f8 x5:1c0020b2 - 214500 199 1c0000ba 00002317 auipc x6, 0x2000 x6=1c0020ba - 237500 222 1c0000be 5f230313 addi x6, x6, 1522 x6=1c0026ac x6:1c0020ba - 238500 223 1c0000c2 0002a023 sw x0, 0(x5) x5:1c0025f8 PA:1c0025f8 - 256500 241 1c0000c6 00428293 addi x5, x5, 4 x5=1c0025fc x5:1c0025f8 - 257500 242 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c0025fc x6:1c0026ac - 296500 281 1c0000c2 0002a023 sw x0, 0(x5) x5:1c0025fc PA:1c0025fc - 314500 299 1c0000c6 00428293 addi x5, x5, 4 x5=1c002600 x5:1c0025fc - 315500 300 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002600 x6:1c0026ac - 344500 329 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002600 PA:1c002600 - 362500 347 1c0000c6 00428293 addi x5, x5, 4 x5=1c002604 x5:1c002600 - 363500 348 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002604 x6:1c0026ac - 392500 377 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002604 PA:1c002604 - 410500 395 1c0000c6 00428293 addi x5, x5, 4 x5=1c002608 x5:1c002604 - 411500 396 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002608 x6:1c0026ac - 440500 425 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002608 PA:1c002608 - 458500 443 1c0000c6 00428293 addi x5, x5, 4 x5=1c00260c x5:1c002608 - 459500 444 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c00260c x6:1c0026ac - 488500 473 1c0000c2 0002a023 sw x0, 0(x5) x5:1c00260c PA:1c00260c - 506500 491 1c0000c6 00428293 addi x5, x5, 4 x5=1c002610 x5:1c00260c - 507500 492 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002610 x6:1c0026ac - 536500 521 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002610 PA:1c002610 - 554500 539 1c0000c6 00428293 addi x5, x5, 4 x5=1c002614 x5:1c002610 - 555500 540 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002614 x6:1c0026ac - 584500 569 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002614 PA:1c002614 - 602500 587 1c0000c6 00428293 addi x5, x5, 4 x5=1c002618 x5:1c002614 - 603500 588 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002618 x6:1c0026ac - 632500 617 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002618 PA:1c002618 - 650500 635 1c0000c6 00428293 addi x5, x5, 4 x5=1c00261c x5:1c002618 - 651500 636 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c00261c x6:1c0026ac - 680500 665 1c0000c2 0002a023 sw x0, 0(x5) x5:1c00261c PA:1c00261c - 698500 683 1c0000c6 00428293 addi x5, x5, 4 x5=1c002620 x5:1c00261c - 699500 684 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002620 x6:1c0026ac - 728500 713 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002620 PA:1c002620 - 746500 731 1c0000c6 00428293 addi x5, x5, 4 x5=1c002624 x5:1c002620 - 747500 732 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002624 x6:1c0026ac - 776500 761 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002624 PA:1c002624 - 794500 779 1c0000c6 00428293 addi x5, x5, 4 x5=1c002628 x5:1c002624 - 795500 780 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002628 x6:1c0026ac - 824500 809 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002628 PA:1c002628 - 842500 827 1c0000c6 00428293 addi x5, x5, 4 x5=1c00262c x5:1c002628 - 843500 828 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c00262c x6:1c0026ac - 872500 857 1c0000c2 0002a023 sw x0, 0(x5) x5:1c00262c PA:1c00262c - 890500 875 1c0000c6 00428293 addi x5, x5, 4 x5=1c002630 x5:1c00262c - 891500 876 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002630 x6:1c0026ac - 920500 905 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002630 PA:1c002630 - 938500 923 1c0000c6 00428293 addi x5, x5, 4 x5=1c002634 x5:1c002630 - 939500 924 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002634 x6:1c0026ac - 968500 953 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002634 PA:1c002634 - 986500 971 1c0000c6 00428293 addi x5, x5, 4 x5=1c002638 x5:1c002634 - 987500 972 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002638 x6:1c0026ac - 1016500 1001 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002638 PA:1c002638 - 1034500 1019 1c0000c6 00428293 addi x5, x5, 4 x5=1c00263c x5:1c002638 - 1035500 1020 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c00263c x6:1c0026ac - 1064500 1049 1c0000c2 0002a023 sw x0, 0(x5) x5:1c00263c PA:1c00263c - 1082500 1067 1c0000c6 00428293 addi x5, x5, 4 x5=1c002640 x5:1c00263c - 1083500 1068 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002640 x6:1c0026ac - 1112500 1097 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002640 PA:1c002640 - 1130500 1115 1c0000c6 00428293 addi x5, x5, 4 x5=1c002644 x5:1c002640 - 1131500 1116 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002644 x6:1c0026ac - 1160500 1145 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002644 PA:1c002644 - 1178500 1163 1c0000c6 00428293 addi x5, x5, 4 x5=1c002648 x5:1c002644 - 1179500 1164 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002648 x6:1c0026ac - 1208500 1193 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002648 PA:1c002648 - 1226500 1211 1c0000c6 00428293 addi x5, x5, 4 x5=1c00264c x5:1c002648 - 1227500 1212 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c00264c x6:1c0026ac - 1256500 1241 1c0000c2 0002a023 sw x0, 0(x5) x5:1c00264c PA:1c00264c - 1274500 1259 1c0000c6 00428293 addi x5, x5, 4 x5=1c002650 x5:1c00264c - 1275500 1260 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002650 x6:1c0026ac - 1304500 1289 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002650 PA:1c002650 - 1322500 1307 1c0000c6 00428293 addi x5, x5, 4 x5=1c002654 x5:1c002650 - 1323500 1308 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002654 x6:1c0026ac - 1352500 1337 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002654 PA:1c002654 - 1370500 1355 1c0000c6 00428293 addi x5, x5, 4 x5=1c002658 x5:1c002654 - 1371500 1356 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002658 x6:1c0026ac - 1400500 1385 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002658 PA:1c002658 - 1418500 1403 1c0000c6 00428293 addi x5, x5, 4 x5=1c00265c x5:1c002658 - 1419500 1404 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c00265c x6:1c0026ac - 1448500 1433 1c0000c2 0002a023 sw x0, 0(x5) x5:1c00265c PA:1c00265c - 1466500 1451 1c0000c6 00428293 addi x5, x5, 4 x5=1c002660 x5:1c00265c - 1467500 1452 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002660 x6:1c0026ac - 1496500 1481 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002660 PA:1c002660 - 1514500 1499 1c0000c6 00428293 addi x5, x5, 4 x5=1c002664 x5:1c002660 - 1515500 1500 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002664 x6:1c0026ac - 1544500 1529 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002664 PA:1c002664 - 1562500 1547 1c0000c6 00428293 addi x5, x5, 4 x5=1c002668 x5:1c002664 - 1563500 1548 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002668 x6:1c0026ac - 1592500 1577 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002668 PA:1c002668 - 1610500 1595 1c0000c6 00428293 addi x5, x5, 4 x5=1c00266c x5:1c002668 - 1611500 1596 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c00266c x6:1c0026ac - 1640500 1625 1c0000c2 0002a023 sw x0, 0(x5) x5:1c00266c PA:1c00266c - 1658500 1643 1c0000c6 00428293 addi x5, x5, 4 x5=1c002670 x5:1c00266c - 1659500 1644 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002670 x6:1c0026ac - 1688500 1673 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002670 PA:1c002670 - 1706500 1691 1c0000c6 00428293 addi x5, x5, 4 x5=1c002674 x5:1c002670 - 1707500 1692 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002674 x6:1c0026ac - 1736500 1721 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002674 PA:1c002674 - 1754500 1739 1c0000c6 00428293 addi x5, x5, 4 x5=1c002678 x5:1c002674 - 1755500 1740 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002678 x6:1c0026ac - 1784500 1769 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002678 PA:1c002678 - 1802500 1787 1c0000c6 00428293 addi x5, x5, 4 x5=1c00267c x5:1c002678 - 1803500 1788 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c00267c x6:1c0026ac - 1832500 1817 1c0000c2 0002a023 sw x0, 0(x5) x5:1c00267c PA:1c00267c - 1850500 1835 1c0000c6 00428293 addi x5, x5, 4 x5=1c002680 x5:1c00267c - 1851500 1836 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002680 x6:1c0026ac - 1880500 1865 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002680 PA:1c002680 - 1898500 1883 1c0000c6 00428293 addi x5, x5, 4 x5=1c002684 x5:1c002680 - 1899500 1884 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002684 x6:1c0026ac - 1928500 1913 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002684 PA:1c002684 - 1946500 1931 1c0000c6 00428293 addi x5, x5, 4 x5=1c002688 x5:1c002684 - 1947500 1932 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002688 x6:1c0026ac - 1976500 1961 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002688 PA:1c002688 - 1994500 1979 1c0000c6 00428293 addi x5, x5, 4 x5=1c00268c x5:1c002688 - 1995500 1980 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c00268c x6:1c0026ac - 2024500 2009 1c0000c2 0002a023 sw x0, 0(x5) x5:1c00268c PA:1c00268c - 2042500 2027 1c0000c6 00428293 addi x5, x5, 4 x5=1c002690 x5:1c00268c - 2043500 2028 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002690 x6:1c0026ac - 2072500 2057 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002690 PA:1c002690 - 2090500 2075 1c0000c6 00428293 addi x5, x5, 4 x5=1c002694 x5:1c002690 - 2091500 2076 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002694 x6:1c0026ac - 2120500 2105 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002694 PA:1c002694 - 2138500 2123 1c0000c6 00428293 addi x5, x5, 4 x5=1c002698 x5:1c002694 - 2139500 2124 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c002698 x6:1c0026ac - 2168500 2153 1c0000c2 0002a023 sw x0, 0(x5) x5:1c002698 PA:1c002698 - 2186500 2171 1c0000c6 00428293 addi x5, x5, 4 x5=1c00269c x5:1c002698 - 2187500 2172 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c00269c x6:1c0026ac - 2216500 2201 1c0000c2 0002a023 sw x0, 0(x5) x5:1c00269c PA:1c00269c - 2234500 2219 1c0000c6 00428293 addi x5, x5, 4 x5=1c0026a0 x5:1c00269c - 2235500 2220 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c0026a0 x6:1c0026ac - 2264500 2249 1c0000c2 0002a023 sw x0, 0(x5) x5:1c0026a0 PA:1c0026a0 - 2282500 2267 1c0000c6 00428293 addi x5, x5, 4 x5=1c0026a4 x5:1c0026a0 - 2283500 2268 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c0026a4 x6:1c0026ac - 2312500 2297 1c0000c2 0002a023 sw x0, 0(x5) x5:1c0026a4 PA:1c0026a4 - 2330500 2315 1c0000c6 00428293 addi x5, x5, 4 x5=1c0026a8 x5:1c0026a4 - 2331500 2316 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c0026a8 x6:1c0026ac - 2360500 2345 1c0000c2 0002a023 sw x0, 0(x5) x5:1c0026a8 PA:1c0026a8 - 2378500 2363 1c0000c6 00428293 addi x5, x5, 4 x5=1c0026ac x5:1c0026a8 - 2379500 2364 1c0000c8 fe62ede3 bltu x5, x6, -6 x5:1c0026ac x6:1c0026ac - 2380500 2365 1c0000cc f4001117 auipc x2, 0xf4001000 x2=100010cc - 2394500 2379 1c0000d0 8c410113 addi x2, x2, -1852 x2=10000990 x2:100010cc - 2395500 2380 1c0000d4 3a1000ef jal x1, 2976 x1=1c0000d8 - 2410500 2395 1c000c74 fe010113 addi x2, x2, -32 x2=10000970 x2:10000990 - 2411500 2396 1c000c76 00112e23 sw x1, 28(x2) x1:1c0000d8 x2:10000970 PA:1000098c - 2412500 2397 1c000c78 00812c23 sw x8, 24(x2) x8:00000000 x2:10000970 PA:10000988 - 2413500 2398 1c000c7a 00912a23 sw x9, 20(x2) x9:00000000 x2:10000970 PA:10000984 - 2414500 2399 1c000c7c 02010413 addi x8, x2, 32 x8=10000990 x2:10000970 - 2415500 2400 1c000c7e 01212823 sw x18, 16(x2) x18:00000000 x2:10000970 PA:10000980 - 2428500 2413 1c000c80 01312623 sw x19, 12(x2) x19:00000000 x2:10000970 PA:1000097c - 2429500 2414 1c000c82 01412423 sw x20, 8(x2) x20:00000000 x2:10000970 PA:10000978 - 2430500 2415 1c000c84 1b2017b7 lui x15, 0x1b201000 x15=1b201000 - 2431500 2416 1c000c88 fff00713 addi x14, x0, -1 x14=ffffffff - 2432500 2417 1c000c8a 40e7a023 sw x14, 1024(x15) x14:ffffffff x15:1b201000 PA:1b201400 - 2450500 2435 1c000c8e 100004b7 lui x9, 0x10000000 x9=10000000 - 2451500 2436 1c000c92 156000ef jal x1, 342 x1=1c000c94 - 2526500 2511 1c000de8 1b2047b7 lui x15, 0x1b204000 x15=1b204000 - 2527500 2512 1c000dec fff00713 addi x14, x0, -1 x14=ffffffff - 2528500 2513 1c000dee 00e7a823 sw x14, 16(x15) x14:ffffffff x15:1b204000 PA:1b204010 - 2544500 2529 1c000df0 1c0007b7 lui x15, 0x1c000000 x15=1c000000 - 2545500 2530 1c000df4 1b200737 lui x14, 0x1b200000 x14=1b200000 - 2546500 2531 1c000df8 00078793 addi x15, x15, 0 x15=1c000000 x15:1c000000 - 2547500 2532 1c000dfc 04f72023 sw x15, 64(x14) x15:1c000000 x14:1b200000 PA:1b200040 - 2551500 2536 1c000dfe 00008067 jalr x0, x1, 0 x1:1c000c94 - 2581500 2566 1c000c94 16848493 addi x9, x9, 360 x9=10000168 x9:10000000 - 2582500 2567 1c000c98 1d6000ef jal x1, 470 x1=1c000c9a - 2617500 2602 1c000e6e 100007b7 lui x15, 0x10000000 x15=10000000 - 2618500 2603 1c000e72 05878793 addi x15, x15, 88 x15=10000058 x15:10000000 - 2619500 2604 1c000e76 0007a023 sw x0, 0(x15) x15:10000058 PA:10000058 - 2620500 2605 1c000e7a 0007a223 sw x0, 4(x15) x15:10000058 PA:1000005c - 2637500 2622 1c000e7e 0007a423 sw x0, 8(x15) x15:10000058 PA:10000060 - 2638500 2623 1c000e82 0007a623 sw x0, 12(x15) x15:10000058 PA:10000064 - 2639500 2624 1c000e86 0007a823 sw x0, 16(x15) x15:10000058 PA:10000068 - 2640500 2625 1c000e8a 0007aa23 sw x0, 20(x15) x15:10000058 PA:1000006c - 2641500 2626 1c000e8e 00008067 jalr x0, x1, 0 x1:1c000c9a - 2659500 2644 1c000c9a 5d0000ef jal x1, 1488 x1=1c000c9c - 2677500 2662 1c00126a ff010113 addi x2, x2, -16 x2=10000960 x2:10000970 - 2678500 2663 1c00126c 00812423 sw x8, 8(x2) x8:10000990 x2:10000960 PA:10000968 - 2695500 2680 1c00126e 002ce437 lui x8, 0x2ce000 x8=002ce000 - 2696500 2681 1c001272 94c40413 addi x8, x8, -1716 x8=002cd94c x8:002ce000 - 2697500 2682 1c001276 00912223 sw x9, 4(x2) x9:10000168 x2:10000960 PA:10000964 - 2698500 2683 1c001278 1c002537 lui x10, 0x1c002000 x10=1c002000 - 2699500 2684 1c00127c 1c0024b7 lui x9, 0x1c002000 x9=1c002000 - 2716500 2701 1c001280 00800633 add x12, x0, x8 x12=002cd94c x8:002cd94c - 2717500 2702 1c001282 6b448593 addi x11, x9, 1716 x11=1c0026b4 x9:1c002000 - 2718500 2703 1c001286 6a050513 addi x10, x10, 1696 x10=1c0026a0 x10:1c002000 - 2719500 2704 1c00128a 00112623 sw x1, 12(x2) x1:1c000c9c x2:10000960 PA:1000096c - 2720500 2705 1c00128c ea7ff0ef jal x1, -346 x1=1c00128e - 2754500 2739 1c001132 00758793 addi x15, x11, 7 x15=1c0026bb x11:1c0026b4 - 2755500 2740 1c001136 c407b7b3 p.bclr x15, x15, 2, 0 x15=1c0026b8 x15:1c0026bb - 2756500 2741 1c00113a 40b785b3 sub x11, x15, x11 x11=00000004 x15:1c0026b8 x11:1c0026b4 - 2757500 2742 1c00113e 00f52023 sw x15, 0(x10) x15:1c0026b8 x10:1c0026a0 PA:1c0026a0 - 2776500 2761 1c001140 40b60633 sub x12, x12, x11 x12=002cd948 x12:002cd94c x11:00000004 - 2777500 2762 1c001142 00c05763 bge x0, x12, 14 x12:002cd948 - 2778500 2763 1c001146 c4063633 p.bclr x12, x12, 2, 0 x12=002cd948 x12:002cd948 - 2779500 2764 1c00114a 00c7a023 sw x12, 0(x15) x12:002cd948 x15:1c0026b8 PA:1c0026b8 - 2797500 2782 1c00114c 0007a223 sw x0, 4(x15) x15:1c0026b8 PA:1c0026bc - 2815500 2800 1c001150 00008067 jalr x0, x1, 0 x1:1c00128e - 2816500 2801 1c00128e 6b448593 addi x11, x9, 1716 x11=1c0026b4 x9:1c002000 - 2817500 2802 1c001292 008585b3 add x11, x11, x8 x11=1c2d0000 x11:1c0026b4 x8:002cd94c - 2818500 2803 1c001294 1c002437 lui x8, 0x1c002000 x8=1c002000 - 2819500 2804 1c001298 00030637 lui x12, 0x30000 x12=00030000 - 2820500 2805 1c00129c 6a440513 addi x10, x8, 1700 x10=1c0026a4 x8:1c002000 - 2837500 2822 1c0012a0 e93ff0ef jal x1, -366 x1=1c0012a2 - 2839500 2824 1c001132 00758793 addi x15, x11, 7 x15=1c2d0007 x11:1c2d0000 - 2840500 2825 1c001136 c407b7b3 p.bclr x15, x15, 2, 0 x15=1c2d0000 x15:1c2d0007 - 2841500 2826 1c00113a 40b785b3 sub x11, x15, x11 x11=00000000 x15:1c2d0000 x11:1c2d0000 - 2842500 2827 1c00113e 00f52023 sw x15, 0(x10) x15:1c2d0000 x10:1c0026a4 PA:1c0026a4 - 2860500 2845 1c001140 40b60633 sub x12, x12, x11 x12=00030000 x12:00030000 x11:00000000 - 2861500 2846 1c001142 00c05763 bge x0, x12, 14 x12:00030000 - 2862500 2847 1c001146 c4063633 p.bclr x12, x12, 2, 0 x12=00030000 x12:00030000 - 2863500 2848 1c00114a 00c7a023 sw x12, 0(x15) x12:00030000 x15:1c2d0000 PA:1c2d0000 - 2881500 2866 1c00114c 0007a223 sw x0, 4(x15) x15:1c2d0000 PA:1c2d0004 - 2899500 2884 1c001150 00008067 jalr x0, x1, 0 x1:1c0012a2 - 2900500 2885 1c0012a2 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 2901500 2886 1c0012a6 ca5797b3 p.extractu x15, x15, 5, 5 x15=00000000 x15:00000000 - 2902500 2887 1c0012aa 00079763 bne x15, x0, 14 x15:00000000 - 2903500 2888 1c0012ac 00812403 lw x8, 8(x2) x8=10000990 x2:10000960 PA:10000968 - 2904500 2889 1c0012ae 00c12083 lw x1, 12(x2) x1=1c000c9c x2:10000960 PA:1000096c - 2920500 2905 1c0012b0 00412483 lw x9, 4(x2) x9=10000168 x2:10000960 PA:10000964 - 2921500 2906 1c0012b2 00000513 addi x10, x0, 0 x10=00000000 - 2922500 2907 1c0012b4 01010113 addi x2, x2, 16 x2=10000970 x2:10000960 - 2923500 2908 1c0012b6 f83ff06f jal x0, -126 - 2941500 2926 1c001238 100015b7 lui x11, 0x10001000 x11=10001000 - 2942500 2927 1c00123c 01651713 slli x14, x10, 0x16 x14=00000000 x10:00000000 - 2959500 2944 1c001240 99058593 addi x11, x11, -1648 x11=10000990 x11:10001000 - 2960500 2945 1c001244 00b706b3 add x13, x14, x11 x13=10000990 x14:00000000 x11:10000990 - 2961500 2946 1c001248 1c002637 lui x12, 0x1c002000 x12=1c002000 - 2962500 2947 1c00124c 00400793 addi x15, x0, 4 x15=00000004 - 2979500 2964 1c001250 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 2980500 2965 1c001252 68d62e23 sw x13, 1692(x12) x13:10000990 x12:1c002000 PA:1c00269c - 2998500 2983 1c001256 000ff637 lui x12, 0xff000 x12=000ff000 - 2999500 2984 1c00125a 00f70733 add x14, x14, x15 x14=00000010 x14:00000000 x15:00000010 - 3000500 2985 1c00125c 00251513 slli x10, x10, 0x2 x10=00000000 x10:00000000 - 3001500 2986 1c00125e 67060613 addi x12, x12, 1648 x12=000ff670 x12:000ff000 - 3002500 2987 1c001262 40f60633 sub x12, x12, x15 x12=000ff660 x12:000ff670 x15:00000010 - 3003500 2988 1c001264 00e585b3 add x11, x11, x14 x11=100009a0 x11:10000990 x14:00000010 - 3004500 2989 1c001266 00d50533 add x10, x10, x13 x10=10000990 x10:00000000 x13:10000990 - 3005500 2990 1c001268 ecbff06f jal x0, -310 - 3007500 2992 1c001132 00758793 addi x15, x11, 7 x15=100009a7 x11:100009a0 - 3008500 2993 1c001136 c407b7b3 p.bclr x15, x15, 2, 0 x15=100009a0 x15:100009a7 - 3009500 2994 1c00113a 40b785b3 sub x11, x15, x11 x11=00000000 x15:100009a0 x11:100009a0 - 3010500 2995 1c00113e 00f52023 sw x15, 0(x10) x15:100009a0 x10:10000990 PA:10000990 - 3011500 2996 1c001140 40b60633 sub x12, x12, x11 x12=000ff660 x12:000ff660 x11:00000000 - 3012500 2997 1c001142 00c05763 bge x0, x12, 14 x12:000ff660 - 3013500 2998 1c001146 c4063633 p.bclr x12, x12, 2, 0 x12=000ff660 x12:000ff660 - 3014500 2999 1c00114a 00c7a023 sw x12, 0(x15) x12:000ff660 x15:100009a0 PA:100009a0 - 3015500 3000 1c00114c 0007a223 sw x0, 4(x15) x15:100009a0 PA:100009a4 - 3016500 3001 1c001150 00008067 jalr x0, x1, 0 x1:1c000c9c - 3018500 3003 1c000c9c 0044a78b p.lw x15, 4(x9!) x15=1c001118 x9=1000016c x9:10000168 PA:10000168 - 3035500 3020 1c000ca0 06079363 bne x15, x0, 102 x15:1c001118 - 3054500 3039 1c000d06 000780e7 jalr x1, x15, 0 x1=1c000d08 x15:1c001118 - 3072500 3057 1c001118 10000537 lui x10, 0x10000000 x10=10000000 - 3073500 3058 1c00111c 13850513 addi x10, x10, 312 x10=10000138 x10:10000000 - 3090500 3075 1c001120 00052023 sw x0, 0(x10) x10:10000138 PA:10000138 - 3091500 3076 1c001124 00052223 sw x0, 4(x10) x10:10000138 PA:1000013c - 3092500 3077 1c001128 00052823 sw x0, 16(x10) x10:10000138 PA:10000148 - 3093500 3078 1c00112c 00100593 addi x11, x0, 1 x11=00000001 - 3094500 3079 1c00112e 00450513 addi x10, x10, 4 x10=1000013c x10:10000138 - 3095500 3080 1c001130 dd5ff06f jal x0, -556 - 3113500 3098 1c000f04 fe010113 addi x2, x2, -32 x2=10000950 x2:10000970 - 3114500 3099 1c000f06 01312623 sw x19, 12(x2) x19:00000000 x2:10000950 PA:1000095c - 3115500 3100 1c000f08 00b009b3 add x19, x0, x11 x19=00000001 x11:00000001 - 3116500 3101 1c000f0a 00112e23 sw x1, 28(x2) x1:1c000d08 x2:10000950 PA:1000096c - 3117500 3102 1c000f0c 00812c23 sw x8, 24(x2) x8:10000990 x2:10000950 PA:10000968 - 3118500 3103 1c000f0e 00912a23 sw x9, 20(x2) x9:1000016c x2:10000950 PA:10000964 - 3134500 3119 1c000f10 01212823 sw x18, 16(x2) x18:00000000 x2:10000950 PA:10000960 - 3135500 3120 1c000f12 01412423 sw x20, 8(x2) x20:00000000 x2:10000950 PA:10000958 - 3136500 3121 1c000f14 01512223 sw x21, 4(x2) x21:00000000 x2:10000950 PA:10000954 - 3137500 3122 1c000f16 01612023 sw x22, 0(x2) x22:00000000 x2:10000950 PA:10000950 - 3138500 3123 1c000f18 30047af3 csrrci x21, 0x00000008, 0x300 x21=00001800 - 3142500 3127 1c000f1c 00a00933 add x18, x0, x10 x18=1000013c x10:1000013c - 3143500 3128 1c000f1e 00051763 bne x10, x0, 14 x10:1000013c - 3157500 3142 1c000f2c 07000593 addi x11, x0, 112 x11=00000070 - 3174500 3159 1c000f30 02b985b3 mul x11, x19, x11 x11=00000070 x19:00000001 x11:00000070 - 3175500 3160 1c000f34 f1402573 csrrs x10, x0, 0xf14 x10=00000000 - 3176500 3161 1c000f38 40555513 srai x10, x10, 0x405 x10=00000000 x10:00000000 - 3177500 3162 1c000f3a f2653533 p.bclr x10, x10, 25, 6 x10=00000000 x10:00000000 - 3178500 3163 1c000f3e 00250513 addi x10, x10, 2 x10=00000002 x10:00000000 - 3195500 3180 1c000f40 290000ef jal x1, 656 x1=1c000f42 - 3213500 3198 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 3214500 3199 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000002 - 3215500 3200 1c0011d6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 3216500 3201 1c0011da 69c7a783 lw x15, 1692(x15) x15=10000990 x15:1c002000 PA:1c00269c - 3231500 3216 1c0011de ffe50513 addi x10, x10, -2 x10=00000000 x10:00000002 - 3235500 3220 1c0011e0 00251513 slli x10, x10, 0x2 x10=00000000 x10:00000000 - 3236500 3221 1c0011e2 00f50533 add x10, x10, x15 x10=10000990 x10:00000000 x15:10000990 - 3237500 3222 1c0011e4 f6fff06f jal x0, -146 - 3239500 3224 1c001152 00052783 lw x15, 0(x10) x15=100009a0 x10:10000990 PA:10000990 - 3240500 3225 1c001154 00758593 addi x11, x11, 7 x11=00000077 x11:00000070 - 3241500 3226 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00000070 x11:00000077 - 3242500 3227 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 3243500 3228 1c00115c 00078963 beq x15, x0, 18 x15:100009a0 - 3244500 3229 1c00115e 0007a703 lw x14, 0(x15) x14=000ff660 x15:100009a0 PA:100009a0 - 3260500 3245 1c001160 00b74963 blt x14, x11, 18 x14:000ff660 x11:00000070 - 3261500 3246 1c001164 00b71c63 bne x14, x11, 24 x14:000ff660 x11:00000070 - 3280500 3265 1c00117c 40b70733 sub x14, x14, x11 x14=000ff5f0 x14:000ff660 x11:00000070 - 3281500 3266 1c00117e 00e7a023 sw x14, 0(x15) x14:000ff5f0 x15:100009a0 PA:100009a0 - 3297500 3282 1c001180 00e787b3 add x15, x15, x14 x15=100fff90 x15:100009a0 x14:000ff5f0 - 3298500 3283 1c001182 fedff06f jal x0, -20 - 3300500 3285 1c00116e 00f00533 add x10, x0, x15 x10=100fff90 x15:100fff90 - 3301500 3286 1c001170 00008067 jalr x0, x1, 0 x1:1c000f42 - 3303500 3288 1c000f42 00a00433 add x8, x0, x10 x8=100fff90 x10:100fff90 - 3304500 3289 1c000f44 fff00513 addi x10, x0, -1 x10=ffffffff - 3305500 3290 1c000f46 00040c63 beq x8, x0, 24 x8:100fff90 - 3306500 3291 1c000f48 00840413 addi x8, x8, 8 x8=100fff98 x8:100fff90 - 3307500 3292 1c000f4a 00000493 addi x9, x0, 0 x9=00000000 - 3308500 3293 1c000f4c 10000b37 lui x22, 0x10000000 x22=10000000 - 3325500 3310 1c000f50 ff840a13 addi x20, x8, -8 x20=100fff90 x8:100fff98 - 3326500 3311 1c000f54 0134cf63 blt x9, x19, 30 x9:00000000 x19:00000001 - 3345500 3330 1c000f72 012005b3 add x11, x0, x18 x11=1000013c x18:1000013c - 3346500 3331 1c000f74 01400533 add x10, x0, x20 x10=100fff90 x20:100fff90 - 3347500 3332 1c000f76 f43ff0ef jal x1, -190 x1=1c000f78 - 3365500 3350 1c000eb8 ff010113 addi x2, x2, -16 x2=10000940 x2:10000950 - 3366500 3351 1c000eba 00812423 sw x8, 8(x2) x8:100fff98 x2:10000940 PA:10000948 - 3367500 3352 1c000ebc 00912223 sw x9, 4(x2) x9:00000000 x2:10000940 PA:10000944 - 3368500 3353 1c000ebe 00112623 sw x1, 12(x2) x1:1c000f78 x2:10000940 PA:1000094c - 3384500 3369 1c000ec0 00a00433 add x8, x0, x10 x8=100fff90 x10:100fff90 - 3385500 3370 1c000ec2 00b004b3 add x9, x0, x11 x9=1000013c x11:1000013c - 3386500 3371 1c000ec4 00052823 sw x0, 16(x10) x10:100fff90 PA:100fffa0 - 3387500 3372 1c000ec8 00052a23 sw x0, 20(x10) x10:100fff90 PA:100fffa4 - 3388500 3373 1c000ecc 01000593 addi x11, x0, 16 x11=00000010 - 3389500 3374 1c000ece 00000513 addi x10, x0, 0 x10=00000000 - 3405500 3390 1c000ed0 300000ef jal x1, 768 x1=1c000ed2 - 3407500 3392 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 3408500 3393 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000000 - 3411500 3396 1c0011e6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 3412500 3397 1c0011ea 00251513 slli x10, x10, 0x2 x10=00000000 x10:00000000 - 3413500 3398 1c0011ec 6a078793 addi x15, x15, 1696 x15=1c0026a0 x15:1c002000 - 3430500 3415 1c0011f0 ff3ff06f jal x0, -14 - 3432500 3417 1c0011e2 00f50533 add x10, x10, x15 x10=1c0026a0 x10:00000000 x15:1c0026a0 - 3433500 3418 1c0011e4 f6fff06f jal x0, -146 - 3435500 3420 1c001152 00052783 lw x15, 0(x10) x15=1c0026b8 x10:1c0026a0 PA:1c0026a0 - 3449500 3434 1c001154 00758593 addi x11, x11, 7 x11=00000017 x11:00000010 - 3450500 3435 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00000010 x11:00000017 - 3451500 3436 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 3452500 3437 1c00115c 00078963 beq x15, x0, 18 x15:1c0026b8 - 3453500 3438 1c00115e 0007a703 lw x14, 0(x15) x14=002cd948 x15:1c0026b8 PA:1c0026b8 - 3468500 3453 1c001160 00b74963 blt x14, x11, 18 x14:002cd948 x11:00000010 - 3469500 3454 1c001164 00b71c63 bne x14, x11, 24 x14:002cd948 x11:00000010 - 3472500 3457 1c00117c 40b70733 sub x14, x14, x11 x14=002cd938 x14:002cd948 x11:00000010 - 3473500 3458 1c00117e 00e7a023 sw x14, 0(x15) x14:002cd938 x15:1c0026b8 PA:1c0026b8 - 3491500 3476 1c001180 00e787b3 add x15, x15, x14 x15=1c2cfff0 x15:1c0026b8 x14:002cd938 - 3492500 3477 1c001182 fedff06f jal x0, -20 - 3494500 3479 1c00116e 00f00533 add x10, x0, x15 x10=1c2cfff0 x15:1c2cfff0 - 3495500 3480 1c001170 00008067 jalr x0, x1, 0 x1:1c000ed2 - 3497500 3482 1c000ed2 06a42623 sw x10, 108(x8) x10:1c2cfff0 x8:100fff90 PA:100ffffc - 3498500 3483 1c000ed4 00942623 sw x9, 12(x8) x9:1000013c x8:100fff90 PA:100fff9c - 3499500 3484 1c000ed6 00042023 sw x0, 0(x8) x8:100fff90 PA:100fff90 - 3500500 3485 1c000eda 00c12083 lw x1, 12(x2) x1=1c000f78 x2:10000940 PA:1000094c - 3501500 3486 1c000edc 00812403 lw x8, 8(x2) x8=100fff98 x2:10000940 PA:10000948 - 3502500 3487 1c000ede 00412483 lw x9, 4(x2) x9=00000000 x2:10000940 PA:10000944 - 3518500 3503 1c000ee0 01010113 addi x2, x2, 16 x2=10000950 x2:10000940 - 3519500 3504 1c000ee2 00008067 jalr x0, x1, 0 x1:1c000f78 - 3521500 3506 1c000f78 138b0793 addi x15, x22, 312 x15=10000138 x22:10000000 - 3522500 3507 1c000f7c 0007a703 lw x14, 0(x15) x14=00000000 x15:10000138 PA:10000138 - 3523500 3508 1c000f7e 00148493 addi x9, x9, 1 x9=00000001 x9:00000000 - 3539500 3524 1c000f80 06e4282b p.sw x14, 112(x8!) x8=10100008 x14:00000000 x8:100fff98 PA:100fff98 - 3540500 3525 1c000f84 0147a023 sw x20, 0(x15) x20:100fff90 x15:10000138 PA:10000138 - 3541500 3526 1c000f88 fc9ff06f jal x0, -56 - 3543500 3528 1c000f50 ff840a13 addi x20, x8, -8 x20=10100000 x8:10100008 - 3544500 3529 1c000f54 0134cf63 blt x9, x19, 30 x9:00000001 x19:00000001 - 3545500 3530 1c000f58 300a9073 csrrw x0, x21, 0x300 x21:00001800 - 3549500 3534 1c000f5c 00000513 addi x10, x0, 0 x10=00000000 - 3550500 3535 1c000f5e 01c12083 lw x1, 28(x2) x1=1c000d08 x2:10000950 PA:1000096c - 3563500 3548 1c000f60 01812403 lw x8, 24(x2) x8=10000990 x2:10000950 PA:10000968 - 3564500 3549 1c000f62 01412483 lw x9, 20(x2) x9=1000016c x2:10000950 PA:10000964 - 3565500 3550 1c000f64 01012903 lw x18, 16(x2) x18=00000000 x2:10000950 PA:10000960 - 3566500 3551 1c000f66 00c12983 lw x19, 12(x2) x19=00000000 x2:10000950 PA:1000095c - 3567500 3552 1c000f68 00812a03 lw x20, 8(x2) x20=00000000 x2:10000950 PA:10000958 - 3568500 3553 1c000f6a 00412a83 lw x21, 4(x2) x21=00000000 x2:10000950 PA:10000954 - 3569500 3554 1c000f6c 00012b03 lw x22, 0(x2) x22=00000000 x2:10000950 PA:10000950 - 3570500 3555 1c000f6e 02010113 addi x2, x2, 32 x2=10000970 x2:10000950 - 3571500 3556 1c000f70 00008067 jalr x0, x1, 0 x1:1c000d08 - 3573500 3558 1c000d08 f95ff06f jal x0, -108 - 3575500 3560 1c000c9c 0044a78b p.lw x15, 4(x9!) x15=1c0015b6 x9=10000170 x9:1000016c PA:1000016c - 3577500 3562 1c000ca0 06079363 bne x15, x0, 102 x15:1c0015b6 - 3580500 3565 1c000d06 000780e7 jalr x1, x15, 0 x1=1c000d08 x15:1c0015b6 - 3598500 3583 1c0015b6 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 3599500 3584 1c0015ba ff010113 addi x2, x2, -16 x2=10000960 x2:10000970 - 3600500 3585 1c0015bc 00000613 addi x12, x0, 0 x12=00000000 - 3617500 3602 1c0015be 32458593 addi x11, x11, 804 x11=1c001324 x11:1c001000 - 3618500 3603 1c0015c2 00000513 addi x10, x0, 0 x10=00000000 - 3619500 3604 1c0015c4 00112623 sw x1, 12(x2) x1:1c000d08 x2:10000960 PA:1000096c - 3620500 3605 1c0015c6 83bff0ef jal x1, -1990 x1=1c0015ca - 3622500 3607 1c000e00 fe010113 addi x2, x2, -32 x2=10000940 x2:10000960 - 3623500 3608 1c000e02 00812c23 sw x8, 24(x2) x8:10000990 x2:10000940 PA:10000958 - 3624500 3609 1c000e04 00912a23 sw x9, 20(x2) x9:10000170 x2:10000940 PA:10000954 - 3625500 3610 1c000e06 00a00433 add x8, x0, x10 x8=00000000 x10:00000000 - 3626500 3611 1c000e08 00b004b3 add x9, x0, x11 x9=1c001324 x11:1c001324 - 3627500 3612 1c000e0a 00100513 addi x10, x0, 1 x10=00000001 - 3628500 3613 1c000e0c 00c00593 addi x11, x0, 12 x11=0000000c - 3629500 3614 1c000e0e 00c12623 sw x12, 12(x2) x12:00000000 x2:10000940 PA:1000094c - 3645500 3630 1c000e10 00112e23 sw x1, 28(x2) x1:1c0015ca x2:10000940 PA:1000095c - 3646500 3631 1c000e12 3be000ef jal x1, 958 x1=1c000e14 - 3648500 3633 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 3649500 3634 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000001 - 3652500 3637 1c0011e6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 3653500 3638 1c0011ea 00251513 slli x10, x10, 0x2 x10=00000004 x10:00000001 - 3654500 3639 1c0011ec 6a078793 addi x15, x15, 1696 x15=1c0026a0 x15:1c002000 - 3655500 3640 1c0011f0 ff3ff06f jal x0, -14 - 3657500 3642 1c0011e2 00f50533 add x10, x10, x15 x10=1c0026a4 x10:00000004 x15:1c0026a0 - 3658500 3643 1c0011e4 f6fff06f jal x0, -146 - 3660500 3645 1c001152 00052783 lw x15, 0(x10) x15=1c2d0000 x10:1c0026a4 PA:1c0026a4 - 3674500 3659 1c001154 00758593 addi x11, x11, 7 x11=00000013 x11:0000000c - 3675500 3660 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00000010 x11:00000013 - 3676500 3661 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 3677500 3662 1c00115c 00078963 beq x15, x0, 18 x15:1c2d0000 - 3678500 3663 1c00115e 0007a703 lw x14, 0(x15) x14=00030000 x15:1c2d0000 PA:1c2d0000 - 3693500 3678 1c001160 00b74963 blt x14, x11, 18 x14:00030000 x11:00000010 - 3694500 3679 1c001164 00b71c63 bne x14, x11, 24 x14:00030000 x11:00000010 - 3697500 3682 1c00117c 40b70733 sub x14, x14, x11 x14=0002fff0 x14:00030000 x11:00000010 - 3698500 3683 1c00117e 00e7a023 sw x14, 0(x15) x14:0002fff0 x15:1c2d0000 PA:1c2d0000 - 3716500 3701 1c001180 00e787b3 add x15, x15, x14 x15=1c2ffff0 x15:1c2d0000 x14:0002fff0 - 3717500 3702 1c001182 fedff06f jal x0, -20 - 3719500 3704 1c00116e 00f00533 add x10, x0, x15 x10=1c2ffff0 x15:1c2ffff0 - 3720500 3705 1c001170 00008067 jalr x0, x1, 0 x1:1c000e14 - 3722500 3707 1c000e14 00c12603 lw x12, 12(x2) x12=00000000 x2:10000940 PA:1000094c - 3723500 3708 1c000e16 02050263 beq x10, x0, 36 x10:1c2ffff0 - 3724500 3709 1c000e18 100007b7 lui x15, 0x10000000 x15=10000000 - 3725500 3710 1c000e1c 00241413 slli x8, x8, 0x2 x8=00000000 x8:00000000 - 3742500 3727 1c000e1e 05878793 addi x15, x15, 88 x15=10000058 x15:10000000 - 3743500 3728 1c000e22 008787b3 add x15, x15, x8 x15=10000058 x15:10000058 x8:00000000 - 3744500 3729 1c000e24 0007a703 lw x14, 0(x15) x14=00000000 x15:10000058 PA:10000058 - 3745500 3730 1c000e26 00952023 sw x9, 0(x10) x9:1c001324 x10:1c2ffff0 PA:1c2ffff0 - 3763500 3748 1c000e28 00c52223 sw x12, 4(x10) x12:00000000 x10:1c2ffff0 PA:1c2ffff4 - 3781500 3766 1c000e2a 00e52423 sw x14, 8(x10) x14:00000000 x10:1c2ffff0 PA:1c2ffff8 - 3799500 3784 1c000e2c 00a7a023 sw x10, 0(x15) x10:1c2ffff0 x15:10000058 PA:10000058 - 3800500 3785 1c000e2e 00000513 addi x10, x0, 0 x10=00000000 - 3801500 3786 1c000e30 01c12083 lw x1, 28(x2) x1=1c0015ca x2:10000940 PA:1000095c - 3802500 3787 1c000e32 01812403 lw x8, 24(x2) x8=10000990 x2:10000940 PA:10000958 - 3803500 3788 1c000e34 01412483 lw x9, 20(x2) x9=10000170 x2:10000940 PA:10000954 - 3804500 3789 1c000e36 02010113 addi x2, x2, 32 x2=10000960 x2:10000940 - 3805500 3790 1c000e38 00008067 jalr x0, x1, 0 x1:1c0015ca - 3807500 3792 1c0015ca 00050f63 beq x10, x0, 30 x10:00000000 - 3842500 3827 1c0015e8 00c12083 lw x1, 12(x2) x1=1c000d08 x2:10000960 PA:1000096c - 3843500 3828 1c0015ea 01010113 addi x2, x2, 16 x2=10000970 x2:10000960 - 3845500 3830 1c0015ec 00008067 jalr x0, x1, 0 x1:1c000d08 - 3862500 3847 1c000d08 f95ff06f jal x0, -108 - 3864500 3849 1c000c9c 0044a78b p.lw x15, 4(x9!) x15=1c0016da x9=10000174 x9:10000170 PA:10000170 - 3866500 3851 1c000ca0 06079363 bne x15, x0, 102 x15:1c0016da - 3869500 3854 1c000d06 000780e7 jalr x1, x15, 0 x1=1c000d08 x15:1c0016da - 3887500 3872 1c0016da ff010113 addi x2, x2, -16 x2=10000960 x2:10000970 - 3888500 3873 1c0016dc 00812423 sw x8, 8(x2) x8:10000990 x2:10000960 PA:10000968 - 3905500 3890 1c0016de 1c0007b7 lui x15, 0x1c000000 x15=1c000000 - 3906500 3891 1c0016e2 10000437 lui x8, 0x10000000 x8=10000000 - 3907500 3892 1c0016e6 00912223 sw x9, 4(x2) x9:10000174 x2:10000960 PA:10000964 - 3908500 3893 1c0016e8 01212023 sw x18, 0(x2) x18:00000000 x2:10000960 PA:10000960 - 3909500 3894 1c0016ea 00112623 sw x1, 12(x2) x1:1c000d08 x2:10000960 PA:1000096c - 3910500 3895 1c0016ec 07040413 addi x8, x8, 112 x8=10000070 x8:10000000 - 3927500 3912 1c0016f0 29878793 addi x15, x15, 664 x15=1c000298 x15:1c000000 - 3928500 3913 1c0016f4 00f42023 sw x15, 0(x8) x15:1c000298 x8:10000070 PA:10000070 - 3929500 3914 1c0016f6 1c0017b7 lui x15, 0x1c001000 x15=1c001000 - 3930500 3915 1c0016fa 6b278793 addi x15, x15, 1714 x15=1c0016b2 x15:1c001000 - 3947500 3932 1c0016fe 100005b7 lui x11, 0x10000000 x11=10000000 - 3948500 3933 1c001702 04840913 addi x18, x8, 72 x18=100000b8 x8:10000070 - 3949500 3934 1c001706 00f42623 sw x15, 12(x8) x15:1c0016b2 x8:10000070 PA:1000007c - 3950500 3935 1c001708 100004b7 lui x9, 0x10000000 x9=10000000 - 3951500 3936 1c00170c 13c58793 addi x15, x11, 316 x15=1000013c x11:10000000 - 3968500 3953 1c001710 15448493 addi x9, x9, 340 x9=10000154 x9:10000000 - 3969500 3954 1c001714 0af42c23 sw x15, 184(x8) x15:1000013c x8:10000070 PA:10000128 - 3970500 3955 1c001718 01200533 add x10, x0, x18 x10=100000b8 x18:100000b8 - 3971500 3956 1c00171a 00100793 addi x15, x0, 1 x15=00000001 - 3972500 3957 1c00171c 13c58593 addi x11, x11, 316 x11=1000013c x11:10000000 - 3989500 3974 1c001720 0af42e23 sw x15, 188(x8) x15:00000001 x8:10000070 PA:1000012c - 3990500 3975 1c001724 0004a023 sw x0, 0(x9) x9:10000154 PA:10000154 - 3991500 3976 1c001728 02042a23 sw x0, 52(x8) x8:10000070 PA:100000a4 - 3992500 3977 1c00172c 00042223 sw x0, 4(x8) x8:10000070 PA:10000074 - 4009500 3994 1c001730 00042423 sw x0, 8(x8) x8:10000070 PA:10000078 - 4010500 3995 1c001734 f84ff0ef jal x1, -2172 x1=1c001738 - 4012500 3997 1c000eb8 ff010113 addi x2, x2, -16 x2=10000950 x2:10000960 - 4013500 3998 1c000eba 00812423 sw x8, 8(x2) x8:10000070 x2:10000950 PA:10000958 - 4014500 3999 1c000ebc 00912223 sw x9, 4(x2) x9:10000154 x2:10000950 PA:10000954 - 4015500 4000 1c000ebe 00112623 sw x1, 12(x2) x1:1c001738 x2:10000950 PA:1000095c - 4016500 4001 1c000ec0 00a00433 add x8, x0, x10 x8=100000b8 x10:100000b8 - 4017500 4002 1c000ec2 00b004b3 add x9, x0, x11 x9=1000013c x11:1000013c - 4018500 4003 1c000ec4 00052823 sw x0, 16(x10) x10:100000b8 PA:100000c8 - 4019500 4004 1c000ec8 00052a23 sw x0, 20(x10) x10:100000b8 PA:100000cc - 4020500 4005 1c000ecc 01000593 addi x11, x0, 16 x11=00000010 - 4021500 4006 1c000ece 00000513 addi x10, x0, 0 x10=00000000 - 4022500 4007 1c000ed0 300000ef jal x1, 768 x1=1c000ed2 - 4024500 4009 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 4025500 4010 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000000 - 4028500 4013 1c0011e6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 4029500 4014 1c0011ea 00251513 slli x10, x10, 0x2 x10=00000000 x10:00000000 - 4030500 4015 1c0011ec 6a078793 addi x15, x15, 1696 x15=1c0026a0 x15:1c002000 - 4031500 4016 1c0011f0 ff3ff06f jal x0, -14 - 4033500 4018 1c0011e2 00f50533 add x10, x10, x15 x10=1c0026a0 x10:00000000 x15:1c0026a0 - 4034500 4019 1c0011e4 f6fff06f jal x0, -146 - 4036500 4021 1c001152 00052783 lw x15, 0(x10) x15=1c0026b8 x10:1c0026a0 PA:1c0026a0 - 4050500 4035 1c001154 00758593 addi x11, x11, 7 x11=00000017 x11:00000010 - 4051500 4036 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00000010 x11:00000017 - 4052500 4037 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 4053500 4038 1c00115c 00078963 beq x15, x0, 18 x15:1c0026b8 - 4054500 4039 1c00115e 0007a703 lw x14, 0(x15) x14=002cd938 x15:1c0026b8 PA:1c0026b8 - 4069500 4054 1c001160 00b74963 blt x14, x11, 18 x14:002cd938 x11:00000010 - 4070500 4055 1c001164 00b71c63 bne x14, x11, 24 x14:002cd938 x11:00000010 - 4073500 4058 1c00117c 40b70733 sub x14, x14, x11 x14=002cd928 x14:002cd938 x11:00000010 - 4074500 4059 1c00117e 00e7a023 sw x14, 0(x15) x14:002cd928 x15:1c0026b8 PA:1c0026b8 - 4092500 4077 1c001180 00e787b3 add x15, x15, x14 x15=1c2cffe0 x15:1c0026b8 x14:002cd928 - 4093500 4078 1c001182 fedff06f jal x0, -20 - 4095500 4080 1c00116e 00f00533 add x10, x0, x15 x10=1c2cffe0 x15:1c2cffe0 - 4096500 4081 1c001170 00008067 jalr x0, x1, 0 x1:1c000ed2 - 4098500 4083 1c000ed2 06a42623 sw x10, 108(x8) x10:1c2cffe0 x8:100000b8 PA:10000124 - 4099500 4084 1c000ed4 00942623 sw x9, 12(x8) x9:1000013c x8:100000b8 PA:100000c4 - 4100500 4085 1c000ed6 00042023 sw x0, 0(x8) x8:100000b8 PA:100000b8 - 4101500 4086 1c000eda 00c12083 lw x1, 12(x2) x1=1c001738 x2:10000950 PA:1000095c - 4102500 4087 1c000edc 00812403 lw x8, 8(x2) x8=10000070 x2:10000950 PA:10000958 - 4103500 4088 1c000ede 00412483 lw x9, 4(x2) x9=10000154 x2:10000950 PA:10000954 - 4104500 4089 1c000ee0 01010113 addi x2, x2, 16 x2=10000960 x2:10000950 - 4105500 4090 1c000ee2 00008067 jalr x0, x1, 0 x1:1c001738 - 4107500 4092 1c001738 100007b7 lui x15, 0x10000000 x15=10000000 - 4108500 4093 1c00173c 1387a703 lw x14, 312(x15) x14=100fff90 x15:10000000 PA:10000138 - 4125500 4110 1c001740 0084a423 sw x8, 8(x9) x8:10000070 x9:10000154 PA:1000015c - 4126500 4111 1c001742 00c12083 lw x1, 12(x2) x1=1c000d08 x2:10000960 PA:1000096c - 4127500 4112 1c001744 04e42823 sw x14, 80(x8) x14:100fff90 x8:10000070 PA:100000c0 - 4128500 4113 1c001746 00812403 lw x8, 8(x2) x8=10000990 x2:10000960 PA:10000968 - 4129500 4114 1c001748 1327ac23 sw x18, 312(x15) x18:100000b8 x15:10000000 PA:10000138 - 4130500 4115 1c00174c 00412483 lw x9, 4(x2) x9=10000174 x2:10000960 PA:10000964 - 4131500 4116 1c00174e 00012903 lw x18, 0(x2) x18=00000000 x2:10000960 PA:10000960 - 4147500 4132 1c001750 01010113 addi x2, x2, 16 x2=10000970 x2:10000960 - 4148500 4133 1c001752 00008067 jalr x0, x1, 0 x1:1c000d08 - 4150500 4135 1c000d08 f95ff06f jal x0, -108 - 4152500 4137 1c000c9c 0044a78b p.lw x15, 4(x9!) x15=1c001874 x9=10000178 x9:10000174 PA:10000174 - 4154500 4139 1c000ca0 06079363 bne x15, x0, 102 x15:1c001874 - 4157500 4142 1c000d06 000780e7 jalr x1, x15, 0 x1=1c000d08 x15:1c001874 - 4175500 4160 1c001874 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 4176500 4161 1c001878 6607ae23 sw x0, 1660(x15) x15:1c002000 PA:1c00267c - 4194500 4179 1c00187c 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 4195500 4180 1c001880 6607ac23 sw x0, 1656(x15) x15:1c002000 PA:1c002678 - 4213500 4198 1c001884 00100793 addi x15, x0, 1 x15=00000001 - 4214500 4199 1c001888 0217b663 p.bneimm x15, 44 x15:00000001 - 4215500 4200 1c00188c 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 4232500 4217 1c001890 ff010113 addi x2, x2, -16 x2=10000960 x2:10000970 - 4233500 4218 1c001892 00000613 addi x12, x0, 0 x12=00000000 - 4234500 4219 1c001894 7b858593 addi x11, x11, 1976 x11=1c0017b8 x11:1c001000 - 4235500 4220 1c001898 00000513 addi x10, x0, 0 x10=00000000 - 4236500 4221 1c00189a 00112623 sw x1, 12(x2) x1:1c000d08 x2:10000960 PA:1000096c - 4237500 4222 1c00189c d64ff0ef jal x1, -2716 x1=1c0018a0 - 4255500 4240 1c000e00 fe010113 addi x2, x2, -32 x2=10000940 x2:10000960 - 4256500 4241 1c000e02 00812c23 sw x8, 24(x2) x8:10000990 x2:10000940 PA:10000958 - 4257500 4242 1c000e04 00912a23 sw x9, 20(x2) x9:10000178 x2:10000940 PA:10000954 - 4258500 4243 1c000e06 00a00433 add x8, x0, x10 x8=00000000 x10:00000000 - 4259500 4244 1c000e08 00b004b3 add x9, x0, x11 x9=1c0017b8 x11:1c0017b8 - 4260500 4245 1c000e0a 00100513 addi x10, x0, 1 x10=00000001 - 4261500 4246 1c000e0c 00c00593 addi x11, x0, 12 x11=0000000c - 4262500 4247 1c000e0e 00c12623 sw x12, 12(x2) x12:00000000 x2:10000940 PA:1000094c - 4263500 4248 1c000e10 00112e23 sw x1, 28(x2) x1:1c0018a0 x2:10000940 PA:1000095c - 4264500 4249 1c000e12 3be000ef jal x1, 958 x1=1c000e14 - 4266500 4251 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 4267500 4252 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000001 - 4270500 4255 1c0011e6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 4271500 4256 1c0011ea 00251513 slli x10, x10, 0x2 x10=00000004 x10:00000001 - 4272500 4257 1c0011ec 6a078793 addi x15, x15, 1696 x15=1c0026a0 x15:1c002000 - 4273500 4258 1c0011f0 ff3ff06f jal x0, -14 - 4275500 4260 1c0011e2 00f50533 add x10, x10, x15 x10=1c0026a4 x10:00000004 x15:1c0026a0 - 4276500 4261 1c0011e4 f6fff06f jal x0, -146 - 4278500 4263 1c001152 00052783 lw x15, 0(x10) x15=1c2d0000 x10:1c0026a4 PA:1c0026a4 - 4292500 4277 1c001154 00758593 addi x11, x11, 7 x11=00000013 x11:0000000c - 4293500 4278 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00000010 x11:00000013 - 4294500 4279 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 4295500 4280 1c00115c 00078963 beq x15, x0, 18 x15:1c2d0000 - 4296500 4281 1c00115e 0007a703 lw x14, 0(x15) x14=0002fff0 x15:1c2d0000 PA:1c2d0000 - 4311500 4296 1c001160 00b74963 blt x14, x11, 18 x14:0002fff0 x11:00000010 - 4312500 4297 1c001164 00b71c63 bne x14, x11, 24 x14:0002fff0 x11:00000010 - 4315500 4300 1c00117c 40b70733 sub x14, x14, x11 x14=0002ffe0 x14:0002fff0 x11:00000010 - 4316500 4301 1c00117e 00e7a023 sw x14, 0(x15) x14:0002ffe0 x15:1c2d0000 PA:1c2d0000 - 4334500 4319 1c001180 00e787b3 add x15, x15, x14 x15=1c2fffe0 x15:1c2d0000 x14:0002ffe0 - 4335500 4320 1c001182 fedff06f jal x0, -20 - 4337500 4322 1c00116e 00f00533 add x10, x0, x15 x10=1c2fffe0 x15:1c2fffe0 - 4338500 4323 1c001170 00008067 jalr x0, x1, 0 x1:1c000e14 - 4340500 4325 1c000e14 00c12603 lw x12, 12(x2) x12=00000000 x2:10000940 PA:1000094c - 4341500 4326 1c000e16 02050263 beq x10, x0, 36 x10:1c2fffe0 - 4342500 4327 1c000e18 100007b7 lui x15, 0x10000000 x15=10000000 - 4343500 4328 1c000e1c 00241413 slli x8, x8, 0x2 x8=00000000 x8:00000000 - 4344500 4329 1c000e1e 05878793 addi x15, x15, 88 x15=10000058 x15:10000000 - 4345500 4330 1c000e22 008787b3 add x15, x15, x8 x15=10000058 x15:10000058 x8:00000000 - 4346500 4331 1c000e24 0007a703 lw x14, 0(x15) x14=1c2ffff0 x15:10000058 PA:10000058 - 4347500 4332 1c000e26 00952023 sw x9, 0(x10) x9:1c0017b8 x10:1c2fffe0 PA:1c2fffe0 - 4365500 4350 1c000e28 00c52223 sw x12, 4(x10) x12:00000000 x10:1c2fffe0 PA:1c2fffe4 - 4383500 4368 1c000e2a 00e52423 sw x14, 8(x10) x14:1c2ffff0 x10:1c2fffe0 PA:1c2fffe8 - 4401500 4386 1c000e2c 00a7a023 sw x10, 0(x15) x10:1c2fffe0 x15:10000058 PA:10000058 - 4402500 4387 1c000e2e 00000513 addi x10, x0, 0 x10=00000000 - 4403500 4388 1c000e30 01c12083 lw x1, 28(x2) x1=1c0018a0 x2:10000940 PA:1000095c - 4404500 4389 1c000e32 01812403 lw x8, 24(x2) x8=10000990 x2:10000940 PA:10000958 - 4405500 4390 1c000e34 01412483 lw x9, 20(x2) x9=10000178 x2:10000940 PA:10000954 - 4406500 4391 1c000e36 02010113 addi x2, x2, 32 x2=10000960 x2:10000940 - 4407500 4392 1c000e38 00008067 jalr x0, x1, 0 x1:1c0018a0 - 4409500 4394 1c0018a0 00c12083 lw x1, 12(x2) x1=1c000d08 x2:10000960 PA:1000096c - 4410500 4395 1c0018a2 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 4411500 4396 1c0018a6 00000613 addi x12, x0, 0 x12=00000000 - 4412500 4397 1c0018a8 79c58593 addi x11, x11, 1948 x11=1c00179c x11:1c001000 - 4413500 4398 1c0018ac 00100513 addi x10, x0, 1 x10=00000001 - 4414500 4399 1c0018ae 01010113 addi x2, x2, 16 x2=10000970 x2:10000960 - 4430500 4415 1c0018b0 d50ff06f jal x0, -2736 - 4432500 4417 1c000e00 fe010113 addi x2, x2, -32 x2=10000950 x2:10000970 - 4433500 4418 1c000e02 00812c23 sw x8, 24(x2) x8:10000990 x2:10000950 PA:10000968 - 4434500 4419 1c000e04 00912a23 sw x9, 20(x2) x9:10000178 x2:10000950 PA:10000964 - 4435500 4420 1c000e06 00a00433 add x8, x0, x10 x8=00000001 x10:00000001 - 4436500 4421 1c000e08 00b004b3 add x9, x0, x11 x9=1c00179c x11:1c00179c - 4437500 4422 1c000e0a 00100513 addi x10, x0, 1 x10=00000001 - 4438500 4423 1c000e0c 00c00593 addi x11, x0, 12 x11=0000000c - 4439500 4424 1c000e0e 00c12623 sw x12, 12(x2) x12:00000000 x2:10000950 PA:1000095c - 4440500 4425 1c000e10 00112e23 sw x1, 28(x2) x1:1c000d08 x2:10000950 PA:1000096c - 4441500 4426 1c000e12 3be000ef jal x1, 958 x1=1c000e14 - 4443500 4428 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 4444500 4429 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000001 - 4447500 4432 1c0011e6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 4448500 4433 1c0011ea 00251513 slli x10, x10, 0x2 x10=00000004 x10:00000001 - 4449500 4434 1c0011ec 6a078793 addi x15, x15, 1696 x15=1c0026a0 x15:1c002000 - 4450500 4435 1c0011f0 ff3ff06f jal x0, -14 - 4452500 4437 1c0011e2 00f50533 add x10, x10, x15 x10=1c0026a4 x10:00000004 x15:1c0026a0 - 4453500 4438 1c0011e4 f6fff06f jal x0, -146 - 4455500 4440 1c001152 00052783 lw x15, 0(x10) x15=1c2d0000 x10:1c0026a4 PA:1c0026a4 - 4469500 4454 1c001154 00758593 addi x11, x11, 7 x11=00000013 x11:0000000c - 4470500 4455 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00000010 x11:00000013 - 4471500 4456 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 4472500 4457 1c00115c 00078963 beq x15, x0, 18 x15:1c2d0000 - 4473500 4458 1c00115e 0007a703 lw x14, 0(x15) x14=0002ffe0 x15:1c2d0000 PA:1c2d0000 - 4488500 4473 1c001160 00b74963 blt x14, x11, 18 x14:0002ffe0 x11:00000010 - 4489500 4474 1c001164 00b71c63 bne x14, x11, 24 x14:0002ffe0 x11:00000010 - 4492500 4477 1c00117c 40b70733 sub x14, x14, x11 x14=0002ffd0 x14:0002ffe0 x11:00000010 - 4493500 4478 1c00117e 00e7a023 sw x14, 0(x15) x14:0002ffd0 x15:1c2d0000 PA:1c2d0000 - 4511500 4496 1c001180 00e787b3 add x15, x15, x14 x15=1c2fffd0 x15:1c2d0000 x14:0002ffd0 - 4512500 4497 1c001182 fedff06f jal x0, -20 - 4514500 4499 1c00116e 00f00533 add x10, x0, x15 x10=1c2fffd0 x15:1c2fffd0 - 4515500 4500 1c001170 00008067 jalr x0, x1, 0 x1:1c000e14 - 4517500 4502 1c000e14 00c12603 lw x12, 12(x2) x12=00000000 x2:10000950 PA:1000095c - 4518500 4503 1c000e16 02050263 beq x10, x0, 36 x10:1c2fffd0 - 4519500 4504 1c000e18 100007b7 lui x15, 0x10000000 x15=10000000 - 4520500 4505 1c000e1c 00241413 slli x8, x8, 0x2 x8=00000004 x8:00000001 - 4521500 4506 1c000e1e 05878793 addi x15, x15, 88 x15=10000058 x15:10000000 - 4522500 4507 1c000e22 008787b3 add x15, x15, x8 x15=1000005c x15:10000058 x8:00000004 - 4523500 4508 1c000e24 0007a703 lw x14, 0(x15) x14=00000000 x15:1000005c PA:1000005c - 4524500 4509 1c000e26 00952023 sw x9, 0(x10) x9:1c00179c x10:1c2fffd0 PA:1c2fffd0 - 4542500 4527 1c000e28 00c52223 sw x12, 4(x10) x12:00000000 x10:1c2fffd0 PA:1c2fffd4 - 4560500 4545 1c000e2a 00e52423 sw x14, 8(x10) x14:00000000 x10:1c2fffd0 PA:1c2fffd8 - 4578500 4563 1c000e2c 00a7a023 sw x10, 0(x15) x10:1c2fffd0 x15:1000005c PA:1000005c - 4579500 4564 1c000e2e 00000513 addi x10, x0, 0 x10=00000000 - 4580500 4565 1c000e30 01c12083 lw x1, 28(x2) x1=1c000d08 x2:10000950 PA:1000096c - 4581500 4566 1c000e32 01812403 lw x8, 24(x2) x8=10000990 x2:10000950 PA:10000968 - 4582500 4567 1c000e34 01412483 lw x9, 20(x2) x9=10000178 x2:10000950 PA:10000964 - 4583500 4568 1c000e36 02010113 addi x2, x2, 32 x2=10000970 x2:10000950 - 4584500 4569 1c000e38 00008067 jalr x0, x1, 0 x1:1c000d08 - 4586500 4571 1c000d08 f95ff06f jal x0, -108 - 4588500 4573 1c000c9c 0044a78b p.lw x15, 4(x9!) x15=1c0020a4 x9=1000017c x9:10000178 PA:10000178 - 4590500 4575 1c000ca0 06079363 bne x15, x0, 102 x15:1c0020a4 - 4593500 4578 1c000d06 000780e7 jalr x1, x15, 0 x1=1c000d08 x15:1c0020a4 - 4611500 4596 1c0020a4 1c0025b7 lui x11, 0x1c002000 x11=1c002000 - 4612500 4597 1c0020a8 ff010113 addi x2, x2, -16 x2=10000960 x2:10000970 - 4613500 4598 1c0020aa 00000613 addi x12, x0, 0 x12=00000000 - 4614500 4599 1c0020ac 00458593 addi x11, x11, 4 x11=1c002004 x11:1c002000 - 4631500 4616 1c0020b0 00400513 addi x10, x0, 4 x10=00000004 - 4632500 4617 1c0020b2 00112623 sw x1, 12(x2) x1:1c000d08 x2:10000960 PA:1000096c - 4633500 4618 1c0020b4 00812423 sw x8, 8(x2) x8:10000990 x2:10000960 PA:10000968 - 4634500 4619 1c0020b6 d4bfe0ef jal x1, -4790 x1=1c0020ba - 4636500 4621 1c000e00 fe010113 addi x2, x2, -32 x2=10000940 x2:10000960 - 4637500 4622 1c000e02 00812c23 sw x8, 24(x2) x8:10000990 x2:10000940 PA:10000958 - 4638500 4623 1c000e04 00912a23 sw x9, 20(x2) x9:1000017c x2:10000940 PA:10000954 - 4639500 4624 1c000e06 00a00433 add x8, x0, x10 x8=00000004 x10:00000004 - 4640500 4625 1c000e08 00b004b3 add x9, x0, x11 x9=1c002004 x11:1c002004 - 4641500 4626 1c000e0a 00100513 addi x10, x0, 1 x10=00000001 - 4642500 4627 1c000e0c 00c00593 addi x11, x0, 12 x11=0000000c - 4643500 4628 1c000e0e 00c12623 sw x12, 12(x2) x12:00000000 x2:10000940 PA:1000094c - 4644500 4629 1c000e10 00112e23 sw x1, 28(x2) x1:1c0020ba x2:10000940 PA:1000095c - 4645500 4630 1c000e12 3be000ef jal x1, 958 x1=1c000e14 - 4647500 4632 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 4648500 4633 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000001 - 4651500 4636 1c0011e6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 4652500 4637 1c0011ea 00251513 slli x10, x10, 0x2 x10=00000004 x10:00000001 - 4653500 4638 1c0011ec 6a078793 addi x15, x15, 1696 x15=1c0026a0 x15:1c002000 - 4654500 4639 1c0011f0 ff3ff06f jal x0, -14 - 4656500 4641 1c0011e2 00f50533 add x10, x10, x15 x10=1c0026a4 x10:00000004 x15:1c0026a0 - 4657500 4642 1c0011e4 f6fff06f jal x0, -146 - 4659500 4644 1c001152 00052783 lw x15, 0(x10) x15=1c2d0000 x10:1c0026a4 PA:1c0026a4 - 4673500 4658 1c001154 00758593 addi x11, x11, 7 x11=00000013 x11:0000000c - 4674500 4659 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00000010 x11:00000013 - 4675500 4660 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 4676500 4661 1c00115c 00078963 beq x15, x0, 18 x15:1c2d0000 - 4677500 4662 1c00115e 0007a703 lw x14, 0(x15) x14=0002ffd0 x15:1c2d0000 PA:1c2d0000 - 4692500 4677 1c001160 00b74963 blt x14, x11, 18 x14:0002ffd0 x11:00000010 - 4693500 4678 1c001164 00b71c63 bne x14, x11, 24 x14:0002ffd0 x11:00000010 - 4696500 4681 1c00117c 40b70733 sub x14, x14, x11 x14=0002ffc0 x14:0002ffd0 x11:00000010 - 4697500 4682 1c00117e 00e7a023 sw x14, 0(x15) x14:0002ffc0 x15:1c2d0000 PA:1c2d0000 - 4715500 4700 1c001180 00e787b3 add x15, x15, x14 x15=1c2fffc0 x15:1c2d0000 x14:0002ffc0 - 4716500 4701 1c001182 fedff06f jal x0, -20 - 4718500 4703 1c00116e 00f00533 add x10, x0, x15 x10=1c2fffc0 x15:1c2fffc0 - 4719500 4704 1c001170 00008067 jalr x0, x1, 0 x1:1c000e14 - 4721500 4706 1c000e14 00c12603 lw x12, 12(x2) x12=00000000 x2:10000940 PA:1000094c - 4722500 4707 1c000e16 02050263 beq x10, x0, 36 x10:1c2fffc0 - 4723500 4708 1c000e18 100007b7 lui x15, 0x10000000 x15=10000000 - 4724500 4709 1c000e1c 00241413 slli x8, x8, 0x2 x8=00000010 x8:00000004 - 4725500 4710 1c000e1e 05878793 addi x15, x15, 88 x15=10000058 x15:10000000 - 4726500 4711 1c000e22 008787b3 add x15, x15, x8 x15=10000068 x15:10000058 x8:00000010 - 4727500 4712 1c000e24 0007a703 lw x14, 0(x15) x14=00000000 x15:10000068 PA:10000068 - 4728500 4713 1c000e26 00952023 sw x9, 0(x10) x9:1c002004 x10:1c2fffc0 PA:1c2fffc0 - 4746500 4731 1c000e28 00c52223 sw x12, 4(x10) x12:00000000 x10:1c2fffc0 PA:1c2fffc4 - 4764500 4749 1c000e2a 00e52423 sw x14, 8(x10) x14:00000000 x10:1c2fffc0 PA:1c2fffc8 - 4782500 4767 1c000e2c 00a7a023 sw x10, 0(x15) x10:1c2fffc0 x15:10000068 PA:10000068 - 4783500 4768 1c000e2e 00000513 addi x10, x0, 0 x10=00000000 - 4784500 4769 1c000e30 01c12083 lw x1, 28(x2) x1=1c0020ba x2:10000940 PA:1000095c - 4785500 4770 1c000e32 01812403 lw x8, 24(x2) x8=10000990 x2:10000940 PA:10000958 - 4786500 4771 1c000e34 01412483 lw x9, 20(x2) x9=1000017c x2:10000940 PA:10000954 - 4787500 4772 1c000e36 02010113 addi x2, x2, 32 x2=10000960 x2:10000940 - 4788500 4773 1c000e38 00008067 jalr x0, x1, 0 x1:1c0020ba - 4790500 4775 1c0020ba 1c0025b7 lui x11, 0x1c002000 x11=1c002000 - 4791500 4776 1c0020be 00a00433 add x8, x0, x10 x8=00000000 x10:00000000 - 4808500 4793 1c0020c0 00000613 addi x12, x0, 0 x12=00000000 - 4809500 4794 1c0020c2 fe458593 addi x11, x11, -28 x11=1c001fe4 x11:1c002000 - 4810500 4795 1c0020c6 00500513 addi x10, x0, 5 x10=00000005 - 4811500 4796 1c0020c8 d39fe0ef jal x1, -4808 x1=1c0020cc - 4813500 4798 1c000e00 fe010113 addi x2, x2, -32 x2=10000940 x2:10000960 - 4814500 4799 1c000e02 00812c23 sw x8, 24(x2) x8:00000000 x2:10000940 PA:10000958 - 4815500 4800 1c000e04 00912a23 sw x9, 20(x2) x9:1000017c x2:10000940 PA:10000954 - 4816500 4801 1c000e06 00a00433 add x8, x0, x10 x8=00000005 x10:00000005 - 4817500 4802 1c000e08 00b004b3 add x9, x0, x11 x9=1c001fe4 x11:1c001fe4 - 4818500 4803 1c000e0a 00100513 addi x10, x0, 1 x10=00000001 - 4819500 4804 1c000e0c 00c00593 addi x11, x0, 12 x11=0000000c - 4820500 4805 1c000e0e 00c12623 sw x12, 12(x2) x12:00000000 x2:10000940 PA:1000094c - 4821500 4806 1c000e10 00112e23 sw x1, 28(x2) x1:1c0020cc x2:10000940 PA:1000095c - 4822500 4807 1c000e12 3be000ef jal x1, 958 x1=1c000e14 - 4824500 4809 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 4825500 4810 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000001 - 4828500 4813 1c0011e6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 4829500 4814 1c0011ea 00251513 slli x10, x10, 0x2 x10=00000004 x10:00000001 - 4830500 4815 1c0011ec 6a078793 addi x15, x15, 1696 x15=1c0026a0 x15:1c002000 - 4831500 4816 1c0011f0 ff3ff06f jal x0, -14 - 4833500 4818 1c0011e2 00f50533 add x10, x10, x15 x10=1c0026a4 x10:00000004 x15:1c0026a0 - 4834500 4819 1c0011e4 f6fff06f jal x0, -146 - 4836500 4821 1c001152 00052783 lw x15, 0(x10) x15=1c2d0000 x10:1c0026a4 PA:1c0026a4 - 4850500 4835 1c001154 00758593 addi x11, x11, 7 x11=00000013 x11:0000000c - 4851500 4836 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00000010 x11:00000013 - 4852500 4837 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 4853500 4838 1c00115c 00078963 beq x15, x0, 18 x15:1c2d0000 - 4854500 4839 1c00115e 0007a703 lw x14, 0(x15) x14=0002ffc0 x15:1c2d0000 PA:1c2d0000 - 4869500 4854 1c001160 00b74963 blt x14, x11, 18 x14:0002ffc0 x11:00000010 - 4870500 4855 1c001164 00b71c63 bne x14, x11, 24 x14:0002ffc0 x11:00000010 - 4873500 4858 1c00117c 40b70733 sub x14, x14, x11 x14=0002ffb0 x14:0002ffc0 x11:00000010 - 4874500 4859 1c00117e 00e7a023 sw x14, 0(x15) x14:0002ffb0 x15:1c2d0000 PA:1c2d0000 - 4892500 4877 1c001180 00e787b3 add x15, x15, x14 x15=1c2fffb0 x15:1c2d0000 x14:0002ffb0 - 4893500 4878 1c001182 fedff06f jal x0, -20 - 4895500 4880 1c00116e 00f00533 add x10, x0, x15 x10=1c2fffb0 x15:1c2fffb0 - 4896500 4881 1c001170 00008067 jalr x0, x1, 0 x1:1c000e14 - 4898500 4883 1c000e14 00c12603 lw x12, 12(x2) x12=00000000 x2:10000940 PA:1000094c - 4899500 4884 1c000e16 02050263 beq x10, x0, 36 x10:1c2fffb0 - 4900500 4885 1c000e18 100007b7 lui x15, 0x10000000 x15=10000000 - 4901500 4886 1c000e1c 00241413 slli x8, x8, 0x2 x8=00000014 x8:00000005 - 4902500 4887 1c000e1e 05878793 addi x15, x15, 88 x15=10000058 x15:10000000 - 4903500 4888 1c000e22 008787b3 add x15, x15, x8 x15=1000006c x15:10000058 x8:00000014 - 4904500 4889 1c000e24 0007a703 lw x14, 0(x15) x14=00000000 x15:1000006c PA:1000006c - 4905500 4890 1c000e26 00952023 sw x9, 0(x10) x9:1c001fe4 x10:1c2fffb0 PA:1c2fffb0 - 4923500 4908 1c000e28 00c52223 sw x12, 4(x10) x12:00000000 x10:1c2fffb0 PA:1c2fffb4 - 4941500 4926 1c000e2a 00e52423 sw x14, 8(x10) x14:00000000 x10:1c2fffb0 PA:1c2fffb8 - 4959500 4944 1c000e2c 00a7a023 sw x10, 0(x15) x10:1c2fffb0 x15:1000006c PA:1000006c - 4960500 4945 1c000e2e 00000513 addi x10, x0, 0 x10=00000000 - 4961500 4946 1c000e30 01c12083 lw x1, 28(x2) x1=1c0020cc x2:10000940 PA:1000095c - 4962500 4947 1c000e32 01812403 lw x8, 24(x2) x8=00000000 x2:10000940 PA:10000958 - 4963500 4948 1c000e34 01412483 lw x9, 20(x2) x9=1000017c x2:10000940 PA:10000954 - 4964500 4949 1c000e36 02010113 addi x2, x2, 32 x2=10000960 x2:10000940 - 4965500 4950 1c000e38 00008067 jalr x0, x1, 0 x1:1c0020cc - 4967500 4952 1c0020cc 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 4984500 4969 1c0020d0 6607a423 sw x0, 1640(x15) x15:1c002000 PA:1c002668 - 5002500 4987 1c0020d4 00856533 or x10, x10, x8 x10=00000000 x10:00000000 x8:00000000 - 5003500 4988 1c0020d6 02050163 beq x10, x0, 34 x10:00000000 - 5022500 5007 1c0020f8 00c12083 lw x1, 12(x2) x1=1c000d08 x2:10000960 PA:1000096c - 5023500 5008 1c0020fa 00812403 lw x8, 8(x2) x8=10000990 x2:10000960 PA:10000968 - 5024500 5009 1c0020fc 01010113 addi x2, x2, 16 x2=10000970 x2:10000960 - 5025500 5010 1c0020fe 00008067 jalr x0, x1, 0 x1:1c000d08 - 5042500 5027 1c000d08 f95ff06f jal x0, -108 - 5044500 5029 1c000c9c 0044a78b p.lw x15, 4(x9!) x15=00000000 x9=10000180 x9:1000017c PA:1000017c - 5046500 5031 1c000ca0 06079363 bne x15, x0, 102 x15:00000000 - 5047500 5032 1c000ca2 30045073 csrrwi x0, 0x00000008, 0x300 - 5051500 5036 1c000ca6 00000513 addi x10, x0, 0 x10=00000000 - 5052500 5037 1c000ca8 196000ef jal x1, 406 x1=1c000caa - 5054500 5039 1c000e3e ff010113 addi x2, x2, -16 x2=10000960 x2:10000970 - 5071500 5056 1c000e40 00812423 sw x8, 8(x2) x8:10000990 x2:10000960 PA:10000968 - 5072500 5057 1c000e42 10000437 lui x8, 0x10000000 x8=10000000 - 5073500 5058 1c000e46 00251513 slli x10, x10, 0x2 x10=00000000 x10:00000000 - 5074500 5059 1c000e48 05840413 addi x8, x8, 88 x8=10000058 x8:10000000 - 5075500 5060 1c000e4c 20a47403 lw x8, x10(x8) x8=1c2fffe0 x10:00000000 x8:10000058 PA:10000058 - 5092500 5077 1c000e50 00112623 sw x1, 12(x2) x1:1c000caa x2:10000960 PA:1000096c - 5093500 5078 1c000e52 00041663 bne x8, x0, 12 x8:1c2fffe0 - 5096500 5081 1c000e5e 00042783 lw x15, 0(x8) x15=1c0017b8 x8:1c2fffe0 PA:1c2fffe0 - 5110500 5095 1c000e60 00442503 lw x10, 4(x8) x10=00000000 x8:1c2fffe0 PA:1c2fffe4 - 5124500 5109 1c000e62 000780e7 jalr x1, x15, 0 x1=1c000e64 x15:1c0017b8 - 5130500 5115 1c0017b8 fe010113 addi x2, x2, -32 x2=10000940 x2:10000960 - 5131500 5116 1c0017ba 00810513 addi x10, x2, 8 x10=10000948 x2:10000940 - 5132500 5117 1c0017bc 00112e23 sw x1, 28(x2) x1:1c000e64 x2:10000940 PA:1000095c - 5149500 5134 1c0017be 061000ef jal x1, 2144 x1=1c0017c2 - 5167500 5152 1c00201e 0001c7b7 lui x15, 0x1c000 x15=0001c000 - 5184500 5169 1c002020 20078793 addi x15, x15, 512 x15=0001c200 x15:0001c000 - 5185500 5170 1c002024 00f52023 sw x15, 0(x10) x15:0001c200 x10:10000948 PA:10000948 - 5186500 5171 1c002026 00008067 jalr x0, x1, 0 x1:1c0017c2 - 5188500 5173 1c0017c2 0001c7b7 lui x15, 0x1c000 x15=0001c000 - 5189500 5174 1c0017c6 20078793 addi x15, x15, 512 x15=0001c200 x15:0001c000 - 5190500 5175 1c0017ca 00f12423 sw x15, 8(x2) x15:0001c200 x2:10000940 PA:10000948 - 5191500 5176 1c0017cc 100007b7 lui x15, 0x10000000 x15=10000000 - 5208500 5193 1c0017d0 15c7a783 lw x15, 348(x15) x15=10000070 x15:10000000 PA:1000015c - 5209500 5194 1c0017d4 1c002537 lui x10, 0x1c002000 x10=1c002000 - 5210500 5195 1c0017d8 5f850513 addi x10, x10, 1528 x10=1c0025f8 x10:1c002000 - 5211500 5196 1c0017dc 0b87a583 lw x11, 184(x15) x11=1000013c x15:10000070 PA:10000128 - 5228500 5213 1c0017e0 ed8ff0ef jal x1, -2344 x1=1c0017e4 - 5230500 5215 1c000eb8 ff010113 addi x2, x2, -16 x2=10000930 x2:10000940 - 5231500 5216 1c000eba 00812423 sw x8, 8(x2) x8:1c2fffe0 x2:10000930 PA:10000938 - 5232500 5217 1c000ebc 00912223 sw x9, 4(x2) x9:10000180 x2:10000930 PA:10000934 - 5233500 5218 1c000ebe 00112623 sw x1, 12(x2) x1:1c0017e4 x2:10000930 PA:1000093c - 5234500 5219 1c000ec0 00a00433 add x8, x0, x10 x8=1c0025f8 x10:1c0025f8 - 5235500 5220 1c000ec2 00b004b3 add x9, x0, x11 x9=1000013c x11:1000013c - 5236500 5221 1c000ec4 00052823 sw x0, 16(x10) x10:1c0025f8 PA:1c002608 - 5254500 5239 1c000ec8 00052a23 sw x0, 20(x10) x10:1c0025f8 PA:1c00260c - 5272500 5257 1c000ecc 01000593 addi x11, x0, 16 x11=00000010 - 5273500 5258 1c000ece 00000513 addi x10, x0, 0 x10=00000000 - 5274500 5259 1c000ed0 300000ef jal x1, 768 x1=1c000ed2 - 5276500 5261 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 5277500 5262 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000000 - 5280500 5265 1c0011e6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 5281500 5266 1c0011ea 00251513 slli x10, x10, 0x2 x10=00000000 x10:00000000 - 5282500 5267 1c0011ec 6a078793 addi x15, x15, 1696 x15=1c0026a0 x15:1c002000 - 5283500 5268 1c0011f0 ff3ff06f jal x0, -14 - 5285500 5270 1c0011e2 00f50533 add x10, x10, x15 x10=1c0026a0 x10:00000000 x15:1c0026a0 - 5286500 5271 1c0011e4 f6fff06f jal x0, -146 - 5288500 5273 1c001152 00052783 lw x15, 0(x10) x15=1c0026b8 x10:1c0026a0 PA:1c0026a0 - 5302500 5287 1c001154 00758593 addi x11, x11, 7 x11=00000017 x11:00000010 - 5303500 5288 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00000010 x11:00000017 - 5304500 5289 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 5305500 5290 1c00115c 00078963 beq x15, x0, 18 x15:1c0026b8 - 5306500 5291 1c00115e 0007a703 lw x14, 0(x15) x14=002cd928 x15:1c0026b8 PA:1c0026b8 - 5321500 5306 1c001160 00b74963 blt x14, x11, 18 x14:002cd928 x11:00000010 - 5322500 5307 1c001164 00b71c63 bne x14, x11, 24 x14:002cd928 x11:00000010 - 5325500 5310 1c00117c 40b70733 sub x14, x14, x11 x14=002cd918 x14:002cd928 x11:00000010 - 5326500 5311 1c00117e 00e7a023 sw x14, 0(x15) x14:002cd918 x15:1c0026b8 PA:1c0026b8 - 5344500 5329 1c001180 00e787b3 add x15, x15, x14 x15=1c2cffd0 x15:1c0026b8 x14:002cd918 - 5345500 5330 1c001182 fedff06f jal x0, -20 - 5347500 5332 1c00116e 00f00533 add x10, x0, x15 x10=1c2cffd0 x15:1c2cffd0 - 5348500 5333 1c001170 00008067 jalr x0, x1, 0 x1:1c000ed2 - 5350500 5335 1c000ed2 06a42623 sw x10, 108(x8) x10:1c2cffd0 x8:1c0025f8 PA:1c002664 - 5368500 5353 1c000ed4 00942623 sw x9, 12(x8) x9:1000013c x8:1c0025f8 PA:1c002604 - 5386500 5371 1c000ed6 00042023 sw x0, 0(x8) x8:1c0025f8 PA:1c0025f8 - 5404500 5389 1c000eda 00c12083 lw x1, 12(x2) x1=1c0017e4 x2:10000930 PA:1000093c - 5405500 5390 1c000edc 00812403 lw x8, 8(x2) x8=1c2fffe0 x2:10000930 PA:10000938 - 5406500 5391 1c000ede 00412483 lw x9, 4(x2) x9=10000180 x2:10000930 PA:10000934 - 5407500 5392 1c000ee0 01010113 addi x2, x2, 16 x2=10000940 x2:10000930 - 5408500 5393 1c000ee2 00008067 jalr x0, x1, 0 x1:1c0017e4 - 5410500 5395 1c0017e4 00810593 addi x11, x2, 8 x11=10000948 x2:10000940 - 5411500 5396 1c0017e6 00000693 addi x13, x0, 0 x13=00000000 - 5412500 5397 1c0017e8 00000613 addi x12, x0, 0 x12=00000000 - 5413500 5398 1c0017ea 00000513 addi x10, x0, 0 x10=00000000 - 5414500 5399 1c0017ec 03d000ef jal x1, 2108 x1=1c0017f0 - 5432500 5417 1c002028 ff010113 addi x2, x2, -16 x2=10000930 x2:10000940 - 5433500 5418 1c00202a 00112623 sw x1, 12(x2) x1:1c0017f0 x2:10000930 PA:1000093c - 5434500 5419 1c00202c 00812423 sw x8, 8(x2) x8:1c2fffe0 x2:10000930 PA:10000938 - 5435500 5420 1c00202e 00912223 sw x9, 4(x2) x9:10000180 x2:10000930 PA:10000934 - 5451500 5436 1c002030 300474f3 csrrci x9, 0x00000008, 0x300 x9=00001808 - 5455500 5440 1c002034 02058a63 beq x11, x0, 52 x11:10000948 - 5456500 5441 1c002036 0005a503 lw x10, 0(x11) x10=0001c200 x11:10000948 PA:10000948 - 5457500 5442 1c002038 1c002437 lui x8, 0x1c002000 x8=1c002000 - 5458500 5443 1c00203c 66840793 addi x15, x8, 1640 x15=1c002668 x8:1c002000 - 5475500 5460 1c002040 0007a703 lw x14, 0(x15) x14=00000000 x15:1c002668 PA:1c002668 - 5489500 5474 1c002042 008006b3 add x13, x0, x8 x13=1c002000 x8:1c002000 - 5490500 5475 1c002044 66840613 addi x12, x8, 1640 x12=1c002668 x8:1c002000 - 5491500 5476 1c002048 02070463 beq x14, x0, 40 x14:00000000 - 5510500 5495 1c002070 00100713 addi x14, x0, 1 x14=00000001 - 5511500 5496 1c002072 00e7a023 sw x14, 0(x15) x14:00000001 x15:1c002668 PA:1c002668 - 5529500 5514 1c002074 00a7a423 sw x10, 8(x15) x10:0001c200 x15:1c002668 PA:1c002670 - 5547500 5532 1c002076 00e7a623 sw x14, 12(x15) x14:00000001 x15:1c002668 PA:1c002674 - 5565500 5550 1c002078 f17ff0ef jal x1, -234 x1=1c00207a - 5583500 5568 1c001f8e 02faf7b7 lui x15, 0x2faf000 x15=02faf000 - 5584500 5569 1c001f92 08078793 addi x15, x15, 128 x15=02faf080 x15:02faf000 - 5585500 5570 1c001f96 02a7d533 divu x10, x15, x10 x10=000001b2 x15:02faf000 x10:0001c200 - 5603500 5588 1c001f9a 1a1027b7 lui x15, 0x1a102000 x15=1a102000 - 5604500 5589 1c001f9e 00c78613 addi x12, x15, 12 x12=1a10200c x15:1a102000 - 5605500 5590 1c001fa2 08300713 addi x14, x0, 131 x14=00000083 - 5606500 5591 1c001fa6 00e62023 sw x14, 0(x12) x14:00000083 x12:1a10200c PA:1a10200c - 5626500 5611 1c001fa8 00478693 addi x13, x15, 4 x13=1a102004 x15:1a102000 - 5627500 5612 1c001fac 0a700593 addi x11, x0, 167 x11=000000a7 - 5628500 5613 1c001fb0 00455513 srli x10, x10, 0x4 x10=0000001b x10:000001b2 - 5629500 5614 1c001fb2 fff50513 addi x10, x10, -1 x10=0000001a x10:0000001b - 5630500 5615 1c001fb4 40855713 srai x14, x10, 0x408 x14=00000000 x10:0000001a - 5631500 5616 1c001fb8 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 5632500 5617 1c001fbc 00e6a023 sw x14, 0(x13) x14:00000000 x13:1a102004 PA:1a102004 - 5653500 5638 1c001fbe ee853533 p.bclr x10, x10, 23, 8 x10=0000001a x10:0000001a - 5654500 5639 1c001fc2 00f00733 add x14, x0, x15 x14=1a102000 x15:1a102000 - 5655500 5640 1c001fc4 00a7242b p.sw x10, 8(x14!) x14=1a102008 x10:0000001a x14:1a102000 PA:1a102000 - 5675500 5660 1c001fc8 00b72023 sw x11, 0(x14) x11:000000a7 x14:1a102008 PA:1a102008 - 5695500 5680 1c001fca 00300713 addi x14, x0, 3 x14=00000003 - 5696500 5681 1c001fcc 00e62023 sw x14, 0(x12) x14:00000003 x12:1a10200c PA:1a10200c - 5716500 5701 1c001fce 0006a703 lw x14, 0(x13) x14=00000000 x13:1a102004 PA:1a102004 - 5733500 5718 1c001fd0 01078793 addi x15, x15, 16 x15=1a102010 x15:1a102000 - 5734500 5719 1c001fd2 0f077713 andi x14, x14, 240 x14=00000000 x14:00000000 - 5735500 5720 1c001fd6 c0174733 p.bset x14, x14, 0, 1 x14=00000002 x14:00000000 - 5736500 5721 1c001fda 00e6a023 sw x14, 0(x13) x14:00000002 x13:1a102004 PA:1a102004 - 5756500 5741 1c001fdc 02000713 addi x14, x0, 32 x14=00000020 - 5757500 5742 1c001fe0 00e7a023 sw x14, 0(x15) x14:00000020 x15:1a102010 PA:1a102010 - 5777500 5762 1c001fe2 00008067 jalr x0, x1, 0 x1:1c00207a - 5778500 5763 1c00207a 30049073 csrrw x0, x9, 0x300 x9:00001808 - 5795500 5780 1c00207e 66840513 addi x10, x8, 1640 x10=1c002668 x8:1c002000 - 5796500 5781 1c002082 fddff06f jal x0, -36 - 5814500 5799 1c00205e 00c12083 lw x1, 12(x2) x1=1c0017f0 x2:10000930 PA:1000093c - 5831500 5816 1c002060 00812403 lw x8, 8(x2) x8=1c2fffe0 x2:10000930 PA:10000938 - 5832500 5817 1c002062 00412483 lw x9, 4(x2) x9=10000180 x2:10000930 PA:10000934 - 5833500 5818 1c002064 01010113 addi x2, x2, 16 x2=10000940 x2:10000930 - 5834500 5819 1c002066 00008067 jalr x0, x1, 0 x1:1c0017f0 - 5836500 5821 1c0017f0 01c12083 lw x1, 28(x2) x1=1c000e64 x2:10000940 PA:1000095c - 5837500 5822 1c0017f2 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 5838500 5823 1c0017f6 66a7ae23 sw x10, 1660(x15) x10:1c002668 x15:1c002000 PA:1c00267c - 5856500 5841 1c0017fa 00000513 addi x10, x0, 0 x10=00000000 - 5857500 5842 1c0017fc 02010113 addi x2, x2, 32 x2=10000960 x2:10000940 - 5858500 5843 1c0017fe 00008067 jalr x0, x1, 0 x1:1c000e64 - 5860500 5845 1c000e64 00051363 bne x10, x0, 6 x10:00000000 - 5861500 5846 1c000e66 00842403 lw x8, 8(x8) x8=1c2ffff0 x8:1c2fffe0 PA:1c2fffe8 - 5875500 5860 1c000e68 febff06f jal x0, -22 - 5876500 5861 1c000e52 00041663 bne x8, x0, 12 x8:1c2ffff0 - 5879500 5864 1c000e5e 00042783 lw x15, 0(x8) x15=1c001324 x8:1c2ffff0 PA:1c2ffff0 - 5893500 5878 1c000e60 00442503 lw x10, 4(x8) x10=00000000 x8:1c2ffff0 PA:1c2ffff4 - 5907500 5892 1c000e62 000780e7 jalr x1, x15, 0 x1=1c000e64 x15:1c001324 - 5913500 5898 1c001324 00400793 addi x15, x0, 4 x15=00000004 - 5914500 5899 1c001328 01800613 addi x12, x0, 24 x12=00000018 - 5915500 5900 1c00132a 02f60633 mul x12, x12, x15 x12=00000060 x12:00000018 x15:00000004 - 5916500 5901 1c00132e fe010113 addi x2, x2, -32 x2=10000940 x2:10000960 - 5933500 5918 1c001330 00100513 addi x10, x0, 1 x10=00000001 - 5934500 5919 1c001332 00112e23 sw x1, 28(x2) x1:1c000e64 x2:10000940 PA:1000095c - 5935500 5920 1c001334 00812c23 sw x8, 24(x2) x8:1c2ffff0 x2:10000940 PA:10000958 - 5936500 5921 1c001336 00912a23 sw x9, 20(x2) x9:10000180 x2:10000940 PA:10000954 - 5937500 5922 1c001338 00c005b3 add x11, x0, x12 x11=00000060 x12:00000060 - 5938500 5923 1c00133a 00c12623 sw x12, 12(x2) x12:00000060 x2:10000940 PA:1000094c - 5939500 5924 1c00133c e95ff0ef jal x1, -364 x1=1c00133e - 5957500 5942 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 5958500 5943 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000001 - 5961500 5946 1c0011e6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 5962500 5947 1c0011ea 00251513 slli x10, x10, 0x2 x10=00000004 x10:00000001 - 5963500 5948 1c0011ec 6a078793 addi x15, x15, 1696 x15=1c0026a0 x15:1c002000 - 5964500 5949 1c0011f0 ff3ff06f jal x0, -14 - 5966500 5951 1c0011e2 00f50533 add x10, x10, x15 x10=1c0026a4 x10:00000004 x15:1c0026a0 - 5967500 5952 1c0011e4 f6fff06f jal x0, -146 - 5969500 5954 1c001152 00052783 lw x15, 0(x10) x15=1c2d0000 x10:1c0026a4 PA:1c0026a4 - 5983500 5968 1c001154 00758593 addi x11, x11, 7 x11=00000067 x11:00000060 - 5984500 5969 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00000060 x11:00000067 - 5985500 5970 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 5986500 5971 1c00115c 00078963 beq x15, x0, 18 x15:1c2d0000 - 5987500 5972 1c00115e 0007a703 lw x14, 0(x15) x14=0002ffb0 x15:1c2d0000 PA:1c2d0000 - 6002500 5987 1c001160 00b74963 blt x14, x11, 18 x14:0002ffb0 x11:00000060 - 6003500 5988 1c001164 00b71c63 bne x14, x11, 24 x14:0002ffb0 x11:00000060 - 6006500 5991 1c00117c 40b70733 sub x14, x14, x11 x14=0002ff50 x14:0002ffb0 x11:00000060 - 6007500 5992 1c00117e 00e7a023 sw x14, 0(x15) x14:0002ff50 x15:1c2d0000 PA:1c2d0000 - 6025500 6010 1c001180 00e787b3 add x15, x15, x14 x15=1c2fff50 x15:1c2d0000 x14:0002ff50 - 6026500 6011 1c001182 fedff06f jal x0, -20 - 6028500 6013 1c00116e 00f00533 add x10, x0, x15 x10=1c2fff50 x15:1c2fff50 - 6029500 6014 1c001170 00008067 jalr x0, x1, 0 x1:1c00133e - 6032500 6017 1c00133e 1c002737 lui x14, 0x1c002000 x14=1c002000 - 6033500 6018 1c001342 6aa72423 sw x10, 1704(x14) x10:1c2fff50 x14:1c002000 PA:1c0026a8 - 6051500 6036 1c001346 00c12603 lw x12, 12(x2) x12=00000060 x2:10000940 PA:1000094c - 6052500 6037 1c001348 00051f63 bne x10, x0, 30 x10:1c2fff50 - 6087500 6072 1c001366 00000593 addi x11, x0, 0 x11=00000000 - 6088500 6073 1c001368 498000ef jal x1, 1176 x1=1c00136a - 6090500 6075 1c001800 00a60633 add x12, x12, x10 x12=1c2fffb0 x12:00000060 x10:1c2fff50 - 6091500 6076 1c001802 00a007b3 add x15, x0, x10 x15=1c2fff50 x10:1c2fff50 - 6092500 6077 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff50 x12:1c2fffb0 - 6095500 6080 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff51 x11:00000000 x15:1c2fff50 PA:1c2fff50 - 6113500 6098 1c00180e ff7ff06f jal x0, -10 - 6114500 6099 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff51 x12:1c2fffb0 - 6117500 6102 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff52 x11:00000000 x15:1c2fff51 PA:1c2fff51 - 6135500 6120 1c00180e ff7ff06f jal x0, -10 - 6136500 6121 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff52 x12:1c2fffb0 - 6139500 6124 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff53 x11:00000000 x15:1c2fff52 PA:1c2fff52 - 6157500 6142 1c00180e ff7ff06f jal x0, -10 - 6158500 6143 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff53 x12:1c2fffb0 - 6161500 6146 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff54 x11:00000000 x15:1c2fff53 PA:1c2fff53 - 6179500 6164 1c00180e ff7ff06f jal x0, -10 - 6180500 6165 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff54 x12:1c2fffb0 - 6183500 6168 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff55 x11:00000000 x15:1c2fff54 PA:1c2fff54 - 6201500 6186 1c00180e ff7ff06f jal x0, -10 - 6202500 6187 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff55 x12:1c2fffb0 - 6205500 6190 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff56 x11:00000000 x15:1c2fff55 PA:1c2fff55 - 6223500 6208 1c00180e ff7ff06f jal x0, -10 - 6224500 6209 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff56 x12:1c2fffb0 - 6227500 6212 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff57 x11:00000000 x15:1c2fff56 PA:1c2fff56 - 6245500 6230 1c00180e ff7ff06f jal x0, -10 - 6246500 6231 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff57 x12:1c2fffb0 - 6249500 6234 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff58 x11:00000000 x15:1c2fff57 PA:1c2fff57 - 6267500 6252 1c00180e ff7ff06f jal x0, -10 - 6268500 6253 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff58 x12:1c2fffb0 - 6271500 6256 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff59 x11:00000000 x15:1c2fff58 PA:1c2fff58 - 6289500 6274 1c00180e ff7ff06f jal x0, -10 - 6290500 6275 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff59 x12:1c2fffb0 - 6293500 6278 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff5a x11:00000000 x15:1c2fff59 PA:1c2fff59 - 6311500 6296 1c00180e ff7ff06f jal x0, -10 - 6312500 6297 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff5a x12:1c2fffb0 - 6315500 6300 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff5b x11:00000000 x15:1c2fff5a PA:1c2fff5a - 6333500 6318 1c00180e ff7ff06f jal x0, -10 - 6334500 6319 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff5b x12:1c2fffb0 - 6337500 6322 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff5c x11:00000000 x15:1c2fff5b PA:1c2fff5b - 6355500 6340 1c00180e ff7ff06f jal x0, -10 - 6356500 6341 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff5c x12:1c2fffb0 - 6359500 6344 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff5d x11:00000000 x15:1c2fff5c PA:1c2fff5c - 6377500 6362 1c00180e ff7ff06f jal x0, -10 - 6378500 6363 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff5d x12:1c2fffb0 - 6381500 6366 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff5e x11:00000000 x15:1c2fff5d PA:1c2fff5d - 6399500 6384 1c00180e ff7ff06f jal x0, -10 - 6400500 6385 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff5e x12:1c2fffb0 - 6403500 6388 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff5f x11:00000000 x15:1c2fff5e PA:1c2fff5e - 6421500 6406 1c00180e ff7ff06f jal x0, -10 - 6422500 6407 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff5f x12:1c2fffb0 - 6425500 6410 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff60 x11:00000000 x15:1c2fff5f PA:1c2fff5f - 6443500 6428 1c00180e ff7ff06f jal x0, -10 - 6444500 6429 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff60 x12:1c2fffb0 - 6447500 6432 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff61 x11:00000000 x15:1c2fff60 PA:1c2fff60 - 6465500 6450 1c00180e ff7ff06f jal x0, -10 - 6466500 6451 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff61 x12:1c2fffb0 - 6469500 6454 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff62 x11:00000000 x15:1c2fff61 PA:1c2fff61 - 6487500 6472 1c00180e ff7ff06f jal x0, -10 - 6488500 6473 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff62 x12:1c2fffb0 - 6491500 6476 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff63 x11:00000000 x15:1c2fff62 PA:1c2fff62 - 6509500 6494 1c00180e ff7ff06f jal x0, -10 - 6510500 6495 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff63 x12:1c2fffb0 - 6513500 6498 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff64 x11:00000000 x15:1c2fff63 PA:1c2fff63 - 6531500 6516 1c00180e ff7ff06f jal x0, -10 - 6532500 6517 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff64 x12:1c2fffb0 - 6535500 6520 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff65 x11:00000000 x15:1c2fff64 PA:1c2fff64 - 6553500 6538 1c00180e ff7ff06f jal x0, -10 - 6554500 6539 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff65 x12:1c2fffb0 - 6557500 6542 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff66 x11:00000000 x15:1c2fff65 PA:1c2fff65 - 6575500 6560 1c00180e ff7ff06f jal x0, -10 - 6576500 6561 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff66 x12:1c2fffb0 - 6579500 6564 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff67 x11:00000000 x15:1c2fff66 PA:1c2fff66 - 6597500 6582 1c00180e ff7ff06f jal x0, -10 - 6598500 6583 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff67 x12:1c2fffb0 - 6601500 6586 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff68 x11:00000000 x15:1c2fff67 PA:1c2fff67 - 6619500 6604 1c00180e ff7ff06f jal x0, -10 - 6620500 6605 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff68 x12:1c2fffb0 - 6623500 6608 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff69 x11:00000000 x15:1c2fff68 PA:1c2fff68 - 6641500 6626 1c00180e ff7ff06f jal x0, -10 - 6642500 6627 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff69 x12:1c2fffb0 - 6645500 6630 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff6a x11:00000000 x15:1c2fff69 PA:1c2fff69 - 6663500 6648 1c00180e ff7ff06f jal x0, -10 - 6664500 6649 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff6a x12:1c2fffb0 - 6667500 6652 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff6b x11:00000000 x15:1c2fff6a PA:1c2fff6a - 6685500 6670 1c00180e ff7ff06f jal x0, -10 - 6686500 6671 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff6b x12:1c2fffb0 - 6689500 6674 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff6c x11:00000000 x15:1c2fff6b PA:1c2fff6b - 6707500 6692 1c00180e ff7ff06f jal x0, -10 - 6708500 6693 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff6c x12:1c2fffb0 - 6711500 6696 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff6d x11:00000000 x15:1c2fff6c PA:1c2fff6c - 6729500 6714 1c00180e ff7ff06f jal x0, -10 - 6730500 6715 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff6d x12:1c2fffb0 - 6733500 6718 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff6e x11:00000000 x15:1c2fff6d PA:1c2fff6d - 6751500 6736 1c00180e ff7ff06f jal x0, -10 - 6752500 6737 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff6e x12:1c2fffb0 - 6755500 6740 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff6f x11:00000000 x15:1c2fff6e PA:1c2fff6e - 6773500 6758 1c00180e ff7ff06f jal x0, -10 - 6774500 6759 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff6f x12:1c2fffb0 - 6777500 6762 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff70 x11:00000000 x15:1c2fff6f PA:1c2fff6f - 6795500 6780 1c00180e ff7ff06f jal x0, -10 - 6796500 6781 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff70 x12:1c2fffb0 - 6799500 6784 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff71 x11:00000000 x15:1c2fff70 PA:1c2fff70 - 6817500 6802 1c00180e ff7ff06f jal x0, -10 - 6818500 6803 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff71 x12:1c2fffb0 - 6821500 6806 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff72 x11:00000000 x15:1c2fff71 PA:1c2fff71 - 6839500 6824 1c00180e ff7ff06f jal x0, -10 - 6840500 6825 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff72 x12:1c2fffb0 - 6843500 6828 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff73 x11:00000000 x15:1c2fff72 PA:1c2fff72 - 6861500 6846 1c00180e ff7ff06f jal x0, -10 - 6862500 6847 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff73 x12:1c2fffb0 - 6865500 6850 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff74 x11:00000000 x15:1c2fff73 PA:1c2fff73 - 6883500 6868 1c00180e ff7ff06f jal x0, -10 - 6884500 6869 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff74 x12:1c2fffb0 - 6887500 6872 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff75 x11:00000000 x15:1c2fff74 PA:1c2fff74 - 6905500 6890 1c00180e ff7ff06f jal x0, -10 - 6906500 6891 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff75 x12:1c2fffb0 - 6909500 6894 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff76 x11:00000000 x15:1c2fff75 PA:1c2fff75 - 6927500 6912 1c00180e ff7ff06f jal x0, -10 - 6928500 6913 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff76 x12:1c2fffb0 - 6931500 6916 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff77 x11:00000000 x15:1c2fff76 PA:1c2fff76 - 6949500 6934 1c00180e ff7ff06f jal x0, -10 - 6950500 6935 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff77 x12:1c2fffb0 - 6953500 6938 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff78 x11:00000000 x15:1c2fff77 PA:1c2fff77 - 6971500 6956 1c00180e ff7ff06f jal x0, -10 - 6972500 6957 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff78 x12:1c2fffb0 - 6975500 6960 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff79 x11:00000000 x15:1c2fff78 PA:1c2fff78 - 6993500 6978 1c00180e ff7ff06f jal x0, -10 - 6994500 6979 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff79 x12:1c2fffb0 - 6997500 6982 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff7a x11:00000000 x15:1c2fff79 PA:1c2fff79 - 7015500 7000 1c00180e ff7ff06f jal x0, -10 - 7016500 7001 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff7a x12:1c2fffb0 - 7019500 7004 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff7b x11:00000000 x15:1c2fff7a PA:1c2fff7a - 7037500 7022 1c00180e ff7ff06f jal x0, -10 - 7038500 7023 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff7b x12:1c2fffb0 - 7041500 7026 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff7c x11:00000000 x15:1c2fff7b PA:1c2fff7b - 7059500 7044 1c00180e ff7ff06f jal x0, -10 - 7060500 7045 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff7c x12:1c2fffb0 - 7063500 7048 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff7d x11:00000000 x15:1c2fff7c PA:1c2fff7c - 7081500 7066 1c00180e ff7ff06f jal x0, -10 - 7082500 7067 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff7d x12:1c2fffb0 - 7085500 7070 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff7e x11:00000000 x15:1c2fff7d PA:1c2fff7d - 7103500 7088 1c00180e ff7ff06f jal x0, -10 - 7104500 7089 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff7e x12:1c2fffb0 - 7107500 7092 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff7f x11:00000000 x15:1c2fff7e PA:1c2fff7e - 7125500 7110 1c00180e ff7ff06f jal x0, -10 - 7126500 7111 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff7f x12:1c2fffb0 - 7129500 7114 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff80 x11:00000000 x15:1c2fff7f PA:1c2fff7f - 7147500 7132 1c00180e ff7ff06f jal x0, -10 - 7148500 7133 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff80 x12:1c2fffb0 - 7151500 7136 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff81 x11:00000000 x15:1c2fff80 PA:1c2fff80 - 7169500 7154 1c00180e ff7ff06f jal x0, -10 - 7170500 7155 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff81 x12:1c2fffb0 - 7173500 7158 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff82 x11:00000000 x15:1c2fff81 PA:1c2fff81 - 7191500 7176 1c00180e ff7ff06f jal x0, -10 - 7192500 7177 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff82 x12:1c2fffb0 - 7195500 7180 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff83 x11:00000000 x15:1c2fff82 PA:1c2fff82 - 7213500 7198 1c00180e ff7ff06f jal x0, -10 - 7214500 7199 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff83 x12:1c2fffb0 - 7217500 7202 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff84 x11:00000000 x15:1c2fff83 PA:1c2fff83 - 7235500 7220 1c00180e ff7ff06f jal x0, -10 - 7236500 7221 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff84 x12:1c2fffb0 - 7239500 7224 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff85 x11:00000000 x15:1c2fff84 PA:1c2fff84 - 7257500 7242 1c00180e ff7ff06f jal x0, -10 - 7258500 7243 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff85 x12:1c2fffb0 - 7261500 7246 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff86 x11:00000000 x15:1c2fff85 PA:1c2fff85 - 7279500 7264 1c00180e ff7ff06f jal x0, -10 - 7280500 7265 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff86 x12:1c2fffb0 - 7283500 7268 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff87 x11:00000000 x15:1c2fff86 PA:1c2fff86 - 7301500 7286 1c00180e ff7ff06f jal x0, -10 - 7302500 7287 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff87 x12:1c2fffb0 - 7305500 7290 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff88 x11:00000000 x15:1c2fff87 PA:1c2fff87 - 7323500 7308 1c00180e ff7ff06f jal x0, -10 - 7324500 7309 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff88 x12:1c2fffb0 - 7327500 7312 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff89 x11:00000000 x15:1c2fff88 PA:1c2fff88 - 7345500 7330 1c00180e ff7ff06f jal x0, -10 - 7346500 7331 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff89 x12:1c2fffb0 - 7349500 7334 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff8a x11:00000000 x15:1c2fff89 PA:1c2fff89 - 7367500 7352 1c00180e ff7ff06f jal x0, -10 - 7368500 7353 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff8a x12:1c2fffb0 - 7371500 7356 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff8b x11:00000000 x15:1c2fff8a PA:1c2fff8a - 7389500 7374 1c00180e ff7ff06f jal x0, -10 - 7390500 7375 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff8b x12:1c2fffb0 - 7393500 7378 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff8c x11:00000000 x15:1c2fff8b PA:1c2fff8b - 7411500 7396 1c00180e ff7ff06f jal x0, -10 - 7412500 7397 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff8c x12:1c2fffb0 - 7415500 7400 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff8d x11:00000000 x15:1c2fff8c PA:1c2fff8c - 7433500 7418 1c00180e ff7ff06f jal x0, -10 - 7434500 7419 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff8d x12:1c2fffb0 - 7437500 7422 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff8e x11:00000000 x15:1c2fff8d PA:1c2fff8d - 7455500 7440 1c00180e ff7ff06f jal x0, -10 - 7456500 7441 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff8e x12:1c2fffb0 - 7459500 7444 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff8f x11:00000000 x15:1c2fff8e PA:1c2fff8e - 7477500 7462 1c00180e ff7ff06f jal x0, -10 - 7478500 7463 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff8f x12:1c2fffb0 - 7481500 7466 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff90 x11:00000000 x15:1c2fff8f PA:1c2fff8f - 7499500 7484 1c00180e ff7ff06f jal x0, -10 - 7500500 7485 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff90 x12:1c2fffb0 - 7503500 7488 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff91 x11:00000000 x15:1c2fff90 PA:1c2fff90 - 7521500 7506 1c00180e ff7ff06f jal x0, -10 - 7522500 7507 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff91 x12:1c2fffb0 - 7525500 7510 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff92 x11:00000000 x15:1c2fff91 PA:1c2fff91 - 7543500 7528 1c00180e ff7ff06f jal x0, -10 - 7544500 7529 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff92 x12:1c2fffb0 - 7547500 7532 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff93 x11:00000000 x15:1c2fff92 PA:1c2fff92 - 7565500 7550 1c00180e ff7ff06f jal x0, -10 - 7566500 7551 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff93 x12:1c2fffb0 - 7569500 7554 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff94 x11:00000000 x15:1c2fff93 PA:1c2fff93 - 7587500 7572 1c00180e ff7ff06f jal x0, -10 - 7588500 7573 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff94 x12:1c2fffb0 - 7591500 7576 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff95 x11:00000000 x15:1c2fff94 PA:1c2fff94 - 7609500 7594 1c00180e ff7ff06f jal x0, -10 - 7610500 7595 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff95 x12:1c2fffb0 - 7613500 7598 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff96 x11:00000000 x15:1c2fff95 PA:1c2fff95 - 7631500 7616 1c00180e ff7ff06f jal x0, -10 - 7632500 7617 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff96 x12:1c2fffb0 - 7635500 7620 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff97 x11:00000000 x15:1c2fff96 PA:1c2fff96 - 7653500 7638 1c00180e ff7ff06f jal x0, -10 - 7654500 7639 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff97 x12:1c2fffb0 - 7657500 7642 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff98 x11:00000000 x15:1c2fff97 PA:1c2fff97 - 7675500 7660 1c00180e ff7ff06f jal x0, -10 - 7676500 7661 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff98 x12:1c2fffb0 - 7679500 7664 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff99 x11:00000000 x15:1c2fff98 PA:1c2fff98 - 7697500 7682 1c00180e ff7ff06f jal x0, -10 - 7698500 7683 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff99 x12:1c2fffb0 - 7701500 7686 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff9a x11:00000000 x15:1c2fff99 PA:1c2fff99 - 7719500 7704 1c00180e ff7ff06f jal x0, -10 - 7720500 7705 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff9a x12:1c2fffb0 - 7723500 7708 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff9b x11:00000000 x15:1c2fff9a PA:1c2fff9a - 7741500 7726 1c00180e ff7ff06f jal x0, -10 - 7742500 7727 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff9b x12:1c2fffb0 - 7745500 7730 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff9c x11:00000000 x15:1c2fff9b PA:1c2fff9b - 7763500 7748 1c00180e ff7ff06f jal x0, -10 - 7764500 7749 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff9c x12:1c2fffb0 - 7767500 7752 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff9d x11:00000000 x15:1c2fff9c PA:1c2fff9c - 7785500 7770 1c00180e ff7ff06f jal x0, -10 - 7786500 7771 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff9d x12:1c2fffb0 - 7789500 7774 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff9e x11:00000000 x15:1c2fff9d PA:1c2fff9d - 7807500 7792 1c00180e ff7ff06f jal x0, -10 - 7808500 7793 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff9e x12:1c2fffb0 - 7811500 7796 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fff9f x11:00000000 x15:1c2fff9e PA:1c2fff9e - 7829500 7814 1c00180e ff7ff06f jal x0, -10 - 7830500 7815 1c001804 00c79363 bne x15, x12, 6 x15:1c2fff9f x12:1c2fffb0 - 7833500 7818 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffa0 x11:00000000 x15:1c2fff9f PA:1c2fff9f - 7851500 7836 1c00180e ff7ff06f jal x0, -10 - 7852500 7837 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffa0 x12:1c2fffb0 - 7855500 7840 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffa1 x11:00000000 x15:1c2fffa0 PA:1c2fffa0 - 7873500 7858 1c00180e ff7ff06f jal x0, -10 - 7874500 7859 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffa1 x12:1c2fffb0 - 7877500 7862 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffa2 x11:00000000 x15:1c2fffa1 PA:1c2fffa1 - 7895500 7880 1c00180e ff7ff06f jal x0, -10 - 7896500 7881 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffa2 x12:1c2fffb0 - 7899500 7884 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffa3 x11:00000000 x15:1c2fffa2 PA:1c2fffa2 - 7917500 7902 1c00180e ff7ff06f jal x0, -10 - 7918500 7903 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffa3 x12:1c2fffb0 - 7921500 7906 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffa4 x11:00000000 x15:1c2fffa3 PA:1c2fffa3 - 7939500 7924 1c00180e ff7ff06f jal x0, -10 - 7940500 7925 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffa4 x12:1c2fffb0 - 7943500 7928 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffa5 x11:00000000 x15:1c2fffa4 PA:1c2fffa4 - 7961500 7946 1c00180e ff7ff06f jal x0, -10 - 7962500 7947 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffa5 x12:1c2fffb0 - 7965500 7950 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffa6 x11:00000000 x15:1c2fffa5 PA:1c2fffa5 - 7983500 7968 1c00180e ff7ff06f jal x0, -10 - 7984500 7969 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffa6 x12:1c2fffb0 - 7987500 7972 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffa7 x11:00000000 x15:1c2fffa6 PA:1c2fffa6 - 8005500 7990 1c00180e ff7ff06f jal x0, -10 - 8006500 7991 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffa7 x12:1c2fffb0 - 8009500 7994 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffa8 x11:00000000 x15:1c2fffa7 PA:1c2fffa7 - 8027500 8012 1c00180e ff7ff06f jal x0, -10 - 8028500 8013 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffa8 x12:1c2fffb0 - 8031500 8016 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffa9 x11:00000000 x15:1c2fffa8 PA:1c2fffa8 - 8049500 8034 1c00180e ff7ff06f jal x0, -10 - 8050500 8035 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffa9 x12:1c2fffb0 - 8053500 8038 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffaa x11:00000000 x15:1c2fffa9 PA:1c2fffa9 - 8071500 8056 1c00180e ff7ff06f jal x0, -10 - 8072500 8057 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffaa x12:1c2fffb0 - 8075500 8060 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffab x11:00000000 x15:1c2fffaa PA:1c2fffaa - 8093500 8078 1c00180e ff7ff06f jal x0, -10 - 8094500 8079 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffab x12:1c2fffb0 - 8097500 8082 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffac x11:00000000 x15:1c2fffab PA:1c2fffab - 8115500 8100 1c00180e ff7ff06f jal x0, -10 - 8116500 8101 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffac x12:1c2fffb0 - 8119500 8104 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffad x11:00000000 x15:1c2fffac PA:1c2fffac - 8137500 8122 1c00180e ff7ff06f jal x0, -10 - 8138500 8123 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffad x12:1c2fffb0 - 8141500 8126 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffae x11:00000000 x15:1c2fffad PA:1c2fffad - 8159500 8144 1c00180e ff7ff06f jal x0, -10 - 8160500 8145 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffae x12:1c2fffb0 - 8163500 8148 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffaf x11:00000000 x15:1c2fffae PA:1c2fffae - 8181500 8166 1c00180e ff7ff06f jal x0, -10 - 8182500 8167 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffaf x12:1c2fffb0 - 8185500 8170 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1c2fffb0 x11:00000000 x15:1c2fffaf PA:1c2fffaf - 8203500 8188 1c00180e ff7ff06f jal x0, -10 - 8204500 8189 1c001804 00c79363 bne x15, x12, 6 x15:1c2fffb0 x12:1c2fffb0 - 8205500 8190 1c001808 00008067 jalr x0, x1, 0 x1:1c00136a - 8207500 8192 1c00136a 1c0005b7 lui x11, 0x1c000000 x11=1c000000 - 8225500 8210 1c00136e 17258593 addi x11, x11, 370 x11=1c000172 x11:1c000000 - 8226500 8211 1c001372 00100513 addi x10, x0, 1 x10=00000001 - 8227500 8212 1c001374 9edff0ef jal x1, -1556 x1=1c001376 - 8245500 8230 1c000d60 1b2007b7 lui x15, 0x1b200000 x15=1b200000 - 8246500 8231 1c000d64 0407a703 lw x14, 64(x15) x14=1c000000 x15:1b200000 PA:1b200040 - 8250500 8235 1c000d66 00251513 slli x10, x10, 0x2 x10=00000004 x10:00000001 - 8251500 8236 1c000d68 06f00793 addi x15, x0, 111 x15=0000006f - 8252500 8237 1c000d6c 40e585b3 sub x11, x11, x14 x11=00000172 x11:1c000172 x14:1c000000 - 8253500 8238 1c000d6e 40a585b3 sub x11, x11, x10 x11=0000016e x11:00000172 x10:00000004 - 8269500 8254 1c000d70 c14586b3 p.extract x13, x11, 0, 20 x13=00000000 x11:0000016e - 8270500 8255 1c000d74 c1f6a7b3 p.insert x15, x13, 0, 31 x15=0000006f x15:0000006f x13:00000000 - 8271500 8256 1c000d78 d21586b3 p.extract x13, x11, 9, 1 x13=000000b7 x11:0000016e - 8272500 8257 1c000d7c d356a7b3 p.insert x15, x13, 9, 21 x15=16e0006f x15:0000006f x13:000000b7 - 8289500 8274 1c000d80 c0b586b3 p.extract x13, x11, 0, 11 x13=00000000 x11:0000016e - 8290500 8275 1c000d84 c146a7b3 p.insert x15, x13, 0, 20 x15=16e0006f x15:16e0006f x13:00000000 - 8291500 8276 1c000d88 cec585b3 p.extract x11, x11, 7, 12 x11=00000000 x11:0000016e - 8292500 8277 1c000d8c cec5a7b3 p.insert x15, x11, 7, 12 x15=16e0006f x15:16e0006f x11:00000000 - 8309500 8294 1c000d90 00f56723 p.sw x15, x0(x10) x15:16e0006f x10:00000004 PA:1c000004 - 8327500 8312 1c000d94 00008067 jalr x0, x1, 0 x1:1c001376 - 8328500 8313 1c001376 1b204437 lui x8, 0x1b204000 x8=1b204000 - 8329500 8314 1c00137a 01440493 addi x9, x8, 20 x9=1b204014 x8:1b204000 - 8330500 8315 1c00137e 00200793 addi x15, x0, 2 x15=00000002 - 8347500 8332 1c001380 00f4a023 sw x15, 0(x9) x15:00000002 x9:1b204014 PA:1b204014 - 8348500 8333 1c001382 00f42423 sw x15, 8(x8) x15:00000002 x8:1b204000 PA:1b204008 - 8349500 8334 1c001384 1c0005b7 lui x11, 0x1c000000 x11=1c000000 - 8350500 8335 1c001388 13a58593 addi x11, x11, 314 x11=1c00013a x11:1c000000 - 8351500 8336 1c00138c 00400513 addi x10, x0, 4 x10=00000004 - 8352500 8337 1c00138e 9d3ff0ef jal x1, -1582 x1=1c001390 - 8369500 8354 1c000d60 1b2007b7 lui x15, 0x1b200000 x15=1b200000 - 8370500 8355 1c000d64 0407a703 lw x14, 64(x15) x14=1c000000 x15:1b200000 PA:1b200040 - 8374500 8359 1c000d66 00251513 slli x10, x10, 0x2 x10=00000010 x10:00000004 - 8375500 8360 1c000d68 06f00793 addi x15, x0, 111 x15=0000006f - 8376500 8361 1c000d6c 40e585b3 sub x11, x11, x14 x11=0000013a x11:1c00013a x14:1c000000 - 8377500 8362 1c000d6e 40a585b3 sub x11, x11, x10 x11=0000012a x11:0000013a x10:00000010 - 8378500 8363 1c000d70 c14586b3 p.extract x13, x11, 0, 20 x13=00000000 x11:0000012a - 8379500 8364 1c000d74 c1f6a7b3 p.insert x15, x13, 0, 31 x15=0000006f x15:0000006f x13:00000000 - 8380500 8365 1c000d78 d21586b3 p.extract x13, x11, 9, 1 x13=00000095 x11:0000012a - 8381500 8366 1c000d7c d356a7b3 p.insert x15, x13, 9, 21 x15=12a0006f x15:0000006f x13:00000095 - 8382500 8367 1c000d80 c0b586b3 p.extract x13, x11, 0, 11 x13=00000000 x11:0000012a - 8383500 8368 1c000d84 c146a7b3 p.insert x15, x13, 0, 20 x15=12a0006f x15:12a0006f x13:00000000 - 8384500 8369 1c000d88 cec585b3 p.extract x11, x11, 7, 12 x11=00000000 x11:0000012a - 8385500 8370 1c000d8c cec5a7b3 p.insert x15, x11, 7, 12 x15=12a0006f x15:12a0006f x11:00000000 - 8386500 8371 1c000d90 00f56723 p.sw x15, x0(x10) x15:12a0006f x10:00000010 PA:1c000010 - 8404500 8389 1c000d94 00008067 jalr x0, x1, 0 x1:1c001390 - 8405500 8390 1c001390 01000793 addi x15, x0, 16 x15=00000010 - 8406500 8391 1c001392 00f4a023 sw x15, 0(x9) x15:00000010 x9:1b204014 PA:1b204014 - 8407500 8392 1c001394 00f42423 sw x15, 8(x8) x15:00000010 x8:1b204000 PA:1b204008 - 8408500 8393 1c001396 01c12083 lw x1, 28(x2) x1=1c000e64 x2:10000940 PA:1000095c - 8409500 8394 1c001398 01812403 lw x8, 24(x2) x8=1c2ffff0 x2:10000940 PA:10000958 - 8410500 8395 1c00139a 01412483 lw x9, 20(x2) x9=10000180 x2:10000940 PA:10000954 - 8411500 8396 1c00139c 00000513 addi x10, x0, 0 x10=00000000 - 8412500 8397 1c00139e 02010113 addi x2, x2, 32 x2=10000960 x2:10000940 - 8428500 8413 1c0013a0 00008067 jalr x0, x1, 0 x1:1c000e64 - 8430500 8415 1c000e64 00051363 bne x10, x0, 6 x10:00000000 - 8431500 8416 1c000e66 00842403 lw x8, 8(x8) x8=00000000 x8:1c2ffff0 PA:1c2ffff8 - 8445500 8430 1c000e68 febff06f jal x0, -22 - 8446500 8431 1c000e52 00041663 bne x8, x0, 12 x8:00000000 - 8447500 8432 1c000e54 00000513 addi x10, x0, 0 x10=00000000 - 8448500 8433 1c000e56 00c12083 lw x1, 12(x2) x1=1c000caa x2:10000960 PA:1000096c - 8449500 8434 1c000e58 00812403 lw x8, 8(x2) x8=10000990 x2:10000960 PA:10000968 - 8450500 8435 1c000e5a 01010113 addi x2, x2, 16 x2=10000970 x2:10000960 - 8451500 8436 1c000e5c 00008067 jalr x0, x1, 0 x1:1c000caa - 8453500 8438 1c000caa 02051e63 bne x10, x0, 60 x10:00000000 - 8454500 8439 1c000cac 00000793 addi x15, x0, 0 x15=00000000 - 8471500 8456 1c000cb0 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:00000000 - 8472500 8457 1c000cb4 06078763 beq x15, x0, 110 x15:00000000 - 8491500 8476 1c000d22 00000593 addi x11, x0, 0 x11=00000000 - 8492500 8477 1c000d24 e7fff0ef jal x1, -386 x1=1c000d26 - 8510500 8495 1c000ba2 fd010113 addi x2, x2, -48 x2=10000940 x2:10000970 - 8511500 8496 1c000ba4 02812423 sw x8, 40(x2) x8:10000990 x2:10000940 PA:10000968 - 8512500 8497 1c000ba6 02912223 sw x9, 36(x2) x9:10000180 x2:10000940 PA:10000964 - 8513500 8498 1c000ba8 03212023 sw x18, 32(x2) x18:00000000 x2:10000940 PA:10000960 - 8514500 8499 1c000baa 01312e23 sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c - 8515500 8500 1c000bac 01412c23 sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958 - 8516500 8501 1c000bae 01512a23 sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954 - 8532500 8517 1c000bb0 f1402773 csrrs x14, x0, 0xf14 x14=00000000 - 8533500 8518 1c000bb4 000019b7 lui x19, 0x1000 x19=00001000 - 8534500 8519 1c000bb6 02112623 sw x1, 44(x2) x1:1c000d26 x2:10000940 PA:1000096c - 8535500 8520 1c000bb8 01612823 sw x22, 16(x2) x22:00000000 x2:10000940 PA:10000950 - 8536500 8521 1c000bba ca571733 p.extractu x14, x14, 5, 5 x14=00000000 x14:00000000 - 8537500 8522 1c000bbe 00a00433 add x8, x0, x10 x8=00000000 x10:00000000 - 8554500 8539 1c000bc0 00250a13 addi x20, x10, 2 x20=00000002 x10:00000000 - 8555500 8540 1c000bc4 80098493 addi x9, x19, -2048 x9=00000800 x19:00001000 - 8556500 8541 1c000bc8 00800913 addi x18, x0, 8 x18=00000008 - 8557500 8542 1c000bcc 04a70f63 beq x14, x10, 94 x14:00000000 x10:00000000 - 8591500 8576 1c000c2a 00a005b3 add x11, x0, x10 x11=00000000 x10:00000000 - 8592500 8577 1c000c2c 00000693 addi x13, x0, 0 x13=00000000 - 8593500 8578 1c000c2e 00100513 addi x10, x0, 1 x10=00000001 - 8609500 8594 1c000c30 00000613 addi x12, x0, 0 x12=00000000 - 8610500 8595 1c000c32 770000ef jal x1, 1904 x1=1c000c36 - 8612500 8597 1c0013a2 fd010113 addi x2, x2, -48 x2=10000910 x2:10000940 - 8613500 8598 1c0013a4 02812423 sw x8, 40(x2) x8:00000000 x2:10000910 PA:10000938 - 8614500 8599 1c0013a6 00b00433 add x8, x0, x11 x8=00000000 x11:00000000 - 8615500 8600 1c0013a8 02112623 sw x1, 44(x2) x1:1c000c36 x2:10000910 PA:1000093c - 8616500 8601 1c0013aa 02912223 sw x9, 36(x2) x9:00000800 x2:10000910 PA:10000934 - 8617500 8602 1c0013ac 03212023 sw x18, 32(x2) x18:00000008 x2:10000910 PA:10000930 - 8618500 8603 1c0013ae 01312e23 sw x19, 28(x2) x19:00001000 x2:10000910 PA:1000092c - 8634500 8619 1c0013b0 01412c23 sw x20, 24(x2) x20:00000002 x2:10000910 PA:10000928 - 8635500 8620 1c0013b2 01512a23 sw x21, 20(x2) x21:00000000 x2:10000910 PA:10000924 - 8636500 8621 1c0013b4 30047973 csrrci x18, 0x00000008, 0x300 x18=00001808 - 8640500 8625 1c0013b8 01800a13 addi x20, x0, 24 x20=00000018 - 8641500 8626 1c0013ba 03458a33 mul x20, x11, x20 x20=00000000 x11:00000000 x20:00000018 - 8658500 8643 1c0013be 1c002737 lui x14, 0x1c002000 x14=1c002000 - 8659500 8644 1c0013c2 6a872783 lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8 - 8673500 8658 1c0013c6 00e00ab3 add x21, x0, x14 x21=1c002000 x14:1c002000 - 8674500 8659 1c0013c8 014787b3 add x15, x15, x20 x15=1c2fff50 x15:1c2fff50 x20:00000000 - 8675500 8660 1c0013ca 0007a703 lw x14, 0(x15) x14=00000000 x15:1c2fff50 PA:1c2fff50 - 8690500 8675 1c0013cc 02050363 beq x10, x0, 38 x10:00000001 - 8691500 8676 1c0013ce 00170713 addi x14, x14, 1 x14=00000001 x14:00000000 - 8694500 8679 1c0013d0 00e7a023 sw x14, 0(x15) x14:00000001 x15:1c2fff50 PA:1c2fff50 - 8712500 8697 1c0013d2 0007a483 lw x9, 0(x15) x9=00000001 x15:1c2fff50 PA:1c2fff50 - 8727500 8712 1c0013d4 02049163 bne x9, x0, 34 x9:00000001 - 8746500 8731 1c0013f6 fe14b3e3 p.bneimm x9, -26 x9:00000001 - 8747500 8732 1c0013fa 00800993 addi x19, x0, 8 x19=00000008 - 8748500 8733 1c0013fe 04040f63 beq x8, x0, 94 x8:00000000 - 8782500 8767 1c00145c 00000513 addi x10, x0, 0 x10=00000000 - 8783500 8768 1c00145e e79ff0ef jal x1, -392 x1=1c001460 - 8816500 8801 1c0012d6 ff010113 addi x2, x2, -16 x2=10000900 x2:10000910 - 8817500 8802 1c0012d8 00812423 sw x8, 8(x2) x8:00000000 x2:10000900 PA:10000908 - 8818500 8803 1c0012da 00912223 sw x9, 4(x2) x9:00000001 x2:10000900 PA:10000904 - 8819500 8804 1c0012dc 04050413 addi x8, x10, 64 x8=00000040 x10:00000000 - 8836500 8821 1c0012e0 00a004b3 add x9, x0, x10 x9=00000000 x10:00000000 - 8837500 8822 1c0012e2 1b000537 lui x10, 0x1b000000 x10=1b000000 - 8838500 8823 1c0012e6 00850513 addi x10, x10, 8 x10=1b000008 x10:1b000000 - 8839500 8824 1c0012ea 01641413 slli x8, x8, 0x16 x8=10000000 x8:00000040 - 8840500 8825 1c0012ec e6c53533 p.bclr x10, x10, 19, 12 x10=00000008 x10:1b000008 - 8857500 8842 1c0012f0 00850533 add x10, x10, x8 x10=10000008 x10:00000008 x8:10000000 - 8858500 8843 1c0012f2 04000613 addi x12, x0, 64 x12=00000040 - 8859500 8844 1c0012f6 00000593 addi x11, x0, 0 x11=00000000 - 8860500 8845 1c0012f8 00112623 sw x1, 12(x2) x1:1c001460 x2:10000900 PA:1000090c - 8861500 8846 1c0012fa 506000ef jal x1, 1286 x1=1c0012fc - 8863500 8848 1c001800 00a60633 add x12, x12, x10 x12=10000048 x12:00000040 x10:10000008 - 8864500 8849 1c001802 00a007b3 add x15, x0, x10 x15=10000008 x10:10000008 - 8865500 8850 1c001804 00c79363 bne x15, x12, 6 x15:10000008 x12:10000048 - 8868500 8853 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000009 x11:00000000 x15:10000008 PA:10000008 - 8869500 8854 1c00180e ff7ff06f jal x0, -10 - 8871500 8856 1c001804 00c79363 bne x15, x12, 6 x15:10000009 x12:10000048 - 8874500 8859 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000000a x11:00000000 x15:10000009 PA:10000009 - 8875500 8860 1c00180e ff7ff06f jal x0, -10 - 8877500 8862 1c001804 00c79363 bne x15, x12, 6 x15:1000000a x12:10000048 - 8880500 8865 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000000b x11:00000000 x15:1000000a PA:1000000a - 8881500 8866 1c00180e ff7ff06f jal x0, -10 - 8883500 8868 1c001804 00c79363 bne x15, x12, 6 x15:1000000b x12:10000048 - 8886500 8871 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000000c x11:00000000 x15:1000000b PA:1000000b - 8887500 8872 1c00180e ff7ff06f jal x0, -10 - 8889500 8874 1c001804 00c79363 bne x15, x12, 6 x15:1000000c x12:10000048 - 8892500 8877 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000000d x11:00000000 x15:1000000c PA:1000000c - 8893500 8878 1c00180e ff7ff06f jal x0, -10 - 8895500 8880 1c001804 00c79363 bne x15, x12, 6 x15:1000000d x12:10000048 - 8898500 8883 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000000e x11:00000000 x15:1000000d PA:1000000d - 8899500 8884 1c00180e ff7ff06f jal x0, -10 - 8901500 8886 1c001804 00c79363 bne x15, x12, 6 x15:1000000e x12:10000048 - 8904500 8889 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000000f x11:00000000 x15:1000000e PA:1000000e - 8905500 8890 1c00180e ff7ff06f jal x0, -10 - 8907500 8892 1c001804 00c79363 bne x15, x12, 6 x15:1000000f x12:10000048 - 8910500 8895 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000010 x11:00000000 x15:1000000f PA:1000000f - 8911500 8896 1c00180e ff7ff06f jal x0, -10 - 8913500 8898 1c001804 00c79363 bne x15, x12, 6 x15:10000010 x12:10000048 - 8916500 8901 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000011 x11:00000000 x15:10000010 PA:10000010 - 8917500 8902 1c00180e ff7ff06f jal x0, -10 - 8919500 8904 1c001804 00c79363 bne x15, x12, 6 x15:10000011 x12:10000048 - 8922500 8907 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000012 x11:00000000 x15:10000011 PA:10000011 - 8923500 8908 1c00180e ff7ff06f jal x0, -10 - 8925500 8910 1c001804 00c79363 bne x15, x12, 6 x15:10000012 x12:10000048 - 8928500 8913 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000013 x11:00000000 x15:10000012 PA:10000012 - 8929500 8914 1c00180e ff7ff06f jal x0, -10 - 8931500 8916 1c001804 00c79363 bne x15, x12, 6 x15:10000013 x12:10000048 - 8934500 8919 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000014 x11:00000000 x15:10000013 PA:10000013 - 8935500 8920 1c00180e ff7ff06f jal x0, -10 - 8937500 8922 1c001804 00c79363 bne x15, x12, 6 x15:10000014 x12:10000048 - 8940500 8925 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000015 x11:00000000 x15:10000014 PA:10000014 - 8941500 8926 1c00180e ff7ff06f jal x0, -10 - 8943500 8928 1c001804 00c79363 bne x15, x12, 6 x15:10000015 x12:10000048 - 8946500 8931 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000016 x11:00000000 x15:10000015 PA:10000015 - 8947500 8932 1c00180e ff7ff06f jal x0, -10 - 8949500 8934 1c001804 00c79363 bne x15, x12, 6 x15:10000016 x12:10000048 - 8952500 8937 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000017 x11:00000000 x15:10000016 PA:10000016 - 8953500 8938 1c00180e ff7ff06f jal x0, -10 - 8955500 8940 1c001804 00c79363 bne x15, x12, 6 x15:10000017 x12:10000048 - 8958500 8943 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000018 x11:00000000 x15:10000017 PA:10000017 - 8959500 8944 1c00180e ff7ff06f jal x0, -10 - 8961500 8946 1c001804 00c79363 bne x15, x12, 6 x15:10000018 x12:10000048 - 8964500 8949 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000019 x11:00000000 x15:10000018 PA:10000018 - 8965500 8950 1c00180e ff7ff06f jal x0, -10 - 8967500 8952 1c001804 00c79363 bne x15, x12, 6 x15:10000019 x12:10000048 - 8970500 8955 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000001a x11:00000000 x15:10000019 PA:10000019 - 8971500 8956 1c00180e ff7ff06f jal x0, -10 - 8973500 8958 1c001804 00c79363 bne x15, x12, 6 x15:1000001a x12:10000048 - 8976500 8961 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000001b x11:00000000 x15:1000001a PA:1000001a - 8977500 8962 1c00180e ff7ff06f jal x0, -10 - 8979500 8964 1c001804 00c79363 bne x15, x12, 6 x15:1000001b x12:10000048 - 8982500 8967 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000001c x11:00000000 x15:1000001b PA:1000001b - 8983500 8968 1c00180e ff7ff06f jal x0, -10 - 8985500 8970 1c001804 00c79363 bne x15, x12, 6 x15:1000001c x12:10000048 - 8988500 8973 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000001d x11:00000000 x15:1000001c PA:1000001c - 8989500 8974 1c00180e ff7ff06f jal x0, -10 - 8991500 8976 1c001804 00c79363 bne x15, x12, 6 x15:1000001d x12:10000048 - 8994500 8979 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000001e x11:00000000 x15:1000001d PA:1000001d - 8995500 8980 1c00180e ff7ff06f jal x0, -10 - 8997500 8982 1c001804 00c79363 bne x15, x12, 6 x15:1000001e x12:10000048 - 9000500 8985 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000001f x11:00000000 x15:1000001e PA:1000001e - 9001500 8986 1c00180e ff7ff06f jal x0, -10 - 9003500 8988 1c001804 00c79363 bne x15, x12, 6 x15:1000001f x12:10000048 - 9006500 8991 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000020 x11:00000000 x15:1000001f PA:1000001f - 9007500 8992 1c00180e ff7ff06f jal x0, -10 - 9009500 8994 1c001804 00c79363 bne x15, x12, 6 x15:10000020 x12:10000048 - 9012500 8997 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000021 x11:00000000 x15:10000020 PA:10000020 - 9013500 8998 1c00180e ff7ff06f jal x0, -10 - 9015500 9000 1c001804 00c79363 bne x15, x12, 6 x15:10000021 x12:10000048 - 9018500 9003 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000022 x11:00000000 x15:10000021 PA:10000021 - 9019500 9004 1c00180e ff7ff06f jal x0, -10 - 9021500 9006 1c001804 00c79363 bne x15, x12, 6 x15:10000022 x12:10000048 - 9024500 9009 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000023 x11:00000000 x15:10000022 PA:10000022 - 9025500 9010 1c00180e ff7ff06f jal x0, -10 - 9027500 9012 1c001804 00c79363 bne x15, x12, 6 x15:10000023 x12:10000048 - 9030500 9015 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000024 x11:00000000 x15:10000023 PA:10000023 - 9031500 9016 1c00180e ff7ff06f jal x0, -10 - 9033500 9018 1c001804 00c79363 bne x15, x12, 6 x15:10000024 x12:10000048 - 9036500 9021 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000025 x11:00000000 x15:10000024 PA:10000024 - 9037500 9022 1c00180e ff7ff06f jal x0, -10 - 9039500 9024 1c001804 00c79363 bne x15, x12, 6 x15:10000025 x12:10000048 - 9042500 9027 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000026 x11:00000000 x15:10000025 PA:10000025 - 9043500 9028 1c00180e ff7ff06f jal x0, -10 - 9045500 9030 1c001804 00c79363 bne x15, x12, 6 x15:10000026 x12:10000048 - 9048500 9033 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000027 x11:00000000 x15:10000026 PA:10000026 - 9049500 9034 1c00180e ff7ff06f jal x0, -10 - 9051500 9036 1c001804 00c79363 bne x15, x12, 6 x15:10000027 x12:10000048 - 9054500 9039 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000028 x11:00000000 x15:10000027 PA:10000027 - 9055500 9040 1c00180e ff7ff06f jal x0, -10 - 9057500 9042 1c001804 00c79363 bne x15, x12, 6 x15:10000028 x12:10000048 - 9060500 9045 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000029 x11:00000000 x15:10000028 PA:10000028 - 9061500 9046 1c00180e ff7ff06f jal x0, -10 - 9063500 9048 1c001804 00c79363 bne x15, x12, 6 x15:10000029 x12:10000048 - 9066500 9051 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000002a x11:00000000 x15:10000029 PA:10000029 - 9067500 9052 1c00180e ff7ff06f jal x0, -10 - 9069500 9054 1c001804 00c79363 bne x15, x12, 6 x15:1000002a x12:10000048 - 9072500 9057 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000002b x11:00000000 x15:1000002a PA:1000002a - 9073500 9058 1c00180e ff7ff06f jal x0, -10 - 9075500 9060 1c001804 00c79363 bne x15, x12, 6 x15:1000002b x12:10000048 - 9078500 9063 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000002c x11:00000000 x15:1000002b PA:1000002b - 9079500 9064 1c00180e ff7ff06f jal x0, -10 - 9081500 9066 1c001804 00c79363 bne x15, x12, 6 x15:1000002c x12:10000048 - 9084500 9069 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000002d x11:00000000 x15:1000002c PA:1000002c - 9085500 9070 1c00180e ff7ff06f jal x0, -10 - 9087500 9072 1c001804 00c79363 bne x15, x12, 6 x15:1000002d x12:10000048 - 9090500 9075 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000002e x11:00000000 x15:1000002d PA:1000002d - 9091500 9076 1c00180e ff7ff06f jal x0, -10 - 9093500 9078 1c001804 00c79363 bne x15, x12, 6 x15:1000002e x12:10000048 - 9096500 9081 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000002f x11:00000000 x15:1000002e PA:1000002e - 9097500 9082 1c00180e ff7ff06f jal x0, -10 - 9099500 9084 1c001804 00c79363 bne x15, x12, 6 x15:1000002f x12:10000048 - 9102500 9087 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000030 x11:00000000 x15:1000002f PA:1000002f - 9103500 9088 1c00180e ff7ff06f jal x0, -10 - 9105500 9090 1c001804 00c79363 bne x15, x12, 6 x15:10000030 x12:10000048 - 9108500 9093 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000031 x11:00000000 x15:10000030 PA:10000030 - 9109500 9094 1c00180e ff7ff06f jal x0, -10 - 9111500 9096 1c001804 00c79363 bne x15, x12, 6 x15:10000031 x12:10000048 - 9114500 9099 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000032 x11:00000000 x15:10000031 PA:10000031 - 9115500 9100 1c00180e ff7ff06f jal x0, -10 - 9117500 9102 1c001804 00c79363 bne x15, x12, 6 x15:10000032 x12:10000048 - 9120500 9105 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000033 x11:00000000 x15:10000032 PA:10000032 - 9121500 9106 1c00180e ff7ff06f jal x0, -10 - 9123500 9108 1c001804 00c79363 bne x15, x12, 6 x15:10000033 x12:10000048 - 9126500 9111 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000034 x11:00000000 x15:10000033 PA:10000033 - 9127500 9112 1c00180e ff7ff06f jal x0, -10 - 9129500 9114 1c001804 00c79363 bne x15, x12, 6 x15:10000034 x12:10000048 - 9132500 9117 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000035 x11:00000000 x15:10000034 PA:10000034 - 9133500 9118 1c00180e ff7ff06f jal x0, -10 - 9135500 9120 1c001804 00c79363 bne x15, x12, 6 x15:10000035 x12:10000048 - 9138500 9123 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000036 x11:00000000 x15:10000035 PA:10000035 - 9139500 9124 1c00180e ff7ff06f jal x0, -10 - 9141500 9126 1c001804 00c79363 bne x15, x12, 6 x15:10000036 x12:10000048 - 9144500 9129 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000037 x11:00000000 x15:10000036 PA:10000036 - 9145500 9130 1c00180e ff7ff06f jal x0, -10 - 9147500 9132 1c001804 00c79363 bne x15, x12, 6 x15:10000037 x12:10000048 - 9150500 9135 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000038 x11:00000000 x15:10000037 PA:10000037 - 9151500 9136 1c00180e ff7ff06f jal x0, -10 - 9153500 9138 1c001804 00c79363 bne x15, x12, 6 x15:10000038 x12:10000048 - 9156500 9141 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000039 x11:00000000 x15:10000038 PA:10000038 - 9157500 9142 1c00180e ff7ff06f jal x0, -10 - 9159500 9144 1c001804 00c79363 bne x15, x12, 6 x15:10000039 x12:10000048 - 9162500 9147 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000003a x11:00000000 x15:10000039 PA:10000039 - 9163500 9148 1c00180e ff7ff06f jal x0, -10 - 9165500 9150 1c001804 00c79363 bne x15, x12, 6 x15:1000003a x12:10000048 - 9168500 9153 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000003b x11:00000000 x15:1000003a PA:1000003a - 9169500 9154 1c00180e ff7ff06f jal x0, -10 - 9171500 9156 1c001804 00c79363 bne x15, x12, 6 x15:1000003b x12:10000048 - 9174500 9159 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000003c x11:00000000 x15:1000003b PA:1000003b - 9175500 9160 1c00180e ff7ff06f jal x0, -10 - 9177500 9162 1c001804 00c79363 bne x15, x12, 6 x15:1000003c x12:10000048 - 9180500 9165 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000003d x11:00000000 x15:1000003c PA:1000003c - 9181500 9166 1c00180e ff7ff06f jal x0, -10 - 9183500 9168 1c001804 00c79363 bne x15, x12, 6 x15:1000003d x12:10000048 - 9186500 9171 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000003e x11:00000000 x15:1000003d PA:1000003d - 9187500 9172 1c00180e ff7ff06f jal x0, -10 - 9189500 9174 1c001804 00c79363 bne x15, x12, 6 x15:1000003e x12:10000048 - 9192500 9177 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1000003f x11:00000000 x15:1000003e PA:1000003e - 9193500 9178 1c00180e ff7ff06f jal x0, -10 - 9195500 9180 1c001804 00c79363 bne x15, x12, 6 x15:1000003f x12:10000048 - 9198500 9183 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000040 x11:00000000 x15:1000003f PA:1000003f - 9199500 9184 1c00180e ff7ff06f jal x0, -10 - 9201500 9186 1c001804 00c79363 bne x15, x12, 6 x15:10000040 x12:10000048 - 9204500 9189 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000041 x11:00000000 x15:10000040 PA:10000040 - 9205500 9190 1c00180e ff7ff06f jal x0, -10 - 9207500 9192 1c001804 00c79363 bne x15, x12, 6 x15:10000041 x12:10000048 - 9210500 9195 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000042 x11:00000000 x15:10000041 PA:10000041 - 9211500 9196 1c00180e ff7ff06f jal x0, -10 - 9213500 9198 1c001804 00c79363 bne x15, x12, 6 x15:10000042 x12:10000048 - 9216500 9201 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000043 x11:00000000 x15:10000042 PA:10000042 - 9217500 9202 1c00180e ff7ff06f jal x0, -10 - 9219500 9204 1c001804 00c79363 bne x15, x12, 6 x15:10000043 x12:10000048 - 9222500 9207 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000044 x11:00000000 x15:10000043 PA:10000043 - 9223500 9208 1c00180e ff7ff06f jal x0, -10 - 9225500 9210 1c001804 00c79363 bne x15, x12, 6 x15:10000044 x12:10000048 - 9228500 9213 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000045 x11:00000000 x15:10000044 PA:10000044 - 9229500 9214 1c00180e ff7ff06f jal x0, -10 - 9231500 9216 1c001804 00c79363 bne x15, x12, 6 x15:10000045 x12:10000048 - 9234500 9219 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000046 x11:00000000 x15:10000045 PA:10000045 - 9235500 9220 1c00180e ff7ff06f jal x0, -10 - 9237500 9222 1c001804 00c79363 bne x15, x12, 6 x15:10000046 x12:10000048 - 9240500 9225 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000047 x11:00000000 x15:10000046 PA:10000046 - 9241500 9226 1c00180e ff7ff06f jal x0, -10 - 9243500 9228 1c001804 00c79363 bne x15, x12, 6 x15:10000047 x12:10000048 - 9246500 9231 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10000048 x11:00000000 x15:10000047 PA:10000047 - 9247500 9232 1c00180e ff7ff06f jal x0, -10 - 9249500 9234 1c001804 00c79363 bne x15, x12, 6 x15:10000048 x12:10000048 - 9250500 9235 1c001808 00008067 jalr x0, x1, 0 x1:1c0012fc - 9252500 9237 1c0012fc 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 9269500 9254 1c001300 6a87a783 lw x15, 1704(x15) x15=1c2fff50 x15:1c002000 PA:1c0026a8 - 9283500 9268 1c001304 01800713 addi x14, x0, 24 x14=00000018 - 9284500 9269 1c001306 00c12083 lw x1, 12(x2) x1=1c001460 x2:10000900 PA:1000090c - 9285500 9270 1c001308 42e487b3 p.mac x15, x9, x14 x15=1c2fff50 x15:1c2fff50 x9:00000000 x14:00000018 - 9286500 9271 1c00130c 00201737 lui x14, 0x201000 x14=00201000 - 9303500 9288 1c001310 e0470713 addi x14, x14, -508 x14=00200e04 x14:00201000 - 9304500 9289 1c001314 00e40433 add x8, x8, x14 x8=10200e04 x8:10000000 x14:00200e04 - 9305500 9290 1c001316 00412483 lw x9, 4(x2) x9=00000001 x2:10000900 PA:10000904 - 9306500 9291 1c001318 0087aa23 sw x8, 20(x15) x8:10200e04 x15:1c2fff50 PA:1c2fff64 - 9324500 9309 1c00131a 00812403 lw x8, 8(x2) x8=00000000 x2:10000900 PA:10000908 - 9325500 9310 1c00131c 0007a623 sw x0, 12(x15) x15:1c2fff50 PA:1c2fff5c - 9343500 9328 1c001320 01010113 addi x2, x2, 16 x2=10000910 x2:10000900 - 9344500 9329 1c001322 00008067 jalr x0, x1, 0 x1:1c001460 - 9346500 9331 1c001460 102017b7 lui x15, 0x10201000 x15=10201000 - 9347500 9332 1c001464 fff00713 addi x14, x0, -1 x14=ffffffff - 9348500 9333 1c001466 40e7a023 sw x14, 1024(x15) x14:ffffffff x15:10201000 PA:10201400 - 9353500 9338 1c00146a 1c0007b7 lui x15, 0x1c000000 x15=1c000000 - 9366500 9351 1c00146e 08078793 addi x15, x15, 128 x15=1c000080 x15:1c000000 - 9367500 9352 1c001472 06c80737 lui x14, 0x6c80000 x14=06c80000 - 9368500 9353 1c001476 ce07b7b3 p.bclr x15, x15, 7, 0 x15=1c000000 x15:1c000080 - 9369500 9354 1c00147a 01070713 addi x14, x14, 16 x14=06c80010 x14:06c80000 - 9370500 9355 1c00147c 0134c763 blt x9, x19, 14 x9:00000001 x19:00000008 - 9388500 9373 1c00148a 00e486b3 add x13, x9, x14 x13=06c80011 x9:00000001 x14:06c80010 - 9389500 9374 1c00148e 00269693 slli x13, x13, 0x2 x13=1b200044 x13:06c80011 - 9406500 9391 1c001490 00f6a023 sw x15, 0(x13) x15:1c000000 x13:1b200044 PA:1b200044 - 9410500 9395 1c001492 00148493 addi x9, x9, 1 x9=00000002 x9:00000001 - 9411500 9396 1c001494 fe9ff06f jal x0, -24 - 9413500 9398 1c00147c 0134c763 blt x9, x19, 14 x9:00000002 x19:00000008 - 9416500 9401 1c00148a 00e486b3 add x13, x9, x14 x13=06c80012 x9:00000002 x14:06c80010 - 9417500 9402 1c00148e 00269693 slli x13, x13, 0x2 x13=1b200048 x13:06c80012 - 9418500 9403 1c001490 00f6a023 sw x15, 0(x13) x15:1c000000 x13:1b200048 PA:1b200048 - 9422500 9407 1c001492 00148493 addi x9, x9, 1 x9=00000003 x9:00000002 - 9423500 9408 1c001494 fe9ff06f jal x0, -24 - 9425500 9410 1c00147c 0134c763 blt x9, x19, 14 x9:00000003 x19:00000008 - 9428500 9413 1c00148a 00e486b3 add x13, x9, x14 x13=06c80013 x9:00000003 x14:06c80010 - 9429500 9414 1c00148e 00269693 slli x13, x13, 0x2 x13=1b20004c x13:06c80013 - 9430500 9415 1c001490 00f6a023 sw x15, 0(x13) x15:1c000000 x13:1b20004c PA:1b20004c - 9434500 9419 1c001492 00148493 addi x9, x9, 1 x9=00000004 x9:00000003 - 9435500 9420 1c001494 fe9ff06f jal x0, -24 - 9437500 9422 1c00147c 0134c763 blt x9, x19, 14 x9:00000004 x19:00000008 - 9440500 9425 1c00148a 00e486b3 add x13, x9, x14 x13=06c80014 x9:00000004 x14:06c80010 - 9441500 9426 1c00148e 00269693 slli x13, x13, 0x2 x13=1b200050 x13:06c80014 - 9442500 9427 1c001490 00f6a023 sw x15, 0(x13) x15:1c000000 x13:1b200050 PA:1b200050 - 9446500 9431 1c001492 00148493 addi x9, x9, 1 x9=00000005 x9:00000004 - 9447500 9432 1c001494 fe9ff06f jal x0, -24 - 9449500 9434 1c00147c 0134c763 blt x9, x19, 14 x9:00000005 x19:00000008 - 9452500 9437 1c00148a 00e486b3 add x13, x9, x14 x13=06c80015 x9:00000005 x14:06c80010 - 9453500 9438 1c00148e 00269693 slli x13, x13, 0x2 x13=1b200054 x13:06c80015 - 9454500 9439 1c001490 00f6a023 sw x15, 0(x13) x15:1c000000 x13:1b200054 PA:1b200054 - 9458500 9443 1c001492 00148493 addi x9, x9, 1 x9=00000006 x9:00000005 - 9459500 9444 1c001494 fe9ff06f jal x0, -24 - 9461500 9446 1c00147c 0134c763 blt x9, x19, 14 x9:00000006 x19:00000008 - 9464500 9449 1c00148a 00e486b3 add x13, x9, x14 x13=06c80016 x9:00000006 x14:06c80010 - 9465500 9450 1c00148e 00269693 slli x13, x13, 0x2 x13=1b200058 x13:06c80016 - 9466500 9451 1c001490 00f6a023 sw x15, 0(x13) x15:1c000000 x13:1b200058 PA:1b200058 - 9470500 9455 1c001492 00148493 addi x9, x9, 1 x9=00000007 x9:00000006 - 9471500 9456 1c001494 fe9ff06f jal x0, -24 - 9473500 9458 1c00147c 0134c763 blt x9, x19, 14 x9:00000007 x19:00000008 - 9476500 9461 1c00148a 00e486b3 add x13, x9, x14 x13=06c80017 x9:00000007 x14:06c80010 - 9477500 9462 1c00148e 00269693 slli x13, x13, 0x2 x13=1b20005c x13:06c80017 - 9478500 9463 1c001490 00f6a023 sw x15, 0(x13) x15:1c000000 x13:1b20005c PA:1b20005c - 9482500 9467 1c001492 00148493 addi x9, x9, 1 x9=00000008 x9:00000007 - 9483500 9468 1c001494 fe9ff06f jal x0, -24 - 9485500 9470 1c00147c 0134c763 blt x9, x19, 14 x9:00000008 x19:00000008 - 9486500 9471 1c001480 102007b7 lui x15, 0x10200000 x15=10200000 - 9487500 9472 1c001484 fff00713 addi x14, x0, -1 x14=ffffffff - 9488500 9473 1c001486 00e7a423 sw x14, 8(x15) x14:ffffffff x15:10200000 PA:10200008 - 9492500 9477 1c001488 f55ff06f jal x0, -172 - 9493500 9478 1c0013dc 30091073 csrrw x0, x18, 0x300 x18:00001808 - 9508500 9493 1c0013e0 02c12083 lw x1, 44(x2) x1=1c000c36 x2:10000910 PA:1000093c - 9509500 9494 1c0013e2 02812403 lw x8, 40(x2) x8=00000000 x2:10000910 PA:10000938 - 9510500 9495 1c0013e4 02412483 lw x9, 36(x2) x9=00000800 x2:10000910 PA:10000934 - 9511500 9496 1c0013e6 02012903 lw x18, 32(x2) x18=00000008 x2:10000910 PA:10000930 - 9512500 9497 1c0013e8 01c12983 lw x19, 28(x2) x19=00001000 x2:10000910 PA:1000092c - 9513500 9498 1c0013ea 01812a03 lw x20, 24(x2) x20=00000002 x2:10000910 PA:10000928 - 9514500 9499 1c0013ec 01412a83 lw x21, 20(x2) x21=00000000 x2:10000910 PA:10000924 - 9515500 9500 1c0013ee 03010113 addi x2, x2, 48 x2=10000940 x2:10000910 - 9516500 9501 1c0013f0 00008067 jalr x0, x1, 0 x1:1c000c36 - 9518500 9503 1c000c36 fff90593 addi x11, x18, -1 x11=00000007 x18:00000008 - 9519500 9504 1c000c3a 029585b3 mul x11, x11, x9 x11=00003800 x11:00000007 x9:00000800 - 9520500 9505 1c000c3e 01400533 add x10, x0, x20 x10=00000002 x20:00000002 - 9537500 9522 1c000c40 590000ef jal x1, 1424 x1=1c000c42 - 9539500 9524 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 9540500 9525 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000002 - 9541500 9526 1c0011d6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 9542500 9527 1c0011da 69c7a783 lw x15, 1692(x15) x15=10000990 x15:1c002000 PA:1c00269c - 9556500 9541 1c0011de ffe50513 addi x10, x10, -2 x10=00000000 x10:00000002 - 9557500 9542 1c0011e0 00251513 slli x10, x10, 0x2 x10=00000000 x10:00000000 - 9558500 9543 1c0011e2 00f50533 add x10, x10, x15 x10=10000990 x10:00000000 x15:10000990 - 9559500 9544 1c0011e4 f6fff06f jal x0, -146 - 9561500 9546 1c001152 00052783 lw x15, 0(x10) x15=100009a0 x10:10000990 PA:10000990 - 9562500 9547 1c001154 00758593 addi x11, x11, 7 x11=00003807 x11:00003800 - 9563500 9548 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00003800 x11:00003807 - 9564500 9549 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 9565500 9550 1c00115c 00078963 beq x15, x0, 18 x15:100009a0 - 9566500 9551 1c00115e 0007a703 lw x14, 0(x15) x14=000ff5f0 x15:100009a0 PA:100009a0 - 9568500 9553 1c001160 00b74963 blt x14, x11, 18 x14:000ff5f0 x11:00003800 - 9569500 9554 1c001164 00b71c63 bne x14, x11, 24 x14:000ff5f0 x11:00003800 - 9572500 9557 1c00117c 40b70733 sub x14, x14, x11 x14=000fbdf0 x14:000ff5f0 x11:00003800 - 9573500 9558 1c00117e 00e7a023 sw x14, 0(x15) x14:000fbdf0 x15:100009a0 PA:100009a0 - 9574500 9559 1c001180 00e787b3 add x15, x15, x14 x15=100fc790 x15:100009a0 x14:000fbdf0 - 9575500 9560 1c001182 fedff06f jal x0, -20 - 9577500 9562 1c00116e 00f00533 add x10, x0, x15 x10=100fc790 x15:100fc790 - 9578500 9563 1c001170 00008067 jalr x0, x1, 0 x1:1c000c42 - 9580500 9565 1c000c42 fa0504e3 beq x10, x0, -88 x10:100fc790 - 9581500 9566 1c000c44 00100793 addi x15, x0, 1 x15=00000001 - 9582500 9567 1c000c46 012797b3 sll x15, x15, x18 x15=00000100 x15:00000001 x18:00000008 - 9583500 9568 1c000c4a fff78793 addi x15, x15, -1 x15=000000ff x15:00000100 - 9584500 9569 1c000c4c 1b204737 lui x14, 0x1b204000 x14=1b204000 - 9601500 9586 1c000c50 08f72223 sw x15, 132(x14) x15:000000ff x14:1b204000 PA:1b204084 - 9602500 9587 1c000c54 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 9603500 9588 1c000c58 22c78793 addi x15, x15, 556 x15=1c00222c x15:1c002000 - 9604500 9589 1c000c5c c007c7b3 p.bset x15, x15, 0, 0 x15=1c00222d x15:1c00222c - 9621500 9606 1c000c60 08f72023 sw x15, 128(x14) x15:1c00222d x14:1b204000 PA:1b204080 - 9622500 9607 1c000c64 08972023 sw x9, 128(x14) x9:00000800 x14:1b204000 PA:1b204080 - 9623500 9608 1c000c68 08a72023 sw x10, 128(x14) x10:100fc790 x14:1b204000 PA:1b204080 - 9624500 9609 1c000c6c 00000513 addi x10, x0, 0 x10=00000000 - 9625500 9610 1c000c6e ea5ff0ef jal x1, -348 x1=1c000c70 - 9661500 9646 1c000b12 1b2047b7 lui x15, 0x1b204000 x15=1b204000 - 9662500 9647 1c000b16 00070737 lui x14, 0x70000 x14=00070000 - 9663500 9648 1c000b1a 00e7a423 sw x14, 8(x15) x14:00070000 x15:1b204000 PA:1b204008 - 9664500 9649 1c000b1c 00000713 addi x14, x0, 0 x14=00000000 - 9682500 9667 1c000b20 fc173733 p.bclr x14, x14, 30, 1 x14=00000000 x14:00000000 - 9683500 9668 1c000b24 04070e63 beq x14, x0, 92 x14:00000000 - 9703500 9688 1c000b80 00800693 addi x13, x0, 8 x13=00000008 - 9704500 9689 1c000b84 00100713 addi x14, x0, 1 x14=00000001 - 9705500 9690 1c000b86 00d71733 sll x14, x14, x13 x14=00000100 x14:00000001 x13:00000008 - 9706500 9691 1c000b8a fff70713 addi x14, x14, -1 x14=000000ff x14:00000100 - 9707500 9692 1c000b8c 1b2046b7 lui x13, 0x1b204000 x13=1b204000 - 9724500 9709 1c000b90 08e6a223 sw x14, 132(x13) x14:000000ff x13:1b204000 PA:1b204084 - 9725500 9710 1c000b94 20078693 addi x13, x15, 512 x13=1b204200 x15:1b204000 - 9726500 9711 1c000b98 00e6a023 sw x14, 0(x13) x14:000000ff x13:1b204200 PA:1b204200 - 9727500 9712 1c000b9a 20c78793 addi x15, x15, 524 x15=1b20420c x15:1b204000 - 9728500 9713 1c000b9e 00e7a023 sw x14, 0(x15) x14:000000ff x15:1b20420c PA:1b20420c - 9729500 9714 1c000ba0 00008067 jalr x0, x1, 0 x1:1c000c70 - 9731500 9716 1c000c70 00000513 addi x10, x0, 0 x10=00000000 - 9732500 9717 1c000c72 f7bff06f jal x0, -134 - 9750500 9735 1c000bec 02c12083 lw x1, 44(x2) x1=1c000d26 x2:10000940 PA:1000096c - 9751500 9736 1c000bee 02812403 lw x8, 40(x2) x8=10000990 x2:10000940 PA:10000968 - 9767500 9752 1c000bf0 02412483 lw x9, 36(x2) x9=10000180 x2:10000940 PA:10000964 - 9768500 9753 1c000bf2 02012903 lw x18, 32(x2) x18=00000000 x2:10000940 PA:10000960 - 9769500 9754 1c000bf4 01c12983 lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c - 9770500 9755 1c000bf6 01812a03 lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958 - 9771500 9756 1c000bf8 01412a83 lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954 - 9772500 9757 1c000bfa 01012b03 lw x22, 16(x2) x22=00000000 x2:10000940 PA:10000950 - 9773500 9758 1c000bfc 03010113 addi x2, x2, 48 x2=10000970 x2:10000940 - 9774500 9759 1c000bfe 00008067 jalr x0, x1, 0 x1:1c000d26 - 9791500 9776 1c000d26 fc0510e3 bne x10, x0, -64 x10:00000000 - 9792500 9777 1c000d28 fe040113 addi x2, x8, -32 x2=10000970 x8:10000990 - 9793500 9778 1c000d2c 01c12083 lw x1, 28(x2) x1=1c0000d8 x2:10000970 PA:1000098c - 9794500 9779 1c000d2e 01812403 lw x8, 24(x2) x8=00000000 x2:10000970 PA:10000988 - 9810500 9795 1c000d30 01412483 lw x9, 20(x2) x9=00000000 x2:10000970 PA:10000984 - 9811500 9796 1c000d32 01012903 lw x18, 16(x2) x18=00000000 x2:10000970 PA:10000980 - 9812500 9797 1c000d34 00c12983 lw x19, 12(x2) x19=00000000 x2:10000970 PA:1000097c - 9813500 9798 1c000d36 00812a03 lw x20, 8(x2) x20=00000000 x2:10000970 PA:10000978 - 9814500 9799 1c000d38 02010113 addi x2, x2, 32 x2=10000990 x2:10000970 - 9815500 9800 1c000d3a 00008067 jalr x0, x1, 0 x1:1c0000d8 - 9833500 9818 1c0000d8 00000513 addi x10, x0, 0 x10=00000000 - 9834500 9819 1c0000dc 00000593 addi x11, x0, 0 x11=00000000 - 9851500 9836 1c0000e0 00001397 auipc x7, 0x1000 x7=1c0010e0 - 9852500 9837 1c0000e4 96c38393 addi x7, x7, -1684 x7=1c000a4c x7:1c0010e0 - 9854500 9839 1c0000e8 000380e7 jalr x1, x7, 0 x1=1c0000ec x7:1c000a4c - 9888500 9873 1c000a4c fe010113 addi x2, x2, -32 x2=10000970 x2:10000990 - 9889500 9874 1c000a4e 00100593 addi x11, x0, 1 x11=00000001 - 9905500 9890 1c000a50 00000513 addi x10, x0, 0 x10=00000000 - 9906500 9891 1c000a52 00112e23 sw x1, 28(x2) x1:1c0000ec x2:10000970 PA:1000098c - 9907500 9892 1c000a54 00812c23 sw x8, 24(x2) x8:00000000 x2:10000970 PA:10000988 - 9908500 9893 1c000a56 00912a23 sw x9, 20(x2) x9:00000000 x2:10000970 PA:10000984 - 9909500 9894 1c000a58 01212823 sw x18, 16(x2) x18:00000000 x2:10000970 PA:10000980 - 9910500 9895 1c000a5a 4aa000ef jal x1, 1194 x1=1c000a5c - 9912500 9897 1c000f04 fe010113 addi x2, x2, -32 x2=10000950 x2:10000970 - 9913500 9898 1c000f06 01312623 sw x19, 12(x2) x19:00000000 x2:10000950 PA:1000095c - 9914500 9899 1c000f08 00b009b3 add x19, x0, x11 x19=00000001 x11:00000001 - 9915500 9900 1c000f0a 00112e23 sw x1, 28(x2) x1:1c000a5c x2:10000950 PA:1000096c - 9916500 9901 1c000f0c 00812c23 sw x8, 24(x2) x8:00000000 x2:10000950 PA:10000968 - 9917500 9902 1c000f0e 00912a23 sw x9, 20(x2) x9:00000000 x2:10000950 PA:10000964 - 9918500 9903 1c000f10 01212823 sw x18, 16(x2) x18:00000000 x2:10000950 PA:10000960 - 9919500 9904 1c000f12 01412423 sw x20, 8(x2) x20:00000000 x2:10000950 PA:10000958 - 9920500 9905 1c000f14 01512223 sw x21, 4(x2) x21:00000000 x2:10000950 PA:10000954 - 9921500 9906 1c000f16 01612023 sw x22, 0(x2) x22:00000000 x2:10000950 PA:10000950 - 9922500 9907 1c000f18 30047af3 csrrci x21, 0x00000008, 0x300 x21=00001808 - 9926500 9911 1c000f1c 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 9927500 9912 1c000f1e 00051763 bne x10, x0, 14 x10:00000000 - 9928500 9913 1c000f20 100007b7 lui x15, 0x10000000 x15=10000000 - 9929500 9914 1c000f24 15c7a783 lw x15, 348(x15) x15=10000070 x15:10000000 PA:1000015c - 9931500 9916 1c000f28 0b87a903 lw x18, 184(x15) x18=1000013c x15:10000070 PA:10000128 - 9932500 9917 1c000f2c 07000593 addi x11, x0, 112 x11=00000070 - 9933500 9918 1c000f30 02b985b3 mul x11, x19, x11 x11=00000070 x19:00000001 x11:00000070 - 9934500 9919 1c000f34 f1402573 csrrs x10, x0, 0xf14 x10=00000000 - 9935500 9920 1c000f38 40555513 srai x10, x10, 0x405 x10=00000000 x10:00000000 - 9936500 9921 1c000f3a f2653533 p.bclr x10, x10, 25, 6 x10=00000000 x10:00000000 - 9937500 9922 1c000f3e 00250513 addi x10, x10, 2 x10=00000002 x10:00000000 - 9938500 9923 1c000f40 290000ef jal x1, 656 x1=1c000f42 - 9940500 9925 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 9941500 9926 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000002 - 9942500 9927 1c0011d6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 9943500 9928 1c0011da 69c7a783 lw x15, 1692(x15) x15=10000990 x15:1c002000 PA:1c00269c - 9957500 9942 1c0011de ffe50513 addi x10, x10, -2 x10=00000000 x10:00000002 - 9958500 9943 1c0011e0 00251513 slli x10, x10, 0x2 x10=00000000 x10:00000000 - 9959500 9944 1c0011e2 00f50533 add x10, x10, x15 x10=10000990 x10:00000000 x15:10000990 - 9960500 9945 1c0011e4 f6fff06f jal x0, -146 - 9962500 9947 1c001152 00052783 lw x15, 0(x10) x15=100009a0 x10:10000990 PA:10000990 - 9963500 9948 1c001154 00758593 addi x11, x11, 7 x11=00000077 x11:00000070 - 9964500 9949 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00000070 x11:00000077 - 9965500 9950 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 9966500 9951 1c00115c 00078963 beq x15, x0, 18 x15:100009a0 - 9967500 9952 1c00115e 0007a703 lw x14, 0(x15) x14=000fbdf0 x15:100009a0 PA:100009a0 - 9969500 9954 1c001160 00b74963 blt x14, x11, 18 x14:000fbdf0 x11:00000070 - 9970500 9955 1c001164 00b71c63 bne x14, x11, 24 x14:000fbdf0 x11:00000070 - 9973500 9958 1c00117c 40b70733 sub x14, x14, x11 x14=000fbd80 x14:000fbdf0 x11:00000070 - 9974500 9959 1c00117e 00e7a023 sw x14, 0(x15) x14:000fbd80 x15:100009a0 PA:100009a0 - 9975500 9960 1c001180 00e787b3 add x15, x15, x14 x15=100fc720 x15:100009a0 x14:000fbd80 - 9976500 9961 1c001182 fedff06f jal x0, -20 - 9978500 9963 1c00116e 00f00533 add x10, x0, x15 x10=100fc720 x15:100fc720 - 9979500 9964 1c001170 00008067 jalr x0, x1, 0 x1:1c000f42 - 9981500 9966 1c000f42 00a00433 add x8, x0, x10 x8=100fc720 x10:100fc720 - 9982500 9967 1c000f44 fff00513 addi x10, x0, -1 x10=ffffffff - 9983500 9968 1c000f46 00040c63 beq x8, x0, 24 x8:100fc720 - 9984500 9969 1c000f48 00840413 addi x8, x8, 8 x8=100fc728 x8:100fc720 - 9985500 9970 1c000f4a 00000493 addi x9, x0, 0 x9=00000000 - 9986500 9971 1c000f4c 10000b37 lui x22, 0x10000000 x22=10000000 - 9987500 9972 1c000f50 ff840a13 addi x20, x8, -8 x20=100fc720 x8:100fc728 - 9988500 9973 1c000f54 0134cf63 blt x9, x19, 30 x9:00000000 x19:00000001 - 9991500 9976 1c000f72 012005b3 add x11, x0, x18 x11=1000013c x18:1000013c - 9992500 9977 1c000f74 01400533 add x10, x0, x20 x10=100fc720 x20:100fc720 - 9993500 9978 1c000f76 f43ff0ef jal x1, -190 x1=1c000f78 - 9995500 9980 1c000eb8 ff010113 addi x2, x2, -16 x2=10000940 x2:10000950 - 9996500 9981 1c000eba 00812423 sw x8, 8(x2) x8:100fc728 x2:10000940 PA:10000948 - 9997500 9982 1c000ebc 00912223 sw x9, 4(x2) x9:00000000 x2:10000940 PA:10000944 - 9998500 9983 1c000ebe 00112623 sw x1, 12(x2) x1:1c000f78 x2:10000940 PA:1000094c - 9999500 9984 1c000ec0 00a00433 add x8, x0, x10 x8=100fc720 x10:100fc720 - 10000500 9985 1c000ec2 00b004b3 add x9, x0, x11 x9=1000013c x11:1000013c - 10001500 9986 1c000ec4 00052823 sw x0, 16(x10) x10:100fc720 PA:100fc730 - 10002500 9987 1c000ec8 00052a23 sw x0, 20(x10) x10:100fc720 PA:100fc734 - 10003500 9988 1c000ecc 01000593 addi x11, x0, 16 x11=00000010 - 10004500 9989 1c000ece 00000513 addi x10, x0, 0 x10=00000000 - 10005500 9990 1c000ed0 300000ef jal x1, 768 x1=1c000ed2 - 10007500 9992 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 10008500 9993 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000000 - 10011500 9996 1c0011e6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 10012500 9997 1c0011ea 00251513 slli x10, x10, 0x2 x10=00000000 x10:00000000 - 10013500 9998 1c0011ec 6a078793 addi x15, x15, 1696 x15=1c0026a0 x15:1c002000 - 10014500 9999 1c0011f0 ff3ff06f jal x0, -14 - 10016500 10001 1c0011e2 00f50533 add x10, x10, x15 x10=1c0026a0 x10:00000000 x15:1c0026a0 - 10017500 10002 1c0011e4 f6fff06f jal x0, -146 - 10019500 10004 1c001152 00052783 lw x15, 0(x10) x15=1c0026b8 x10:1c0026a0 PA:1c0026a0 - 10033500 10018 1c001154 00758593 addi x11, x11, 7 x11=00000017 x11:00000010 - 10034500 10019 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00000010 x11:00000017 - 10035500 10020 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 10036500 10021 1c00115c 00078963 beq x15, x0, 18 x15:1c0026b8 - 10037500 10022 1c00115e 0007a703 lw x14, 0(x15) x14=002cd918 x15:1c0026b8 PA:1c0026b8 - 10052500 10037 1c001160 00b74963 blt x14, x11, 18 x14:002cd918 x11:00000010 - 10053500 10038 1c001164 00b71c63 bne x14, x11, 24 x14:002cd918 x11:00000010 - 10056500 10041 1c00117c 40b70733 sub x14, x14, x11 x14=002cd908 x14:002cd918 x11:00000010 - 10057500 10042 1c00117e 00e7a023 sw x14, 0(x15) x14:002cd908 x15:1c0026b8 PA:1c0026b8 - 10075500 10060 1c001180 00e787b3 add x15, x15, x14 x15=1c2cffc0 x15:1c0026b8 x14:002cd908 - 10076500 10061 1c001182 fedff06f jal x0, -20 - 10078500 10063 1c00116e 00f00533 add x10, x0, x15 x10=1c2cffc0 x15:1c2cffc0 - 10079500 10064 1c001170 00008067 jalr x0, x1, 0 x1:1c000ed2 - 10081500 10066 1c000ed2 06a42623 sw x10, 108(x8) x10:1c2cffc0 x8:100fc720 PA:100fc78c - 10082500 10067 1c000ed4 00942623 sw x9, 12(x8) x9:1000013c x8:100fc720 PA:100fc72c - 10083500 10068 1c000ed6 00042023 sw x0, 0(x8) x8:100fc720 PA:100fc720 - 10084500 10069 1c000eda 00c12083 lw x1, 12(x2) x1=1c000f78 x2:10000940 PA:1000094c - 10085500 10070 1c000edc 00812403 lw x8, 8(x2) x8=100fc728 x2:10000940 PA:10000948 - 10086500 10071 1c000ede 00412483 lw x9, 4(x2) x9=00000000 x2:10000940 PA:10000944 - 10087500 10072 1c000ee0 01010113 addi x2, x2, 16 x2=10000950 x2:10000940 - 10088500 10073 1c000ee2 00008067 jalr x0, x1, 0 x1:1c000f78 - 10090500 10075 1c000f78 138b0793 addi x15, x22, 312 x15=10000138 x22:10000000 - 10091500 10076 1c000f7c 0007a703 lw x14, 0(x15) x14=100000b8 x15:10000138 PA:10000138 - 10092500 10077 1c000f7e 00148493 addi x9, x9, 1 x9=00000001 x9:00000000 - 10093500 10078 1c000f80 06e4282b p.sw x14, 112(x8!) x8=100fc798 x14:100000b8 x8:100fc728 PA:100fc728 - 10094500 10079 1c000f84 0147a023 sw x20, 0(x15) x20:100fc720 x15:10000138 PA:10000138 - 10095500 10080 1c000f88 fc9ff06f jal x0, -56 - 10097500 10082 1c000f50 ff840a13 addi x20, x8, -8 x20=100fc790 x8:100fc798 - 10098500 10083 1c000f54 0134cf63 blt x9, x19, 30 x9:00000001 x19:00000001 - 10099500 10084 1c000f58 300a9073 csrrw x0, x21, 0x300 x21:00001808 - 10103500 10088 1c000f5c 00000513 addi x10, x0, 0 x10=00000000 - 10104500 10089 1c000f5e 01c12083 lw x1, 28(x2) x1=1c000a5c x2:10000950 PA:1000096c - 10105500 10090 1c000f60 01812403 lw x8, 24(x2) x8=00000000 x2:10000950 PA:10000968 - 10106500 10091 1c000f62 01412483 lw x9, 20(x2) x9=00000000 x2:10000950 PA:10000964 - 10107500 10092 1c000f64 01012903 lw x18, 16(x2) x18=00000000 x2:10000950 PA:10000960 - 10108500 10093 1c000f66 00c12983 lw x19, 12(x2) x19=00000000 x2:10000950 PA:1000095c - 10109500 10094 1c000f68 00812a03 lw x20, 8(x2) x20=00000000 x2:10000950 PA:10000958 - 10110500 10095 1c000f6a 00412a83 lw x21, 4(x2) x21=00000000 x2:10000950 PA:10000954 - 10111500 10096 1c000f6c 00012b03 lw x22, 0(x2) x22=00000000 x2:10000950 PA:10000950 - 10112500 10097 1c000f6e 02010113 addi x2, x2, 32 x2=10000970 x2:10000950 - 10113500 10098 1c000f70 00008067 jalr x0, x1, 0 x1:1c000a5c - 10115500 10100 1c000a5c 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 10132500 10117 1c000a60 00000613 addi x12, x0, 0 x12=00000000 - 10133500 10118 1c000a62 9ba58593 addi x11, x11, -1606 x11=1c0009ba x11:1c001000 - 10134500 10119 1c000a66 00000513 addi x10, x0, 0 x10=00000000 - 10135500 10120 1c000a68 522000ef jal x1, 1314 x1=1c000a6a - 10137500 10122 1c000f8a 300476f3 csrrci x13, 0x00000008, 0x300 x13=00001808 - 10141500 10126 1c000f8e 00051763 bne x10, x0, 14 x10:00000000 - 10155500 10140 1c000f90 100007b7 lui x15, 0x10000000 x15=10000000 - 10156500 10141 1c000f94 15c7a783 lw x15, 348(x15) x15=10000070 x15:10000000 PA:1000015c - 10158500 10143 1c000f98 0b87a503 lw x10, 184(x15) x10=1000013c x15:10000070 PA:10000128 - 10159500 10144 1c000f9c 10000737 lui x14, 0x10000000 x14=10000000 - 10175500 10160 1c000fa0 13870713 addi x14, x14, 312 x14=10000138 x14:10000000 - 10176500 10161 1c000fa4 00072783 lw x15, 0(x14) x15=100fc720 x14:10000138 PA:10000138 - 10178500 10163 1c000fa6 00078863 beq x15, x0, 16 x15:100fc720 - 10179500 10164 1c000fa8 0087a803 lw x16, 8(x15) x16=100000b8 x15:100fc720 PA:100fc728 - 10180500 10165 1c000fac 00c7a223 sw x12, 4(x15) x12:00000000 x15:100fc720 PA:100fc724 - 10181500 10166 1c000fae 00a7a623 sw x10, 12(x15) x10:1000013c x15:100fc720 PA:100fc72c - 10197500 10182 1c000fb0 01072023 sw x16, 0(x14) x16:100000b8 x14:10000138 PA:10000138 - 10198500 10183 1c000fb4 00b7a023 sw x11, 0(x15) x11:1c0009ba x15:100fc720 PA:100fc720 - 10199500 10184 1c000fb6 30069073 csrrw x0, x13, 0x300 x13:00001808 - 10203500 10188 1c000fba 00f00533 add x10, x0, x15 x10=100fc720 x15:100fc720 - 10204500 10189 1c000fbc 00008067 jalr x0, x1, 0 x1:1c000a6a - 10222500 10207 1c000a6a 00a004b3 add x9, x0, x10 x9=100fc720 x10:100fc720 - 10223500 10208 1c000a6c 00000413 addi x8, x0, 0 x8=00000000 - 10224500 10209 1c000a6e 008005b3 add x11, x0, x8 x11=00000000 x8:00000000 - 10240500 10225 1c000a70 009006b3 add x13, x0, x9 x13=100fc720 x9:100fc720 - 10241500 10226 1c000a72 00140413 addi x8, x8, 1 x8=00000001 x8:00000000 - 10242500 10227 1c000a74 00000613 addi x12, x0, 0 x12=00000000 - 10243500 10228 1c000a76 00100513 addi x10, x0, 1 x10=00000001 - 10244500 10229 1c000a78 12b000ef jal x1, 2346 x1=1c000a7c - 10246500 10231 1c0013a2 fd010113 addi x2, x2, -48 x2=10000940 x2:10000970 - 10247500 10232 1c0013a4 02812423 sw x8, 40(x2) x8:00000001 x2:10000940 PA:10000968 - 10248500 10233 1c0013a6 00b00433 add x8, x0, x11 x8=00000000 x11:00000000 - 10249500 10234 1c0013a8 02112623 sw x1, 44(x2) x1:1c000a7c x2:10000940 PA:1000096c - 10250500 10235 1c0013aa 02912223 sw x9, 36(x2) x9:100fc720 x2:10000940 PA:10000964 - 10251500 10236 1c0013ac 03212023 sw x18, 32(x2) x18:00000000 x2:10000940 PA:10000960 - 10252500 10237 1c0013ae 01312e23 sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c - 10268500 10253 1c0013b0 01412c23 sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958 - 10269500 10254 1c0013b2 01512a23 sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954 - 10270500 10255 1c0013b4 30047973 csrrci x18, 0x00000008, 0x300 x18=00001808 - 10274500 10259 1c0013b8 01800a13 addi x20, x0, 24 x20=00000018 - 10275500 10260 1c0013ba 03458a33 mul x20, x11, x20 x20=00000000 x11:00000000 x20:00000018 - 10292500 10277 1c0013be 1c002737 lui x14, 0x1c002000 x14=1c002000 - 10293500 10278 1c0013c2 6a872783 lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8 - 10307500 10292 1c0013c6 00e00ab3 add x21, x0, x14 x21=1c002000 x14:1c002000 - 10308500 10293 1c0013c8 014787b3 add x15, x15, x20 x15=1c2fff50 x15:1c2fff50 x20:00000000 - 10309500 10294 1c0013ca 0007a703 lw x14, 0(x15) x14=00000001 x15:1c2fff50 PA:1c2fff50 - 10323500 10308 1c0013cc 02050363 beq x10, x0, 38 x10:00000001 - 10324500 10309 1c0013ce 00170713 addi x14, x14, 1 x14=00000002 x14:00000001 - 10325500 10310 1c0013d0 00e7a023 sw x14, 0(x15) x14:00000002 x15:1c2fff50 PA:1c2fff50 - 10343500 10328 1c0013d2 0007a483 lw x9, 0(x15) x9=00000002 x15:1c2fff50 PA:1c2fff50 - 10358500 10343 1c0013d4 02049163 bne x9, x0, 34 x9:00000002 - 10361500 10346 1c0013f6 fe14b3e3 p.bneimm x9, -26 x9:00000002 - 10364500 10349 1c0013dc 30091073 csrrw x0, x18, 0x300 x18:00001808 - 10368500 10353 1c0013e0 02c12083 lw x1, 44(x2) x1=1c000a7c x2:10000940 PA:1000096c - 10369500 10354 1c0013e2 02812403 lw x8, 40(x2) x8=00000001 x2:10000940 PA:10000968 - 10370500 10355 1c0013e4 02412483 lw x9, 36(x2) x9=100fc720 x2:10000940 PA:10000964 - 10371500 10356 1c0013e6 02012903 lw x18, 32(x2) x18=00000000 x2:10000940 PA:10000960 - 10372500 10357 1c0013e8 01c12983 lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c - 10373500 10358 1c0013ea 01812a03 lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958 - 10374500 10359 1c0013ec 01412a83 lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954 - 10375500 10360 1c0013ee 03010113 addi x2, x2, 48 x2=10000970 x2:10000940 - 10376500 10361 1c0013f0 00008067 jalr x0, x1, 0 x1:1c000a7c - 10378500 10363 1c000a7c fe4439e3 p.bneimm x8, -14 x8:00000001 - 10396500 10381 1c000a6e 008005b3 add x11, x0, x8 x11=00000001 x8:00000001 - 10397500 10382 1c000a70 009006b3 add x13, x0, x9 x13=100fc720 x9:100fc720 - 10398500 10383 1c000a72 00140413 addi x8, x8, 1 x8=00000002 x8:00000001 - 10399500 10384 1c000a74 00000613 addi x12, x0, 0 x12=00000000 - 10400500 10385 1c000a76 00100513 addi x10, x0, 1 x10=00000001 - 10401500 10386 1c000a78 12b000ef jal x1, 2346 x1=1c000a7c - 10403500 10388 1c0013a2 fd010113 addi x2, x2, -48 x2=10000940 x2:10000970 - 10404500 10389 1c0013a4 02812423 sw x8, 40(x2) x8:00000002 x2:10000940 PA:10000968 - 10405500 10390 1c0013a6 00b00433 add x8, x0, x11 x8=00000001 x11:00000001 - 10406500 10391 1c0013a8 02112623 sw x1, 44(x2) x1:1c000a7c x2:10000940 PA:1000096c - 10407500 10392 1c0013aa 02912223 sw x9, 36(x2) x9:100fc720 x2:10000940 PA:10000964 - 10408500 10393 1c0013ac 03212023 sw x18, 32(x2) x18:00000000 x2:10000940 PA:10000960 - 10409500 10394 1c0013ae 01312e23 sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c - 10410500 10395 1c0013b0 01412c23 sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958 - 10411500 10396 1c0013b2 01512a23 sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954 - 10412500 10397 1c0013b4 30047973 csrrci x18, 0x00000008, 0x300 x18=00001808 - 10416500 10401 1c0013b8 01800a13 addi x20, x0, 24 x20=00000018 - 10417500 10402 1c0013ba 03458a33 mul x20, x11, x20 x20=00000018 x11:00000001 x20:00000018 - 10418500 10403 1c0013be 1c002737 lui x14, 0x1c002000 x14=1c002000 - 10419500 10404 1c0013c2 6a872783 lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8 - 10433500 10418 1c0013c6 00e00ab3 add x21, x0, x14 x21=1c002000 x14:1c002000 - 10434500 10419 1c0013c8 014787b3 add x15, x15, x20 x15=1c2fff68 x15:1c2fff50 x20:00000018 - 10435500 10420 1c0013ca 0007a703 lw x14, 0(x15) x14=00000000 x15:1c2fff68 PA:1c2fff68 - 10449500 10434 1c0013cc 02050363 beq x10, x0, 38 x10:00000001 - 10450500 10435 1c0013ce 00170713 addi x14, x14, 1 x14=00000001 x14:00000000 - 10451500 10436 1c0013d0 00e7a023 sw x14, 0(x15) x14:00000001 x15:1c2fff68 PA:1c2fff68 - 10469500 10454 1c0013d2 0007a483 lw x9, 0(x15) x9=00000001 x15:1c2fff68 PA:1c2fff68 - 10484500 10469 1c0013d4 02049163 bne x9, x0, 34 x9:00000001 - 10487500 10472 1c0013f6 fe14b3e3 p.bneimm x9, -26 x9:00000001 - 10488500 10473 1c0013fa 00800993 addi x19, x0, 8 x19=00000008 - 10489500 10474 1c0013fe 04040f63 beq x8, x0, 94 x8:00000001 - 10490500 10475 1c001400 00800533 add x10, x0, x8 x10=00000001 x8:00000001 - 10491500 10476 1c001402 00d12623 sw x13, 12(x2) x13:100fc720 x2:10000940 PA:1000094c - 10492500 10477 1c001404 ed3ff0ef jal x1, -302 x1=1c001406 - 10494500 10479 1c0012d6 ff010113 addi x2, x2, -16 x2=10000930 x2:10000940 - 10495500 10480 1c0012d8 00812423 sw x8, 8(x2) x8:00000001 x2:10000930 PA:10000938 - 10496500 10481 1c0012da 00912223 sw x9, 4(x2) x9:00000001 x2:10000930 PA:10000934 - 10497500 10482 1c0012dc 04050413 addi x8, x10, 64 x8=00000041 x10:00000001 - 10498500 10483 1c0012e0 00a004b3 add x9, x0, x10 x9=00000001 x10:00000001 - 10499500 10484 1c0012e2 1b000537 lui x10, 0x1b000000 x10=1b000000 - 10500500 10485 1c0012e6 00850513 addi x10, x10, 8 x10=1b000008 x10:1b000000 - 10501500 10486 1c0012ea 01641413 slli x8, x8, 0x16 x8=10400000 x8:00000041 - 10502500 10487 1c0012ec e6c53533 p.bclr x10, x10, 19, 12 x10=00000008 x10:1b000008 - 10503500 10488 1c0012f0 00850533 add x10, x10, x8 x10=10400008 x10:00000008 x8:10400000 - 10504500 10489 1c0012f2 04000613 addi x12, x0, 64 x12=00000040 - 10505500 10490 1c0012f6 00000593 addi x11, x0, 0 x11=00000000 - 10506500 10491 1c0012f8 00112623 sw x1, 12(x2) x1:1c001406 x2:10000930 PA:1000093c - 10507500 10492 1c0012fa 506000ef jal x1, 1286 x1=1c0012fc - 10509500 10494 1c001800 00a60633 add x12, x12, x10 x12=10400048 x12:00000040 x10:10400008 - 10510500 10495 1c001802 00a007b3 add x15, x0, x10 x15=10400008 x10:10400008 - 10511500 10496 1c001804 00c79363 bne x15, x12, 6 x15:10400008 x12:10400048 - 10514500 10499 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400009 x11:00000000 x15:10400008 PA:10400008 - 10534500 10519 1c00180e ff7ff06f jal x0, -10 - 10535500 10520 1c001804 00c79363 bne x15, x12, 6 x15:10400009 x12:10400048 - 10538500 10523 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040000a x11:00000000 x15:10400009 PA:10400009 - 10558500 10543 1c00180e ff7ff06f jal x0, -10 - 10559500 10544 1c001804 00c79363 bne x15, x12, 6 x15:1040000a x12:10400048 - 10562500 10547 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040000b x11:00000000 x15:1040000a PA:1040000a - 10582500 10567 1c00180e ff7ff06f jal x0, -10 - 10583500 10568 1c001804 00c79363 bne x15, x12, 6 x15:1040000b x12:10400048 - 10586500 10571 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040000c x11:00000000 x15:1040000b PA:1040000b - 10606500 10591 1c00180e ff7ff06f jal x0, -10 - 10607500 10592 1c001804 00c79363 bne x15, x12, 6 x15:1040000c x12:10400048 - 10610500 10595 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040000d x11:00000000 x15:1040000c PA:1040000c - 10630500 10615 1c00180e ff7ff06f jal x0, -10 - 10631500 10616 1c001804 00c79363 bne x15, x12, 6 x15:1040000d x12:10400048 - 10634500 10619 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040000e x11:00000000 x15:1040000d PA:1040000d - 10654500 10639 1c00180e ff7ff06f jal x0, -10 - 10655500 10640 1c001804 00c79363 bne x15, x12, 6 x15:1040000e x12:10400048 - 10658500 10643 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040000f x11:00000000 x15:1040000e PA:1040000e - 10678500 10663 1c00180e ff7ff06f jal x0, -10 - 10679500 10664 1c001804 00c79363 bne x15, x12, 6 x15:1040000f x12:10400048 - 10682500 10667 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400010 x11:00000000 x15:1040000f PA:1040000f - 10702500 10687 1c00180e ff7ff06f jal x0, -10 - 10703500 10688 1c001804 00c79363 bne x15, x12, 6 x15:10400010 x12:10400048 - 10706500 10691 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400011 x11:00000000 x15:10400010 PA:10400010 - 10726500 10711 1c00180e ff7ff06f jal x0, -10 - 10727500 10712 1c001804 00c79363 bne x15, x12, 6 x15:10400011 x12:10400048 - 10730500 10715 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400012 x11:00000000 x15:10400011 PA:10400011 - 10750500 10735 1c00180e ff7ff06f jal x0, -10 - 10751500 10736 1c001804 00c79363 bne x15, x12, 6 x15:10400012 x12:10400048 - 10754500 10739 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400013 x11:00000000 x15:10400012 PA:10400012 - 10774500 10759 1c00180e ff7ff06f jal x0, -10 - 10775500 10760 1c001804 00c79363 bne x15, x12, 6 x15:10400013 x12:10400048 - 10778500 10763 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400014 x11:00000000 x15:10400013 PA:10400013 - 10798500 10783 1c00180e ff7ff06f jal x0, -10 - 10799500 10784 1c001804 00c79363 bne x15, x12, 6 x15:10400014 x12:10400048 - 10802500 10787 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400015 x11:00000000 x15:10400014 PA:10400014 - 10822500 10807 1c00180e ff7ff06f jal x0, -10 - 10823500 10808 1c001804 00c79363 bne x15, x12, 6 x15:10400015 x12:10400048 - 10826500 10811 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400016 x11:00000000 x15:10400015 PA:10400015 - 10846500 10831 1c00180e ff7ff06f jal x0, -10 - 10847500 10832 1c001804 00c79363 bne x15, x12, 6 x15:10400016 x12:10400048 - 10850500 10835 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400017 x11:00000000 x15:10400016 PA:10400016 - 10870500 10855 1c00180e ff7ff06f jal x0, -10 - 10871500 10856 1c001804 00c79363 bne x15, x12, 6 x15:10400017 x12:10400048 - 10874500 10859 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400018 x11:00000000 x15:10400017 PA:10400017 - 10894500 10879 1c00180e ff7ff06f jal x0, -10 - 10895500 10880 1c001804 00c79363 bne x15, x12, 6 x15:10400018 x12:10400048 - 10898500 10883 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400019 x11:00000000 x15:10400018 PA:10400018 - 10918500 10903 1c00180e ff7ff06f jal x0, -10 - 10919500 10904 1c001804 00c79363 bne x15, x12, 6 x15:10400019 x12:10400048 - 10922500 10907 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040001a x11:00000000 x15:10400019 PA:10400019 - 10942500 10927 1c00180e ff7ff06f jal x0, -10 - 10943500 10928 1c001804 00c79363 bne x15, x12, 6 x15:1040001a x12:10400048 - 10946500 10931 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040001b x11:00000000 x15:1040001a PA:1040001a - 10966500 10951 1c00180e ff7ff06f jal x0, -10 - 10967500 10952 1c001804 00c79363 bne x15, x12, 6 x15:1040001b x12:10400048 - 10970500 10955 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040001c x11:00000000 x15:1040001b PA:1040001b - 10990500 10975 1c00180e ff7ff06f jal x0, -10 - 10991500 10976 1c001804 00c79363 bne x15, x12, 6 x15:1040001c x12:10400048 - 10994500 10979 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040001d x11:00000000 x15:1040001c PA:1040001c - 11014500 10999 1c00180e ff7ff06f jal x0, -10 - 11015500 11000 1c001804 00c79363 bne x15, x12, 6 x15:1040001d x12:10400048 - 11018500 11003 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040001e x11:00000000 x15:1040001d PA:1040001d - 11038500 11023 1c00180e ff7ff06f jal x0, -10 - 11039500 11024 1c001804 00c79363 bne x15, x12, 6 x15:1040001e x12:10400048 - 11042500 11027 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040001f x11:00000000 x15:1040001e PA:1040001e - 11062500 11047 1c00180e ff7ff06f jal x0, -10 - 11063500 11048 1c001804 00c79363 bne x15, x12, 6 x15:1040001f x12:10400048 - 11066500 11051 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400020 x11:00000000 x15:1040001f PA:1040001f - 11086500 11071 1c00180e ff7ff06f jal x0, -10 - 11087500 11072 1c001804 00c79363 bne x15, x12, 6 x15:10400020 x12:10400048 - 11090500 11075 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400021 x11:00000000 x15:10400020 PA:10400020 - 11110500 11095 1c00180e ff7ff06f jal x0, -10 - 11111500 11096 1c001804 00c79363 bne x15, x12, 6 x15:10400021 x12:10400048 - 11114500 11099 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400022 x11:00000000 x15:10400021 PA:10400021 - 11134500 11119 1c00180e ff7ff06f jal x0, -10 - 11135500 11120 1c001804 00c79363 bne x15, x12, 6 x15:10400022 x12:10400048 - 11138500 11123 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400023 x11:00000000 x15:10400022 PA:10400022 - 11158500 11143 1c00180e ff7ff06f jal x0, -10 - 11159500 11144 1c001804 00c79363 bne x15, x12, 6 x15:10400023 x12:10400048 - 11162500 11147 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400024 x11:00000000 x15:10400023 PA:10400023 - 11182500 11167 1c00180e ff7ff06f jal x0, -10 - 11183500 11168 1c001804 00c79363 bne x15, x12, 6 x15:10400024 x12:10400048 - 11186500 11171 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400025 x11:00000000 x15:10400024 PA:10400024 - 11206500 11191 1c00180e ff7ff06f jal x0, -10 - 11207500 11192 1c001804 00c79363 bne x15, x12, 6 x15:10400025 x12:10400048 - 11210500 11195 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400026 x11:00000000 x15:10400025 PA:10400025 - 11230500 11215 1c00180e ff7ff06f jal x0, -10 - 11231500 11216 1c001804 00c79363 bne x15, x12, 6 x15:10400026 x12:10400048 - 11234500 11219 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400027 x11:00000000 x15:10400026 PA:10400026 - 11254500 11239 1c00180e ff7ff06f jal x0, -10 - 11255500 11240 1c001804 00c79363 bne x15, x12, 6 x15:10400027 x12:10400048 - 11258500 11243 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400028 x11:00000000 x15:10400027 PA:10400027 - 11278500 11263 1c00180e ff7ff06f jal x0, -10 - 11279500 11264 1c001804 00c79363 bne x15, x12, 6 x15:10400028 x12:10400048 - 11282500 11267 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400029 x11:00000000 x15:10400028 PA:10400028 - 11302500 11287 1c00180e ff7ff06f jal x0, -10 - 11303500 11288 1c001804 00c79363 bne x15, x12, 6 x15:10400029 x12:10400048 - 11306500 11291 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040002a x11:00000000 x15:10400029 PA:10400029 - 11326500 11311 1c00180e ff7ff06f jal x0, -10 - 11327500 11312 1c001804 00c79363 bne x15, x12, 6 x15:1040002a x12:10400048 - 11330500 11315 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040002b x11:00000000 x15:1040002a PA:1040002a - 11350500 11335 1c00180e ff7ff06f jal x0, -10 - 11351500 11336 1c001804 00c79363 bne x15, x12, 6 x15:1040002b x12:10400048 - 11354500 11339 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040002c x11:00000000 x15:1040002b PA:1040002b - 11374500 11359 1c00180e ff7ff06f jal x0, -10 - 11375500 11360 1c001804 00c79363 bne x15, x12, 6 x15:1040002c x12:10400048 - 11378500 11363 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040002d x11:00000000 x15:1040002c PA:1040002c - 11398500 11383 1c00180e ff7ff06f jal x0, -10 - 11399500 11384 1c001804 00c79363 bne x15, x12, 6 x15:1040002d x12:10400048 - 11402500 11387 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040002e x11:00000000 x15:1040002d PA:1040002d - 11422500 11407 1c00180e ff7ff06f jal x0, -10 - 11423500 11408 1c001804 00c79363 bne x15, x12, 6 x15:1040002e x12:10400048 - 11426500 11411 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040002f x11:00000000 x15:1040002e PA:1040002e - 11446500 11431 1c00180e ff7ff06f jal x0, -10 - 11447500 11432 1c001804 00c79363 bne x15, x12, 6 x15:1040002f x12:10400048 - 11450500 11435 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400030 x11:00000000 x15:1040002f PA:1040002f - 11470500 11455 1c00180e ff7ff06f jal x0, -10 - 11471500 11456 1c001804 00c79363 bne x15, x12, 6 x15:10400030 x12:10400048 - 11474500 11459 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400031 x11:00000000 x15:10400030 PA:10400030 - 11494500 11479 1c00180e ff7ff06f jal x0, -10 - 11495500 11480 1c001804 00c79363 bne x15, x12, 6 x15:10400031 x12:10400048 - 11498500 11483 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400032 x11:00000000 x15:10400031 PA:10400031 - 11518500 11503 1c00180e ff7ff06f jal x0, -10 - 11519500 11504 1c001804 00c79363 bne x15, x12, 6 x15:10400032 x12:10400048 - 11522500 11507 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400033 x11:00000000 x15:10400032 PA:10400032 - 11542500 11527 1c00180e ff7ff06f jal x0, -10 - 11543500 11528 1c001804 00c79363 bne x15, x12, 6 x15:10400033 x12:10400048 - 11546500 11531 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400034 x11:00000000 x15:10400033 PA:10400033 - 11566500 11551 1c00180e ff7ff06f jal x0, -10 - 11567500 11552 1c001804 00c79363 bne x15, x12, 6 x15:10400034 x12:10400048 - 11570500 11555 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400035 x11:00000000 x15:10400034 PA:10400034 - 11590500 11575 1c00180e ff7ff06f jal x0, -10 - 11591500 11576 1c001804 00c79363 bne x15, x12, 6 x15:10400035 x12:10400048 - 11594500 11579 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400036 x11:00000000 x15:10400035 PA:10400035 - 11614500 11599 1c00180e ff7ff06f jal x0, -10 - 11615500 11600 1c001804 00c79363 bne x15, x12, 6 x15:10400036 x12:10400048 - 11618500 11603 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400037 x11:00000000 x15:10400036 PA:10400036 - 11638500 11623 1c00180e ff7ff06f jal x0, -10 - 11639500 11624 1c001804 00c79363 bne x15, x12, 6 x15:10400037 x12:10400048 - 11642500 11627 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400038 x11:00000000 x15:10400037 PA:10400037 - 11662500 11647 1c00180e ff7ff06f jal x0, -10 - 11663500 11648 1c001804 00c79363 bne x15, x12, 6 x15:10400038 x12:10400048 - 11666500 11651 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400039 x11:00000000 x15:10400038 PA:10400038 - 11686500 11671 1c00180e ff7ff06f jal x0, -10 - 11687500 11672 1c001804 00c79363 bne x15, x12, 6 x15:10400039 x12:10400048 - 11690500 11675 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040003a x11:00000000 x15:10400039 PA:10400039 - 11710500 11695 1c00180e ff7ff06f jal x0, -10 - 11711500 11696 1c001804 00c79363 bne x15, x12, 6 x15:1040003a x12:10400048 - 11714500 11699 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040003b x11:00000000 x15:1040003a PA:1040003a - 11734500 11719 1c00180e ff7ff06f jal x0, -10 - 11735500 11720 1c001804 00c79363 bne x15, x12, 6 x15:1040003b x12:10400048 - 11738500 11723 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040003c x11:00000000 x15:1040003b PA:1040003b - 11758500 11743 1c00180e ff7ff06f jal x0, -10 - 11759500 11744 1c001804 00c79363 bne x15, x12, 6 x15:1040003c x12:10400048 - 11762500 11747 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040003d x11:00000000 x15:1040003c PA:1040003c - 11782500 11767 1c00180e ff7ff06f jal x0, -10 - 11783500 11768 1c001804 00c79363 bne x15, x12, 6 x15:1040003d x12:10400048 - 11786500 11771 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040003e x11:00000000 x15:1040003d PA:1040003d - 11806500 11791 1c00180e ff7ff06f jal x0, -10 - 11807500 11792 1c001804 00c79363 bne x15, x12, 6 x15:1040003e x12:10400048 - 11810500 11795 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1040003f x11:00000000 x15:1040003e PA:1040003e - 11830500 11815 1c00180e ff7ff06f jal x0, -10 - 11831500 11816 1c001804 00c79363 bne x15, x12, 6 x15:1040003f x12:10400048 - 11834500 11819 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400040 x11:00000000 x15:1040003f PA:1040003f - 11854500 11839 1c00180e ff7ff06f jal x0, -10 - 11855500 11840 1c001804 00c79363 bne x15, x12, 6 x15:10400040 x12:10400048 - 11858500 11843 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400041 x11:00000000 x15:10400040 PA:10400040 - 11878500 11863 1c00180e ff7ff06f jal x0, -10 - 11879500 11864 1c001804 00c79363 bne x15, x12, 6 x15:10400041 x12:10400048 - 11882500 11867 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400042 x11:00000000 x15:10400041 PA:10400041 - 11902500 11887 1c00180e ff7ff06f jal x0, -10 - 11903500 11888 1c001804 00c79363 bne x15, x12, 6 x15:10400042 x12:10400048 - 11906500 11891 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400043 x11:00000000 x15:10400042 PA:10400042 - 11926500 11911 1c00180e ff7ff06f jal x0, -10 - 11927500 11912 1c001804 00c79363 bne x15, x12, 6 x15:10400043 x12:10400048 - 11930500 11915 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400044 x11:00000000 x15:10400043 PA:10400043 - 11950500 11935 1c00180e ff7ff06f jal x0, -10 - 11951500 11936 1c001804 00c79363 bne x15, x12, 6 x15:10400044 x12:10400048 - 11954500 11939 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400045 x11:00000000 x15:10400044 PA:10400044 - 11974500 11959 1c00180e ff7ff06f jal x0, -10 - 11975500 11960 1c001804 00c79363 bne x15, x12, 6 x15:10400045 x12:10400048 - 11978500 11963 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400046 x11:00000000 x15:10400045 PA:10400045 - 11998500 11983 1c00180e ff7ff06f jal x0, -10 - 11999500 11984 1c001804 00c79363 bne x15, x12, 6 x15:10400046 x12:10400048 - 12002500 11987 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400047 x11:00000000 x15:10400046 PA:10400046 - 12022500 12007 1c00180e ff7ff06f jal x0, -10 - 12023500 12008 1c001804 00c79363 bne x15, x12, 6 x15:10400047 x12:10400048 - 12026500 12011 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10400048 x11:00000000 x15:10400047 PA:10400047 - 12046500 12031 1c00180e ff7ff06f jal x0, -10 - 12047500 12032 1c001804 00c79363 bne x15, x12, 6 x15:10400048 x12:10400048 - 12048500 12033 1c001808 00008067 jalr x0, x1, 0 x1:1c0012fc - 12050500 12035 1c0012fc 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 12051500 12036 1c001300 6a87a783 lw x15, 1704(x15) x15=1c2fff50 x15:1c002000 PA:1c0026a8 - 12065500 12050 1c001304 01800713 addi x14, x0, 24 x14=00000018 - 12066500 12051 1c001306 00c12083 lw x1, 12(x2) x1=1c001406 x2:10000930 PA:1000093c - 12067500 12052 1c001308 42e487b3 p.mac x15, x9, x14 x15=1c2fff68 x15:1c2fff50 x9:00000001 x14:00000018 - 12068500 12053 1c00130c 00201737 lui x14, 0x201000 x14=00201000 - 12069500 12054 1c001310 e0470713 addi x14, x14, -508 x14=00200e04 x14:00201000 - 12070500 12055 1c001314 00e40433 add x8, x8, x14 x8=10600e04 x8:10400000 x14:00200e04 - 12071500 12056 1c001316 00412483 lw x9, 4(x2) x9=00000001 x2:10000930 PA:10000934 - 12072500 12057 1c001318 0087aa23 sw x8, 20(x15) x8:10600e04 x15:1c2fff68 PA:1c2fff7c - 12090500 12075 1c00131a 00812403 lw x8, 8(x2) x8=00000001 x2:10000930 PA:10000938 - 12091500 12076 1c00131c 0007a623 sw x0, 12(x15) x15:1c2fff68 PA:1c2fff74 - 12109500 12094 1c001320 01010113 addi x2, x2, 16 x2=10000940 x2:10000930 - 12110500 12095 1c001322 00008067 jalr x0, x1, 0 x1:1c001406 - 12112500 12097 1c001406 00800533 add x10, x0, x8 x10=00000001 x8:00000001 - 12113500 12098 1c001408 e0dff0ef jal x1, -500 x1=1c00140a - 12131500 12116 1c001214 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 12132500 12117 1c001218 69c7a703 lw x14, 1692(x15) x14=10000990 x15:1c002000 PA:1c00269c - 12147500 12132 1c00121c 100017b7 lui x15, 0x10001000 x15=10001000 - 12151500 12136 1c001220 01651593 slli x11, x10, 0x16 x11=00400000 x10:00000001 - 12152500 12137 1c001224 000ff637 lui x12, 0xff000 x12=000ff000 - 12153500 12138 1c001228 00251513 slli x10, x10, 0x2 x10=00000004 x10:00000001 - 12154500 12139 1c00122a 99078793 addi x15, x15, -1648 x15=10000990 x15:10001000 - 12155500 12140 1c00122e 67060613 addi x12, x12, 1648 x12=000ff670 x12:000ff000 - 12156500 12141 1c001232 00f585b3 add x11, x11, x15 x11=10400990 x11:00400000 x15:10000990 - 12157500 12142 1c001234 00e50533 add x10, x10, x14 x10=10000994 x10:00000004 x14:10000990 - 12158500 12143 1c001236 efdff06f jal x0, -260 - 12160500 12145 1c001132 00758793 addi x15, x11, 7 x15=10400997 x11:10400990 - 12161500 12146 1c001136 c407b7b3 p.bclr x15, x15, 2, 0 x15=10400990 x15:10400997 - 12162500 12147 1c00113a 40b785b3 sub x11, x15, x11 x11=00000000 x15:10400990 x11:10400990 - 12163500 12148 1c00113e 00f52023 sw x15, 0(x10) x15:10400990 x10:10000994 PA:10000994 - 12164500 12149 1c001140 40b60633 sub x12, x12, x11 x12=000ff670 x12:000ff670 x11:00000000 - 12165500 12150 1c001142 00c05763 bge x0, x12, 14 x12:000ff670 - 12166500 12151 1c001146 c4063633 p.bclr x12, x12, 2, 0 x12=000ff670 x12:000ff670 - 12167500 12152 1c00114a 00c7a023 sw x12, 0(x15) x12:000ff670 x15:10400990 PA:10400990 - 12187500 12172 1c00114c 0007a223 sw x0, 4(x15) x15:10400990 PA:10400994 - 12207500 12192 1c001150 00008067 jalr x0, x1, 0 x1:1c00140a - 12208500 12193 1c00140a 6a8aa783 lw x15, 1704(x21) x15=1c2fff50 x21:1c002000 PA:1c0026a8 - 12227500 12212 1c00140e 04040413 addi x8, x8, 64 x8=00000041 x8:00000001 - 12228500 12213 1c001412 01641413 slli x8, x8, 0x16 x8=10400000 x8:00000041 - 12229500 12214 1c001414 00fa0a33 add x20, x20, x15 x20=1c2fff68 x20:00000018 x15:1c2fff50 - 12230500 12215 1c001416 002017b7 lui x15, 0x201000 x15=00201000 - 12231500 12216 1c00141a 40078793 addi x15, x15, 1024 x15=00201400 x15:00201000 - 12232500 12217 1c00141e fff00713 addi x14, x0, -1 x14=ffffffff - 12249500 12234 1c001420 000a2223 sw x0, 4(x20) x20:1c2fff68 PA:1c2fff6c - 12267500 12252 1c001424 00e467a3 p.sw x14, x0(x8) x14:ffffffff x8:10400000 PA:10601400 - 12293500 12278 1c001428 00c12683 lw x13, 12(x2) x13=100fc720 x2:10000940 PA:1000094c - 12294500 12279 1c00142a 002007b7 lui x15, 0x200000 x15=00200000 - 12311500 12296 1c00142e 1c000737 lui x14, 0x1c000000 x14=1c000000 - 12312500 12297 1c001432 04078793 addi x15, x15, 64 x15=00200040 x15:00200000 - 12313500 12298 1c001436 08070713 addi x14, x14, 128 x14=1c000080 x14:1c000000 - 12314500 12299 1c00143a 008787b3 add x15, x15, x8 x15=10600040 x15:00200040 x8:10400000 - 12315500 12300 1c00143c 00000613 addi x12, x0, 0 x12=00000000 - 12332500 12317 1c00143e ce073733 p.bclr x14, x14, 7, 0 x14=1c000000 x14:1c000080 - 12333500 12318 1c001442 01364963 blt x12, x19, 18 x12:00000000 x19:00000008 - 12336500 12321 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10600044 x14:1c000000 x15:10600040 PA:10600040 - 12359500 12344 1c001458 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 12360500 12345 1c00145a fe9ff06f jal x0, -24 - 12362500 12347 1c001442 01364963 blt x12, x19, 18 x12:00000001 x19:00000008 - 12365500 12350 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10600048 x14:1c000000 x15:10600044 PA:10600044 - 12388500 12373 1c001458 00160613 addi x12, x12, 1 x12=00000002 x12:00000001 - 12389500 12374 1c00145a fe9ff06f jal x0, -24 - 12391500 12376 1c001442 01364963 blt x12, x19, 18 x12:00000002 x19:00000008 - 12394500 12379 1c001454 00e7a22b p.sw x14, 4(x15!) x15=1060004c x14:1c000000 x15:10600048 PA:10600048 - 12417500 12402 1c001458 00160613 addi x12, x12, 1 x12=00000003 x12:00000002 - 12418500 12403 1c00145a fe9ff06f jal x0, -24 - 12420500 12405 1c001442 01364963 blt x12, x19, 18 x12:00000003 x19:00000008 - 12423500 12408 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10600050 x14:1c000000 x15:1060004c PA:1060004c - 12446500 12431 1c001458 00160613 addi x12, x12, 1 x12=00000004 x12:00000003 - 12447500 12432 1c00145a fe9ff06f jal x0, -24 - 12449500 12434 1c001442 01364963 blt x12, x19, 18 x12:00000004 x19:00000008 - 12452500 12437 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10600054 x14:1c000000 x15:10600050 PA:10600050 - 12475500 12460 1c001458 00160613 addi x12, x12, 1 x12=00000005 x12:00000004 - 12476500 12461 1c00145a fe9ff06f jal x0, -24 - 12478500 12463 1c001442 01364963 blt x12, x19, 18 x12:00000005 x19:00000008 - 12481500 12466 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10600058 x14:1c000000 x15:10600054 PA:10600054 - 12504500 12489 1c001458 00160613 addi x12, x12, 1 x12=00000006 x12:00000005 - 12505500 12490 1c00145a fe9ff06f jal x0, -24 - 12507500 12492 1c001442 01364963 blt x12, x19, 18 x12:00000006 x19:00000008 - 12510500 12495 1c001454 00e7a22b p.sw x14, 4(x15!) x15=1060005c x14:1c000000 x15:10600058 PA:10600058 - 12533500 12518 1c001458 00160613 addi x12, x12, 1 x12=00000007 x12:00000006 - 12534500 12519 1c00145a fe9ff06f jal x0, -24 - 12536500 12521 1c001442 01364963 blt x12, x19, 18 x12:00000007 x19:00000008 - 12539500 12524 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10600060 x14:1c000000 x15:1060005c PA:1060005c - 12562500 12547 1c001458 00160613 addi x12, x12, 1 x12=00000008 x12:00000007 - 12563500 12548 1c00145a fe9ff06f jal x0, -24 - 12565500 12550 1c001442 01364963 blt x12, x19, 18 x12:00000008 x19:00000008 - 12566500 12551 1c001446 002007b7 lui x15, 0x200000 x15=00200000 - 12567500 12552 1c00144a 00878793 addi x15, x15, 8 x15=00200008 x15:00200000 - 12568500 12553 1c00144c fff00713 addi x14, x0, -1 x14=ffffffff - 12569500 12554 1c00144e 00e467a3 p.sw x14, x0(x8) x14:ffffffff x8:10400000 PA:10600008 - 12592500 12577 1c001452 f85ff06f jal x0, -124 - 12593500 12578 1c0013d6 00068363 beq x13, x0, 6 x13:100fc720 - 12594500 12579 1c0013d8 00d00533 add x10, x0, x13 x10=100fc720 x13:100fc720 - 12595500 12580 1c0013da c1dff0ef jal x1, -996 x1=1c0013dc - 12613500 12598 1c000ff6 ff010113 addi x2, x2, -16 x2=10000930 x2:10000940 - 12614500 12599 1c000ff8 00112623 sw x1, 12(x2) x1:1c0013dc x2:10000930 PA:1000093c - 12615500 12600 1c000ffa 00812423 sw x8, 8(x2) x8:10400000 x2:10000930 PA:10000938 - 12616500 12601 1c000ffc 30047473 csrrci x8, 0x00000008, 0x300 x8=00001800 - 12633500 12618 1c001000 00c52783 lw x15, 12(x10) x15=1000013c x10:100fc720 PA:100fc72c - 12634500 12619 1c001002 00052423 sw x0, 8(x10) x10:100fc720 PA:100fc728 - 12635500 12620 1c001006 0007a703 lw x14, 0(x15) x14=00000000 x15:1000013c PA:1000013c - 12637500 12622 1c001008 00071e63 bne x14, x0, 28 x14:00000000 - 12638500 12623 1c00100a 00a7a023 sw x10, 0(x15) x10:100fc720 x15:1000013c PA:1000013c - 12639500 12624 1c00100c 00a7a223 sw x10, 4(x15) x10:100fc720 x15:1000013c PA:10000140 - 12640500 12625 1c00100e 00c7a503 lw x10, 12(x15) x10=00000000 x15:1000013c PA:10000148 - 12656500 12641 1c001010 00050463 beq x10, x0, 8 x10:00000000 - 12659500 12644 1c001018 30041073 csrrw x0, x8, 0x300 x8:00001800 - 12663500 12648 1c00101c 00c12083 lw x1, 12(x2) x1=1c0013dc x2:10000930 PA:1000093c - 12664500 12649 1c00101e 00812403 lw x8, 8(x2) x8=10400000 x2:10000930 PA:10000938 - 12677500 12662 1c001020 01010113 addi x2, x2, 16 x2=10000940 x2:10000930 - 12678500 12663 1c001022 00008067 jalr x0, x1, 0 x1:1c0013dc - 12680500 12665 1c0013dc 30091073 csrrw x0, x18, 0x300 x18:00001808 - 12684500 12669 1c0013e0 02c12083 lw x1, 44(x2) x1=1c000a7c x2:10000940 PA:1000096c - 12685500 12670 1c0013e2 02812403 lw x8, 40(x2) x8=00000002 x2:10000940 PA:10000968 - 12686500 12671 1c0013e4 02412483 lw x9, 36(x2) x9=100fc720 x2:10000940 PA:10000964 - 12687500 12672 1c0013e6 02012903 lw x18, 32(x2) x18=00000000 x2:10000940 PA:10000960 - 12688500 12673 1c0013e8 01c12983 lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c - 12689500 12674 1c0013ea 01812a03 lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958 - 12690500 12675 1c0013ec 01412a83 lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954 - 12691500 12676 1c0013ee 03010113 addi x2, x2, 48 x2=10000970 x2:10000940 - 12692500 12677 1c0013f0 00008067 jalr x0, x1, 0 x1:1c000a7c - 12694500 12679 1c000a7c fe4439e3 p.bneimm x8, -14 x8:00000002 - 12697500 12682 1c000a6e 008005b3 add x11, x0, x8 x11=00000002 x8:00000002 - 12698500 12683 1c000a70 009006b3 add x13, x0, x9 x13=100fc720 x9:100fc720 - 12699500 12684 1c000a72 00140413 addi x8, x8, 1 x8=00000003 x8:00000002 - 12700500 12685 1c000a74 00000613 addi x12, x0, 0 x12=00000000 - 12701500 12686 1c000a76 00100513 addi x10, x0, 1 x10=00000001 - 12702500 12687 1c000a78 12b000ef jal x1, 2346 x1=1c000a7c - 12704500 12689 1c0013a2 fd010113 addi x2, x2, -48 x2=10000940 x2:10000970 - 12705500 12690 1c0013a4 02812423 sw x8, 40(x2) x8:00000003 x2:10000940 PA:10000968 - 12706500 12691 1c0013a6 00b00433 add x8, x0, x11 x8=00000002 x11:00000002 - 12707500 12692 1c0013a8 02112623 sw x1, 44(x2) x1:1c000a7c x2:10000940 PA:1000096c - 12708500 12693 1c0013aa 02912223 sw x9, 36(x2) x9:100fc720 x2:10000940 PA:10000964 - 12709500 12694 1c0013ac 03212023 sw x18, 32(x2) x18:00000000 x2:10000940 PA:10000960 - 12710500 12695 1c0013ae 01312e23 sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c - 12711500 12696 1c0013b0 01412c23 sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958 - 12712500 12697 1c0013b2 01512a23 sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954 - 12713500 12698 1c0013b4 30047973 csrrci x18, 0x00000008, 0x300 x18=00001808 - 12717500 12702 1c0013b8 01800a13 addi x20, x0, 24 x20=00000018 - 12718500 12703 1c0013ba 03458a33 mul x20, x11, x20 x20=00000030 x11:00000002 x20:00000018 - 12719500 12704 1c0013be 1c002737 lui x14, 0x1c002000 x14=1c002000 - 12720500 12705 1c0013c2 6a872783 lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8 - 12735500 12720 1c0013c6 00e00ab3 add x21, x0, x14 x21=1c002000 x14:1c002000 - 12736500 12721 1c0013c8 014787b3 add x15, x15, x20 x15=1c2fff80 x15:1c2fff50 x20:00000030 - 12737500 12722 1c0013ca 0007a703 lw x14, 0(x15) x14=00000000 x15:1c2fff80 PA:1c2fff80 - 12752500 12737 1c0013cc 02050363 beq x10, x0, 38 x10:00000001 - 12753500 12738 1c0013ce 00170713 addi x14, x14, 1 x14=00000001 x14:00000000 - 12754500 12739 1c0013d0 00e7a023 sw x14, 0(x15) x14:00000001 x15:1c2fff80 PA:1c2fff80 - 12772500 12757 1c0013d2 0007a483 lw x9, 0(x15) x9=00000001 x15:1c2fff80 PA:1c2fff80 - 12787500 12772 1c0013d4 02049163 bne x9, x0, 34 x9:00000001 - 12790500 12775 1c0013f6 fe14b3e3 p.bneimm x9, -26 x9:00000001 - 12791500 12776 1c0013fa 00800993 addi x19, x0, 8 x19=00000008 - 12792500 12777 1c0013fe 04040f63 beq x8, x0, 94 x8:00000002 - 12793500 12778 1c001400 00800533 add x10, x0, x8 x10=00000002 x8:00000002 - 12794500 12779 1c001402 00d12623 sw x13, 12(x2) x13:100fc720 x2:10000940 PA:1000094c - 12795500 12780 1c001404 ed3ff0ef jal x1, -302 x1=1c001406 - 12797500 12782 1c0012d6 ff010113 addi x2, x2, -16 x2=10000930 x2:10000940 - 12798500 12783 1c0012d8 00812423 sw x8, 8(x2) x8:00000002 x2:10000930 PA:10000938 - 12799500 12784 1c0012da 00912223 sw x9, 4(x2) x9:00000001 x2:10000930 PA:10000934 - 12800500 12785 1c0012dc 04050413 addi x8, x10, 64 x8=00000042 x10:00000002 - 12801500 12786 1c0012e0 00a004b3 add x9, x0, x10 x9=00000002 x10:00000002 - 12802500 12787 1c0012e2 1b000537 lui x10, 0x1b000000 x10=1b000000 - 12803500 12788 1c0012e6 00850513 addi x10, x10, 8 x10=1b000008 x10:1b000000 - 12804500 12789 1c0012ea 01641413 slli x8, x8, 0x16 x8=10800000 x8:00000042 - 12805500 12790 1c0012ec e6c53533 p.bclr x10, x10, 19, 12 x10=00000008 x10:1b000008 - 12806500 12791 1c0012f0 00850533 add x10, x10, x8 x10=10800008 x10:00000008 x8:10800000 - 12807500 12792 1c0012f2 04000613 addi x12, x0, 64 x12=00000040 - 12808500 12793 1c0012f6 00000593 addi x11, x0, 0 x11=00000000 - 12809500 12794 1c0012f8 00112623 sw x1, 12(x2) x1:1c001406 x2:10000930 PA:1000093c - 12810500 12795 1c0012fa 506000ef jal x1, 1286 x1=1c0012fc - 12812500 12797 1c001800 00a60633 add x12, x12, x10 x12=10800048 x12:00000040 x10:10800008 - 12813500 12798 1c001802 00a007b3 add x15, x0, x10 x15=10800008 x10:10800008 - 12814500 12799 1c001804 00c79363 bne x15, x12, 6 x15:10800008 x12:10800048 - 12817500 12802 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800009 x11:00000000 x15:10800008 PA:10800008 - 12837500 12822 1c00180e ff7ff06f jal x0, -10 - 12838500 12823 1c001804 00c79363 bne x15, x12, 6 x15:10800009 x12:10800048 - 12841500 12826 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080000a x11:00000000 x15:10800009 PA:10800009 - 12861500 12846 1c00180e ff7ff06f jal x0, -10 - 12862500 12847 1c001804 00c79363 bne x15, x12, 6 x15:1080000a x12:10800048 - 12865500 12850 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080000b x11:00000000 x15:1080000a PA:1080000a - 12885500 12870 1c00180e ff7ff06f jal x0, -10 - 12886500 12871 1c001804 00c79363 bne x15, x12, 6 x15:1080000b x12:10800048 - 12889500 12874 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080000c x11:00000000 x15:1080000b PA:1080000b - 12909500 12894 1c00180e ff7ff06f jal x0, -10 - 12910500 12895 1c001804 00c79363 bne x15, x12, 6 x15:1080000c x12:10800048 - 12913500 12898 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080000d x11:00000000 x15:1080000c PA:1080000c - 12933500 12918 1c00180e ff7ff06f jal x0, -10 - 12934500 12919 1c001804 00c79363 bne x15, x12, 6 x15:1080000d x12:10800048 - 12937500 12922 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080000e x11:00000000 x15:1080000d PA:1080000d - 12957500 12942 1c00180e ff7ff06f jal x0, -10 - 12958500 12943 1c001804 00c79363 bne x15, x12, 6 x15:1080000e x12:10800048 - 12961500 12946 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080000f x11:00000000 x15:1080000e PA:1080000e - 12981500 12966 1c00180e ff7ff06f jal x0, -10 - 12982500 12967 1c001804 00c79363 bne x15, x12, 6 x15:1080000f x12:10800048 - 12985500 12970 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800010 x11:00000000 x15:1080000f PA:1080000f - 13005500 12990 1c00180e ff7ff06f jal x0, -10 - 13006500 12991 1c001804 00c79363 bne x15, x12, 6 x15:10800010 x12:10800048 - 13009500 12994 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800011 x11:00000000 x15:10800010 PA:10800010 - 13029500 13014 1c00180e ff7ff06f jal x0, -10 - 13030500 13015 1c001804 00c79363 bne x15, x12, 6 x15:10800011 x12:10800048 - 13033500 13018 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800012 x11:00000000 x15:10800011 PA:10800011 - 13053500 13038 1c00180e ff7ff06f jal x0, -10 - 13054500 13039 1c001804 00c79363 bne x15, x12, 6 x15:10800012 x12:10800048 - 13057500 13042 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800013 x11:00000000 x15:10800012 PA:10800012 - 13077500 13062 1c00180e ff7ff06f jal x0, -10 - 13078500 13063 1c001804 00c79363 bne x15, x12, 6 x15:10800013 x12:10800048 - 13081500 13066 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800014 x11:00000000 x15:10800013 PA:10800013 - 13101500 13086 1c00180e ff7ff06f jal x0, -10 - 13102500 13087 1c001804 00c79363 bne x15, x12, 6 x15:10800014 x12:10800048 - 13105500 13090 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800015 x11:00000000 x15:10800014 PA:10800014 - 13125500 13110 1c00180e ff7ff06f jal x0, -10 - 13126500 13111 1c001804 00c79363 bne x15, x12, 6 x15:10800015 x12:10800048 - 13129500 13114 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800016 x11:00000000 x15:10800015 PA:10800015 - 13149500 13134 1c00180e ff7ff06f jal x0, -10 - 13150500 13135 1c001804 00c79363 bne x15, x12, 6 x15:10800016 x12:10800048 - 13153500 13138 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800017 x11:00000000 x15:10800016 PA:10800016 - 13173500 13158 1c00180e ff7ff06f jal x0, -10 - 13174500 13159 1c001804 00c79363 bne x15, x12, 6 x15:10800017 x12:10800048 - 13177500 13162 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800018 x11:00000000 x15:10800017 PA:10800017 - 13197500 13182 1c00180e ff7ff06f jal x0, -10 - 13198500 13183 1c001804 00c79363 bne x15, x12, 6 x15:10800018 x12:10800048 - 13201500 13186 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800019 x11:00000000 x15:10800018 PA:10800018 - 13221500 13206 1c00180e ff7ff06f jal x0, -10 - 13222500 13207 1c001804 00c79363 bne x15, x12, 6 x15:10800019 x12:10800048 - 13225500 13210 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080001a x11:00000000 x15:10800019 PA:10800019 - 13245500 13230 1c00180e ff7ff06f jal x0, -10 - 13246500 13231 1c001804 00c79363 bne x15, x12, 6 x15:1080001a x12:10800048 - 13249500 13234 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080001b x11:00000000 x15:1080001a PA:1080001a - 13269500 13254 1c00180e ff7ff06f jal x0, -10 - 13270500 13255 1c001804 00c79363 bne x15, x12, 6 x15:1080001b x12:10800048 - 13273500 13258 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080001c x11:00000000 x15:1080001b PA:1080001b - 13293500 13278 1c00180e ff7ff06f jal x0, -10 - 13294500 13279 1c001804 00c79363 bne x15, x12, 6 x15:1080001c x12:10800048 - 13297500 13282 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080001d x11:00000000 x15:1080001c PA:1080001c - 13317500 13302 1c00180e ff7ff06f jal x0, -10 - 13318500 13303 1c001804 00c79363 bne x15, x12, 6 x15:1080001d x12:10800048 - 13321500 13306 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080001e x11:00000000 x15:1080001d PA:1080001d - 13341500 13326 1c00180e ff7ff06f jal x0, -10 - 13342500 13327 1c001804 00c79363 bne x15, x12, 6 x15:1080001e x12:10800048 - 13345500 13330 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080001f x11:00000000 x15:1080001e PA:1080001e - 13365500 13350 1c00180e ff7ff06f jal x0, -10 - 13366500 13351 1c001804 00c79363 bne x15, x12, 6 x15:1080001f x12:10800048 - 13369500 13354 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800020 x11:00000000 x15:1080001f PA:1080001f - 13389500 13374 1c00180e ff7ff06f jal x0, -10 - 13390500 13375 1c001804 00c79363 bne x15, x12, 6 x15:10800020 x12:10800048 - 13393500 13378 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800021 x11:00000000 x15:10800020 PA:10800020 - 13413500 13398 1c00180e ff7ff06f jal x0, -10 - 13414500 13399 1c001804 00c79363 bne x15, x12, 6 x15:10800021 x12:10800048 - 13417500 13402 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800022 x11:00000000 x15:10800021 PA:10800021 - 13437500 13422 1c00180e ff7ff06f jal x0, -10 - 13438500 13423 1c001804 00c79363 bne x15, x12, 6 x15:10800022 x12:10800048 - 13441500 13426 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800023 x11:00000000 x15:10800022 PA:10800022 - 13461500 13446 1c00180e ff7ff06f jal x0, -10 - 13462500 13447 1c001804 00c79363 bne x15, x12, 6 x15:10800023 x12:10800048 - 13465500 13450 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800024 x11:00000000 x15:10800023 PA:10800023 - 13485500 13470 1c00180e ff7ff06f jal x0, -10 - 13486500 13471 1c001804 00c79363 bne x15, x12, 6 x15:10800024 x12:10800048 - 13489500 13474 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800025 x11:00000000 x15:10800024 PA:10800024 - 13509500 13494 1c00180e ff7ff06f jal x0, -10 - 13510500 13495 1c001804 00c79363 bne x15, x12, 6 x15:10800025 x12:10800048 - 13513500 13498 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800026 x11:00000000 x15:10800025 PA:10800025 - 13533500 13518 1c00180e ff7ff06f jal x0, -10 - 13534500 13519 1c001804 00c79363 bne x15, x12, 6 x15:10800026 x12:10800048 - 13537500 13522 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800027 x11:00000000 x15:10800026 PA:10800026 - 13557500 13542 1c00180e ff7ff06f jal x0, -10 - 13558500 13543 1c001804 00c79363 bne x15, x12, 6 x15:10800027 x12:10800048 - 13561500 13546 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800028 x11:00000000 x15:10800027 PA:10800027 - 13581500 13566 1c00180e ff7ff06f jal x0, -10 - 13582500 13567 1c001804 00c79363 bne x15, x12, 6 x15:10800028 x12:10800048 - 13585500 13570 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800029 x11:00000000 x15:10800028 PA:10800028 - 13605500 13590 1c00180e ff7ff06f jal x0, -10 - 13606500 13591 1c001804 00c79363 bne x15, x12, 6 x15:10800029 x12:10800048 - 13609500 13594 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080002a x11:00000000 x15:10800029 PA:10800029 - 13629500 13614 1c00180e ff7ff06f jal x0, -10 - 13630500 13615 1c001804 00c79363 bne x15, x12, 6 x15:1080002a x12:10800048 - 13633500 13618 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080002b x11:00000000 x15:1080002a PA:1080002a - 13653500 13638 1c00180e ff7ff06f jal x0, -10 - 13654500 13639 1c001804 00c79363 bne x15, x12, 6 x15:1080002b x12:10800048 - 13657500 13642 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080002c x11:00000000 x15:1080002b PA:1080002b - 13677500 13662 1c00180e ff7ff06f jal x0, -10 - 13678500 13663 1c001804 00c79363 bne x15, x12, 6 x15:1080002c x12:10800048 - 13681500 13666 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080002d x11:00000000 x15:1080002c PA:1080002c - 13701500 13686 1c00180e ff7ff06f jal x0, -10 - 13702500 13687 1c001804 00c79363 bne x15, x12, 6 x15:1080002d x12:10800048 - 13705500 13690 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080002e x11:00000000 x15:1080002d PA:1080002d - 13725500 13710 1c00180e ff7ff06f jal x0, -10 - 13726500 13711 1c001804 00c79363 bne x15, x12, 6 x15:1080002e x12:10800048 - 13729500 13714 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080002f x11:00000000 x15:1080002e PA:1080002e - 13749500 13734 1c00180e ff7ff06f jal x0, -10 - 13750500 13735 1c001804 00c79363 bne x15, x12, 6 x15:1080002f x12:10800048 - 13753500 13738 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800030 x11:00000000 x15:1080002f PA:1080002f - 13773500 13758 1c00180e ff7ff06f jal x0, -10 - 13774500 13759 1c001804 00c79363 bne x15, x12, 6 x15:10800030 x12:10800048 - 13777500 13762 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800031 x11:00000000 x15:10800030 PA:10800030 - 13797500 13782 1c00180e ff7ff06f jal x0, -10 - 13798500 13783 1c001804 00c79363 bne x15, x12, 6 x15:10800031 x12:10800048 - 13801500 13786 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800032 x11:00000000 x15:10800031 PA:10800031 - 13821500 13806 1c00180e ff7ff06f jal x0, -10 - 13822500 13807 1c001804 00c79363 bne x15, x12, 6 x15:10800032 x12:10800048 - 13825500 13810 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800033 x11:00000000 x15:10800032 PA:10800032 - 13845500 13830 1c00180e ff7ff06f jal x0, -10 - 13846500 13831 1c001804 00c79363 bne x15, x12, 6 x15:10800033 x12:10800048 - 13849500 13834 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800034 x11:00000000 x15:10800033 PA:10800033 - 13869500 13854 1c00180e ff7ff06f jal x0, -10 - 13870500 13855 1c001804 00c79363 bne x15, x12, 6 x15:10800034 x12:10800048 - 13873500 13858 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800035 x11:00000000 x15:10800034 PA:10800034 - 13893500 13878 1c00180e ff7ff06f jal x0, -10 - 13894500 13879 1c001804 00c79363 bne x15, x12, 6 x15:10800035 x12:10800048 - 13897500 13882 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800036 x11:00000000 x15:10800035 PA:10800035 - 13917500 13902 1c00180e ff7ff06f jal x0, -10 - 13918500 13903 1c001804 00c79363 bne x15, x12, 6 x15:10800036 x12:10800048 - 13921500 13906 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800037 x11:00000000 x15:10800036 PA:10800036 - 13941500 13926 1c00180e ff7ff06f jal x0, -10 - 13942500 13927 1c001804 00c79363 bne x15, x12, 6 x15:10800037 x12:10800048 - 13945500 13930 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800038 x11:00000000 x15:10800037 PA:10800037 - 13965500 13950 1c00180e ff7ff06f jal x0, -10 - 13966500 13951 1c001804 00c79363 bne x15, x12, 6 x15:10800038 x12:10800048 - 13969500 13954 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800039 x11:00000000 x15:10800038 PA:10800038 - 13989500 13974 1c00180e ff7ff06f jal x0, -10 - 13990500 13975 1c001804 00c79363 bne x15, x12, 6 x15:10800039 x12:10800048 - 13993500 13978 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080003a x11:00000000 x15:10800039 PA:10800039 - 14013500 13998 1c00180e ff7ff06f jal x0, -10 - 14014500 13999 1c001804 00c79363 bne x15, x12, 6 x15:1080003a x12:10800048 - 14017500 14002 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080003b x11:00000000 x15:1080003a PA:1080003a - 14037500 14022 1c00180e ff7ff06f jal x0, -10 - 14038500 14023 1c001804 00c79363 bne x15, x12, 6 x15:1080003b x12:10800048 - 14041500 14026 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080003c x11:00000000 x15:1080003b PA:1080003b - 14061500 14046 1c00180e ff7ff06f jal x0, -10 - 14062500 14047 1c001804 00c79363 bne x15, x12, 6 x15:1080003c x12:10800048 - 14065500 14050 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080003d x11:00000000 x15:1080003c PA:1080003c - 14085500 14070 1c00180e ff7ff06f jal x0, -10 - 14086500 14071 1c001804 00c79363 bne x15, x12, 6 x15:1080003d x12:10800048 - 14089500 14074 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080003e x11:00000000 x15:1080003d PA:1080003d - 14109500 14094 1c00180e ff7ff06f jal x0, -10 - 14110500 14095 1c001804 00c79363 bne x15, x12, 6 x15:1080003e x12:10800048 - 14113500 14098 1c00180a 00b780ab p.sb x11, 1(x15!) x15=1080003f x11:00000000 x15:1080003e PA:1080003e - 14133500 14118 1c00180e ff7ff06f jal x0, -10 - 14134500 14119 1c001804 00c79363 bne x15, x12, 6 x15:1080003f x12:10800048 - 14137500 14122 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800040 x11:00000000 x15:1080003f PA:1080003f - 14157500 14142 1c00180e ff7ff06f jal x0, -10 - 14158500 14143 1c001804 00c79363 bne x15, x12, 6 x15:10800040 x12:10800048 - 14161500 14146 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800041 x11:00000000 x15:10800040 PA:10800040 - 14181500 14166 1c00180e ff7ff06f jal x0, -10 - 14182500 14167 1c001804 00c79363 bne x15, x12, 6 x15:10800041 x12:10800048 - 14185500 14170 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800042 x11:00000000 x15:10800041 PA:10800041 - 14205500 14190 1c00180e ff7ff06f jal x0, -10 - 14206500 14191 1c001804 00c79363 bne x15, x12, 6 x15:10800042 x12:10800048 - 14209500 14194 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800043 x11:00000000 x15:10800042 PA:10800042 - 14229500 14214 1c00180e ff7ff06f jal x0, -10 - 14230500 14215 1c001804 00c79363 bne x15, x12, 6 x15:10800043 x12:10800048 - 14233500 14218 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800044 x11:00000000 x15:10800043 PA:10800043 - 14253500 14238 1c00180e ff7ff06f jal x0, -10 - 14254500 14239 1c001804 00c79363 bne x15, x12, 6 x15:10800044 x12:10800048 - 14257500 14242 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800045 x11:00000000 x15:10800044 PA:10800044 - 14277500 14262 1c00180e ff7ff06f jal x0, -10 - 14278500 14263 1c001804 00c79363 bne x15, x12, 6 x15:10800045 x12:10800048 - 14281500 14266 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800046 x11:00000000 x15:10800045 PA:10800045 - 14301500 14286 1c00180e ff7ff06f jal x0, -10 - 14302500 14287 1c001804 00c79363 bne x15, x12, 6 x15:10800046 x12:10800048 - 14305500 14290 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800047 x11:00000000 x15:10800046 PA:10800046 - 14325500 14310 1c00180e ff7ff06f jal x0, -10 - 14326500 14311 1c001804 00c79363 bne x15, x12, 6 x15:10800047 x12:10800048 - 14329500 14314 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10800048 x11:00000000 x15:10800047 PA:10800047 - 14349500 14334 1c00180e ff7ff06f jal x0, -10 - 14350500 14335 1c001804 00c79363 bne x15, x12, 6 x15:10800048 x12:10800048 - 14351500 14336 1c001808 00008067 jalr x0, x1, 0 x1:1c0012fc - 14353500 14338 1c0012fc 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 14354500 14339 1c001300 6a87a783 lw x15, 1704(x15) x15=1c2fff50 x15:1c002000 PA:1c0026a8 - 14368500 14353 1c001304 01800713 addi x14, x0, 24 x14=00000018 - 14369500 14354 1c001306 00c12083 lw x1, 12(x2) x1=1c001406 x2:10000930 PA:1000093c - 14370500 14355 1c001308 42e487b3 p.mac x15, x9, x14 x15=1c2fff80 x15:1c2fff50 x9:00000002 x14:00000018 - 14371500 14356 1c00130c 00201737 lui x14, 0x201000 x14=00201000 - 14372500 14357 1c001310 e0470713 addi x14, x14, -508 x14=00200e04 x14:00201000 - 14373500 14358 1c001314 00e40433 add x8, x8, x14 x8=10a00e04 x8:10800000 x14:00200e04 - 14374500 14359 1c001316 00412483 lw x9, 4(x2) x9=00000001 x2:10000930 PA:10000934 - 14375500 14360 1c001318 0087aa23 sw x8, 20(x15) x8:10a00e04 x15:1c2fff80 PA:1c2fff94 - 14393500 14378 1c00131a 00812403 lw x8, 8(x2) x8=00000002 x2:10000930 PA:10000938 - 14394500 14379 1c00131c 0007a623 sw x0, 12(x15) x15:1c2fff80 PA:1c2fff8c - 14412500 14397 1c001320 01010113 addi x2, x2, 16 x2=10000940 x2:10000930 - 14413500 14398 1c001322 00008067 jalr x0, x1, 0 x1:1c001406 - 14415500 14400 1c001406 00800533 add x10, x0, x8 x10=00000002 x8:00000002 - 14416500 14401 1c001408 e0dff0ef jal x1, -500 x1=1c00140a - 14418500 14403 1c001214 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 14419500 14404 1c001218 69c7a703 lw x14, 1692(x15) x14=10000990 x15:1c002000 PA:1c00269c - 14433500 14418 1c00121c 100017b7 lui x15, 0x10001000 x15=10001000 - 14434500 14419 1c001220 01651593 slli x11, x10, 0x16 x11=00800000 x10:00000002 - 14435500 14420 1c001224 000ff637 lui x12, 0xff000 x12=000ff000 - 14436500 14421 1c001228 00251513 slli x10, x10, 0x2 x10=00000008 x10:00000002 - 14437500 14422 1c00122a 99078793 addi x15, x15, -1648 x15=10000990 x15:10001000 - 14438500 14423 1c00122e 67060613 addi x12, x12, 1648 x12=000ff670 x12:000ff000 - 14439500 14424 1c001232 00f585b3 add x11, x11, x15 x11=10800990 x11:00800000 x15:10000990 - 14440500 14425 1c001234 00e50533 add x10, x10, x14 x10=10000998 x10:00000008 x14:10000990 - 14441500 14426 1c001236 efdff06f jal x0, -260 - 14443500 14428 1c001132 00758793 addi x15, x11, 7 x15=10800997 x11:10800990 - 14444500 14429 1c001136 c407b7b3 p.bclr x15, x15, 2, 0 x15=10800990 x15:10800997 - 14445500 14430 1c00113a 40b785b3 sub x11, x15, x11 x11=00000000 x15:10800990 x11:10800990 - 14446500 14431 1c00113e 00f52023 sw x15, 0(x10) x15:10800990 x10:10000998 PA:10000998 - 14447500 14432 1c001140 40b60633 sub x12, x12, x11 x12=000ff670 x12:000ff670 x11:00000000 - 14448500 14433 1c001142 00c05763 bge x0, x12, 14 x12:000ff670 - 14449500 14434 1c001146 c4063633 p.bclr x12, x12, 2, 0 x12=000ff670 x12:000ff670 - 14450500 14435 1c00114a 00c7a023 sw x12, 0(x15) x12:000ff670 x15:10800990 PA:10800990 - 14470500 14455 1c00114c 0007a223 sw x0, 4(x15) x15:10800990 PA:10800994 - 14490500 14475 1c001150 00008067 jalr x0, x1, 0 x1:1c00140a - 14491500 14476 1c00140a 6a8aa783 lw x15, 1704(x21) x15=1c2fff50 x21:1c002000 PA:1c0026a8 - 14505500 14490 1c00140e 04040413 addi x8, x8, 64 x8=00000042 x8:00000002 - 14506500 14491 1c001412 01641413 slli x8, x8, 0x16 x8=10800000 x8:00000042 - 14507500 14492 1c001414 00fa0a33 add x20, x20, x15 x20=1c2fff80 x20:00000030 x15:1c2fff50 - 14508500 14493 1c001416 002017b7 lui x15, 0x201000 x15=00201000 - 14509500 14494 1c00141a 40078793 addi x15, x15, 1024 x15=00201400 x15:00201000 - 14510500 14495 1c00141e fff00713 addi x14, x0, -1 x14=ffffffff - 14511500 14496 1c001420 000a2223 sw x0, 4(x20) x20:1c2fff80 PA:1c2fff84 - 14529500 14514 1c001424 00e467a3 p.sw x14, x0(x8) x14:ffffffff x8:10800000 PA:10a01400 - 14555500 14540 1c001428 00c12683 lw x13, 12(x2) x13=100fc720 x2:10000940 PA:1000094c - 14556500 14541 1c00142a 002007b7 lui x15, 0x200000 x15=00200000 - 14557500 14542 1c00142e 1c000737 lui x14, 0x1c000000 x14=1c000000 - 14558500 14543 1c001432 04078793 addi x15, x15, 64 x15=00200040 x15:00200000 - 14559500 14544 1c001436 08070713 addi x14, x14, 128 x14=1c000080 x14:1c000000 - 14560500 14545 1c00143a 008787b3 add x15, x15, x8 x15=10a00040 x15:00200040 x8:10800000 - 14561500 14546 1c00143c 00000613 addi x12, x0, 0 x12=00000000 - 14562500 14547 1c00143e ce073733 p.bclr x14, x14, 7, 0 x14=1c000000 x14:1c000080 - 14563500 14548 1c001442 01364963 blt x12, x19, 18 x12:00000000 x19:00000008 - 14566500 14551 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10a00044 x14:1c000000 x15:10a00040 PA:10a00040 - 14589500 14574 1c001458 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 14590500 14575 1c00145a fe9ff06f jal x0, -24 - 14592500 14577 1c001442 01364963 blt x12, x19, 18 x12:00000001 x19:00000008 - 14595500 14580 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10a00048 x14:1c000000 x15:10a00044 PA:10a00044 - 14618500 14603 1c001458 00160613 addi x12, x12, 1 x12=00000002 x12:00000001 - 14619500 14604 1c00145a fe9ff06f jal x0, -24 - 14621500 14606 1c001442 01364963 blt x12, x19, 18 x12:00000002 x19:00000008 - 14624500 14609 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10a0004c x14:1c000000 x15:10a00048 PA:10a00048 - 14647500 14632 1c001458 00160613 addi x12, x12, 1 x12=00000003 x12:00000002 - 14648500 14633 1c00145a fe9ff06f jal x0, -24 - 14650500 14635 1c001442 01364963 blt x12, x19, 18 x12:00000003 x19:00000008 - 14653500 14638 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10a00050 x14:1c000000 x15:10a0004c PA:10a0004c - 14676500 14661 1c001458 00160613 addi x12, x12, 1 x12=00000004 x12:00000003 - 14677500 14662 1c00145a fe9ff06f jal x0, -24 - 14679500 14664 1c001442 01364963 blt x12, x19, 18 x12:00000004 x19:00000008 - 14682500 14667 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10a00054 x14:1c000000 x15:10a00050 PA:10a00050 - 14705500 14690 1c001458 00160613 addi x12, x12, 1 x12=00000005 x12:00000004 - 14706500 14691 1c00145a fe9ff06f jal x0, -24 - 14708500 14693 1c001442 01364963 blt x12, x19, 18 x12:00000005 x19:00000008 - 14711500 14696 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10a00058 x14:1c000000 x15:10a00054 PA:10a00054 - 14734500 14719 1c001458 00160613 addi x12, x12, 1 x12=00000006 x12:00000005 - 14735500 14720 1c00145a fe9ff06f jal x0, -24 - 14737500 14722 1c001442 01364963 blt x12, x19, 18 x12:00000006 x19:00000008 - 14740500 14725 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10a0005c x14:1c000000 x15:10a00058 PA:10a00058 - 14763500 14748 1c001458 00160613 addi x12, x12, 1 x12=00000007 x12:00000006 - 14764500 14749 1c00145a fe9ff06f jal x0, -24 - 14766500 14751 1c001442 01364963 blt x12, x19, 18 x12:00000007 x19:00000008 - 14769500 14754 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10a00060 x14:1c000000 x15:10a0005c PA:10a0005c - 14792500 14777 1c001458 00160613 addi x12, x12, 1 x12=00000008 x12:00000007 - 14793500 14778 1c00145a fe9ff06f jal x0, -24 - 14795500 14780 1c001442 01364963 blt x12, x19, 18 x12:00000008 x19:00000008 - 14796500 14781 1c001446 002007b7 lui x15, 0x200000 x15=00200000 - 14797500 14782 1c00144a 00878793 addi x15, x15, 8 x15=00200008 x15:00200000 - 14798500 14783 1c00144c fff00713 addi x14, x0, -1 x14=ffffffff - 14799500 14784 1c00144e 00e467a3 p.sw x14, x0(x8) x14:ffffffff x8:10800000 PA:10a00008 - 14822500 14807 1c001452 f85ff06f jal x0, -124 - 14823500 14808 1c0013d6 00068363 beq x13, x0, 6 x13:100fc720 - 14824500 14809 1c0013d8 00d00533 add x10, x0, x13 x10=100fc720 x13:100fc720 - 14825500 14810 1c0013da c1dff0ef jal x1, -996 x1=1c0013dc - 14827500 14812 1c000ff6 ff010113 addi x2, x2, -16 x2=10000930 x2:10000940 - 14828500 14813 1c000ff8 00112623 sw x1, 12(x2) x1:1c0013dc x2:10000930 PA:1000093c - 14829500 14814 1c000ffa 00812423 sw x8, 8(x2) x8:10800000 x2:10000930 PA:10000938 - 14830500 14815 1c000ffc 30047473 csrrci x8, 0x00000008, 0x300 x8=00001800 - 14834500 14819 1c001000 00c52783 lw x15, 12(x10) x15=1000013c x10:100fc720 PA:100fc72c - 14835500 14820 1c001002 00052423 sw x0, 8(x10) x10:100fc720 PA:100fc728 - 14836500 14821 1c001006 0007a703 lw x14, 0(x15) x14=100fc720 x15:1000013c PA:1000013c - 14838500 14823 1c001008 00071e63 bne x14, x0, 28 x14:100fc720 - 14841500 14826 1c001024 0047a703 lw x14, 4(x15) x14=100fc720 x15:1000013c PA:10000140 - 14843500 14828 1c001026 00a72423 sw x10, 8(x14) x10:100fc720 x14:100fc720 PA:100fc728 - 14844500 14829 1c001028 fe5ff06f jal x0, -28 - 14846500 14831 1c00100c 00a7a223 sw x10, 4(x15) x10:100fc720 x15:1000013c PA:10000140 - 14847500 14832 1c00100e 00c7a503 lw x10, 12(x15) x10=00000000 x15:1000013c PA:10000148 - 14849500 14834 1c001010 00050463 beq x10, x0, 8 x10:00000000 - 14852500 14837 1c001018 30041073 csrrw x0, x8, 0x300 x8:00001800 - 14856500 14841 1c00101c 00c12083 lw x1, 12(x2) x1=1c0013dc x2:10000930 PA:1000093c - 14857500 14842 1c00101e 00812403 lw x8, 8(x2) x8=10800000 x2:10000930 PA:10000938 - 14858500 14843 1c001020 01010113 addi x2, x2, 16 x2=10000940 x2:10000930 - 14859500 14844 1c001022 00008067 jalr x0, x1, 0 x1:1c0013dc - 14861500 14846 1c0013dc 30091073 csrrw x0, x18, 0x300 x18:00001808 - 14865500 14850 1c0013e0 02c12083 lw x1, 44(x2) x1=1c000a7c x2:10000940 PA:1000096c - 14866500 14851 1c0013e2 02812403 lw x8, 40(x2) x8=00000003 x2:10000940 PA:10000968 - 14867500 14852 1c0013e4 02412483 lw x9, 36(x2) x9=100fc720 x2:10000940 PA:10000964 - 14868500 14853 1c0013e6 02012903 lw x18, 32(x2) x18=00000000 x2:10000940 PA:10000960 - 14869500 14854 1c0013e8 01c12983 lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c - 14870500 14855 1c0013ea 01812a03 lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958 - 14871500 14856 1c0013ec 01412a83 lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954 - 14872500 14857 1c0013ee 03010113 addi x2, x2, 48 x2=10000970 x2:10000940 - 14873500 14858 1c0013f0 00008067 jalr x0, x1, 0 x1:1c000a7c - 14875500 14860 1c000a7c fe4439e3 p.bneimm x8, -14 x8:00000003 - 14878500 14863 1c000a6e 008005b3 add x11, x0, x8 x11=00000003 x8:00000003 - 14879500 14864 1c000a70 009006b3 add x13, x0, x9 x13=100fc720 x9:100fc720 - 14880500 14865 1c000a72 00140413 addi x8, x8, 1 x8=00000004 x8:00000003 - 14881500 14866 1c000a74 00000613 addi x12, x0, 0 x12=00000000 - 14882500 14867 1c000a76 00100513 addi x10, x0, 1 x10=00000001 - 14883500 14868 1c000a78 12b000ef jal x1, 2346 x1=1c000a7c - 14885500 14870 1c0013a2 fd010113 addi x2, x2, -48 x2=10000940 x2:10000970 - 14886500 14871 1c0013a4 02812423 sw x8, 40(x2) x8:00000004 x2:10000940 PA:10000968 - 14887500 14872 1c0013a6 00b00433 add x8, x0, x11 x8=00000003 x11:00000003 - 14888500 14873 1c0013a8 02112623 sw x1, 44(x2) x1:1c000a7c x2:10000940 PA:1000096c - 14889500 14874 1c0013aa 02912223 sw x9, 36(x2) x9:100fc720 x2:10000940 PA:10000964 - 14890500 14875 1c0013ac 03212023 sw x18, 32(x2) x18:00000000 x2:10000940 PA:10000960 - 14891500 14876 1c0013ae 01312e23 sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c - 14892500 14877 1c0013b0 01412c23 sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958 - 14893500 14878 1c0013b2 01512a23 sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954 - 14894500 14879 1c0013b4 30047973 csrrci x18, 0x00000008, 0x300 x18=00001808 - 14898500 14883 1c0013b8 01800a13 addi x20, x0, 24 x20=00000018 - 14899500 14884 1c0013ba 03458a33 mul x20, x11, x20 x20=00000048 x11:00000003 x20:00000018 - 14900500 14885 1c0013be 1c002737 lui x14, 0x1c002000 x14=1c002000 - 14901500 14886 1c0013c2 6a872783 lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8 - 14915500 14900 1c0013c6 00e00ab3 add x21, x0, x14 x21=1c002000 x14:1c002000 - 14916500 14901 1c0013c8 014787b3 add x15, x15, x20 x15=1c2fff98 x15:1c2fff50 x20:00000048 - 14917500 14902 1c0013ca 0007a703 lw x14, 0(x15) x14=00000000 x15:1c2fff98 PA:1c2fff98 - 14931500 14916 1c0013cc 02050363 beq x10, x0, 38 x10:00000001 - 14932500 14917 1c0013ce 00170713 addi x14, x14, 1 x14=00000001 x14:00000000 - 14933500 14918 1c0013d0 00e7a023 sw x14, 0(x15) x14:00000001 x15:1c2fff98 PA:1c2fff98 - 14951500 14936 1c0013d2 0007a483 lw x9, 0(x15) x9=00000001 x15:1c2fff98 PA:1c2fff98 - 14968500 14953 1c0013d4 02049163 bne x9, x0, 34 x9:00000001 - 14971500 14956 1c0013f6 fe14b3e3 p.bneimm x9, -26 x9:00000001 - 14972500 14957 1c0013fa 00800993 addi x19, x0, 8 x19=00000008 - 14973500 14958 1c0013fe 04040f63 beq x8, x0, 94 x8:00000003 - 14974500 14959 1c001400 00800533 add x10, x0, x8 x10=00000003 x8:00000003 - 14975500 14960 1c001402 00d12623 sw x13, 12(x2) x13:100fc720 x2:10000940 PA:1000094c - 14976500 14961 1c001404 ed3ff0ef jal x1, -302 x1=1c001406 - 14978500 14963 1c0012d6 ff010113 addi x2, x2, -16 x2=10000930 x2:10000940 - 14979500 14964 1c0012d8 00812423 sw x8, 8(x2) x8:00000003 x2:10000930 PA:10000938 - 14980500 14965 1c0012da 00912223 sw x9, 4(x2) x9:00000001 x2:10000930 PA:10000934 - 14981500 14966 1c0012dc 04050413 addi x8, x10, 64 x8=00000043 x10:00000003 - 14982500 14967 1c0012e0 00a004b3 add x9, x0, x10 x9=00000003 x10:00000003 - 14983500 14968 1c0012e2 1b000537 lui x10, 0x1b000000 x10=1b000000 - 14984500 14969 1c0012e6 00850513 addi x10, x10, 8 x10=1b000008 x10:1b000000 - 14985500 14970 1c0012ea 01641413 slli x8, x8, 0x16 x8=10c00000 x8:00000043 - 14986500 14971 1c0012ec e6c53533 p.bclr x10, x10, 19, 12 x10=00000008 x10:1b000008 - 14987500 14972 1c0012f0 00850533 add x10, x10, x8 x10=10c00008 x10:00000008 x8:10c00000 - 14988500 14973 1c0012f2 04000613 addi x12, x0, 64 x12=00000040 - 14989500 14974 1c0012f6 00000593 addi x11, x0, 0 x11=00000000 - 14990500 14975 1c0012f8 00112623 sw x1, 12(x2) x1:1c001406 x2:10000930 PA:1000093c - 14991500 14976 1c0012fa 506000ef jal x1, 1286 x1=1c0012fc - 14993500 14978 1c001800 00a60633 add x12, x12, x10 x12=10c00048 x12:00000040 x10:10c00008 - 14994500 14979 1c001802 00a007b3 add x15, x0, x10 x15=10c00008 x10:10c00008 - 14995500 14980 1c001804 00c79363 bne x15, x12, 6 x15:10c00008 x12:10c00048 - 14998500 14983 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00009 x11:00000000 x15:10c00008 PA:10c00008 - 15018500 15003 1c00180e ff7ff06f jal x0, -10 - 15019500 15004 1c001804 00c79363 bne x15, x12, 6 x15:10c00009 x12:10c00048 - 15022500 15007 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0000a x11:00000000 x15:10c00009 PA:10c00009 - 15042500 15027 1c00180e ff7ff06f jal x0, -10 - 15043500 15028 1c001804 00c79363 bne x15, x12, 6 x15:10c0000a x12:10c00048 - 15046500 15031 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0000b x11:00000000 x15:10c0000a PA:10c0000a - 15066500 15051 1c00180e ff7ff06f jal x0, -10 - 15067500 15052 1c001804 00c79363 bne x15, x12, 6 x15:10c0000b x12:10c00048 - 15070500 15055 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0000c x11:00000000 x15:10c0000b PA:10c0000b - 15090500 15075 1c00180e ff7ff06f jal x0, -10 - 15091500 15076 1c001804 00c79363 bne x15, x12, 6 x15:10c0000c x12:10c00048 - 15094500 15079 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0000d x11:00000000 x15:10c0000c PA:10c0000c - 15114500 15099 1c00180e ff7ff06f jal x0, -10 - 15115500 15100 1c001804 00c79363 bne x15, x12, 6 x15:10c0000d x12:10c00048 - 15118500 15103 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0000e x11:00000000 x15:10c0000d PA:10c0000d - 15138500 15123 1c00180e ff7ff06f jal x0, -10 - 15139500 15124 1c001804 00c79363 bne x15, x12, 6 x15:10c0000e x12:10c00048 - 15142500 15127 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0000f x11:00000000 x15:10c0000e PA:10c0000e - 15162500 15147 1c00180e ff7ff06f jal x0, -10 - 15163500 15148 1c001804 00c79363 bne x15, x12, 6 x15:10c0000f x12:10c00048 - 15166500 15151 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00010 x11:00000000 x15:10c0000f PA:10c0000f - 15186500 15171 1c00180e ff7ff06f jal x0, -10 - 15187500 15172 1c001804 00c79363 bne x15, x12, 6 x15:10c00010 x12:10c00048 - 15190500 15175 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00011 x11:00000000 x15:10c00010 PA:10c00010 - 15210500 15195 1c00180e ff7ff06f jal x0, -10 - 15211500 15196 1c001804 00c79363 bne x15, x12, 6 x15:10c00011 x12:10c00048 - 15214500 15199 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00012 x11:00000000 x15:10c00011 PA:10c00011 - 15234500 15219 1c00180e ff7ff06f jal x0, -10 - 15235500 15220 1c001804 00c79363 bne x15, x12, 6 x15:10c00012 x12:10c00048 - 15238500 15223 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00013 x11:00000000 x15:10c00012 PA:10c00012 - 15258500 15243 1c00180e ff7ff06f jal x0, -10 - 15259500 15244 1c001804 00c79363 bne x15, x12, 6 x15:10c00013 x12:10c00048 - 15262500 15247 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00014 x11:00000000 x15:10c00013 PA:10c00013 - 15282500 15267 1c00180e ff7ff06f jal x0, -10 - 15283500 15268 1c001804 00c79363 bne x15, x12, 6 x15:10c00014 x12:10c00048 - 15286500 15271 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00015 x11:00000000 x15:10c00014 PA:10c00014 - 15306500 15291 1c00180e ff7ff06f jal x0, -10 - 15307500 15292 1c001804 00c79363 bne x15, x12, 6 x15:10c00015 x12:10c00048 - 15310500 15295 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00016 x11:00000000 x15:10c00015 PA:10c00015 - 15330500 15315 1c00180e ff7ff06f jal x0, -10 - 15331500 15316 1c001804 00c79363 bne x15, x12, 6 x15:10c00016 x12:10c00048 - 15334500 15319 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00017 x11:00000000 x15:10c00016 PA:10c00016 - 15354500 15339 1c00180e ff7ff06f jal x0, -10 - 15355500 15340 1c001804 00c79363 bne x15, x12, 6 x15:10c00017 x12:10c00048 - 15358500 15343 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00018 x11:00000000 x15:10c00017 PA:10c00017 - 15378500 15363 1c00180e ff7ff06f jal x0, -10 - 15379500 15364 1c001804 00c79363 bne x15, x12, 6 x15:10c00018 x12:10c00048 - 15382500 15367 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00019 x11:00000000 x15:10c00018 PA:10c00018 - 15402500 15387 1c00180e ff7ff06f jal x0, -10 - 15403500 15388 1c001804 00c79363 bne x15, x12, 6 x15:10c00019 x12:10c00048 - 15406500 15391 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0001a x11:00000000 x15:10c00019 PA:10c00019 - 15426500 15411 1c00180e ff7ff06f jal x0, -10 - 15427500 15412 1c001804 00c79363 bne x15, x12, 6 x15:10c0001a x12:10c00048 - 15430500 15415 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0001b x11:00000000 x15:10c0001a PA:10c0001a - 15450500 15435 1c00180e ff7ff06f jal x0, -10 - 15451500 15436 1c001804 00c79363 bne x15, x12, 6 x15:10c0001b x12:10c00048 - 15454500 15439 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0001c x11:00000000 x15:10c0001b PA:10c0001b - 15474500 15459 1c00180e ff7ff06f jal x0, -10 - 15475500 15460 1c001804 00c79363 bne x15, x12, 6 x15:10c0001c x12:10c00048 - 15478500 15463 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0001d x11:00000000 x15:10c0001c PA:10c0001c - 15498500 15483 1c00180e ff7ff06f jal x0, -10 - 15499500 15484 1c001804 00c79363 bne x15, x12, 6 x15:10c0001d x12:10c00048 - 15502500 15487 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0001e x11:00000000 x15:10c0001d PA:10c0001d - 15522500 15507 1c00180e ff7ff06f jal x0, -10 - 15523500 15508 1c001804 00c79363 bne x15, x12, 6 x15:10c0001e x12:10c00048 - 15526500 15511 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0001f x11:00000000 x15:10c0001e PA:10c0001e - 15546500 15531 1c00180e ff7ff06f jal x0, -10 - 15547500 15532 1c001804 00c79363 bne x15, x12, 6 x15:10c0001f x12:10c00048 - 15550500 15535 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00020 x11:00000000 x15:10c0001f PA:10c0001f - 15570500 15555 1c00180e ff7ff06f jal x0, -10 - 15571500 15556 1c001804 00c79363 bne x15, x12, 6 x15:10c00020 x12:10c00048 - 15574500 15559 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00021 x11:00000000 x15:10c00020 PA:10c00020 - 15594500 15579 1c00180e ff7ff06f jal x0, -10 - 15595500 15580 1c001804 00c79363 bne x15, x12, 6 x15:10c00021 x12:10c00048 - 15598500 15583 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00022 x11:00000000 x15:10c00021 PA:10c00021 - 15618500 15603 1c00180e ff7ff06f jal x0, -10 - 15619500 15604 1c001804 00c79363 bne x15, x12, 6 x15:10c00022 x12:10c00048 - 15622500 15607 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00023 x11:00000000 x15:10c00022 PA:10c00022 - 15642500 15627 1c00180e ff7ff06f jal x0, -10 - 15643500 15628 1c001804 00c79363 bne x15, x12, 6 x15:10c00023 x12:10c00048 - 15646500 15631 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00024 x11:00000000 x15:10c00023 PA:10c00023 - 15666500 15651 1c00180e ff7ff06f jal x0, -10 - 15667500 15652 1c001804 00c79363 bne x15, x12, 6 x15:10c00024 x12:10c00048 - 15670500 15655 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00025 x11:00000000 x15:10c00024 PA:10c00024 - 15690500 15675 1c00180e ff7ff06f jal x0, -10 - 15691500 15676 1c001804 00c79363 bne x15, x12, 6 x15:10c00025 x12:10c00048 - 15694500 15679 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00026 x11:00000000 x15:10c00025 PA:10c00025 - 15714500 15699 1c00180e ff7ff06f jal x0, -10 - 15715500 15700 1c001804 00c79363 bne x15, x12, 6 x15:10c00026 x12:10c00048 - 15718500 15703 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00027 x11:00000000 x15:10c00026 PA:10c00026 - 15738500 15723 1c00180e ff7ff06f jal x0, -10 - 15739500 15724 1c001804 00c79363 bne x15, x12, 6 x15:10c00027 x12:10c00048 - 15742500 15727 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00028 x11:00000000 x15:10c00027 PA:10c00027 - 15762500 15747 1c00180e ff7ff06f jal x0, -10 - 15763500 15748 1c001804 00c79363 bne x15, x12, 6 x15:10c00028 x12:10c00048 - 15766500 15751 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00029 x11:00000000 x15:10c00028 PA:10c00028 - 15786500 15771 1c00180e ff7ff06f jal x0, -10 - 15787500 15772 1c001804 00c79363 bne x15, x12, 6 x15:10c00029 x12:10c00048 - 15790500 15775 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0002a x11:00000000 x15:10c00029 PA:10c00029 - 15810500 15795 1c00180e ff7ff06f jal x0, -10 - 15811500 15796 1c001804 00c79363 bne x15, x12, 6 x15:10c0002a x12:10c00048 - 15814500 15799 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0002b x11:00000000 x15:10c0002a PA:10c0002a - 15834500 15819 1c00180e ff7ff06f jal x0, -10 - 15835500 15820 1c001804 00c79363 bne x15, x12, 6 x15:10c0002b x12:10c00048 - 15838500 15823 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0002c x11:00000000 x15:10c0002b PA:10c0002b - 15858500 15843 1c00180e ff7ff06f jal x0, -10 - 15859500 15844 1c001804 00c79363 bne x15, x12, 6 x15:10c0002c x12:10c00048 - 15862500 15847 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0002d x11:00000000 x15:10c0002c PA:10c0002c - 15882500 15867 1c00180e ff7ff06f jal x0, -10 - 15883500 15868 1c001804 00c79363 bne x15, x12, 6 x15:10c0002d x12:10c00048 - 15886500 15871 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0002e x11:00000000 x15:10c0002d PA:10c0002d - 15906500 15891 1c00180e ff7ff06f jal x0, -10 - 15907500 15892 1c001804 00c79363 bne x15, x12, 6 x15:10c0002e x12:10c00048 - 15910500 15895 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0002f x11:00000000 x15:10c0002e PA:10c0002e - 15930500 15915 1c00180e ff7ff06f jal x0, -10 - 15931500 15916 1c001804 00c79363 bne x15, x12, 6 x15:10c0002f x12:10c00048 - 15934500 15919 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00030 x11:00000000 x15:10c0002f PA:10c0002f - 15954500 15939 1c00180e ff7ff06f jal x0, -10 - 15955500 15940 1c001804 00c79363 bne x15, x12, 6 x15:10c00030 x12:10c00048 - 15958500 15943 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00031 x11:00000000 x15:10c00030 PA:10c00030 - 15978500 15963 1c00180e ff7ff06f jal x0, -10 - 15979500 15964 1c001804 00c79363 bne x15, x12, 6 x15:10c00031 x12:10c00048 - 15982500 15967 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00032 x11:00000000 x15:10c00031 PA:10c00031 - 16002500 15987 1c00180e ff7ff06f jal x0, -10 - 16003500 15988 1c001804 00c79363 bne x15, x12, 6 x15:10c00032 x12:10c00048 - 16006500 15991 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00033 x11:00000000 x15:10c00032 PA:10c00032 - 16026500 16011 1c00180e ff7ff06f jal x0, -10 - 16027500 16012 1c001804 00c79363 bne x15, x12, 6 x15:10c00033 x12:10c00048 - 16030500 16015 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00034 x11:00000000 x15:10c00033 PA:10c00033 - 16050500 16035 1c00180e ff7ff06f jal x0, -10 - 16051500 16036 1c001804 00c79363 bne x15, x12, 6 x15:10c00034 x12:10c00048 - 16054500 16039 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00035 x11:00000000 x15:10c00034 PA:10c00034 - 16074500 16059 1c00180e ff7ff06f jal x0, -10 - 16075500 16060 1c001804 00c79363 bne x15, x12, 6 x15:10c00035 x12:10c00048 - 16078500 16063 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00036 x11:00000000 x15:10c00035 PA:10c00035 - 16098500 16083 1c00180e ff7ff06f jal x0, -10 - 16099500 16084 1c001804 00c79363 bne x15, x12, 6 x15:10c00036 x12:10c00048 - 16102500 16087 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00037 x11:00000000 x15:10c00036 PA:10c00036 - 16122500 16107 1c00180e ff7ff06f jal x0, -10 - 16123500 16108 1c001804 00c79363 bne x15, x12, 6 x15:10c00037 x12:10c00048 - 16126500 16111 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00038 x11:00000000 x15:10c00037 PA:10c00037 - 16146500 16131 1c00180e ff7ff06f jal x0, -10 - 16147500 16132 1c001804 00c79363 bne x15, x12, 6 x15:10c00038 x12:10c00048 - 16150500 16135 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00039 x11:00000000 x15:10c00038 PA:10c00038 - 16170500 16155 1c00180e ff7ff06f jal x0, -10 - 16171500 16156 1c001804 00c79363 bne x15, x12, 6 x15:10c00039 x12:10c00048 - 16174500 16159 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0003a x11:00000000 x15:10c00039 PA:10c00039 - 16194500 16179 1c00180e ff7ff06f jal x0, -10 - 16195500 16180 1c001804 00c79363 bne x15, x12, 6 x15:10c0003a x12:10c00048 - 16198500 16183 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0003b x11:00000000 x15:10c0003a PA:10c0003a - 16218500 16203 1c00180e ff7ff06f jal x0, -10 - 16219500 16204 1c001804 00c79363 bne x15, x12, 6 x15:10c0003b x12:10c00048 - 16222500 16207 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0003c x11:00000000 x15:10c0003b PA:10c0003b - 16242500 16227 1c00180e ff7ff06f jal x0, -10 - 16243500 16228 1c001804 00c79363 bne x15, x12, 6 x15:10c0003c x12:10c00048 - 16246500 16231 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0003d x11:00000000 x15:10c0003c PA:10c0003c - 16266500 16251 1c00180e ff7ff06f jal x0, -10 - 16267500 16252 1c001804 00c79363 bne x15, x12, 6 x15:10c0003d x12:10c00048 - 16270500 16255 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0003e x11:00000000 x15:10c0003d PA:10c0003d - 16290500 16275 1c00180e ff7ff06f jal x0, -10 - 16291500 16276 1c001804 00c79363 bne x15, x12, 6 x15:10c0003e x12:10c00048 - 16294500 16279 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c0003f x11:00000000 x15:10c0003e PA:10c0003e - 16314500 16299 1c00180e ff7ff06f jal x0, -10 - 16315500 16300 1c001804 00c79363 bne x15, x12, 6 x15:10c0003f x12:10c00048 - 16318500 16303 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00040 x11:00000000 x15:10c0003f PA:10c0003f - 16338500 16323 1c00180e ff7ff06f jal x0, -10 - 16339500 16324 1c001804 00c79363 bne x15, x12, 6 x15:10c00040 x12:10c00048 - 16342500 16327 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00041 x11:00000000 x15:10c00040 PA:10c00040 - 16362500 16347 1c00180e ff7ff06f jal x0, -10 - 16363500 16348 1c001804 00c79363 bne x15, x12, 6 x15:10c00041 x12:10c00048 - 16366500 16351 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00042 x11:00000000 x15:10c00041 PA:10c00041 - 16386500 16371 1c00180e ff7ff06f jal x0, -10 - 16387500 16372 1c001804 00c79363 bne x15, x12, 6 x15:10c00042 x12:10c00048 - 16390500 16375 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00043 x11:00000000 x15:10c00042 PA:10c00042 - 16410500 16395 1c00180e ff7ff06f jal x0, -10 - 16411500 16396 1c001804 00c79363 bne x15, x12, 6 x15:10c00043 x12:10c00048 - 16414500 16399 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00044 x11:00000000 x15:10c00043 PA:10c00043 - 16434500 16419 1c00180e ff7ff06f jal x0, -10 - 16435500 16420 1c001804 00c79363 bne x15, x12, 6 x15:10c00044 x12:10c00048 - 16438500 16423 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00045 x11:00000000 x15:10c00044 PA:10c00044 - 16458500 16443 1c00180e ff7ff06f jal x0, -10 - 16459500 16444 1c001804 00c79363 bne x15, x12, 6 x15:10c00045 x12:10c00048 - 16462500 16447 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00046 x11:00000000 x15:10c00045 PA:10c00045 - 16482500 16467 1c00180e ff7ff06f jal x0, -10 - 16483500 16468 1c001804 00c79363 bne x15, x12, 6 x15:10c00046 x12:10c00048 - 16486500 16471 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00047 x11:00000000 x15:10c00046 PA:10c00046 - 16506500 16491 1c00180e ff7ff06f jal x0, -10 - 16507500 16492 1c001804 00c79363 bne x15, x12, 6 x15:10c00047 x12:10c00048 - 16510500 16495 1c00180a 00b780ab p.sb x11, 1(x15!) x15=10c00048 x11:00000000 x15:10c00047 PA:10c00047 - 16530500 16515 1c00180e ff7ff06f jal x0, -10 - 16531500 16516 1c001804 00c79363 bne x15, x12, 6 x15:10c00048 x12:10c00048 - 16532500 16517 1c001808 00008067 jalr x0, x1, 0 x1:1c0012fc - 16534500 16519 1c0012fc 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 16535500 16520 1c001300 6a87a783 lw x15, 1704(x15) x15=1c2fff50 x15:1c002000 PA:1c0026a8 - 16549500 16534 1c001304 01800713 addi x14, x0, 24 x14=00000018 - 16550500 16535 1c001306 00c12083 lw x1, 12(x2) x1=1c001406 x2:10000930 PA:1000093c - 16551500 16536 1c001308 42e487b3 p.mac x15, x9, x14 x15=1c2fff98 x15:1c2fff50 x9:00000003 x14:00000018 - 16552500 16537 1c00130c 00201737 lui x14, 0x201000 x14=00201000 - 16553500 16538 1c001310 e0470713 addi x14, x14, -508 x14=00200e04 x14:00201000 - 16554500 16539 1c001314 00e40433 add x8, x8, x14 x8=10e00e04 x8:10c00000 x14:00200e04 - 16555500 16540 1c001316 00412483 lw x9, 4(x2) x9=00000001 x2:10000930 PA:10000934 - 16556500 16541 1c001318 0087aa23 sw x8, 20(x15) x8:10e00e04 x15:1c2fff98 PA:1c2fffac - 16574500 16559 1c00131a 00812403 lw x8, 8(x2) x8=00000003 x2:10000930 PA:10000938 - 16575500 16560 1c00131c 0007a623 sw x0, 12(x15) x15:1c2fff98 PA:1c2fffa4 - 16593500 16578 1c001320 01010113 addi x2, x2, 16 x2=10000940 x2:10000930 - 16594500 16579 1c001322 00008067 jalr x0, x1, 0 x1:1c001406 - 16596500 16581 1c001406 00800533 add x10, x0, x8 x10=00000003 x8:00000003 - 16597500 16582 1c001408 e0dff0ef jal x1, -500 x1=1c00140a - 16599500 16584 1c001214 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 16600500 16585 1c001218 69c7a703 lw x14, 1692(x15) x14=10000990 x15:1c002000 PA:1c00269c - 16614500 16599 1c00121c 100017b7 lui x15, 0x10001000 x15=10001000 - 16615500 16600 1c001220 01651593 slli x11, x10, 0x16 x11=00c00000 x10:00000003 - 16616500 16601 1c001224 000ff637 lui x12, 0xff000 x12=000ff000 - 16617500 16602 1c001228 00251513 slli x10, x10, 0x2 x10=0000000c x10:00000003 - 16618500 16603 1c00122a 99078793 addi x15, x15, -1648 x15=10000990 x15:10001000 - 16619500 16604 1c00122e 67060613 addi x12, x12, 1648 x12=000ff670 x12:000ff000 - 16620500 16605 1c001232 00f585b3 add x11, x11, x15 x11=10c00990 x11:00c00000 x15:10000990 - 16621500 16606 1c001234 00e50533 add x10, x10, x14 x10=1000099c x10:0000000c x14:10000990 - 16622500 16607 1c001236 efdff06f jal x0, -260 - 16624500 16609 1c001132 00758793 addi x15, x11, 7 x15=10c00997 x11:10c00990 - 16625500 16610 1c001136 c407b7b3 p.bclr x15, x15, 2, 0 x15=10c00990 x15:10c00997 - 16626500 16611 1c00113a 40b785b3 sub x11, x15, x11 x11=00000000 x15:10c00990 x11:10c00990 - 16627500 16612 1c00113e 00f52023 sw x15, 0(x10) x15:10c00990 x10:1000099c PA:1000099c - 16628500 16613 1c001140 40b60633 sub x12, x12, x11 x12=000ff670 x12:000ff670 x11:00000000 - 16629500 16614 1c001142 00c05763 bge x0, x12, 14 x12:000ff670 - 16630500 16615 1c001146 c4063633 p.bclr x12, x12, 2, 0 x12=000ff670 x12:000ff670 - 16631500 16616 1c00114a 00c7a023 sw x12, 0(x15) x12:000ff670 x15:10c00990 PA:10c00990 - 16651500 16636 1c00114c 0007a223 sw x0, 4(x15) x15:10c00990 PA:10c00994 - 16671500 16656 1c001150 00008067 jalr x0, x1, 0 x1:1c00140a - 16672500 16657 1c00140a 6a8aa783 lw x15, 1704(x21) x15=1c2fff50 x21:1c002000 PA:1c0026a8 - 16686500 16671 1c00140e 04040413 addi x8, x8, 64 x8=00000043 x8:00000003 - 16687500 16672 1c001412 01641413 slli x8, x8, 0x16 x8=10c00000 x8:00000043 - 16688500 16673 1c001414 00fa0a33 add x20, x20, x15 x20=1c2fff98 x20:00000048 x15:1c2fff50 - 16689500 16674 1c001416 002017b7 lui x15, 0x201000 x15=00201000 - 16690500 16675 1c00141a 40078793 addi x15, x15, 1024 x15=00201400 x15:00201000 - 16691500 16676 1c00141e fff00713 addi x14, x0, -1 x14=ffffffff - 16692500 16677 1c001420 000a2223 sw x0, 4(x20) x20:1c2fff98 PA:1c2fff9c - 16710500 16695 1c001424 00e467a3 p.sw x14, x0(x8) x14:ffffffff x8:10c00000 PA:10e01400 - 16736500 16721 1c001428 00c12683 lw x13, 12(x2) x13=100fc720 x2:10000940 PA:1000094c - 16737500 16722 1c00142a 002007b7 lui x15, 0x200000 x15=00200000 - 16738500 16723 1c00142e 1c000737 lui x14, 0x1c000000 x14=1c000000 - 16739500 16724 1c001432 04078793 addi x15, x15, 64 x15=00200040 x15:00200000 - 16740500 16725 1c001436 08070713 addi x14, x14, 128 x14=1c000080 x14:1c000000 - 16741500 16726 1c00143a 008787b3 add x15, x15, x8 x15=10e00040 x15:00200040 x8:10c00000 - 16742500 16727 1c00143c 00000613 addi x12, x0, 0 x12=00000000 - 16743500 16728 1c00143e ce073733 p.bclr x14, x14, 7, 0 x14=1c000000 x14:1c000080 - 16744500 16729 1c001442 01364963 blt x12, x19, 18 x12:00000000 x19:00000008 - 16747500 16732 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10e00044 x14:1c000000 x15:10e00040 PA:10e00040 - 16770500 16755 1c001458 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 16771500 16756 1c00145a fe9ff06f jal x0, -24 - 16773500 16758 1c001442 01364963 blt x12, x19, 18 x12:00000001 x19:00000008 - 16776500 16761 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10e00048 x14:1c000000 x15:10e00044 PA:10e00044 - 16799500 16784 1c001458 00160613 addi x12, x12, 1 x12=00000002 x12:00000001 - 16800500 16785 1c00145a fe9ff06f jal x0, -24 - 16802500 16787 1c001442 01364963 blt x12, x19, 18 x12:00000002 x19:00000008 - 16805500 16790 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10e0004c x14:1c000000 x15:10e00048 PA:10e00048 - 16828500 16813 1c001458 00160613 addi x12, x12, 1 x12=00000003 x12:00000002 - 16829500 16814 1c00145a fe9ff06f jal x0, -24 - 16831500 16816 1c001442 01364963 blt x12, x19, 18 x12:00000003 x19:00000008 - 16834500 16819 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10e00050 x14:1c000000 x15:10e0004c PA:10e0004c - 16857500 16842 1c001458 00160613 addi x12, x12, 1 x12=00000004 x12:00000003 - 16858500 16843 1c00145a fe9ff06f jal x0, -24 - 16860500 16845 1c001442 01364963 blt x12, x19, 18 x12:00000004 x19:00000008 - 16863500 16848 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10e00054 x14:1c000000 x15:10e00050 PA:10e00050 - 16886500 16871 1c001458 00160613 addi x12, x12, 1 x12=00000005 x12:00000004 - 16887500 16872 1c00145a fe9ff06f jal x0, -24 - 16889500 16874 1c001442 01364963 blt x12, x19, 18 x12:00000005 x19:00000008 - 16892500 16877 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10e00058 x14:1c000000 x15:10e00054 PA:10e00054 - 16915500 16900 1c001458 00160613 addi x12, x12, 1 x12=00000006 x12:00000005 - 16916500 16901 1c00145a fe9ff06f jal x0, -24 - 16918500 16903 1c001442 01364963 blt x12, x19, 18 x12:00000006 x19:00000008 - 16921500 16906 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10e0005c x14:1c000000 x15:10e00058 PA:10e00058 - 16944500 16929 1c001458 00160613 addi x12, x12, 1 x12=00000007 x12:00000006 - 16945500 16930 1c00145a fe9ff06f jal x0, -24 - 16947500 16932 1c001442 01364963 blt x12, x19, 18 x12:00000007 x19:00000008 - 16950500 16935 1c001454 00e7a22b p.sw x14, 4(x15!) x15=10e00060 x14:1c000000 x15:10e0005c PA:10e0005c - 16973500 16958 1c001458 00160613 addi x12, x12, 1 x12=00000008 x12:00000007 - 16974500 16959 1c00145a fe9ff06f jal x0, -24 - 16976500 16961 1c001442 01364963 blt x12, x19, 18 x12:00000008 x19:00000008 - 16977500 16962 1c001446 002007b7 lui x15, 0x200000 x15=00200000 - 16978500 16963 1c00144a 00878793 addi x15, x15, 8 x15=00200008 x15:00200000 - 16979500 16964 1c00144c fff00713 addi x14, x0, -1 x14=ffffffff - 16980500 16965 1c00144e 00e467a3 p.sw x14, x0(x8) x14:ffffffff x8:10c00000 PA:10e00008 - 17003500 16988 1c001452 f85ff06f jal x0, -124 - 17004500 16989 1c0013d6 00068363 beq x13, x0, 6 x13:100fc720 - 17005500 16990 1c0013d8 00d00533 add x10, x0, x13 x10=100fc720 x13:100fc720 - 17006500 16991 1c0013da c1dff0ef jal x1, -996 x1=1c0013dc - 17008500 16993 1c000ff6 ff010113 addi x2, x2, -16 x2=10000930 x2:10000940 - 17009500 16994 1c000ff8 00112623 sw x1, 12(x2) x1:1c0013dc x2:10000930 PA:1000093c - 17010500 16995 1c000ffa 00812423 sw x8, 8(x2) x8:10c00000 x2:10000930 PA:10000938 - 17011500 16996 1c000ffc 30047473 csrrci x8, 0x00000008, 0x300 x8=00001800 - 17015500 17000 1c001000 00c52783 lw x15, 12(x10) x15=1000013c x10:100fc720 PA:100fc72c - 17016500 17001 1c001002 00052423 sw x0, 8(x10) x10:100fc720 PA:100fc728 - 17017500 17002 1c001006 0007a703 lw x14, 0(x15) x14=100fc720 x15:1000013c PA:1000013c - 17019500 17004 1c001008 00071e63 bne x14, x0, 28 x14:100fc720 - 17022500 17007 1c001024 0047a703 lw x14, 4(x15) x14=100fc720 x15:1000013c PA:10000140 - 17024500 17009 1c001026 00a72423 sw x10, 8(x14) x10:100fc720 x14:100fc720 PA:100fc728 - 17025500 17010 1c001028 fe5ff06f jal x0, -28 - 17027500 17012 1c00100c 00a7a223 sw x10, 4(x15) x10:100fc720 x15:1000013c PA:10000140 - 17028500 17013 1c00100e 00c7a503 lw x10, 12(x15) x10=00000000 x15:1000013c PA:10000148 - 17030500 17015 1c001010 00050463 beq x10, x0, 8 x10:00000000 - 17033500 17018 1c001018 30041073 csrrw x0, x8, 0x300 x8:00001800 - 17037500 17022 1c00101c 00c12083 lw x1, 12(x2) x1=1c0013dc x2:10000930 PA:1000093c - 17038500 17023 1c00101e 00812403 lw x8, 8(x2) x8=10c00000 x2:10000930 PA:10000938 - 17039500 17024 1c001020 01010113 addi x2, x2, 16 x2=10000940 x2:10000930 - 17040500 17025 1c001022 00008067 jalr x0, x1, 0 x1:1c0013dc - 17042500 17027 1c0013dc 30091073 csrrw x0, x18, 0x300 x18:00001808 - 17046500 17031 1c0013e0 02c12083 lw x1, 44(x2) x1=1c000a7c x2:10000940 PA:1000096c - 17047500 17032 1c0013e2 02812403 lw x8, 40(x2) x8=00000004 x2:10000940 PA:10000968 - 17048500 17033 1c0013e4 02412483 lw x9, 36(x2) x9=100fc720 x2:10000940 PA:10000964 - 17049500 17034 1c0013e6 02012903 lw x18, 32(x2) x18=00000000 x2:10000940 PA:10000960 - 17050500 17035 1c0013e8 01c12983 lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c - 17051500 17036 1c0013ea 01812a03 lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958 - 17052500 17037 1c0013ec 01412a83 lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954 - 17053500 17038 1c0013ee 03010113 addi x2, x2, 48 x2=10000970 x2:10000940 - 17054500 17039 1c0013f0 00008067 jalr x0, x1, 0 x1:1c000a7c - 17056500 17041 1c000a7c fe4439e3 p.bneimm x8, -14 x8:00000004 - 17057500 17042 1c000a80 00100413 addi x8, x0, 1 x8=00000001 - 17058500 17043 1c000a82 1c001937 lui x18, 0x1c001000 x18=1c001000 - 17059500 17044 1c000a86 008005b3 add x11, x0, x8 x11=00000001 x8:00000001 - 17060500 17045 1c000a88 00912023 sw x9, 0(x2) x9:100fc720 x2:10000970 PA:10000970 - 17061500 17046 1c000a8a 00140413 addi x8, x8, 1 x8=00000002 x8:00000001 - 17062500 17047 1c000a8c 00800893 addi x17, x0, 8 x17=00000008 - 17063500 17048 1c000a8e 00000813 addi x16, x0, 0 x16=00000000 - 17079500 17064 1c000a90 00000793 addi x15, x0, 0 x15=00000000 - 17080500 17065 1c000a92 00000713 addi x14, x0, 0 x14=00000000 - 17081500 17066 1c000a94 00000693 addi x13, x0, 0 x13=00000000 - 17082500 17067 1c000a96 9d890613 addi x12, x18, -1576 x12=1c0009d8 x18:1c001000 - 17083500 17068 1c000a9a 00000513 addi x10, x0, 0 x10=00000000 - 17084500 17069 1c000a9c 1fb000ef jal x1, 2554 x1=1c000aa0 - 17102500 17087 1c001496 fb010113 addi x2, x2, -80 x2=10000920 x2:10000970 - 17103500 17088 1c001498 03512a23 sw x21, 52(x2) x21:00000000 x2:10000920 PA:10000954 - 17104500 17089 1c00149a 05012a83 lw x21, 80(x2) x21=100fc720 x2:10000920 PA:10000970 - 17105500 17090 1c00149c 04912223 sw x9, 68(x2) x9:100fc720 x2:10000920 PA:10000964 - 17106500 17091 1c00149e 03312e23 sw x19, 60(x2) x19:00000000 x2:10000920 PA:1000095c - 17122500 17107 1c0014a0 03712623 sw x23, 44(x2) x23:00000000 x2:10000920 PA:1000094c - 17123500 17108 1c0014a2 03812423 sw x24, 40(x2) x24:00000000 x2:10000920 PA:10000948 - 17124500 17109 1c0014a4 03a12023 sw x26, 32(x2) x26:00000000 x2:10000920 PA:10000940 - 17125500 17110 1c0014a6 01b12e23 sw x27, 28(x2) x27:00000000 x2:10000920 PA:1000093c - 17126500 17111 1c0014a8 00c00c33 add x24, x0, x12 x24=1c0009d8 x12:1c0009d8 - 17127500 17112 1c0014aa 00b00db3 add x27, x0, x11 x27=00000001 x11:00000001 - 17128500 17113 1c0014ac 00d00bb3 add x23, x0, x13 x23=00000000 x13:00000000 - 17129500 17114 1c0014ae 00e00d33 add x26, x0, x14 x26=00000000 x14:00000000 - 17146500 17131 1c0014b0 00f004b3 add x9, x0, x15 x9=00000000 x15:00000000 - 17147500 17132 1c0014b2 010009b3 add x19, x0, x16 x19=00000000 x16:00000000 - 17148500 17133 1c0014b4 04112623 sw x1, 76(x2) x1:1c000aa0 x2:10000920 PA:1000096c - 17149500 17134 1c0014b6 04812423 sw x8, 72(x2) x8:00000002 x2:10000920 PA:10000968 - 17150500 17135 1c0014b8 05212023 sw x18, 64(x2) x18:1c001000 x2:10000920 PA:10000960 - 17151500 17136 1c0014ba 03412c23 sw x20, 56(x2) x20:00000000 x2:10000920 PA:10000958 - 17152500 17137 1c0014bc 03612823 sw x22, 48(x2) x22:00000000 x2:10000920 PA:10000950 - 17153500 17138 1c0014be 03912223 sw x25, 36(x2) x25:00000000 x2:10000920 PA:10000944 - 17170500 17155 1c0014c0 30047b73 csrrci x22, 0x00000008, 0x300 x22=00001808 - 17174500 17159 1c0014c4 01100933 add x18, x0, x17 x18=00000008 x17:00000008 - 17175500 17160 1c0014c6 00089463 bne x17, x0, 8 x17:00000008 - 17195500 17180 1c0014ce 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 17196500 17181 1c0014d2 6a87ac83 lw x25, 1704(x15) x25=1c2fff50 x15:1c002000 PA:1c0026a8 - 17210500 17195 1c0014d6 01800793 addi x15, x0, 24 x15=00000018 - 17211500 17196 1c0014d8 040d8a13 addi x20, x27, 64 x20=00000041 x27:00000001 - 17212500 17197 1c0014dc 42fd8cb3 p.mac x25, x27, x15 x25=1c2fff68 x25:1c2fff50 x27:00000001 x15:00000018 - 17229500 17214 1c0014e0 1b000737 lui x14, 0x1b000000 x14=1b000000 - 17230500 17215 1c0014e4 000016b7 lui x13, 0x1000 x13=00001000 - 17231500 17216 1c0014e6 016a1a13 slli x20, x20, 0x16 x20=10400000 x20:00000041 - 17232500 17217 1c0014e8 00870713 addi x14, x14, 8 x14=1b000008 x14:1b000000 - 17233500 17218 1c0014ec fff68693 addi x13, x13, -1 x13=00000fff x13:00001000 - 17250500 17235 1c0014ee 004ca783 lw x15, 4(x25) x15=00000000 x25:1c2fff68 PA:1c2fff6c - 17265500 17250 1c0014f2 00579413 slli x8, x15, 0x5 x8=00000000 x15:00000000 - 17266500 17251 1c0014f6 00e40433 add x8, x8, x14 x8=1b000008 x8:00000000 x14:1b000008 - 17267500 17252 1c0014f8 00d47433 and x8, x8, x13 x8=00000008 x8:1b000008 x13:00000fff - 17268500 17253 1c0014fa 01440433 add x8, x8, x20 x8=10400008 x8:00000008 x20:10400000 - 17269500 17254 1c0014fc 00042603 lw x12, 0(x8) x12=00000000 x8:10400008 PA:10400008 - 17288500 17273 1c0014fe 00060763 beq x12, x0, 14 x12:00000000 - 17291500 17276 1c00150c 00cca583 lw x11, 12(x25) x11=00000000 x25:1c2fff68 PA:1c2fff74 - 17310500 17295 1c001510 0017c793 xori x15, x15, 1 x15=00000001 x15:00000000 - 17311500 17296 1c001514 00fca223 sw x15, 4(x25) x15:00000001 x25:1c2fff68 PA:1c2fff6c - 17329500 17314 1c001518 00058863 beq x11, x0, 16 x11:00000000 - 17348500 17333 1c001528 00049363 bne x9, x0, 6 x9:00000000 - 17349500 17334 1c00152a 40000493 addi x9, x0, 1024 x9=00000400 - 17366500 17351 1c00152e 00099463 bne x19, x0, 8 x19:00000000 - 17367500 17352 1c001532 40000993 addi x19, x0, 1024 x19=00000400 - 17368500 17353 1c001536 020d1163 bne x26, x0, 34 x26:00000000 - 17369500 17354 1c00153a fff90793 addi x15, x18, -1 x15=00000007 x18:00000008 - 17370500 17355 1c00153e 009005b3 add x11, x0, x9 x11=00000400 x9:00000400 - 17387500 17372 1c001540 433785b3 p.mac x11, x15, x19 x11=00002000 x11:00000400 x15:00000007 x19:00000400 - 17388500 17373 1c001544 002d8513 addi x10, x27, 2 x10=00000003 x27:00000001 - 17389500 17374 1c001548 fff00d93 addi x27, x0, -1 x27=ffffffff - 17390500 17375 1c00154a 00bca823 sw x11, 16(x25) x11:00002000 x25:1c2fff68 PA:1c2fff78 - 17408500 17393 1c00154e c83ff0ef jal x1, -894 x1=1c001550 - 17409500 17394 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 17410500 17395 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000003 - 17411500 17396 1c0011d6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 17412500 17397 1c0011da 69c7a783 lw x15, 1692(x15) x15=10000990 x15:1c002000 PA:1c00269c - 17426500 17411 1c0011de ffe50513 addi x10, x10, -2 x10=00000001 x10:00000003 - 17427500 17412 1c0011e0 00251513 slli x10, x10, 0x2 x10=00000004 x10:00000001 - 17428500 17413 1c0011e2 00f50533 add x10, x10, x15 x10=10000994 x10:00000004 x15:10000990 - 17429500 17414 1c0011e4 f6fff06f jal x0, -146 - 17431500 17416 1c001152 00052783 lw x15, 0(x10) x15=10400990 x10:10000994 PA:10000994 - 17432500 17417 1c001154 00758593 addi x11, x11, 7 x11=00002007 x11:00002000 - 17433500 17418 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00002000 x11:00002007 - 17434500 17419 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 17435500 17420 1c00115c 00078963 beq x15, x0, 18 x15:10400990 - 17436500 17421 1c00115e 0007a703 lw x14, 0(x15) x14=000ff670 x15:10400990 PA:10400990 - 17454500 17439 1c001160 00b74963 blt x14, x11, 18 x14:000ff670 x11:00002000 - 17455500 17440 1c001164 00b71c63 bne x14, x11, 24 x14:000ff670 x11:00002000 - 17458500 17443 1c00117c 40b70733 sub x14, x14, x11 x14=000fd670 x14:000ff670 x11:00002000 - 17459500 17444 1c00117e 00e7a023 sw x14, 0(x15) x14:000fd670 x15:10400990 PA:10400990 - 17479500 17464 1c001180 00e787b3 add x15, x15, x14 x15=104fe000 x15:10400990 x14:000fd670 - 17480500 17465 1c001182 fedff06f jal x0, -20 - 17482500 17467 1c00116e 00f00533 add x10, x0, x15 x10=104fe000 x15:104fe000 - 17483500 17468 1c001170 00008067 jalr x0, x1, 0 x1:1c001550 - 17485500 17470 1c001550 00a00d33 add x26, x0, x10 x26=104fe000 x10:104fe000 - 17486500 17471 1c001552 04050063 beq x10, x0, 64 x10:104fe000 - 17487500 17472 1c001554 00aca623 sw x10, 12(x25) x10:104fe000 x25:1c2fff68 PA:1c2fff74 - 17505500 17490 1c001558 01500533 add x10, x0, x21 x10=100fc720 x21:100fc720 - 17506500 17491 1c00155a 000a9363 bne x21, x0, 6 x21:100fc720 - 17525500 17510 1c001560 00c52783 lw x15, 12(x10) x15=1000013c x10:100fc720 PA:100fc72c - 17526500 17511 1c001562 009d0733 add x14, x26, x9 x14=104fe400 x26:104fe000 x9:00000400 - 17527500 17512 1c001566 01842223 sw x24, 4(x8) x24:1c0009d8 x8:10400008 PA:1040000c - 17547500 17532 1c00156a 01742423 sw x23, 8(x8) x23:00000000 x8:10400008 PA:10400010 - 17567500 17552 1c00156e 00e42623 sw x14, 12(x8) x14:104fe400 x8:10400008 PA:10400014 - 17587500 17572 1c001570 00942823 sw x9, 16(x8) x9:00000400 x8:10400008 PA:10400018 - 17607500 17592 1c001572 01342a23 sw x19, 20(x8) x19:00000400 x8:10400008 PA:1040001c - 17627500 17612 1c001576 00a42c23 sw x10, 24(x8) x10:100fc720 x8:10400008 PA:10400020 - 17647500 17632 1c001578 00f42e23 sw x15, 28(x8) x15:1000013c x8:10400008 PA:10400024 - 17667500 17652 1c00157a 002017b7 lui x15, 0x201000 x15=00201000 - 17668500 17653 1c00157e 01242023 sw x18, 0(x8) x18:00000008 x8:10400008 PA:10400008 - 17688500 17673 1c001582 e0478793 addi x15, x15, -508 x15=00200e04 x15:00201000 - 17689500 17674 1c001586 000a67a3 p.sw x0, x0(x20) x20:10400000 PA:10600e04 - 17712500 17697 1c00158a 00000d93 addi x27, x0, 0 x27=00000000 - 17713500 17698 1c00158c 000a9363 bne x21, x0, 6 x21:100fc720 - 17716500 17701 1c001592 300b1073 csrrw x0, x22, 0x300 x22:00001808 - 17720500 17705 1c001596 04c12083 lw x1, 76(x2) x1=1c000aa0 x2:10000920 PA:1000096c - 17721500 17706 1c001598 04812403 lw x8, 72(x2) x8=00000002 x2:10000920 PA:10000968 - 17722500 17707 1c00159a 01b00533 add x10, x0, x27 x10=00000000 x27:00000000 - 17723500 17708 1c00159c 04412483 lw x9, 68(x2) x9=100fc720 x2:10000920 PA:10000964 - 17724500 17709 1c00159e 04012903 lw x18, 64(x2) x18=1c001000 x2:10000920 PA:10000960 - 17740500 17725 1c0015a0 03c12983 lw x19, 60(x2) x19=00000000 x2:10000920 PA:1000095c - 17741500 17726 1c0015a2 03812a03 lw x20, 56(x2) x20=00000000 x2:10000920 PA:10000958 - 17742500 17727 1c0015a4 03412a83 lw x21, 52(x2) x21=00000000 x2:10000920 PA:10000954 - 17743500 17728 1c0015a6 03012b03 lw x22, 48(x2) x22=00000000 x2:10000920 PA:10000950 - 17744500 17729 1c0015a8 02c12b83 lw x23, 44(x2) x23=00000000 x2:10000920 PA:1000094c - 17745500 17730 1c0015aa 02812c03 lw x24, 40(x2) x24=00000000 x2:10000920 PA:10000948 - 17746500 17731 1c0015ac 02412c83 lw x25, 36(x2) x25=00000000 x2:10000920 PA:10000944 - 17747500 17732 1c0015ae 02012d03 lw x26, 32(x2) x26=00000000 x2:10000920 PA:10000940 - 17748500 17733 1c0015b0 01c12d83 lw x27, 28(x2) x27=00000000 x2:10000920 PA:1000093c - 17749500 17734 1c0015b2 05010113 addi x2, x2, 80 x2=10000970 x2:10000920 - 17750500 17735 1c0015b4 00008067 jalr x0, x1, 0 x1:1c000aa0 - 17752500 17737 1c000aa0 fe4433e3 p.bneimm x8, -26 x8:00000002 - 17755500 17740 1c000a86 008005b3 add x11, x0, x8 x11=00000002 x8:00000002 - 17756500 17741 1c000a88 00912023 sw x9, 0(x2) x9:100fc720 x2:10000970 PA:10000970 - 17757500 17742 1c000a8a 00140413 addi x8, x8, 1 x8=00000003 x8:00000002 - 17758500 17743 1c000a8c 00800893 addi x17, x0, 8 x17=00000008 - 17759500 17744 1c000a8e 00000813 addi x16, x0, 0 x16=00000000 - 17760500 17745 1c000a90 00000793 addi x15, x0, 0 x15=00000000 - 17761500 17746 1c000a92 00000713 addi x14, x0, 0 x14=00000000 - 17762500 17747 1c000a94 00000693 addi x13, x0, 0 x13=00000000 - 17763500 17748 1c000a96 9d890613 addi x12, x18, -1576 x12=1c0009d8 x18:1c001000 - 17764500 17749 1c000a9a 00000513 addi x10, x0, 0 x10=00000000 - 17765500 17750 1c000a9c 1fb000ef jal x1, 2554 x1=1c000aa0 - 17767500 17752 1c001496 fb010113 addi x2, x2, -80 x2=10000920 x2:10000970 - 17768500 17753 1c001498 03512a23 sw x21, 52(x2) x21:00000000 x2:10000920 PA:10000954 - 17769500 17754 1c00149a 05012a83 lw x21, 80(x2) x21=100fc720 x2:10000920 PA:10000970 - 17770500 17755 1c00149c 04912223 sw x9, 68(x2) x9:100fc720 x2:10000920 PA:10000964 - 17771500 17756 1c00149e 03312e23 sw x19, 60(x2) x19:00000000 x2:10000920 PA:1000095c - 17772500 17757 1c0014a0 03712623 sw x23, 44(x2) x23:00000000 x2:10000920 PA:1000094c - 17773500 17758 1c0014a2 03812423 sw x24, 40(x2) x24:00000000 x2:10000920 PA:10000948 - 17774500 17759 1c0014a4 03a12023 sw x26, 32(x2) x26:00000000 x2:10000920 PA:10000940 - 17775500 17760 1c0014a6 01b12e23 sw x27, 28(x2) x27:00000000 x2:10000920 PA:1000093c - 17776500 17761 1c0014a8 00c00c33 add x24, x0, x12 x24=1c0009d8 x12:1c0009d8 - 17777500 17762 1c0014aa 00b00db3 add x27, x0, x11 x27=00000002 x11:00000002 - 17778500 17763 1c0014ac 00d00bb3 add x23, x0, x13 x23=00000000 x13:00000000 - 17779500 17764 1c0014ae 00e00d33 add x26, x0, x14 x26=00000000 x14:00000000 - 17780500 17765 1c0014b0 00f004b3 add x9, x0, x15 x9=00000000 x15:00000000 - 17781500 17766 1c0014b2 010009b3 add x19, x0, x16 x19=00000000 x16:00000000 - 17782500 17767 1c0014b4 04112623 sw x1, 76(x2) x1:1c000aa0 x2:10000920 PA:1000096c - 17783500 17768 1c0014b6 04812423 sw x8, 72(x2) x8:00000003 x2:10000920 PA:10000968 - 17784500 17769 1c0014b8 05212023 sw x18, 64(x2) x18:1c001000 x2:10000920 PA:10000960 - 17785500 17770 1c0014ba 03412c23 sw x20, 56(x2) x20:00000000 x2:10000920 PA:10000958 - 17786500 17771 1c0014bc 03612823 sw x22, 48(x2) x22:00000000 x2:10000920 PA:10000950 - 17787500 17772 1c0014be 03912223 sw x25, 36(x2) x25:00000000 x2:10000920 PA:10000944 - 17788500 17773 1c0014c0 30047b73 csrrci x22, 0x00000008, 0x300 x22=00001808 - 17792500 17777 1c0014c4 01100933 add x18, x0, x17 x18=00000008 x17:00000008 - 17793500 17778 1c0014c6 00089463 bne x17, x0, 8 x17:00000008 - 17797500 17782 1c0014ce 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 17798500 17783 1c0014d2 6a87ac83 lw x25, 1704(x15) x25=1c2fff50 x15:1c002000 PA:1c0026a8 - 17813500 17798 1c0014d6 01800793 addi x15, x0, 24 x15=00000018 - 17814500 17799 1c0014d8 040d8a13 addi x20, x27, 64 x20=00000042 x27:00000002 - 17815500 17800 1c0014dc 42fd8cb3 p.mac x25, x27, x15 x25=1c2fff80 x25:1c2fff50 x27:00000002 x15:00000018 - 17816500 17801 1c0014e0 1b000737 lui x14, 0x1b000000 x14=1b000000 - 17817500 17802 1c0014e4 000016b7 lui x13, 0x1000 x13=00001000 - 17818500 17803 1c0014e6 016a1a13 slli x20, x20, 0x16 x20=10800000 x20:00000042 - 17819500 17804 1c0014e8 00870713 addi x14, x14, 8 x14=1b000008 x14:1b000000 - 17820500 17805 1c0014ec fff68693 addi x13, x13, -1 x13=00000fff x13:00001000 - 17821500 17806 1c0014ee 004ca783 lw x15, 4(x25) x15=00000000 x25:1c2fff80 PA:1c2fff84 - 17836500 17821 1c0014f2 00579413 slli x8, x15, 0x5 x8=00000000 x15:00000000 - 17837500 17822 1c0014f6 00e40433 add x8, x8, x14 x8=1b000008 x8:00000000 x14:1b000008 - 17838500 17823 1c0014f8 00d47433 and x8, x8, x13 x8=00000008 x8:1b000008 x13:00000fff - 17839500 17824 1c0014fa 01440433 add x8, x8, x20 x8=10800008 x8:00000008 x20:10800000 - 17840500 17825 1c0014fc 00042603 lw x12, 0(x8) x12=00000000 x8:10800008 PA:10800008 - 17858500 17843 1c0014fe 00060763 beq x12, x0, 14 x12:00000000 - 17861500 17846 1c00150c 00cca583 lw x11, 12(x25) x11=00000000 x25:1c2fff80 PA:1c2fff8c - 17875500 17860 1c001510 0017c793 xori x15, x15, 1 x15=00000001 x15:00000000 - 17876500 17861 1c001514 00fca223 sw x15, 4(x25) x15:00000001 x25:1c2fff80 PA:1c2fff84 - 17894500 17879 1c001518 00058863 beq x11, x0, 16 x11:00000000 - 17897500 17882 1c001528 00049363 bne x9, x0, 6 x9:00000000 - 17898500 17883 1c00152a 40000493 addi x9, x0, 1024 x9=00000400 - 17899500 17884 1c00152e 00099463 bne x19, x0, 8 x19:00000000 - 17900500 17885 1c001532 40000993 addi x19, x0, 1024 x19=00000400 - 17901500 17886 1c001536 020d1163 bne x26, x0, 34 x26:00000000 - 17902500 17887 1c00153a fff90793 addi x15, x18, -1 x15=00000007 x18:00000008 - 17903500 17888 1c00153e 009005b3 add x11, x0, x9 x11=00000400 x9:00000400 - 17904500 17889 1c001540 433785b3 p.mac x11, x15, x19 x11=00002000 x11:00000400 x15:00000007 x19:00000400 - 17905500 17890 1c001544 002d8513 addi x10, x27, 2 x10=00000004 x27:00000002 - 17906500 17891 1c001548 fff00d93 addi x27, x0, -1 x27=ffffffff - 17907500 17892 1c00154a 00bca823 sw x11, 16(x25) x11:00002000 x25:1c2fff80 PA:1c2fff90 - 17925500 17910 1c00154e c83ff0ef jal x1, -894 x1=1c001550 - 17926500 17911 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 17927500 17912 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000004 - 17928500 17913 1c0011d6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 17929500 17914 1c0011da 69c7a783 lw x15, 1692(x15) x15=10000990 x15:1c002000 PA:1c00269c - 17944500 17929 1c0011de ffe50513 addi x10, x10, -2 x10=00000002 x10:00000004 - 17945500 17930 1c0011e0 00251513 slli x10, x10, 0x2 x10=00000008 x10:00000002 - 17946500 17931 1c0011e2 00f50533 add x10, x10, x15 x10=10000998 x10:00000008 x15:10000990 - 17947500 17932 1c0011e4 f6fff06f jal x0, -146 - 17949500 17934 1c001152 00052783 lw x15, 0(x10) x15=10800990 x10:10000998 PA:10000998 - 17950500 17935 1c001154 00758593 addi x11, x11, 7 x11=00002007 x11:00002000 - 17951500 17936 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00002000 x11:00002007 - 17952500 17937 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 17953500 17938 1c00115c 00078963 beq x15, x0, 18 x15:10800990 - 17954500 17939 1c00115e 0007a703 lw x14, 0(x15) x14=000ff670 x15:10800990 PA:10800990 - 17972500 17957 1c001160 00b74963 blt x14, x11, 18 x14:000ff670 x11:00002000 - 17973500 17958 1c001164 00b71c63 bne x14, x11, 24 x14:000ff670 x11:00002000 - 17976500 17961 1c00117c 40b70733 sub x14, x14, x11 x14=000fd670 x14:000ff670 x11:00002000 - 17977500 17962 1c00117e 00e7a023 sw x14, 0(x15) x14:000fd670 x15:10800990 PA:10800990 - 17997500 17982 1c001180 00e787b3 add x15, x15, x14 x15=108fe000 x15:10800990 x14:000fd670 - 17998500 17983 1c001182 fedff06f jal x0, -20 - 18000500 17985 1c00116e 00f00533 add x10, x0, x15 x10=108fe000 x15:108fe000 - 18001500 17986 1c001170 00008067 jalr x0, x1, 0 x1:1c001550 - 18003500 17988 1c001550 00a00d33 add x26, x0, x10 x26=108fe000 x10:108fe000 - 18004500 17989 1c001552 04050063 beq x10, x0, 64 x10:108fe000 - 18005500 17990 1c001554 00aca623 sw x10, 12(x25) x10:108fe000 x25:1c2fff80 PA:1c2fff8c - 18023500 18008 1c001558 01500533 add x10, x0, x21 x10=100fc720 x21:100fc720 - 18024500 18009 1c00155a 000a9363 bne x21, x0, 6 x21:100fc720 - 18027500 18012 1c001560 00c52783 lw x15, 12(x10) x15=1000013c x10:100fc720 PA:100fc72c - 18028500 18013 1c001562 009d0733 add x14, x26, x9 x14=108fe400 x26:108fe000 x9:00000400 - 18029500 18014 1c001566 01842223 sw x24, 4(x8) x24:1c0009d8 x8:10800008 PA:1080000c - 18049500 18034 1c00156a 01742423 sw x23, 8(x8) x23:00000000 x8:10800008 PA:10800010 - 18069500 18054 1c00156e 00e42623 sw x14, 12(x8) x14:108fe400 x8:10800008 PA:10800014 - 18089500 18074 1c001570 00942823 sw x9, 16(x8) x9:00000400 x8:10800008 PA:10800018 - 18109500 18094 1c001572 01342a23 sw x19, 20(x8) x19:00000400 x8:10800008 PA:1080001c - 18129500 18114 1c001576 00a42c23 sw x10, 24(x8) x10:100fc720 x8:10800008 PA:10800020 - 18149500 18134 1c001578 00f42e23 sw x15, 28(x8) x15:1000013c x8:10800008 PA:10800024 - 18169500 18154 1c00157a 002017b7 lui x15, 0x201000 x15=00201000 - 18170500 18155 1c00157e 01242023 sw x18, 0(x8) x18:00000008 x8:10800008 PA:10800008 - 18190500 18175 1c001582 e0478793 addi x15, x15, -508 x15=00200e04 x15:00201000 - 18191500 18176 1c001586 000a67a3 p.sw x0, x0(x20) x20:10800000 PA:10a00e04 - 18214500 18199 1c00158a 00000d93 addi x27, x0, 0 x27=00000000 - 18215500 18200 1c00158c 000a9363 bne x21, x0, 6 x21:100fc720 - 18218500 18203 1c001592 300b1073 csrrw x0, x22, 0x300 x22:00001808 - 18222500 18207 1c001596 04c12083 lw x1, 76(x2) x1=1c000aa0 x2:10000920 PA:1000096c - 18223500 18208 1c001598 04812403 lw x8, 72(x2) x8=00000003 x2:10000920 PA:10000968 - 18224500 18209 1c00159a 01b00533 add x10, x0, x27 x10=00000000 x27:00000000 - 18225500 18210 1c00159c 04412483 lw x9, 68(x2) x9=100fc720 x2:10000920 PA:10000964 - 18226500 18211 1c00159e 04012903 lw x18, 64(x2) x18=1c001000 x2:10000920 PA:10000960 - 18227500 18212 1c0015a0 03c12983 lw x19, 60(x2) x19=00000000 x2:10000920 PA:1000095c - 18228500 18213 1c0015a2 03812a03 lw x20, 56(x2) x20=00000000 x2:10000920 PA:10000958 - 18229500 18214 1c0015a4 03412a83 lw x21, 52(x2) x21=00000000 x2:10000920 PA:10000954 - 18230500 18215 1c0015a6 03012b03 lw x22, 48(x2) x22=00000000 x2:10000920 PA:10000950 - 18231500 18216 1c0015a8 02c12b83 lw x23, 44(x2) x23=00000000 x2:10000920 PA:1000094c - 18232500 18217 1c0015aa 02812c03 lw x24, 40(x2) x24=00000000 x2:10000920 PA:10000948 - 18233500 18218 1c0015ac 02412c83 lw x25, 36(x2) x25=00000000 x2:10000920 PA:10000944 - 18234500 18219 1c0015ae 02012d03 lw x26, 32(x2) x26=00000000 x2:10000920 PA:10000940 - 18235500 18220 1c0015b0 01c12d83 lw x27, 28(x2) x27=00000000 x2:10000920 PA:1000093c - 18236500 18221 1c0015b2 05010113 addi x2, x2, 80 x2=10000970 x2:10000920 - 18237500 18222 1c0015b4 00008067 jalr x0, x1, 0 x1:1c000aa0 - 18239500 18224 1c000aa0 fe4433e3 p.bneimm x8, -26 x8:00000003 - 18242500 18227 1c000a86 008005b3 add x11, x0, x8 x11=00000003 x8:00000003 - 18243500 18228 1c000a88 00912023 sw x9, 0(x2) x9:100fc720 x2:10000970 PA:10000970 - 18244500 18229 1c000a8a 00140413 addi x8, x8, 1 x8=00000004 x8:00000003 - 18245500 18230 1c000a8c 00800893 addi x17, x0, 8 x17=00000008 - 18246500 18231 1c000a8e 00000813 addi x16, x0, 0 x16=00000000 - 18247500 18232 1c000a90 00000793 addi x15, x0, 0 x15=00000000 - 18248500 18233 1c000a92 00000713 addi x14, x0, 0 x14=00000000 - 18249500 18234 1c000a94 00000693 addi x13, x0, 0 x13=00000000 - 18250500 18235 1c000a96 9d890613 addi x12, x18, -1576 x12=1c0009d8 x18:1c001000 - 18251500 18236 1c000a9a 00000513 addi x10, x0, 0 x10=00000000 - 18252500 18237 1c000a9c 1fb000ef jal x1, 2554 x1=1c000aa0 - 18254500 18239 1c001496 fb010113 addi x2, x2, -80 x2=10000920 x2:10000970 - 18255500 18240 1c001498 03512a23 sw x21, 52(x2) x21:00000000 x2:10000920 PA:10000954 - 18256500 18241 1c00149a 05012a83 lw x21, 80(x2) x21=100fc720 x2:10000920 PA:10000970 - 18257500 18242 1c00149c 04912223 sw x9, 68(x2) x9:100fc720 x2:10000920 PA:10000964 - 18258500 18243 1c00149e 03312e23 sw x19, 60(x2) x19:00000000 x2:10000920 PA:1000095c - 18259500 18244 1c0014a0 03712623 sw x23, 44(x2) x23:00000000 x2:10000920 PA:1000094c - 18260500 18245 1c0014a2 03812423 sw x24, 40(x2) x24:00000000 x2:10000920 PA:10000948 - 18261500 18246 1c0014a4 03a12023 sw x26, 32(x2) x26:00000000 x2:10000920 PA:10000940 - 18262500 18247 1c0014a6 01b12e23 sw x27, 28(x2) x27:00000000 x2:10000920 PA:1000093c - 18263500 18248 1c0014a8 00c00c33 add x24, x0, x12 x24=1c0009d8 x12:1c0009d8 - 18264500 18249 1c0014aa 00b00db3 add x27, x0, x11 x27=00000003 x11:00000003 - 18265500 18250 1c0014ac 00d00bb3 add x23, x0, x13 x23=00000000 x13:00000000 - 18266500 18251 1c0014ae 00e00d33 add x26, x0, x14 x26=00000000 x14:00000000 - 18267500 18252 1c0014b0 00f004b3 add x9, x0, x15 x9=00000000 x15:00000000 - 18268500 18253 1c0014b2 010009b3 add x19, x0, x16 x19=00000000 x16:00000000 - 18269500 18254 1c0014b4 04112623 sw x1, 76(x2) x1:1c000aa0 x2:10000920 PA:1000096c - 18270500 18255 1c0014b6 04812423 sw x8, 72(x2) x8:00000004 x2:10000920 PA:10000968 - 18271500 18256 1c0014b8 05212023 sw x18, 64(x2) x18:1c001000 x2:10000920 PA:10000960 - 18272500 18257 1c0014ba 03412c23 sw x20, 56(x2) x20:00000000 x2:10000920 PA:10000958 - 18273500 18258 1c0014bc 03612823 sw x22, 48(x2) x22:00000000 x2:10000920 PA:10000950 - 18274500 18259 1c0014be 03912223 sw x25, 36(x2) x25:00000000 x2:10000920 PA:10000944 - 18275500 18260 1c0014c0 30047b73 csrrci x22, 0x00000008, 0x300 x22=00001808 - 18279500 18264 1c0014c4 01100933 add x18, x0, x17 x18=00000008 x17:00000008 - 18280500 18265 1c0014c6 00089463 bne x17, x0, 8 x17:00000008 - 18284500 18269 1c0014ce 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 18285500 18270 1c0014d2 6a87ac83 lw x25, 1704(x15) x25=1c2fff50 x15:1c002000 PA:1c0026a8 - 18301500 18286 1c0014d6 01800793 addi x15, x0, 24 x15=00000018 - 18302500 18287 1c0014d8 040d8a13 addi x20, x27, 64 x20=00000043 x27:00000003 - 18303500 18288 1c0014dc 42fd8cb3 p.mac x25, x27, x15 x25=1c2fff98 x25:1c2fff50 x27:00000003 x15:00000018 - 18304500 18289 1c0014e0 1b000737 lui x14, 0x1b000000 x14=1b000000 - 18305500 18290 1c0014e4 000016b7 lui x13, 0x1000 x13=00001000 - 18306500 18291 1c0014e6 016a1a13 slli x20, x20, 0x16 x20=10c00000 x20:00000043 - 18307500 18292 1c0014e8 00870713 addi x14, x14, 8 x14=1b000008 x14:1b000000 - 18308500 18293 1c0014ec fff68693 addi x13, x13, -1 x13=00000fff x13:00001000 - 18309500 18294 1c0014ee 004ca783 lw x15, 4(x25) x15=00000000 x25:1c2fff98 PA:1c2fff9c - 18324500 18309 1c0014f2 00579413 slli x8, x15, 0x5 x8=00000000 x15:00000000 - 18325500 18310 1c0014f6 00e40433 add x8, x8, x14 x8=1b000008 x8:00000000 x14:1b000008 - 18326500 18311 1c0014f8 00d47433 and x8, x8, x13 x8=00000008 x8:1b000008 x13:00000fff - 18327500 18312 1c0014fa 01440433 add x8, x8, x20 x8=10c00008 x8:00000008 x20:10c00000 - 18328500 18313 1c0014fc 00042603 lw x12, 0(x8) x12=00000000 x8:10c00008 PA:10c00008 - 18346500 18331 1c0014fe 00060763 beq x12, x0, 14 x12:00000000 - 18349500 18334 1c00150c 00cca583 lw x11, 12(x25) x11=00000000 x25:1c2fff98 PA:1c2fffa4 - 18366500 18351 1c001510 0017c793 xori x15, x15, 1 x15=00000001 x15:00000000 - 18367500 18352 1c001514 00fca223 sw x15, 4(x25) x15:00000001 x25:1c2fff98 PA:1c2fff9c - 18385500 18370 1c001518 00058863 beq x11, x0, 16 x11:00000000 - 18388500 18373 1c001528 00049363 bne x9, x0, 6 x9:00000000 - 18389500 18374 1c00152a 40000493 addi x9, x0, 1024 x9=00000400 - 18390500 18375 1c00152e 00099463 bne x19, x0, 8 x19:00000000 - 18391500 18376 1c001532 40000993 addi x19, x0, 1024 x19=00000400 - 18392500 18377 1c001536 020d1163 bne x26, x0, 34 x26:00000000 - 18393500 18378 1c00153a fff90793 addi x15, x18, -1 x15=00000007 x18:00000008 - 18394500 18379 1c00153e 009005b3 add x11, x0, x9 x11=00000400 x9:00000400 - 18395500 18380 1c001540 433785b3 p.mac x11, x15, x19 x11=00002000 x11:00000400 x15:00000007 x19:00000400 - 18396500 18381 1c001544 002d8513 addi x10, x27, 2 x10=00000005 x27:00000003 - 18397500 18382 1c001548 fff00d93 addi x27, x0, -1 x27=ffffffff - 18398500 18383 1c00154a 00bca823 sw x11, 16(x25) x11:00002000 x25:1c2fff98 PA:1c2fffa8 - 18416500 18401 1c00154e c83ff0ef jal x1, -894 x1=1c001550 - 18417500 18402 1c0011d0 00100793 addi x15, x0, 1 x15=00000001 - 18418500 18403 1c0011d2 00a7fa63 bgeu x15, x10, 20 x15:00000001 x10:00000005 - 18419500 18404 1c0011d6 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 18420500 18405 1c0011da 69c7a783 lw x15, 1692(x15) x15=10000990 x15:1c002000 PA:1c00269c - 18435500 18420 1c0011de ffe50513 addi x10, x10, -2 x10=00000003 x10:00000005 - 18436500 18421 1c0011e0 00251513 slli x10, x10, 0x2 x10=0000000c x10:00000003 - 18437500 18422 1c0011e2 00f50533 add x10, x10, x15 x10=1000099c x10:0000000c x15:10000990 - 18438500 18423 1c0011e4 f6fff06f jal x0, -146 - 18440500 18425 1c001152 00052783 lw x15, 0(x10) x15=10c00990 x10:1000099c PA:1000099c - 18441500 18426 1c001154 00758593 addi x11, x11, 7 x11=00002007 x11:00002000 - 18442500 18427 1c001156 c405b5b3 p.bclr x11, x11, 2, 0 x11=00002000 x11:00002007 - 18443500 18428 1c00115a 00000693 addi x13, x0, 0 x13=00000000 - 18444500 18429 1c00115c 00078963 beq x15, x0, 18 x15:10c00990 - 18445500 18430 1c00115e 0007a703 lw x14, 0(x15) x14=000ff670 x15:10c00990 PA:10c00990 - 18463500 18448 1c001160 00b74963 blt x14, x11, 18 x14:000ff670 x11:00002000 - 18464500 18449 1c001164 00b71c63 bne x14, x11, 24 x14:000ff670 x11:00002000 - 18467500 18452 1c00117c 40b70733 sub x14, x14, x11 x14=000fd670 x14:000ff670 x11:00002000 - 18468500 18453 1c00117e 00e7a023 sw x14, 0(x15) x14:000fd670 x15:10c00990 PA:10c00990 - 18488500 18473 1c001180 00e787b3 add x15, x15, x14 x15=10cfe000 x15:10c00990 x14:000fd670 - 18489500 18474 1c001182 fedff06f jal x0, -20 - 18491500 18476 1c00116e 00f00533 add x10, x0, x15 x10=10cfe000 x15:10cfe000 - 18492500 18477 1c001170 00008067 jalr x0, x1, 0 x1:1c001550 - 18494500 18479 1c001550 00a00d33 add x26, x0, x10 x26=10cfe000 x10:10cfe000 - 18495500 18480 1c001552 04050063 beq x10, x0, 64 x10:10cfe000 - 18496500 18481 1c001554 00aca623 sw x10, 12(x25) x10:10cfe000 x25:1c2fff98 PA:1c2fffa4 - 18514500 18499 1c001558 01500533 add x10, x0, x21 x10=100fc720 x21:100fc720 - 18515500 18500 1c00155a 000a9363 bne x21, x0, 6 x21:100fc720 - 18518500 18503 1c001560 00c52783 lw x15, 12(x10) x15=1000013c x10:100fc720 PA:100fc72c - 18519500 18504 1c001562 009d0733 add x14, x26, x9 x14=10cfe400 x26:10cfe000 x9:00000400 - 18520500 18505 1c001566 01842223 sw x24, 4(x8) x24:1c0009d8 x8:10c00008 PA:10c0000c - 18540500 18525 1c00156a 01742423 sw x23, 8(x8) x23:00000000 x8:10c00008 PA:10c00010 - 18560500 18545 1c00156e 00e42623 sw x14, 12(x8) x14:10cfe400 x8:10c00008 PA:10c00014 - 18580500 18565 1c001570 00942823 sw x9, 16(x8) x9:00000400 x8:10c00008 PA:10c00018 - 18600500 18585 1c001572 01342a23 sw x19, 20(x8) x19:00000400 x8:10c00008 PA:10c0001c - 18620500 18605 1c001576 00a42c23 sw x10, 24(x8) x10:100fc720 x8:10c00008 PA:10c00020 - 18640500 18625 1c001578 00f42e23 sw x15, 28(x8) x15:1000013c x8:10c00008 PA:10c00024 - 18660500 18645 1c00157a 002017b7 lui x15, 0x201000 x15=00201000 - 18661500 18646 1c00157e 01242023 sw x18, 0(x8) x18:00000008 x8:10c00008 PA:10c00008 - 18681500 18666 1c001582 e0478793 addi x15, x15, -508 x15=00200e04 x15:00201000 - 18682500 18667 1c001586 000a67a3 p.sw x0, x0(x20) x20:10c00000 PA:10e00e04 - 18705500 18690 1c00158a 00000d93 addi x27, x0, 0 x27=00000000 - 18706500 18691 1c00158c 000a9363 bne x21, x0, 6 x21:100fc720 - 18709500 18694 1c001592 300b1073 csrrw x0, x22, 0x300 x22:00001808 - 18713500 18698 1c001596 04c12083 lw x1, 76(x2) x1=1c000aa0 x2:10000920 PA:1000096c - 18714500 18699 1c001598 04812403 lw x8, 72(x2) x8=00000004 x2:10000920 PA:10000968 - 18715500 18700 1c00159a 01b00533 add x10, x0, x27 x10=00000000 x27:00000000 - 18716500 18701 1c00159c 04412483 lw x9, 68(x2) x9=100fc720 x2:10000920 PA:10000964 - 18717500 18702 1c00159e 04012903 lw x18, 64(x2) x18=1c001000 x2:10000920 PA:10000960 - 18718500 18703 1c0015a0 03c12983 lw x19, 60(x2) x19=00000000 x2:10000920 PA:1000095c - 18719500 18704 1c0015a2 03812a03 lw x20, 56(x2) x20=00000000 x2:10000920 PA:10000958 - 18720500 18705 1c0015a4 03412a83 lw x21, 52(x2) x21=00000000 x2:10000920 PA:10000954 - 18721500 18706 1c0015a6 03012b03 lw x22, 48(x2) x22=00000000 x2:10000920 PA:10000950 - 18722500 18707 1c0015a8 02c12b83 lw x23, 44(x2) x23=00000000 x2:10000920 PA:1000094c - 18723500 18708 1c0015aa 02812c03 lw x24, 40(x2) x24=00000000 x2:10000920 PA:10000948 - 18724500 18709 1c0015ac 02412c83 lw x25, 36(x2) x25=00000000 x2:10000920 PA:10000944 - 18725500 18710 1c0015ae 02012d03 lw x26, 32(x2) x26=00000000 x2:10000920 PA:10000940 - 18726500 18711 1c0015b0 01c12d83 lw x27, 28(x2) x27=00000000 x2:10000920 PA:1000093c - 18727500 18712 1c0015b2 05010113 addi x2, x2, 80 x2=10000970 x2:10000920 - 18728500 18713 1c0015b4 00008067 jalr x0, x1, 0 x1:1c000aa0 - 18730500 18715 1c000aa0 fe4433e3 p.bneimm x8, -26 x8:00000004 - 18731500 18716 1c000aa4 00000513 addi x10, x0, 0 x10=00000000 - 18732500 18717 1c000aa6 1c002937 lui x18, 0x1c002000 x18=1c002000 - 18733500 18718 1c000aaa f2fff0ef jal x1, -210 x1=1c000aac - 18752500 18737 1c0009d8 ff010113 addi x2, x2, -16 x2=10000960 x2:10000970 - 18753500 18738 1c0009da 0ff00713 addi x14, x0, 255 x14=000000ff - 18772500 18757 1c0009de 1b2047b7 lui x15, 0x1b204000 x15=1b204000 - 18773500 18758 1c0009e2 00112623 sw x1, 12(x2) x1:1c000aac x2:10000960 PA:1000096c - 18774500 18759 1c0009e4 00812423 sw x8, 8(x2) x8:00000004 x2:10000960 PA:10000968 - 18775500 18760 1c0009e6 00912223 sw x9, 4(x2) x9:100fc720 x2:10000960 PA:10000964 - 18776500 18761 1c0009e8 08e7a223 sw x14, 132(x15) x14:000000ff x15:1b204000 PA:1b204084 - 18777500 18762 1c0009ec 20078493 addi x9, x15, 512 x9=1b204200 x15:1b204000 - 18798500 18783 1c0009f0 00e4a023 sw x14, 0(x9) x14:000000ff x9:1b204200 PA:1b204200 - 18799500 18784 1c0009f2 20c78793 addi x15, x15, 524 x15=1b20420c x15:1b204000 - 18800500 18785 1c0009f6 00e7a023 sw x14, 0(x15) x14:000000ff x15:1b20420c PA:1b20420c - 18801500 18786 1c0009f8 1c0017b7 lui x15, 0x1c001000 x15=1c001000 - 18802500 18787 1c0009fc 9bc78793 addi x15, x15, -1604 x15=1c0009bc x15:1c001000 - 18820500 18805 1c000a00 1b204737 lui x14, 0x1b204000 x14=1b204000 - 18821500 18806 1c000a04 08f72023 sw x15, 128(x14) x15:1c0009bc x14:1b204000 PA:1b204080 - 18822500 18807 1c000a08 1b2047b7 lui x15, 0x1b204000 x15=1b204000 - 18823500 18808 1c000a0c 08a7a023 sw x10, 128(x15) x10:00000000 x15:1b204000 PA:1b204080 - 18842500 18827 1c000a10 f1402673 csrrs x12, x0, 0xf14 x12=00000000 - 18843500 18828 1c000a14 40565413 srai x8, x12, 0x405 x8=00000000 x12:00000000 - 18844500 18829 1c000a18 f2643433 p.bclr x8, x8, 25, 6 x8=00000000 x8:00000000 - 18845500 18830 1c000a1c 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18867500 18852 1c000a20 f4563633 p.bclr x12, x12, 26, 5 x12=00000000 x12:00000000 - 18868500 18853 1c000a24 008005b3 add x11, x0, x8 x11=00000000 x8:00000000 - 18869500 18854 1c000a26 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18870500 18855 1c000a2a 5e7000ef jal x1, 3558 x1=1c000a2e - 18892500 18877 1c001810 fc010113 addi x2, x2, -64 x2=10000920 x2:10000960 - 18893500 18878 1c001812 02b12223 sw x11, 36(x2) x11:00000000 x2:10000920 PA:10000944 - 18894500 18879 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18895500 18880 1c001818 02c12423 sw x12, 40(x2) x12:00000000 x2:10000920 PA:10000948 - 18896500 18881 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:10000920 PA:1000094c - 18897500 18882 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18898500 18883 1c00181e 02410693 addi x13, x2, 36 x13=10000944 x2:10000920 - 18912500 18897 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18913500 18898 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18914500 18899 1c001826 00112e23 sw x1, 28(x2) x1:1c000a2e x2:10000920 PA:1000093c - 18915500 18900 1c001828 02e12823 sw x14, 48(x2) x14:1b204000 x2:10000920 PA:10000950 - 18916500 18901 1c00182a 02f12a23 sw x15, 52(x2) x15:1b204000 x2:10000920 PA:10000954 - 18917500 18902 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:10000920 PA:10000958 - 18918500 18903 1c00182e 03112e23 sw x17, 60(x2) x17:00000008 x2:10000920 PA:1000095c - 18936500 18921 1c001830 00d12623 sw x13, 12(x2) x13:10000944 x2:10000920 PA:1000092c - 18937500 18922 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18955500 18940 1c001b70 fa010113 addi x2, x2, -96 x2=100008c0 x2:10000920 - 18956500 18941 1c001b72 01810793 addi x15, x2, 24 x15=100008d8 x2:100008c0 - 18957500 18942 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:100008c0 PA:10000918 - 18958500 18943 1c001b76 05212823 sw x18, 80(x2) x18:1c002000 x2:100008c0 PA:10000910 - 18959500 18944 1c001b78 05312623 sw x19, 76(x2) x19:00000000 x2:100008c0 PA:1000090c - 18960500 18945 1c001b7a 05412423 sw x20, 72(x2) x20:00000000 x2:100008c0 PA:10000908 - 18962500 18947 1c001b7c 05512223 sw x21, 68(x2) x21:00000000 x2:100008c0 PA:10000904 - 18963500 18948 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:100008c0 PA:10000900 - 18982500 18967 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:100008c0 PA:100008fc - 18983500 18968 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:100008c0 PA:1000091c - 18984500 18969 1c001b84 04912a23 sw x9, 84(x2) x9:1b204200 x2:100008c0 PA:10000914 - 18985500 18970 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:100008c0 PA:100008f8 - 18986500 18971 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:100008c0 PA:100008f4 - 18987500 18972 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18988500 18973 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18989500 18974 1c001b8e 00d00433 add x8, x0, x13 x8=10000944 x13:10000944 - 19012500 18997 1c001b90 00f12a23 sw x15, 20(x2) x15:100008d8 x2:100008c0 PA:100008d4 - 19013500 18998 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19014500 18999 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19015500 19000 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19016500 19001 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19036500 19021 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19051500 19036 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19052500 19037 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19078500 19063 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19079500 19064 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19080500 19065 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19098500 19083 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19099500 19084 1c001778 fddff06f jal x0, -36 - 19101500 19086 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19102500 19087 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19103500 19088 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19121500 19106 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19122500 19107 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19123500 19108 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19124500 19109 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19125500 19110 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19126500 19111 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19127500 19112 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104000 - 19131500 19116 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19132500 19117 1c001bca 16a0006f jal x0, 362 - 19150500 19135 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19151500 19136 1c001d36 e69ff06f jal x0, -408 - 19154500 19139 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19171500 19156 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19172500 19157 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19175500 19160 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19176500 19161 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19177500 19162 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19179500 19164 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19180500 19165 1c001778 fddff06f jal x0, -36 - 19182500 19167 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19183500 19168 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19184500 19169 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19185500 19170 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19186500 19171 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19187500 19172 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19188500 19173 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19189500 19174 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19190500 19175 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19191500 19176 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104000 - 19195500 19180 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19196500 19181 1c001bca 16a0006f jal x0, 362 - 19198500 19183 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19199500 19184 1c001d36 e69ff06f jal x0, -408 - 19202500 19187 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19221500 19206 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19222500 19207 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19225500 19210 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19226500 19211 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19227500 19212 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19229500 19214 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19230500 19215 1c001778 fddff06f jal x0, -36 - 19232500 19217 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19233500 19218 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19234500 19219 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19235500 19220 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19236500 19221 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19237500 19222 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19238500 19223 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19239500 19224 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19240500 19225 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19241500 19226 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104000 - 19245500 19230 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19246500 19231 1c001bca 16a0006f jal x0, 362 - 19248500 19233 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19249500 19234 1c001d36 e69ff06f jal x0, -408 - 19252500 19237 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19267500 19252 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19268500 19253 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19271500 19256 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19272500 19257 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19273500 19258 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19275500 19260 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19276500 19261 1c001778 fddff06f jal x0, -36 - 19278500 19263 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19279500 19264 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19280500 19265 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19281500 19266 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19282500 19267 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19283500 19268 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19284500 19269 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19285500 19270 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19286500 19271 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19287500 19272 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104000 - 19291500 19276 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19292500 19277 1c001bca 16a0006f jal x0, 362 - 19294500 19279 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19295500 19280 1c001d36 e69ff06f jal x0, -408 - 19298500 19283 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19313500 19298 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19314500 19299 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19317500 19302 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19318500 19303 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19319500 19304 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19321500 19306 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19322500 19307 1c001778 fddff06f jal x0, -36 - 19324500 19309 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19325500 19310 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19326500 19311 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19327500 19312 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19328500 19313 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19329500 19314 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19330500 19315 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19331500 19316 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19332500 19317 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19333500 19318 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104000 - 19337500 19322 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19338500 19323 1c001bca 16a0006f jal x0, 362 - 19340500 19325 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19341500 19326 1c001d36 e69ff06f jal x0, -408 - 19344500 19329 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19362500 19347 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19363500 19348 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19366500 19351 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19367500 19352 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19368500 19353 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19370500 19355 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19371500 19356 1c001778 fddff06f jal x0, -36 - 19373500 19358 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19374500 19359 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19375500 19360 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19376500 19361 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19377500 19362 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19378500 19363 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19379500 19364 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19380500 19365 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19381500 19366 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19382500 19367 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104000 - 19386500 19371 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19387500 19372 1c001bca 16a0006f jal x0, 362 - 19389500 19374 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19390500 19375 1c001d36 e69ff06f jal x0, -408 - 19393500 19378 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19412500 19397 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19413500 19398 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19416500 19401 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19417500 19402 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19418500 19403 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19420500 19405 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19421500 19406 1c001778 fddff06f jal x0, -36 - 19423500 19408 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19424500 19409 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19425500 19410 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19426500 19411 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19427500 19412 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19428500 19413 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19429500 19414 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19430500 19415 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19431500 19416 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19432500 19417 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104000 - 19436500 19421 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19437500 19422 1c001bca 16a0006f jal x0, 362 - 19439500 19424 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19440500 19425 1c001d36 e69ff06f jal x0, -408 - 19443500 19428 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19462500 19447 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19463500 19448 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19466500 19451 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19467500 19452 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19468500 19453 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19470500 19455 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19471500 19456 1c001778 fddff06f jal x0, -36 - 19473500 19458 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19474500 19459 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19475500 19460 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19476500 19461 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19477500 19462 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19478500 19463 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19479500 19464 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19480500 19465 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19481500 19466 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19482500 19467 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104000 - 19486500 19471 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19487500 19472 1c001bca 16a0006f jal x0, 362 - 19489500 19474 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19490500 19475 1c001d36 e69ff06f jal x0, -408 - 19493500 19478 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19512500 19497 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19513500 19498 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19516500 19501 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19517500 19502 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19518500 19503 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19520500 19505 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19521500 19506 1c001778 fddff06f jal x0, -36 - 19523500 19508 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19524500 19509 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19525500 19510 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19526500 19511 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19527500 19512 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19528500 19513 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19529500 19514 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19530500 19515 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19531500 19516 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19532500 19517 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104000 - 19536500 19521 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19537500 19522 1c001bca 16a0006f jal x0, 362 - 19539500 19524 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19540500 19525 1c001d36 e69ff06f jal x0, -408 - 19543500 19528 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19567500 19552 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19568500 19553 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19571500 19556 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19572500 19557 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19573500 19558 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19575500 19560 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19576500 19561 1c001778 fddff06f jal x0, -36 - 19578500 19563 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19579500 19564 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19580500 19565 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19581500 19566 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19582500 19567 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19583500 19568 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19584500 19569 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19585500 19570 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19586500 19571 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19587500 19572 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104000 - 19591500 19576 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19592500 19577 1c001bca 16a0006f jal x0, 362 - 19594500 19579 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19595500 19580 1c001d36 e69ff06f jal x0, -408 - 19598500 19583 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19614500 19599 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19615500 19600 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19618500 19603 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19619500 19604 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19620500 19605 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19622500 19607 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19623500 19608 1c001778 fddff06f jal x0, -36 - 19625500 19610 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19626500 19611 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19627500 19612 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19628500 19613 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19629500 19614 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19630500 19615 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19631500 19616 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19632500 19617 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19633500 19618 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19634500 19619 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104000 - 19638500 19623 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19639500 19624 1c001bca 16a0006f jal x0, 362 - 19641500 19626 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19642500 19627 1c001d36 e69ff06f jal x0, -408 - 19645500 19630 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19661500 19646 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19662500 19647 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19665500 19650 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19666500 19651 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19667500 19652 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19669500 19654 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19670500 19655 1c001778 fddff06f jal x0, -36 - 19672500 19657 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19673500 19658 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19674500 19659 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19675500 19660 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19676500 19661 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19677500 19662 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19678500 19663 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19679500 19664 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19680500 19665 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19681500 19666 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104000 - 19685500 19670 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19686500 19671 1c001bca 16a0006f jal x0, 362 - 19688500 19673 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19689500 19674 1c001d36 e69ff06f jal x0, -408 - 19692500 19677 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19707500 19692 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19708500 19693 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19711500 19696 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19712500 19697 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19713500 19698 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19715500 19700 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19716500 19701 1c001778 fddff06f jal x0, -36 - 19718500 19703 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19719500 19704 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19720500 19705 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19721500 19706 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19722500 19707 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19723500 19708 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19724500 19709 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19725500 19710 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19726500 19711 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19727500 19712 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104000 - 19731500 19716 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19732500 19717 1c001bca 16a0006f jal x0, 362 - 19734500 19719 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19735500 19720 1c001d36 e69ff06f jal x0, -408 - 19738500 19723 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19755500 19740 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19756500 19741 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19759500 19744 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19760500 19745 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19761500 19746 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19763500 19748 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19764500 19749 1c001778 fddff06f jal x0, -36 - 19766500 19751 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19767500 19752 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19768500 19753 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19769500 19754 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19770500 19755 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19771500 19756 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19772500 19757 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19773500 19758 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19774500 19759 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19775500 19760 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104000 - 19779500 19764 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19780500 19765 1c001bca 16a0006f jal x0, 362 - 19782500 19767 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19783500 19768 1c001d36 e69ff06f jal x0, -408 - 19786500 19771 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19802500 19787 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19803500 19788 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19806500 19791 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19807500 19792 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19808500 19793 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19810500 19795 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19811500 19796 1c001778 fddff06f jal x0, -36 - 19813500 19798 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19814500 19799 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 19815500 19800 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19816500 19801 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 19817500 19802 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 19818500 19803 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 19819500 19804 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 19820500 19805 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 19821500 19806 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19822500 19807 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104000 - 19826500 19811 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19827500 19812 1c001bca 16a0006f jal x0, 362 - 19829500 19814 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19830500 19815 1c001d36 e69ff06f jal x0, -408 - 19833500 19818 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19848500 19833 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19849500 19834 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19852500 19837 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19855500 19840 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:100008c0 PA:100008c4 - 19876500 19861 1c001bd0 00012423 sw x0, 8(x2) x2:100008c0 PA:100008c8 - 19877500 19862 1c001bd2 00010623 sb x0, 12(x2) x2:100008c0 PA:100008cc - 19878500 19863 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19879500 19864 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19896500 19881 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19897500 19882 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100008c0 PA:100008c4 - 19898500 19883 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19899500 19884 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19900500 19885 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19901500 19886 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19902500 19887 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19919500 19904 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19920500 19905 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19921500 19906 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19936500 19921 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19947500 19932 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19971500 19956 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19972500 19957 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19973500 19958 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19993500 19978 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20012500 19997 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20015500 20000 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20033500 20018 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20050500 20035 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20051500 20036 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20052500 20037 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20072500 20057 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20090500 20075 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20109500 20094 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20110500 20095 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20149500 20134 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20167500 20152 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20191500 20176 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20192500 20177 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20229500 20214 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20246500 20231 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20247500 20232 1c001f42 e09ff06f jal x0, -504 - 20265500 20250 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20266500 20251 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100008c0 PA:100008d0 - 20288500 20273 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20307500 20292 1c001e34 00440c13 addi x24, x8, 4 x24=10000948 x8:10000944 - 20308500 20293 1c001e38 00042503 lw x10, 0(x8) x10=00000000 x8:10000944 PA:10000944 - 20309500 20294 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20345500 20330 1c001e54 00055863 bge x10, x0, 16 x10:00000000 - 20364500 20349 1c001e64 00410593 addi x11, x2, 4 x11=100008c4 x2:100008c0 - 20365500 20350 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20385500 20370 1c0019fe 0105a683 lw x13, 16(x11) x13=100008d8 x11:100008c4 PA:100008d4 - 20402500 20387 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100008c4 PA:100008d0 - 20403500 20388 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20404500 20389 1c001a04 02f55633 divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001 - 20438500 20423 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000000 x14:0000000a - 20439500 20424 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20440500 20425 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20441500 20426 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20444500 20429 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100008c4 PA:100008d0 - 20461500 20446 1c001a20 02f55833 divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001 - 20495500 20480 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001 - 20529500 20514 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20560500 20545 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20561500 20546 1c001a2e 01004663 blt x0, x16, 12 x16:00000000 - 20562500 20547 1c001a32 fc079fe3 bne x15, x0, -34 x15:00000000 - 20563500 20548 1c001a34 03000713 addi x14, x0, 48 x14=00000030 - 20564500 20549 1c001a38 01e0006f jal x0, 30 - 20582500 20567 1c001a56 01070733 add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000 - 20583500 20568 1c001a58 00e68023 sb x14, 0(x13) x14:00000030 x13:100008d8 PA:100008d8 - 20584500 20569 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20585500 20570 1c001a5e 00168693 addi x13, x13, 1 x13=100008d9 x13:100008d8 - 20601500 20586 1c001a60 fb1ff06f jal x0, -80 - 20603500 20588 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20604500 20589 1c001a12 00068023 sb x0, 0(x13) x13:100008d9 PA:100008d9 - 20605500 20590 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20607500 20592 1c001e68 f17ff06f jal x0, -234 - 20625500 20610 1c001d7e 00410613 addi x12, x2, 4 x12=100008c4 x2:100008c0 - 20642500 20627 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20643500 20628 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20644500 20629 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20646500 20631 1c001a62 fe010113 addi x2, x2, -32 x2=100008a0 x2:100008c0 - 20647500 20632 1c001a64 00812c23 sw x8, 24(x2) x8:10000944 x2:100008a0 PA:100008b8 - 20648500 20633 1c001a66 01062783 lw x15, 16(x12) x15=100008d8 x12:100008c4 PA:100008d4 - 20649500 20634 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100008c4 PA:100008c8 - 20650500 20635 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:100008a0 PA:100008b4 - 20651500 20636 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100008a0 PA:100008b0 - 20652500 20637 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100008a0 PA:100008ac - 20673500 20658 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100008a0 PA:100008bc - 20674500 20659 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100008a0 PA:100008a8 - 20675500 20660 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20676500 20661 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20677500 20662 1c001a78 00c004b3 add x9, x0, x12 x9=100008c4 x12:100008c4 - 20678500 20663 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000030 x15=100008d9 x15:100008d8 PA:100008d8 - 20680500 20665 1c001a7e 00070363 beq x14, x0, 6 x14:00000030 - 20696500 20681 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20697500 20682 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100008c4 PA:100008cc - 20699500 20684 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20702500 20687 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4 - 20720500 20705 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20721500 20706 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20740500 20725 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20741500 20726 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20742500 20727 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20764500 20749 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20765500 20750 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20788500 20773 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20789500 20774 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20790500 20775 1c001b36 f71ff06f jal x0, -144 - 20792500 20777 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100008c4 PA:100008cc - 20794500 20779 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20813500 20798 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4 - 20815500 20800 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20816500 20801 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20835500 20820 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4 - 20852500 20837 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20853500 20838 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20854500 20839 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20855500 20840 1c001ae8 0104aa03 lw x20, 16(x9) x20=100008d8 x9:100008c4 PA:100008d4 - 20857500 20842 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000030 x20=100008d9 x20:100008d8 PA:100008d8 - 20873500 20858 1c001af0 06059763 bne x11, x0, 110 x11:00000030 - 20893500 20878 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20910500 20895 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20912500 20897 1c001776 00b00533 add x10, x0, x11 x10=00000030 x11:00000030 - 20913500 20898 1c001778 fddff06f jal x0, -36 - 20915500 20900 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20916500 20901 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 20917500 20902 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20918500 20903 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 20919500 20904 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 20920500 20905 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 20921500 20906 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 20922500 20907 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 20923500 20908 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20924500 20909 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104000 - 20928500 20913 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20929500 20914 1c001b62 f8bff06f jal x0, -118 - 20931500 20916 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100008da x20:100008d9 PA:100008d9 - 20933500 20918 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20934500 20919 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4 - 20936500 20921 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20937500 20922 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20957500 20942 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100008a0 PA:100008bc - 20958500 20943 1c001b02 01812403 lw x8, 24(x2) x8=10000944 x2:100008a0 PA:100008b8 - 20959500 20944 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:100008a0 PA:100008b4 - 20960500 20945 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100008a0 PA:100008b0 - 20961500 20946 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100008a0 PA:100008ac - 20962500 20947 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100008a0 PA:100008a8 - 20963500 20948 1c001b0c 02010113 addi x2, x2, 32 x2=100008c0 x2:100008a0 - 20964500 20949 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20981500 20966 1c001d86 01800433 add x8, x0, x24 x8=10000948 x24:10000948 - 20982500 20967 1c001d88 fadff06f jal x0, -84 - 20984500 20969 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20985500 20970 1c001d36 e69ff06f jal x0, -408 - 20988500 20973 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21003500 20988 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21004500 20989 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21007500 20992 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21008500 20993 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21009500 20994 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21011500 20996 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21012500 20997 1c001778 fddff06f jal x0, -36 - 21014500 20999 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21015500 21000 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 21016500 21001 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21017500 21002 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 21018500 21003 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 21019500 21004 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 21020500 21005 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 21021500 21006 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 21022500 21007 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21023500 21008 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104000 - 21027500 21012 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21028500 21013 1c001bca 16a0006f jal x0, 362 - 21030500 21015 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21031500 21016 1c001d36 e69ff06f jal x0, -408 - 21034500 21019 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21048500 21033 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21049500 21034 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21052500 21037 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21053500 21038 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21054500 21039 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21056500 21041 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21057500 21042 1c001778 fddff06f jal x0, -36 - 21059500 21044 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21060500 21045 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 21061500 21046 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21062500 21047 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 21063500 21048 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 21064500 21049 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 21065500 21050 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 21066500 21051 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 21067500 21052 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21068500 21053 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104000 - 21072500 21057 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21073500 21058 1c001bca 16a0006f jal x0, 362 - 21075500 21060 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21076500 21061 1c001d36 e69ff06f jal x0, -408 - 21079500 21064 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21094500 21079 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21095500 21080 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21098500 21083 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21101500 21086 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:100008c0 PA:100008c4 - 21102500 21087 1c001bd0 00012423 sw x0, 8(x2) x2:100008c0 PA:100008c8 - 21103500 21088 1c001bd2 00010623 sb x0, 12(x2) x2:100008c0 PA:100008cc - 21104500 21089 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21105500 21090 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21106500 21091 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21107500 21092 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100008c0 PA:100008c4 - 21108500 21093 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21109500 21094 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21110500 21095 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21111500 21096 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21112500 21097 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21113500 21098 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21114500 21099 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21115500 21100 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21130500 21115 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21131500 21116 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21134500 21119 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21135500 21120 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21136500 21121 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21139500 21124 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21142500 21127 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21145500 21130 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21148500 21133 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21149500 21134 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21150500 21135 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21151500 21136 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21154500 21139 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21155500 21140 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21158500 21143 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21159500 21144 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21162500 21147 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21164500 21149 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21167500 21152 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21168500 21153 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21171500 21156 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21172500 21157 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21173500 21158 1c001f42 e09ff06f jal x0, -504 - 21175500 21160 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21176500 21161 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100008c0 PA:100008d0 - 21177500 21162 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21180500 21165 1c001e34 00440c13 addi x24, x8, 4 x24=1000094c x8:10000948 - 21181500 21166 1c001e38 00042503 lw x10, 0(x8) x10=00000000 x8:10000948 PA:10000948 - 21182500 21167 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21185500 21170 1c001e54 00055863 bge x10, x0, 16 x10:00000000 - 21188500 21173 1c001e64 00410593 addi x11, x2, 4 x11=100008c4 x2:100008c0 - 21189500 21174 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21191500 21176 1c0019fe 0105a683 lw x13, 16(x11) x13=100008d8 x11:100008c4 PA:100008d4 - 21192500 21177 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100008c4 PA:100008d0 - 21193500 21178 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21194500 21179 1c001a04 02f55633 divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001 - 21228500 21213 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000000 x14:0000000a - 21229500 21214 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21230500 21215 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21231500 21216 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21234500 21219 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100008c4 PA:100008d0 - 21235500 21220 1c001a20 02f55833 divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001 - 21269500 21254 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001 - 21303500 21288 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21334500 21319 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21335500 21320 1c001a2e 01004663 blt x0, x16, 12 x16:00000000 - 21336500 21321 1c001a32 fc079fe3 bne x15, x0, -34 x15:00000000 - 21337500 21322 1c001a34 03000713 addi x14, x0, 48 x14=00000030 - 21338500 21323 1c001a38 01e0006f jal x0, 30 - 21340500 21325 1c001a56 01070733 add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000 - 21341500 21326 1c001a58 00e68023 sb x14, 0(x13) x14:00000030 x13:100008d8 PA:100008d8 - 21342500 21327 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21343500 21328 1c001a5e 00168693 addi x13, x13, 1 x13=100008d9 x13:100008d8 - 21344500 21329 1c001a60 fb1ff06f jal x0, -80 - 21346500 21331 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21347500 21332 1c001a12 00068023 sb x0, 0(x13) x13:100008d9 PA:100008d9 - 21348500 21333 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21350500 21335 1c001e68 f17ff06f jal x0, -234 - 21352500 21337 1c001d7e 00410613 addi x12, x2, 4 x12=100008c4 x2:100008c0 - 21353500 21338 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21354500 21339 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21355500 21340 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21357500 21342 1c001a62 fe010113 addi x2, x2, -32 x2=100008a0 x2:100008c0 - 21358500 21343 1c001a64 00812c23 sw x8, 24(x2) x8:10000948 x2:100008a0 PA:100008b8 - 21359500 21344 1c001a66 01062783 lw x15, 16(x12) x15=100008d8 x12:100008c4 PA:100008d4 - 21360500 21345 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100008c4 PA:100008c8 - 21361500 21346 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:100008a0 PA:100008b4 - 21362500 21347 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100008a0 PA:100008b0 - 21363500 21348 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100008a0 PA:100008ac - 21364500 21349 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100008a0 PA:100008bc - 21365500 21350 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100008a0 PA:100008a8 - 21366500 21351 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21367500 21352 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21368500 21353 1c001a78 00c004b3 add x9, x0, x12 x9=100008c4 x12:100008c4 - 21369500 21354 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000030 x15=100008d9 x15:100008d8 PA:100008d8 - 21371500 21356 1c001a7e 00070363 beq x14, x0, 6 x14:00000030 - 21372500 21357 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21373500 21358 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100008c4 PA:100008cc - 21375500 21360 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21378500 21363 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4 - 21380500 21365 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21381500 21366 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21384500 21369 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21385500 21370 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21386500 21371 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21389500 21374 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21390500 21375 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21391500 21376 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21392500 21377 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21393500 21378 1c001b36 f71ff06f jal x0, -144 - 21395500 21380 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100008c4 PA:100008cc - 21397500 21382 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21400500 21385 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4 - 21402500 21387 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21403500 21388 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21406500 21391 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4 - 21407500 21392 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21408500 21393 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21409500 21394 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21410500 21395 1c001ae8 0104aa03 lw x20, 16(x9) x20=100008d8 x9:100008c4 PA:100008d4 - 21412500 21397 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000030 x20=100008d9 x20:100008d8 PA:100008d8 - 21414500 21399 1c001af0 06059763 bne x11, x0, 110 x11:00000030 - 21417500 21402 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21418500 21403 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21420500 21405 1c001776 00b00533 add x10, x0, x11 x10=00000030 x11:00000030 - 21421500 21406 1c001778 fddff06f jal x0, -36 - 21423500 21408 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21424500 21409 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 21425500 21410 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21426500 21411 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 21427500 21412 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 21428500 21413 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 21429500 21414 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 21430500 21415 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 21431500 21416 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21432500 21417 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104000 - 21436500 21421 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21437500 21422 1c001b62 f8bff06f jal x0, -118 - 21439500 21424 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100008da x20:100008d9 PA:100008d9 - 21441500 21426 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21442500 21427 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100008c4 PA:100008c4 - 21444500 21429 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21445500 21430 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21448500 21433 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100008a0 PA:100008bc - 21449500 21434 1c001b02 01812403 lw x8, 24(x2) x8=10000948 x2:100008a0 PA:100008b8 - 21450500 21435 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:100008a0 PA:100008b4 - 21451500 21436 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100008a0 PA:100008b0 - 21452500 21437 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100008a0 PA:100008ac - 21453500 21438 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100008a0 PA:100008a8 - 21454500 21439 1c001b0c 02010113 addi x2, x2, 32 x2=100008c0 x2:100008a0 - 21455500 21440 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21457500 21442 1c001d86 01800433 add x8, x0, x24 x8=1000094c x24:1000094c - 21458500 21443 1c001d88 fadff06f jal x0, -84 - 21460500 21445 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21461500 21446 1c001d36 e69ff06f jal x0, -408 - 21464500 21449 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21478500 21463 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21479500 21464 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21482500 21467 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21483500 21468 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21484500 21469 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21486500 21471 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21487500 21472 1c001778 fddff06f jal x0, -36 - 21489500 21474 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21490500 21475 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 21491500 21476 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21492500 21477 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 21493500 21478 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 21494500 21479 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 21495500 21480 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 21496500 21481 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 21497500 21482 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21498500 21483 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104000 - 21502500 21487 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21503500 21488 1c001bca 16a0006f jal x0, 362 - 21505500 21490 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21506500 21491 1c001d36 e69ff06f jal x0, -408 - 21509500 21494 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21523500 21508 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21524500 21509 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21527500 21512 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21528500 21513 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21529500 21514 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21531500 21516 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21532500 21517 1c001778 fddff06f jal x0, -36 - 21534500 21519 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21535500 21520 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 21536500 21521 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21537500 21522 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 21538500 21523 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 21539500 21524 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 21540500 21525 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 21541500 21526 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 21542500 21527 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21543500 21528 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104000 - 21547500 21532 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21548500 21533 1c001bca 16a0006f jal x0, 362 - 21550500 21535 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21551500 21536 1c001d36 e69ff06f jal x0, -408 - 21554500 21539 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21568500 21553 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21569500 21554 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21572500 21557 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21573500 21558 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21574500 21559 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21576500 21561 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21577500 21562 1c001778 fddff06f jal x0, -36 - 21579500 21564 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21580500 21565 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000000 - 21581500 21566 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21582500 21567 1c00175e 00379713 slli x14, x15, 0x3 x14=00000000 x15:00000000 - 21583500 21568 1c001762 00279793 slli x15, x15, 0x2 x15=00000000 x15:00000000 - 21584500 21569 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000000 - 21585500 21570 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000000 x13:00001f80 - 21586500 21571 1c00176a 00e787b3 add x15, x15, x14 x15=00000000 x15:00000000 x14:00000000 - 21587500 21572 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21588500 21573 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104000 - 21592500 21577 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21593500 21578 1c001bca 16a0006f jal x0, 362 - 21595500 21580 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21596500 21581 1c001d36 e69ff06f jal x0, -408 - 21599500 21584 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21613500 21598 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21614500 21599 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21615500 21600 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:100008c0 PA:1000091c - 21616500 21601 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:100008c0 PA:10000918 - 21617500 21602 1c001bac 05412483 lw x9, 84(x2) x9=1b204200 x2:100008c0 PA:10000914 - 21618500 21603 1c001bae 05012903 lw x18, 80(x2) x18=1c002000 x2:100008c0 PA:10000910 - 21634500 21619 1c001bb0 04c12983 lw x19, 76(x2) x19=00000000 x2:100008c0 PA:1000090c - 21635500 21620 1c001bb2 04812a03 lw x20, 72(x2) x20=00000000 x2:100008c0 PA:10000908 - 21636500 21621 1c001bb4 04412a83 lw x21, 68(x2) x21=00000000 x2:100008c0 PA:10000904 - 21637500 21622 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:100008c0 PA:10000900 - 21638500 21623 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:100008c0 PA:100008fc - 21639500 21624 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:100008c0 PA:100008f8 - 21640500 21625 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:100008c0 PA:100008f4 - 21641500 21626 1c001bbe 06010113 addi x2, x2, 96 x2=10000920 x2:100008c0 - 21642500 21627 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21644500 21629 1c001834 01c12083 lw x1, 28(x2) x1=1c000a2e x2:10000920 PA:1000093c - 21645500 21630 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21646500 21631 1c001838 04010113 addi x2, x2, 64 x2=10000960 x2:10000920 - 21647500 21632 1c00183a 00008067 jalr x0, x1, 0 x1:1c000a2e - 21685500 21670 1c000a2e 01c4e783 p.elw x15, 28(x9) x15=00000000 x9:1b204200 PA:1b20421c - 21694500 21679 1c000a32 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 21695500 21680 1c000a36 00241413 slli x8, x8, 0x2 x8=00000000 x8:00000000 - 21696500 21681 1c000a38 68478793 addi x15, x15, 1668 x15=1c002684 x15:1c002000 - 21697500 21682 1c000a3c 00100713 addi x14, x0, 1 x14=00000001 - 21714500 21699 1c000a3e 00e7e423 p.sw x14, x0(x15) x14:00000001 x15:1c002684 PA:1c002684 - 21733500 21718 1c000a42 00c12083 lw x1, 12(x2) x1=1c000aac x2:10000960 PA:1000096c - 21734500 21719 1c000a44 00812403 lw x8, 8(x2) x8=00000004 x2:10000960 PA:10000968 - 21735500 21720 1c000a46 00412483 lw x9, 4(x2) x9=100fc720 x2:10000960 PA:10000964 - 21736500 21721 1c000a48 01010113 addi x2, x2, 16 x2=10000970 x2:10000960 - 21737500 21722 1c000a4a 00008067 jalr x0, x1, 0 x1:1c000aac - 21739500 21724 1c000aac 00100493 addi x9, x0, 1 x9=00000001 - 21756500 21741 1c000aae 68490913 addi x18, x18, 1668 x18=1c002684 x18:1c002000 - 21757500 21742 1c000ab2 10000413 addi x8, x0, 256 x8=00000100 - 21758500 21743 1c000ab6 00249713 slli x14, x9, 0x2 x14=00000004 x9:00000001 - 21759500 21744 1c000aba 01270733 add x14, x14, x18 x14=1c002688 x14:00000004 x18:1c002684 - 21760500 21745 1c000abc 00072783 lw x15, 0(x14) x15=00000001 x14:1c002688 PA:1c002688 - 21776500 21761 1c000abe 00079a63 bne x15, x0, 20 x15:00000001 - 21798500 21783 1c000ad2 009005b3 add x11, x0, x9 x11=00000001 x9:00000001 - 21799500 21784 1c000ad4 00000693 addi x13, x0, 0 x13=00000000 - 21800500 21785 1c000ad6 00148493 addi x9, x9, 1 x9=00000002 x9:00000001 - 21801500 21786 1c000ad8 00000613 addi x12, x0, 0 x12=00000000 - 21802500 21787 1c000ada 00000513 addi x10, x0, 0 x10=00000000 - 21803500 21788 1c000adc 0c7000ef jal x1, 2246 x1=1c000ae0 - 21822500 21807 1c0013a2 fd010113 addi x2, x2, -48 x2=10000940 x2:10000970 - 21823500 21808 1c0013a4 02812423 sw x8, 40(x2) x8:00000100 x2:10000940 PA:10000968 - 21824500 21809 1c0013a6 00b00433 add x8, x0, x11 x8=00000001 x11:00000001 - 21825500 21810 1c0013a8 02112623 sw x1, 44(x2) x1:1c000ae0 x2:10000940 PA:1000096c - 21826500 21811 1c0013aa 02912223 sw x9, 36(x2) x9:00000002 x2:10000940 PA:10000964 - 21827500 21812 1c0013ac 03212023 sw x18, 32(x2) x18:1c002684 x2:10000940 PA:10000960 - 21828500 21813 1c0013ae 01312e23 sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c - 21845500 21830 1c0013b0 01412c23 sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958 - 21846500 21831 1c0013b2 01512a23 sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954 - 21847500 21832 1c0013b4 30047973 csrrci x18, 0x00000008, 0x300 x18=00001808 - 21851500 21836 1c0013b8 01800a13 addi x20, x0, 24 x20=00000018 - 21852500 21837 1c0013ba 03458a33 mul x20, x11, x20 x20=00000018 x11:00000001 x20:00000018 - 21869500 21854 1c0013be 1c002737 lui x14, 0x1c002000 x14=1c002000 - 21870500 21855 1c0013c2 6a872783 lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8 - 21884500 21869 1c0013c6 00e00ab3 add x21, x0, x14 x21=1c002000 x14:1c002000 - 21885500 21870 1c0013c8 014787b3 add x15, x15, x20 x15=1c2fff68 x15:1c2fff50 x20:00000018 - 21886500 21871 1c0013ca 0007a703 lw x14, 0(x15) x14=00000001 x15:1c2fff68 PA:1c2fff68 - 21900500 21885 1c0013cc 02050363 beq x10, x0, 38 x10:00000000 - 21919500 21904 1c0013f2 fff70713 addi x14, x14, -1 x14=00000000 x14:00000001 - 21920500 21905 1c0013f4 fddff06f jal x0, -36 - 21922500 21907 1c0013d0 00e7a023 sw x14, 0(x15) x14:00000000 x15:1c2fff68 PA:1c2fff68 - 21940500 21925 1c0013d2 0007a483 lw x9, 0(x15) x9=00000000 x15:1c2fff68 PA:1c2fff68 - 21955500 21940 1c0013d4 02049163 bne x9, x0, 34 x9:00000000 - 21956500 21941 1c0013d6 00068363 beq x13, x0, 6 x13:00000000 - 21959500 21944 1c0013dc 30091073 csrrw x0, x18, 0x300 x18:00001808 - 21976500 21961 1c0013e0 02c12083 lw x1, 44(x2) x1=1c000ae0 x2:10000940 PA:1000096c - 21977500 21962 1c0013e2 02812403 lw x8, 40(x2) x8=00000100 x2:10000940 PA:10000968 - 21978500 21963 1c0013e4 02412483 lw x9, 36(x2) x9=00000002 x2:10000940 PA:10000964 - 21979500 21964 1c0013e6 02012903 lw x18, 32(x2) x18=1c002684 x2:10000940 PA:10000960 - 21980500 21965 1c0013e8 01c12983 lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c - 21981500 21966 1c0013ea 01812a03 lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958 - 21982500 21967 1c0013ec 01412a83 lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954 - 21983500 21968 1c0013ee 03010113 addi x2, x2, 48 x2=10000970 x2:10000940 - 21984500 21969 1c0013f0 00008067 jalr x0, x1, 0 x1:1c000ae0 - 21986500 21971 1c000ae0 fc44bbe3 p.bneimm x9, -42 x9:00000002 - 21989500 21974 1c000ab6 00249713 slli x14, x9, 0x2 x14=00000008 x9:00000002 - 21990500 21975 1c000aba 01270733 add x14, x14, x18 x14=1c00268c x14:00000008 x18:1c002684 - 21991500 21976 1c000abc 00072783 lw x15, 0(x14) x15=00000001 x14:1c00268c PA:1c00268c - 22006500 21991 1c000abe 00079a63 bne x15, x0, 20 x15:00000001 - 22009500 21994 1c000ad2 009005b3 add x11, x0, x9 x11=00000002 x9:00000002 - 22010500 21995 1c000ad4 00000693 addi x13, x0, 0 x13=00000000 - 22011500 21996 1c000ad6 00148493 addi x9, x9, 1 x9=00000003 x9:00000002 - 22012500 21997 1c000ad8 00000613 addi x12, x0, 0 x12=00000000 - 22013500 21998 1c000ada 00000513 addi x10, x0, 0 x10=00000000 - 22014500 21999 1c000adc 0c7000ef jal x1, 2246 x1=1c000ae0 - 22016500 22001 1c0013a2 fd010113 addi x2, x2, -48 x2=10000940 x2:10000970 - 22017500 22002 1c0013a4 02812423 sw x8, 40(x2) x8:00000100 x2:10000940 PA:10000968 - 22018500 22003 1c0013a6 00b00433 add x8, x0, x11 x8=00000002 x11:00000002 - 22019500 22004 1c0013a8 02112623 sw x1, 44(x2) x1:1c000ae0 x2:10000940 PA:1000096c - 22020500 22005 1c0013aa 02912223 sw x9, 36(x2) x9:00000003 x2:10000940 PA:10000964 - 22021500 22006 1c0013ac 03212023 sw x18, 32(x2) x18:1c002684 x2:10000940 PA:10000960 - 22022500 22007 1c0013ae 01312e23 sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c - 22023500 22008 1c0013b0 01412c23 sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958 - 22024500 22009 1c0013b2 01512a23 sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954 - 22025500 22010 1c0013b4 30047973 csrrci x18, 0x00000008, 0x300 x18=00001808 - 22029500 22014 1c0013b8 01800a13 addi x20, x0, 24 x20=00000018 - 22030500 22015 1c0013ba 03458a33 mul x20, x11, x20 x20=00000030 x11:00000002 x20:00000018 - 22031500 22016 1c0013be 1c002737 lui x14, 0x1c002000 x14=1c002000 - 22032500 22017 1c0013c2 6a872783 lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8 - 22046500 22031 1c0013c6 00e00ab3 add x21, x0, x14 x21=1c002000 x14:1c002000 - 22047500 22032 1c0013c8 014787b3 add x15, x15, x20 x15=1c2fff80 x15:1c2fff50 x20:00000030 - 22048500 22033 1c0013ca 0007a703 lw x14, 0(x15) x14=00000001 x15:1c2fff80 PA:1c2fff80 - 22062500 22047 1c0013cc 02050363 beq x10, x0, 38 x10:00000000 - 22065500 22050 1c0013f2 fff70713 addi x14, x14, -1 x14=00000000 x14:00000001 - 22066500 22051 1c0013f4 fddff06f jal x0, -36 - 22068500 22053 1c0013d0 00e7a023 sw x14, 0(x15) x14:00000000 x15:1c2fff80 PA:1c2fff80 - 22086500 22071 1c0013d2 0007a483 lw x9, 0(x15) x9=00000000 x15:1c2fff80 PA:1c2fff80 - 22101500 22086 1c0013d4 02049163 bne x9, x0, 34 x9:00000000 - 22102500 22087 1c0013d6 00068363 beq x13, x0, 6 x13:00000000 - 22105500 22090 1c0013dc 30091073 csrrw x0, x18, 0x300 x18:00001808 - 22109500 22094 1c0013e0 02c12083 lw x1, 44(x2) x1=1c000ae0 x2:10000940 PA:1000096c - 22110500 22095 1c0013e2 02812403 lw x8, 40(x2) x8=00000100 x2:10000940 PA:10000968 - 22111500 22096 1c0013e4 02412483 lw x9, 36(x2) x9=00000003 x2:10000940 PA:10000964 - 22112500 22097 1c0013e6 02012903 lw x18, 32(x2) x18=1c002684 x2:10000940 PA:10000960 - 22113500 22098 1c0013e8 01c12983 lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c - 22114500 22099 1c0013ea 01812a03 lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958 - 22115500 22100 1c0013ec 01412a83 lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954 - 22116500 22101 1c0013ee 03010113 addi x2, x2, 48 x2=10000970 x2:10000940 - 22117500 22102 1c0013f0 00008067 jalr x0, x1, 0 x1:1c000ae0 - 22119500 22104 1c000ae0 fc44bbe3 p.bneimm x9, -42 x9:00000003 - 22122500 22107 1c000ab6 00249713 slli x14, x9, 0x2 x14=0000000c x9:00000003 - 22123500 22108 1c000aba 01270733 add x14, x14, x18 x14=1c002690 x14:0000000c x18:1c002684 - 22124500 22109 1c000abc 00072783 lw x15, 0(x14) x15=00000001 x14:1c002690 PA:1c002690 - 22139500 22124 1c000abe 00079a63 bne x15, x0, 20 x15:00000001 - 22142500 22127 1c000ad2 009005b3 add x11, x0, x9 x11=00000003 x9:00000003 - 22143500 22128 1c000ad4 00000693 addi x13, x0, 0 x13=00000000 - 22144500 22129 1c000ad6 00148493 addi x9, x9, 1 x9=00000004 x9:00000003 - 22145500 22130 1c000ad8 00000613 addi x12, x0, 0 x12=00000000 - 22146500 22131 1c000ada 00000513 addi x10, x0, 0 x10=00000000 - 22147500 22132 1c000adc 0c7000ef jal x1, 2246 x1=1c000ae0 - 22149500 22134 1c0013a2 fd010113 addi x2, x2, -48 x2=10000940 x2:10000970 - 22150500 22135 1c0013a4 02812423 sw x8, 40(x2) x8:00000100 x2:10000940 PA:10000968 - 22151500 22136 1c0013a6 00b00433 add x8, x0, x11 x8=00000003 x11:00000003 - 22152500 22137 1c0013a8 02112623 sw x1, 44(x2) x1:1c000ae0 x2:10000940 PA:1000096c - 22153500 22138 1c0013aa 02912223 sw x9, 36(x2) x9:00000004 x2:10000940 PA:10000964 - 22154500 22139 1c0013ac 03212023 sw x18, 32(x2) x18:1c002684 x2:10000940 PA:10000960 - 22155500 22140 1c0013ae 01312e23 sw x19, 28(x2) x19:00000000 x2:10000940 PA:1000095c - 22156500 22141 1c0013b0 01412c23 sw x20, 24(x2) x20:00000000 x2:10000940 PA:10000958 - 22157500 22142 1c0013b2 01512a23 sw x21, 20(x2) x21:00000000 x2:10000940 PA:10000954 - 22158500 22143 1c0013b4 30047973 csrrci x18, 0x00000008, 0x300 x18=00001808 - 22162500 22147 1c0013b8 01800a13 addi x20, x0, 24 x20=00000018 - 22163500 22148 1c0013ba 03458a33 mul x20, x11, x20 x20=00000048 x11:00000003 x20:00000018 - 22164500 22149 1c0013be 1c002737 lui x14, 0x1c002000 x14=1c002000 - 22165500 22150 1c0013c2 6a872783 lw x15, 1704(x14) x15=1c2fff50 x14:1c002000 PA:1c0026a8 - 22179500 22164 1c0013c6 00e00ab3 add x21, x0, x14 x21=1c002000 x14:1c002000 - 22180500 22165 1c0013c8 014787b3 add x15, x15, x20 x15=1c2fff98 x15:1c2fff50 x20:00000048 - 22181500 22166 1c0013ca 0007a703 lw x14, 0(x15) x14=00000001 x15:1c2fff98 PA:1c2fff98 - 22195500 22180 1c0013cc 02050363 beq x10, x0, 38 x10:00000000 - 22198500 22183 1c0013f2 fff70713 addi x14, x14, -1 x14=00000000 x14:00000001 - 22199500 22184 1c0013f4 fddff06f jal x0, -36 - 22201500 22186 1c0013d0 00e7a023 sw x14, 0(x15) x14:00000000 x15:1c2fff98 PA:1c2fff98 - 22219500 22204 1c0013d2 0007a483 lw x9, 0(x15) x9=00000000 x15:1c2fff98 PA:1c2fff98 - 22234500 22219 1c0013d4 02049163 bne x9, x0, 34 x9:00000000 - 22235500 22220 1c0013d6 00068363 beq x13, x0, 6 x13:00000000 - 22238500 22223 1c0013dc 30091073 csrrw x0, x18, 0x300 x18:00001808 - 22242500 22227 1c0013e0 02c12083 lw x1, 44(x2) x1=1c000ae0 x2:10000940 PA:1000096c - 22243500 22228 1c0013e2 02812403 lw x8, 40(x2) x8=00000100 x2:10000940 PA:10000968 - 22244500 22229 1c0013e4 02412483 lw x9, 36(x2) x9=00000004 x2:10000940 PA:10000964 - 22245500 22230 1c0013e6 02012903 lw x18, 32(x2) x18=1c002684 x2:10000940 PA:10000960 - 22246500 22231 1c0013e8 01c12983 lw x19, 28(x2) x19=00000000 x2:10000940 PA:1000095c - 22247500 22232 1c0013ea 01812a03 lw x20, 24(x2) x20=00000000 x2:10000940 PA:10000958 - 22248500 22233 1c0013ec 01412a83 lw x21, 20(x2) x21=00000000 x2:10000940 PA:10000954 - 22249500 22234 1c0013ee 03010113 addi x2, x2, 48 x2=10000970 x2:10000940 - 22250500 22235 1c0013f0 00008067 jalr x0, x1, 0 x1:1c000ae0 - 22252500 22237 1c000ae0 fc44bbe3 p.bneimm x9, -42 x9:00000004 - 22253500 22238 1c000ae4 01c12083 lw x1, 28(x2) x1=1c0000ec x2:10000970 PA:1000098c - 22254500 22239 1c000ae6 01812403 lw x8, 24(x2) x8=00000000 x2:10000970 PA:10000988 - 22255500 22240 1c000ae8 1b2007b7 lui x15, 0x1b200000 x15=1b200000 - 22256500 22241 1c000aec 00100713 addi x14, x0, 1 x14=00000001 - 22257500 22242 1c000aee 00e7a023 sw x14, 0(x15) x14:00000001 x15:1b200000 PA:1b200000 - 22273500 22258 1c000af0 01412483 lw x9, 20(x2) x9=00000000 x2:10000970 PA:10000984 - 22274500 22259 1c000af2 01012903 lw x18, 16(x2) x18=00000000 x2:10000970 PA:10000980 - 22275500 22260 1c000af4 00000513 addi x10, x0, 0 x10=00000000 - 22276500 22261 1c000af6 02010113 addi x2, x2, 32 x2=10000990 x2:10000970 - 22277500 22262 1c000af8 00008067 jalr x0, x1, 0 x1:1c0000ec - 22279500 22264 1c0000ec 00a00433 add x8, x0, x10 x8=00000000 x10:00000000 - 22280500 22265 1c0000ee 44f000ef jal x1, 3150 x1=1c0000f2 - 22282500 22267 1c000d3c ff010113 addi x2, x2, -16 x2=10000980 x2:10000990 - 22283500 22268 1c000d3e 00812423 sw x8, 8(x2) x8:00000000 x2:10000980 PA:10000988 - 22299500 22284 1c000d40 00100513 addi x10, x0, 1 x10=00000001 - 22300500 22285 1c000d42 10000437 lui x8, 0x10000000 x8=10000000 - 22301500 22286 1c000d46 00112623 sw x1, 12(x2) x1:1c0000f2 x2:10000980 PA:1000098c - 22302500 22287 1c000d48 18840413 addi x8, x8, 392 x8=10000188 x8:10000000 - 22303500 22288 1c000d4c 0f2000ef jal x1, 242 x1=1c000d4e - 22337500 22322 1c000e3e ff010113 addi x2, x2, -16 x2=10000970 x2:10000980 - 22354500 22339 1c000e40 00812423 sw x8, 8(x2) x8:10000188 x2:10000970 PA:10000978 - 22355500 22340 1c000e42 10000437 lui x8, 0x10000000 x8=10000000 - 22356500 22341 1c000e46 00251513 slli x10, x10, 0x2 x10=00000004 x10:00000001 - 22357500 22342 1c000e48 05840413 addi x8, x8, 88 x8=10000058 x8:10000000 - 22358500 22343 1c000e4c 20a47403 lw x8, x10(x8) x8=1c2fffd0 x10:00000004 x8:10000058 PA:1000005c - 22359500 22344 1c000e50 00112623 sw x1, 12(x2) x1:1c000d4e x2:10000970 PA:1000097c - 22360500 22345 1c000e52 00041663 bne x8, x0, 12 x8:1c2fffd0 - 22363500 22348 1c000e5e 00042783 lw x15, 0(x8) x15=1c00179c x8:1c2fffd0 PA:1c2fffd0 - 22377500 22362 1c000e60 00442503 lw x10, 4(x8) x10=00000000 x8:1c2fffd0 PA:1c2fffd4 - 22391500 22376 1c000e62 000780e7 jalr x1, x15, 0 x1=1c000e64 x15:1c00179c - 22397500 22382 1c00179c ff010113 addi x2, x2, -16 x2=10000960 x2:10000970 - 22398500 22383 1c00179e 00112623 sw x1, 12(x2) x1:1c000e64 x2:10000960 PA:1000096c - 22414500 22399 1c0017a0 fdbff0ef jal x1, -38 x1=1c0017a2 - 22416500 22401 1c00177a ff010113 addi x2, x2, -16 x2=10000950 x2:10000960 - 22417500 22402 1c00177c 00812423 sw x8, 8(x2) x8:1c2fffd0 x2:10000950 PA:10000958 - 22434500 22419 1c00177e 1c002437 lui x8, 0x1c002000 x8=1c002000 - 22435500 22420 1c001782 67840413 addi x8, x8, 1656 x8=1c002678 x8:1c002000 - 22436500 22421 1c001786 00042503 lw x10, 0(x8) x10=00000000 x8:1c002678 PA:1c002678 - 22450500 22435 1c001788 00112623 sw x1, 12(x2) x1:1c0017a2 x2:10000950 PA:1000095c - 22451500 22436 1c00178a 00050563 beq x10, x0, 10 x10:00000000 - 22454500 22439 1c001794 00c12083 lw x1, 12(x2) x1=1c0017a2 x2:10000950 PA:1000095c - 22455500 22440 1c001796 00812403 lw x8, 8(x2) x8=1c2fffd0 x2:10000950 PA:10000958 - 22456500 22441 1c001798 01010113 addi x2, x2, 16 x2=10000960 x2:10000950 - 22457500 22442 1c00179a 00008067 jalr x0, x1, 0 x1:1c0017a2 - 22459500 22444 1c0017a2 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 22460500 22445 1c0017a6 67c7a503 lw x10, 1660(x15) x10=1c002668 x15:1c002000 PA:1c00267c - 22474500 22459 1c0017aa 00000593 addi x11, x0, 0 x11=00000000 - 22475500 22460 1c0017ac 0d9000ef jal x1, 2264 x1=1c0017b0 - 22477500 22462 1c002084 300476f3 csrrci x13, 0x00000008, 0x300 x13=00001808 - 22481500 22466 1c002088 00052783 lw x15, 0(x10) x15=00000001 x10:1c002668 PA:1c002668 - 22496500 22481 1c00208a fff78793 addi x15, x15, -1 x15=00000000 x15:00000001 - 22497500 22482 1c00208c 00f52023 sw x15, 0(x10) x15:00000000 x10:1c002668 PA:1c002668 - 22515500 22500 1c00208e 00079863 bne x15, x0, 16 x15:00000000 - 22516500 22501 1c002090 1a102737 lui x14, 0x1a102000 x14=1a102000 - 22517500 22502 1c002094 01470713 addi x14, x14, 20 x14=1a102014 x14:1a102000 - 22518500 22503 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22536500 22521 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22537500 22522 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22540500 22525 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22558500 22543 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22559500 22544 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22562500 22547 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22580500 22565 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22581500 22566 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22584500 22569 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22602500 22587 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22603500 22588 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22606500 22591 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22624500 22609 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22625500 22610 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22628500 22613 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22646500 22631 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22647500 22632 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22650500 22635 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22668500 22653 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22669500 22654 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22672500 22657 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22690500 22675 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22691500 22676 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22694500 22679 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22712500 22697 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22713500 22698 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22716500 22701 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22734500 22719 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22735500 22720 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22738500 22723 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22756500 22741 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22757500 22742 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22760500 22745 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22778500 22763 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22779500 22764 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22782500 22767 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22800500 22785 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22801500 22786 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22804500 22789 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22822500 22807 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22823500 22808 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22826500 22811 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22844500 22829 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22845500 22830 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22848500 22833 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22866500 22851 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22867500 22852 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22870500 22855 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22888500 22873 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22889500 22874 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22892500 22877 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22910500 22895 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22911500 22896 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22914500 22899 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22932500 22917 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22933500 22918 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22936500 22921 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22954500 22939 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22955500 22940 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22958500 22943 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22976500 22961 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22977500 22962 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 22980500 22965 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 22998500 22983 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 22999500 22984 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 23002500 22987 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 23020500 23005 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 23021500 23006 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 23024500 23009 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 23042500 23027 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 23043500 23028 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 23046500 23031 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 23064500 23049 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 23065500 23050 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 23068500 23053 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 23086500 23071 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 23087500 23072 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 23090500 23075 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 23108500 23093 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 23109500 23094 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 23112500 23097 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 23130500 23115 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 23131500 23116 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 23134500 23119 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 23152500 23137 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 23153500 23138 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 23156500 23141 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 23174500 23159 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 23175500 23160 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 23178500 23163 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 23196500 23181 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 23197500 23182 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 23200500 23185 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 23218500 23203 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 23219500 23204 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 - 23222500 23207 1c002096 00072783 lw x15, 0(x14) x15=00000000 x14:1a102014 PA:1a102014 - 23240500 23225 1c002098 0407f793 andi x15, x15, 64 x15=00000000 x15:00000000 - 23241500 23226 1c00209c fe078de3 beq x15, x0, -6 x15:00000000 diff --git a/sw/scripts/tracevis/example/traces/trace_core_00_1.log b/sw/scripts/tracevis/example/traces/trace_core_00_1.log deleted file mode 100644 index da46142..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_00_1.log +++ /dev/null @@ -1,847 +0,0 @@ - Time Cycles PC Instr Mnemonic - 96500 81 1c000080 0180006f jal x0, 24 - 119500 104 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000001 - 120500 105 1c00009c 01f57593 andi x11, x10, 31 x11=00000001 x10:00000001 - 143500 128 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000000 x10:00000001 - 144500 129 1c0000a2 00058463 beq x11, x0, 8 x11:00000001 - 145500 130 1c0000a6 05a0206f jal x0, 8282 - 166500 151 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 167500 152 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 168500 153 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 169500 154 1c00210c 0e059163 bne x11, x0, 226 x11:00000001 - 239500 224 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 240500 225 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000001 - 241500 226 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000001 x19:00000001 - 242500 227 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 259500 244 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 260500 245 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 261500 246 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 262500 247 1c00220a 0060006f jal x0, 6 - 285500 270 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 9629500 9614 1c002214 08096503 p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080 - 9637500 9622 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 9638500 9623 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 9656500 9641 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 9657500 9642 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 9659500 9644 1c00222c 08096283 p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080 - 9683500 9668 1c002230 02a98533 mul x10, x19, x10 x10=00000800 x19:00000001 x10:00000800 - 9684500 9669 1c002234 00550133 add x2, x10, x5 x2=100fcf90 x10:00000800 x5:100fc790 - 9685500 9670 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 9705500 9690 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18829500 18814 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18837500 18822 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18838500 18823 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18839500 18824 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18840500 18825 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18863500 18848 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000001 - 18883500 18868 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18884500 18869 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000000 x12:00000001 - 18885500 18870 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000 - 18886500 18871 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000001 x12:00000001 - 18887500 18872 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18888500 18873 1c0009d4 63d0006f jal x0, 3644 - 18890500 18875 1c001810 fc010113 addi x2, x2, -64 x2=100fcf50 x2:100fcf90 - 18891500 18876 1c001812 02b12223 sw x11, 36(x2) x11:00000000 x2:100fcf50 PA:100fcf74 - 18895500 18880 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18896500 18881 1c001818 02c12423 sw x12, 40(x2) x12:00000001 x2:100fcf50 PA:100fcf78 - 18897500 18882 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:100fcf50 PA:100fcf7c - 18898500 18883 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18899500 18884 1c00181e 02410693 addi x13, x2, 36 x13=100fcf74 x2:100fcf50 - 18912500 18897 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18913500 18898 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18914500 18899 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:100fcf50 PA:100fcf6c - 18917500 18902 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:100fcf50 PA:100fcf80 - 18918500 18903 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:100fcf50 PA:100fcf84 - 18919500 18904 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:100fcf50 PA:100fcf88 - 18920500 18905 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:100fcf50 PA:100fcf8c - 18936500 18921 1c001830 00d12623 sw x13, 12(x2) x13:100fcf74 x2:100fcf50 PA:100fcf5c - 18937500 18922 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18955500 18940 1c001b70 fa010113 addi x2, x2, -96 x2=100fcef0 x2:100fcf50 - 18956500 18941 1c001b72 01810793 addi x15, x2, 24 x15=100fcf08 x2:100fcef0 - 18957500 18942 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:100fcef0 PA:100fcf48 - 18959500 18944 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:100fcef0 PA:100fcf40 - 18960500 18945 1c001b78 05312623 sw x19, 76(x2) x19:00000001 x2:100fcef0 PA:100fcf3c - 18961500 18946 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:100fcef0 PA:100fcf38 - 18962500 18947 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:100fcef0 PA:100fcf34 - 18963500 18948 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:100fcef0 PA:100fcf30 - 18982500 18967 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:100fcef0 PA:100fcf2c - 18985500 18970 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:100fcef0 PA:100fcf4c - 18986500 18971 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:100fcef0 PA:100fcf44 - 18987500 18972 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:100fcef0 PA:100fcf28 - 18988500 18973 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:100fcef0 PA:100fcf24 - 18989500 18974 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18990500 18975 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18991500 18976 1c001b8e 00d00433 add x8, x0, x13 x8=100fcf74 x13:100fcf74 - 19012500 18997 1c001b90 00f12a23 sw x15, 20(x2) x15:100fcf08 x2:100fcef0 PA:100fcf04 - 19013500 18998 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19014500 18999 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19015500 19000 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19016500 19001 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19036500 19021 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19053500 19038 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19054500 19039 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19078500 19063 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19079500 19064 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19080500 19065 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19098500 19083 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19099500 19084 1c001778 fddff06f jal x0, -36 - 19101500 19086 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19102500 19087 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19103500 19088 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19121500 19106 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19122500 19107 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19123500 19108 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19124500 19109 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19125500 19110 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19126500 19111 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19127500 19112 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104008 - 19131500 19116 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19132500 19117 1c001bca 16a0006f jal x0, 362 - 19150500 19135 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19151500 19136 1c001d36 e69ff06f jal x0, -408 - 19154500 19139 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19173500 19158 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19174500 19159 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19177500 19162 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19178500 19163 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19179500 19164 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19181500 19166 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19182500 19167 1c001778 fddff06f jal x0, -36 - 19184500 19169 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19185500 19170 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19186500 19171 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19187500 19172 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19188500 19173 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19189500 19174 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19190500 19175 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19191500 19176 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19192500 19177 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19193500 19178 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104008 - 19197500 19182 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19198500 19183 1c001bca 16a0006f jal x0, 362 - 19200500 19185 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19201500 19186 1c001d36 e69ff06f jal x0, -408 - 19204500 19189 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19226500 19211 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19227500 19212 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19230500 19215 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19231500 19216 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19232500 19217 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19234500 19219 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19235500 19220 1c001778 fddff06f jal x0, -36 - 19237500 19222 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19238500 19223 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19239500 19224 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19240500 19225 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19241500 19226 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19242500 19227 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19243500 19228 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19244500 19229 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19245500 19230 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19246500 19231 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104008 - 19250500 19235 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19251500 19236 1c001bca 16a0006f jal x0, 362 - 19253500 19238 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19254500 19239 1c001d36 e69ff06f jal x0, -408 - 19257500 19242 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19272500 19257 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19273500 19258 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19276500 19261 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19277500 19262 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19278500 19263 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19280500 19265 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19281500 19266 1c001778 fddff06f jal x0, -36 - 19283500 19268 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19284500 19269 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19285500 19270 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19286500 19271 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19287500 19272 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19288500 19273 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19289500 19274 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19290500 19275 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19291500 19276 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19292500 19277 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104008 - 19296500 19281 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19297500 19282 1c001bca 16a0006f jal x0, 362 - 19299500 19284 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19300500 19285 1c001d36 e69ff06f jal x0, -408 - 19303500 19288 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19318500 19303 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19319500 19304 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19322500 19307 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19323500 19308 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19324500 19309 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19326500 19311 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19327500 19312 1c001778 fddff06f jal x0, -36 - 19329500 19314 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19330500 19315 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19331500 19316 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19332500 19317 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19333500 19318 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19334500 19319 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19335500 19320 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19336500 19321 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19337500 19322 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19338500 19323 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104008 - 19342500 19327 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19343500 19328 1c001bca 16a0006f jal x0, 362 - 19345500 19330 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19346500 19331 1c001d36 e69ff06f jal x0, -408 - 19349500 19334 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19370500 19355 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19371500 19356 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19374500 19359 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19375500 19360 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19376500 19361 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19378500 19363 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19379500 19364 1c001778 fddff06f jal x0, -36 - 19381500 19366 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19382500 19367 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19383500 19368 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19384500 19369 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19385500 19370 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19386500 19371 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19387500 19372 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19388500 19373 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19389500 19374 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19390500 19375 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104008 - 19394500 19379 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19395500 19380 1c001bca 16a0006f jal x0, 362 - 19397500 19382 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19398500 19383 1c001d36 e69ff06f jal x0, -408 - 19401500 19386 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19420500 19405 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19421500 19406 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19424500 19409 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19425500 19410 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19426500 19411 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19428500 19413 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19429500 19414 1c001778 fddff06f jal x0, -36 - 19431500 19416 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19432500 19417 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19433500 19418 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19434500 19419 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19435500 19420 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19436500 19421 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19437500 19422 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19438500 19423 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19439500 19424 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19440500 19425 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104008 - 19444500 19429 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19445500 19430 1c001bca 16a0006f jal x0, 362 - 19447500 19432 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19448500 19433 1c001d36 e69ff06f jal x0, -408 - 19451500 19436 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19471500 19456 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19472500 19457 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19475500 19460 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19476500 19461 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19477500 19462 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19479500 19464 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19480500 19465 1c001778 fddff06f jal x0, -36 - 19482500 19467 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19483500 19468 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19484500 19469 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19485500 19470 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19486500 19471 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19487500 19472 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19488500 19473 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19489500 19474 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19490500 19475 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19491500 19476 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104008 - 19495500 19480 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19496500 19481 1c001bca 16a0006f jal x0, 362 - 19498500 19483 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19499500 19484 1c001d36 e69ff06f jal x0, -408 - 19502500 19487 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19521500 19506 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19522500 19507 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19525500 19510 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19526500 19511 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19527500 19512 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19529500 19514 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19530500 19515 1c001778 fddff06f jal x0, -36 - 19532500 19517 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19533500 19518 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19534500 19519 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19535500 19520 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19536500 19521 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19537500 19522 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19538500 19523 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19539500 19524 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19540500 19525 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19541500 19526 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104008 - 19545500 19530 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19546500 19531 1c001bca 16a0006f jal x0, 362 - 19548500 19533 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19549500 19534 1c001d36 e69ff06f jal x0, -408 - 19552500 19537 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19577500 19562 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19578500 19563 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19581500 19566 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19582500 19567 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19583500 19568 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19585500 19570 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19586500 19571 1c001778 fddff06f jal x0, -36 - 19588500 19573 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19589500 19574 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19590500 19575 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19591500 19576 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19592500 19577 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19593500 19578 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19594500 19579 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19595500 19580 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19596500 19581 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19597500 19582 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104008 - 19601500 19586 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19602500 19587 1c001bca 16a0006f jal x0, 362 - 19604500 19589 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19605500 19590 1c001d36 e69ff06f jal x0, -408 - 19608500 19593 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19622500 19607 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19623500 19608 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19626500 19611 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19627500 19612 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19628500 19613 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19630500 19615 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19631500 19616 1c001778 fddff06f jal x0, -36 - 19633500 19618 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19634500 19619 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19635500 19620 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19636500 19621 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19637500 19622 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19638500 19623 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19639500 19624 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19640500 19625 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19641500 19626 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19642500 19627 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104008 - 19646500 19631 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19647500 19632 1c001bca 16a0006f jal x0, 362 - 19649500 19634 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19650500 19635 1c001d36 e69ff06f jal x0, -408 - 19653500 19638 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19667500 19652 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19668500 19653 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19671500 19656 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19672500 19657 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19673500 19658 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19675500 19660 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19676500 19661 1c001778 fddff06f jal x0, -36 - 19678500 19663 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19679500 19664 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19680500 19665 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19681500 19666 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19682500 19667 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19683500 19668 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19684500 19669 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19685500 19670 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19686500 19671 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19687500 19672 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104008 - 19691500 19676 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19692500 19677 1c001bca 16a0006f jal x0, 362 - 19694500 19679 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19695500 19680 1c001d36 e69ff06f jal x0, -408 - 19698500 19683 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19716500 19701 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19717500 19702 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19720500 19705 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19721500 19706 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19722500 19707 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19724500 19709 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19725500 19710 1c001778 fddff06f jal x0, -36 - 19727500 19712 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19728500 19713 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19729500 19714 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19730500 19715 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19731500 19716 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19732500 19717 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19733500 19718 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19734500 19719 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19735500 19720 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19736500 19721 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104008 - 19740500 19725 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19741500 19726 1c001bca 16a0006f jal x0, 362 - 19743500 19728 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19744500 19729 1c001d36 e69ff06f jal x0, -408 - 19747500 19732 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19761500 19746 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19762500 19747 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19765500 19750 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19766500 19751 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19767500 19752 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19769500 19754 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19770500 19755 1c001778 fddff06f jal x0, -36 - 19772500 19757 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19773500 19758 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19774500 19759 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19775500 19760 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19776500 19761 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19777500 19762 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19778500 19763 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19779500 19764 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19780500 19765 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19781500 19766 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104008 - 19785500 19770 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19786500 19771 1c001bca 16a0006f jal x0, 362 - 19788500 19773 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19789500 19774 1c001d36 e69ff06f jal x0, -408 - 19792500 19777 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19809500 19794 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19810500 19795 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19813500 19798 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19814500 19799 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19815500 19800 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19817500 19802 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19818500 19803 1c001778 fddff06f jal x0, -36 - 19820500 19805 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19821500 19806 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 19822500 19807 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19823500 19808 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 19824500 19809 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 19825500 19810 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 19826500 19811 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 19827500 19812 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 19828500 19813 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19829500 19814 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104008 - 19833500 19818 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19834500 19819 1c001bca 16a0006f jal x0, 362 - 19836500 19821 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19837500 19822 1c001d36 e69ff06f jal x0, -408 - 19840500 19825 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19857500 19842 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19858500 19843 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19861500 19846 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19864500 19849 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:100fcef0 PA:100fcef4 - 19876500 19861 1c001bd0 00012423 sw x0, 8(x2) x2:100fcef0 PA:100fcef8 - 19877500 19862 1c001bd2 00010623 sb x0, 12(x2) x2:100fcef0 PA:100fcefc - 19878500 19863 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19879500 19864 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19896500 19881 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19897500 19882 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100fcef0 PA:100fcef4 - 19899500 19884 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19900500 19885 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19901500 19886 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19902500 19887 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19903500 19888 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19919500 19904 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19920500 19905 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19921500 19906 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19938500 19923 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19947500 19932 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19971500 19956 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19972500 19957 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19973500 19958 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19993500 19978 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20012500 19997 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20015500 20000 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20033500 20018 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20050500 20035 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20051500 20036 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20052500 20037 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20072500 20057 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20090500 20075 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20109500 20094 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20110500 20095 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20149500 20134 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20167500 20152 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20191500 20176 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20192500 20177 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20229500 20214 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20246500 20231 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20247500 20232 1c001f42 e09ff06f jal x0, -504 - 20265500 20250 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20266500 20251 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100fcef0 PA:100fcf00 - 20288500 20273 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20307500 20292 1c001e34 00440c13 addi x24, x8, 4 x24=100fcf78 x8:100fcf74 - 20308500 20293 1c001e38 00042503 lw x10, 0(x8) x10=00000000 x8:100fcf74 PA:100fcf74 - 20311500 20296 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20345500 20330 1c001e54 00055863 bge x10, x0, 16 x10:00000000 - 20364500 20349 1c001e64 00410593 addi x11, x2, 4 x11=100fcef4 x2:100fcef0 - 20365500 20350 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20385500 20370 1c0019fe 0105a683 lw x13, 16(x11) x13=100fcf08 x11:100fcef4 PA:100fcf04 - 20402500 20387 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fcef4 PA:100fcf00 - 20403500 20388 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20404500 20389 1c001a04 02f55633 divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001 - 20438500 20423 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000000 x14:0000000a - 20439500 20424 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20440500 20425 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20441500 20426 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20444500 20429 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fcef4 PA:100fcf00 - 20461500 20446 1c001a20 02f55833 divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001 - 20495500 20480 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001 - 20529500 20514 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20560500 20545 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20561500 20546 1c001a2e 01004663 blt x0, x16, 12 x16:00000000 - 20562500 20547 1c001a32 fc079fe3 bne x15, x0, -34 x15:00000000 - 20563500 20548 1c001a34 03000713 addi x14, x0, 48 x14=00000030 - 20564500 20549 1c001a38 01e0006f jal x0, 30 - 20582500 20567 1c001a56 01070733 add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000 - 20583500 20568 1c001a58 00e68023 sb x14, 0(x13) x14:00000030 x13:100fcf08 PA:100fcf08 - 20590500 20575 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20591500 20576 1c001a5e 00168693 addi x13, x13, 1 x13=100fcf09 x13:100fcf08 - 20601500 20586 1c001a60 fb1ff06f jal x0, -80 - 20603500 20588 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20604500 20589 1c001a12 00068023 sb x0, 0(x13) x13:100fcf09 PA:100fcf09 - 20605500 20590 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20607500 20592 1c001e68 f17ff06f jal x0, -234 - 20625500 20610 1c001d7e 00410613 addi x12, x2, 4 x12=100fcef4 x2:100fcef0 - 20642500 20627 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20643500 20628 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20644500 20629 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20646500 20631 1c001a62 fe010113 addi x2, x2, -32 x2=100fced0 x2:100fcef0 - 20647500 20632 1c001a64 00812c23 sw x8, 24(x2) x8:100fcf74 x2:100fced0 PA:100fcee8 - 20653500 20638 1c001a66 01062783 lw x15, 16(x12) x15=100fcf08 x12:100fcef4 PA:100fcf04 - 20654500 20639 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100fcef4 PA:100fcef8 - 20655500 20640 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:100fced0 PA:100fcee4 - 20656500 20641 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100fced0 PA:100fcee0 - 20657500 20642 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100fced0 PA:100fcedc - 20673500 20658 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100fced0 PA:100fceec - 20674500 20659 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100fced0 PA:100fced8 - 20675500 20660 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20676500 20661 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20677500 20662 1c001a78 00c004b3 add x9, x0, x12 x9=100fcef4 x12:100fcef4 - 20678500 20663 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000030 x15=100fcf09 x15:100fcf08 PA:100fcf08 - 20680500 20665 1c001a7e 00070363 beq x14, x0, 6 x14:00000030 - 20696500 20681 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20697500 20682 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100fcef4 PA:100fcefc - 20701500 20686 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20704500 20689 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4 - 20720500 20705 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20721500 20706 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20740500 20725 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20741500 20726 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20742500 20727 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20764500 20749 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20765500 20750 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20788500 20773 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20789500 20774 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20790500 20775 1c001b36 f71ff06f jal x0, -144 - 20792500 20777 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100fcef4 PA:100fcefc - 20795500 20780 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20813500 20798 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4 - 20816500 20801 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20817500 20802 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20835500 20820 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4 - 20852500 20837 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20853500 20838 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20854500 20839 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20855500 20840 1c001ae8 0104aa03 lw x20, 16(x9) x20=100fcf08 x9:100fcef4 PA:100fcf04 - 20857500 20842 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000030 x20=100fcf09 x20:100fcf08 PA:100fcf08 - 20873500 20858 1c001af0 06059763 bne x11, x0, 110 x11:00000030 - 20893500 20878 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20910500 20895 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20912500 20897 1c001776 00b00533 add x10, x0, x11 x10=00000030 x11:00000030 - 20913500 20898 1c001778 fddff06f jal x0, -36 - 20915500 20900 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20916500 20901 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 20917500 20902 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20918500 20903 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 20919500 20904 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 20920500 20905 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 20921500 20906 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 20922500 20907 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 20923500 20908 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20924500 20909 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104008 - 20928500 20913 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20929500 20914 1c001b62 f8bff06f jal x0, -118 - 20931500 20916 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100fcf0a x20:100fcf09 PA:100fcf09 - 20938500 20923 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20939500 20924 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4 - 20941500 20926 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20942500 20927 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20957500 20942 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100fced0 PA:100fceec - 20959500 20944 1c001b02 01812403 lw x8, 24(x2) x8=100fcf74 x2:100fced0 PA:100fcee8 - 20960500 20945 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:100fced0 PA:100fcee4 - 20961500 20946 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100fced0 PA:100fcee0 - 20962500 20947 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100fced0 PA:100fcedc - 20963500 20948 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100fced0 PA:100fced8 - 20964500 20949 1c001b0c 02010113 addi x2, x2, 32 x2=100fcef0 x2:100fced0 - 20965500 20950 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20981500 20966 1c001d86 01800433 add x8, x0, x24 x8=100fcf78 x24:100fcf78 - 20982500 20967 1c001d88 fadff06f jal x0, -84 - 20984500 20969 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20985500 20970 1c001d36 e69ff06f jal x0, -408 - 20988500 20973 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21005500 20990 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21006500 20991 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21009500 20994 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21010500 20995 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21011500 20996 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21013500 20998 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21014500 20999 1c001778 fddff06f jal x0, -36 - 21016500 21001 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21017500 21002 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 21018500 21003 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21019500 21004 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 21020500 21005 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 21021500 21006 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 21022500 21007 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 21023500 21008 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 21024500 21009 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21025500 21010 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104008 - 21029500 21014 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21030500 21015 1c001bca 16a0006f jal x0, 362 - 21032500 21017 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21033500 21018 1c001d36 e69ff06f jal x0, -408 - 21036500 21021 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21050500 21035 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21051500 21036 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21054500 21039 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21055500 21040 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21056500 21041 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21058500 21043 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21059500 21044 1c001778 fddff06f jal x0, -36 - 21061500 21046 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21062500 21047 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 21063500 21048 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21064500 21049 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 21065500 21050 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 21066500 21051 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 21067500 21052 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 21068500 21053 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 21069500 21054 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21070500 21055 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104008 - 21074500 21059 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21075500 21060 1c001bca 16a0006f jal x0, 362 - 21077500 21062 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21078500 21063 1c001d36 e69ff06f jal x0, -408 - 21081500 21066 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21096500 21081 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21097500 21082 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21100500 21085 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21103500 21088 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:100fcef0 PA:100fcef4 - 21104500 21089 1c001bd0 00012423 sw x0, 8(x2) x2:100fcef0 PA:100fcef8 - 21105500 21090 1c001bd2 00010623 sb x0, 12(x2) x2:100fcef0 PA:100fcefc - 21106500 21091 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21107500 21092 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21108500 21093 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21109500 21094 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100fcef0 PA:100fcef4 - 21110500 21095 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21111500 21096 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21112500 21097 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21113500 21098 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21114500 21099 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21115500 21100 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21116500 21101 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21117500 21102 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21133500 21118 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21134500 21119 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21137500 21122 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21138500 21123 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21139500 21124 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21142500 21127 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21145500 21130 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21148500 21133 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21151500 21136 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21152500 21137 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21153500 21138 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21154500 21139 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21157500 21142 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21158500 21143 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21161500 21146 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21162500 21147 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21165500 21150 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21167500 21152 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21170500 21155 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21171500 21156 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21174500 21159 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21175500 21160 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21176500 21161 1c001f42 e09ff06f jal x0, -504 - 21178500 21163 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21179500 21164 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100fcef0 PA:100fcf00 - 21180500 21165 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21183500 21168 1c001e34 00440c13 addi x24, x8, 4 x24=100fcf7c x8:100fcf78 - 21184500 21169 1c001e38 00042503 lw x10, 0(x8) x10=00000001 x8:100fcf78 PA:100fcf78 - 21185500 21170 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21188500 21173 1c001e54 00055863 bge x10, x0, 16 x10:00000001 - 21191500 21176 1c001e64 00410593 addi x11, x2, 4 x11=100fcef4 x2:100fcef0 - 21192500 21177 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21194500 21179 1c0019fe 0105a683 lw x13, 16(x11) x13=100fcf08 x11:100fcef4 PA:100fcf04 - 21195500 21180 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fcef4 PA:100fcf00 - 21197500 21182 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21198500 21183 1c001a04 02f55633 divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001 - 21232500 21217 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000001 x14:0000000a - 21233500 21218 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21234500 21219 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21235500 21220 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21238500 21223 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fcef4 PA:100fcf00 - 21239500 21224 1c001a20 02f55833 divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001 - 21273500 21258 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001 - 21307500 21292 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21338500 21323 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21339500 21324 1c001a2e 01004663 blt x0, x16, 12 x16:00000001 - 21342500 21327 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21360500 21345 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000001 - 21363500 21348 1c001a56 01070733 add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001 - 21364500 21349 1c001a58 00e68023 sb x14, 0(x13) x14:00000031 x13:100fcf08 PA:100fcf08 - 21366500 21351 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21367500 21352 1c001a5e 00168693 addi x13, x13, 1 x13=100fcf09 x13:100fcf08 - 21368500 21353 1c001a60 fb1ff06f jal x0, -80 - 21370500 21355 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21371500 21356 1c001a12 00068023 sb x0, 0(x13) x13:100fcf09 PA:100fcf09 - 21372500 21357 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21374500 21359 1c001e68 f17ff06f jal x0, -234 - 21376500 21361 1c001d7e 00410613 addi x12, x2, 4 x12=100fcef4 x2:100fcef0 - 21377500 21362 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21378500 21363 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21379500 21364 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21381500 21366 1c001a62 fe010113 addi x2, x2, -32 x2=100fced0 x2:100fcef0 - 21382500 21367 1c001a64 00812c23 sw x8, 24(x2) x8:100fcf78 x2:100fced0 PA:100fcee8 - 21383500 21368 1c001a66 01062783 lw x15, 16(x12) x15=100fcf08 x12:100fcef4 PA:100fcf04 - 21384500 21369 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100fcef4 PA:100fcef8 - 21385500 21370 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:100fced0 PA:100fcee4 - 21386500 21371 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100fced0 PA:100fcee0 - 21387500 21372 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100fced0 PA:100fcedc - 21388500 21373 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100fced0 PA:100fceec - 21389500 21374 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100fced0 PA:100fced8 - 21390500 21375 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21391500 21376 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21392500 21377 1c001a78 00c004b3 add x9, x0, x12 x9=100fcef4 x12:100fcef4 - 21393500 21378 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000031 x15=100fcf09 x15:100fcf08 PA:100fcf08 - 21395500 21380 1c001a7e 00070363 beq x14, x0, 6 x14:00000031 - 21396500 21381 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21397500 21382 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100fcef4 PA:100fcefc - 21399500 21384 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21402500 21387 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4 - 21404500 21389 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21405500 21390 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21408500 21393 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21409500 21394 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21410500 21395 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21413500 21398 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21414500 21399 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21415500 21400 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21416500 21401 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21417500 21402 1c001b36 f71ff06f jal x0, -144 - 21419500 21404 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100fcef4 PA:100fcefc - 21421500 21406 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21424500 21409 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4 - 21426500 21411 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21427500 21412 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21430500 21415 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4 - 21431500 21416 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21432500 21417 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21433500 21418 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21434500 21419 1c001ae8 0104aa03 lw x20, 16(x9) x20=100fcf08 x9:100fcef4 PA:100fcf04 - 21436500 21421 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000031 x20=100fcf09 x20:100fcf08 PA:100fcf08 - 21438500 21423 1c001af0 06059763 bne x11, x0, 110 x11:00000031 - 21441500 21426 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21442500 21427 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21444500 21429 1c001776 00b00533 add x10, x0, x11 x10=00000031 x11:00000031 - 21445500 21430 1c001778 fddff06f jal x0, -36 - 21447500 21432 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21448500 21433 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 21449500 21434 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21450500 21435 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 21451500 21436 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 21452500 21437 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 21453500 21438 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 21454500 21439 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 21455500 21440 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21456500 21441 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104008 - 21460500 21445 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21461500 21446 1c001b62 f8bff06f jal x0, -118 - 21463500 21448 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100fcf0a x20:100fcf09 PA:100fcf09 - 21465500 21450 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21466500 21451 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fcef4 PA:100fcef4 - 21468500 21453 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21469500 21454 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21472500 21457 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100fced0 PA:100fceec - 21473500 21458 1c001b02 01812403 lw x8, 24(x2) x8=100fcf78 x2:100fced0 PA:100fcee8 - 21474500 21459 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:100fced0 PA:100fcee4 - 21475500 21460 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100fced0 PA:100fcee0 - 21476500 21461 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100fced0 PA:100fcedc - 21477500 21462 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100fced0 PA:100fced8 - 21478500 21463 1c001b0c 02010113 addi x2, x2, 32 x2=100fcef0 x2:100fced0 - 21479500 21464 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21481500 21466 1c001d86 01800433 add x8, x0, x24 x8=100fcf7c x24:100fcf7c - 21482500 21467 1c001d88 fadff06f jal x0, -84 - 21484500 21469 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21485500 21470 1c001d36 e69ff06f jal x0, -408 - 21488500 21473 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21504500 21489 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21505500 21490 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21508500 21493 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21509500 21494 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21510500 21495 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21512500 21497 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21513500 21498 1c001778 fddff06f jal x0, -36 - 21515500 21500 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21516500 21501 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 21517500 21502 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21518500 21503 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 21519500 21504 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 21520500 21505 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 21521500 21506 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 21522500 21507 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 21523500 21508 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21524500 21509 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104008 - 21528500 21513 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21529500 21514 1c001bca 16a0006f jal x0, 362 - 21531500 21516 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21532500 21517 1c001d36 e69ff06f jal x0, -408 - 21535500 21520 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21550500 21535 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21551500 21536 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21554500 21539 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21555500 21540 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21556500 21541 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21558500 21543 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21559500 21544 1c001778 fddff06f jal x0, -36 - 21561500 21546 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21562500 21547 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 21563500 21548 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21564500 21549 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 21565500 21550 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 21566500 21551 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 21567500 21552 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 21568500 21553 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 21569500 21554 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21570500 21555 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104008 - 21574500 21559 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21575500 21560 1c001bca 16a0006f jal x0, 362 - 21577500 21562 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21578500 21563 1c001d36 e69ff06f jal x0, -408 - 21581500 21566 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21596500 21581 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21597500 21582 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21600500 21585 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21601500 21586 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21602500 21587 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21604500 21589 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21605500 21590 1c001778 fddff06f jal x0, -36 - 21607500 21592 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21608500 21593 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000001 - 21609500 21594 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21610500 21595 1c00175e 00379713 slli x14, x15, 0x3 x14=00000008 x15:00000001 - 21611500 21596 1c001762 00279793 slli x15, x15, 0x2 x15=00000004 x15:00000001 - 21612500 21597 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000008 - 21613500 21598 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000004 x13:00001f80 - 21614500 21599 1c00176a 00e787b3 add x15, x15, x14 x15=00000008 x15:00000000 x14:00000008 - 21615500 21600 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21616500 21601 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104008 - 21620500 21605 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21621500 21606 1c001bca 16a0006f jal x0, 362 - 21623500 21608 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21624500 21609 1c001d36 e69ff06f jal x0, -408 - 21627500 21612 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21642500 21627 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21643500 21628 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21644500 21629 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:100fcef0 PA:100fcf4c - 21645500 21630 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:100fcef0 PA:100fcf48 - 21646500 21631 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:100fcef0 PA:100fcf44 - 21647500 21632 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:100fcef0 PA:100fcf40 - 21648500 21633 1c001bb0 04c12983 lw x19, 76(x2) x19=00000001 x2:100fcef0 PA:100fcf3c - 21649500 21634 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:100fcef0 PA:100fcf38 - 21650500 21635 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:100fcef0 PA:100fcf34 - 21651500 21636 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:100fcef0 PA:100fcf30 - 21652500 21637 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:100fcef0 PA:100fcf2c - 21653500 21638 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:100fcef0 PA:100fcf28 - 21654500 21639 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:100fcef0 PA:100fcf24 - 21655500 21640 1c001bbe 06010113 addi x2, x2, 96 x2=100fcf50 x2:100fcef0 - 21656500 21641 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21658500 21643 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:100fcf50 PA:100fcf6c - 21659500 21644 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21660500 21645 1c001838 04010113 addi x2, x2, 64 x2=100fcf90 x2:100fcf50 - 21661500 21646 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21676500 21661 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_00_2.log b/sw/scripts/tracevis/example/traces/trace_core_00_2.log deleted file mode 100644 index 6c6578f..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_00_2.log +++ /dev/null @@ -1,847 +0,0 @@ - Time Cycles PC Instr Mnemonic - 98500 83 1c000080 0180006f jal x0, 24 - 122500 107 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000002 - 123500 108 1c00009c 01f57593 andi x11, x10, 31 x11=00000002 x10:00000002 - 146500 131 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000000 x10:00000002 - 147500 132 1c0000a2 00058463 beq x11, x0, 8 x11:00000002 - 148500 133 1c0000a6 05a0206f jal x0, 8282 - 169500 154 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 170500 155 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 171500 156 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 172500 157 1c00210c 0e059163 bne x11, x0, 226 x11:00000002 - 242500 227 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 243500 228 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000002 - 244500 229 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000002 x19:00000002 - 245500 230 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 262500 247 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 263500 248 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 264500 249 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 265500 250 1c00220a 0060006f jal x0, 6 - 287500 272 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 9629500 9614 1c002214 08096503 p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080 - 9637500 9622 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 9638500 9623 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 9656500 9641 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 9657500 9642 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 9659500 9644 1c00222c 08096283 p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080 - 9683500 9668 1c002230 02a98533 mul x10, x19, x10 x10=00001000 x19:00000002 x10:00000800 - 9684500 9669 1c002234 00550133 add x2, x10, x5 x2=100fd790 x10:00001000 x5:100fc790 - 9685500 9670 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 9705500 9690 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18829500 18814 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18837500 18822 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18838500 18823 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18839500 18824 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18840500 18825 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18863500 18848 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000002 - 18883500 18868 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18884500 18869 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000000 x12:00000002 - 18885500 18870 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000 - 18886500 18871 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000002 x12:00000002 - 18887500 18872 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18888500 18873 1c0009d4 63d0006f jal x0, 3644 - 18890500 18875 1c001810 fc010113 addi x2, x2, -64 x2=100fd750 x2:100fd790 - 18891500 18876 1c001812 02b12223 sw x11, 36(x2) x11:00000000 x2:100fd750 PA:100fd774 - 18897500 18882 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18898500 18883 1c001818 02c12423 sw x12, 40(x2) x12:00000002 x2:100fd750 PA:100fd778 - 18899500 18884 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:100fd750 PA:100fd77c - 18900500 18885 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18901500 18886 1c00181e 02410693 addi x13, x2, 36 x13=100fd774 x2:100fd750 - 18912500 18897 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18913500 18898 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18914500 18899 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:100fd750 PA:100fd76c - 18919500 18904 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:100fd750 PA:100fd780 - 18920500 18905 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:100fd750 PA:100fd784 - 18921500 18906 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:100fd750 PA:100fd788 - 18922500 18907 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:100fd750 PA:100fd78c - 18936500 18921 1c001830 00d12623 sw x13, 12(x2) x13:100fd774 x2:100fd750 PA:100fd75c - 18938500 18923 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18955500 18940 1c001b70 fa010113 addi x2, x2, -96 x2=100fd6f0 x2:100fd750 - 18956500 18941 1c001b72 01810793 addi x15, x2, 24 x15=100fd708 x2:100fd6f0 - 18957500 18942 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:100fd6f0 PA:100fd748 - 18961500 18946 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:100fd6f0 PA:100fd740 - 18962500 18947 1c001b78 05312623 sw x19, 76(x2) x19:00000002 x2:100fd6f0 PA:100fd73c - 18963500 18948 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:100fd6f0 PA:100fd738 - 18964500 18949 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:100fd6f0 PA:100fd734 - 18965500 18950 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:100fd6f0 PA:100fd730 - 18982500 18967 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:100fd6f0 PA:100fd72c - 18987500 18972 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:100fd6f0 PA:100fd74c - 18988500 18973 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:100fd6f0 PA:100fd744 - 18989500 18974 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:100fd6f0 PA:100fd728 - 18990500 18975 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:100fd6f0 PA:100fd724 - 18991500 18976 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18992500 18977 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18993500 18978 1c001b8e 00d00433 add x8, x0, x13 x8=100fd774 x13:100fd774 - 19012500 18997 1c001b90 00f12a23 sw x15, 20(x2) x15:100fd708 x2:100fd6f0 PA:100fd704 - 19014500 18999 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19015500 19000 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19016500 19001 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19017500 19002 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19036500 19021 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19055500 19040 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19056500 19041 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19078500 19063 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19079500 19064 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19080500 19065 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19098500 19083 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19099500 19084 1c001778 fddff06f jal x0, -36 - 19101500 19086 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19102500 19087 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19103500 19088 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19121500 19106 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19122500 19107 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19123500 19108 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19124500 19109 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19125500 19110 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19126500 19111 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19127500 19112 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104010 - 19131500 19116 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19132500 19117 1c001bca 16a0006f jal x0, 362 - 19150500 19135 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19151500 19136 1c001d36 e69ff06f jal x0, -408 - 19154500 19139 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19175500 19160 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19176500 19161 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19179500 19164 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19180500 19165 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19181500 19166 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19183500 19168 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19184500 19169 1c001778 fddff06f jal x0, -36 - 19186500 19171 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19187500 19172 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19188500 19173 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19189500 19174 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19190500 19175 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19191500 19176 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19192500 19177 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19193500 19178 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19194500 19179 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19195500 19180 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104010 - 19199500 19184 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19200500 19185 1c001bca 16a0006f jal x0, 362 - 19202500 19187 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19203500 19188 1c001d36 e69ff06f jal x0, -408 - 19206500 19191 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19227500 19212 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19228500 19213 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19231500 19216 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19232500 19217 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19233500 19218 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19235500 19220 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19236500 19221 1c001778 fddff06f jal x0, -36 - 19238500 19223 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19239500 19224 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19240500 19225 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19241500 19226 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19242500 19227 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19243500 19228 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19244500 19229 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19245500 19230 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19246500 19231 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19247500 19232 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104010 - 19251500 19236 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19252500 19237 1c001bca 16a0006f jal x0, 362 - 19254500 19239 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19255500 19240 1c001d36 e69ff06f jal x0, -408 - 19258500 19243 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19276500 19261 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19277500 19262 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19280500 19265 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19281500 19266 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19282500 19267 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19284500 19269 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19285500 19270 1c001778 fddff06f jal x0, -36 - 19287500 19272 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19288500 19273 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19289500 19274 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19290500 19275 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19291500 19276 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19292500 19277 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19293500 19278 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19294500 19279 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19295500 19280 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19296500 19281 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104010 - 19300500 19285 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19301500 19286 1c001bca 16a0006f jal x0, 362 - 19303500 19288 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19304500 19289 1c001d36 e69ff06f jal x0, -408 - 19307500 19292 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19321500 19306 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19322500 19307 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19325500 19310 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19326500 19311 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19327500 19312 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19329500 19314 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19330500 19315 1c001778 fddff06f jal x0, -36 - 19332500 19317 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19333500 19318 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19334500 19319 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19335500 19320 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19336500 19321 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19337500 19322 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19338500 19323 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19339500 19324 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19340500 19325 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19341500 19326 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104010 - 19345500 19330 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19346500 19331 1c001bca 16a0006f jal x0, 362 - 19348500 19333 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19349500 19334 1c001d36 e69ff06f jal x0, -408 - 19352500 19337 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19373500 19358 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19374500 19359 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19377500 19362 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19378500 19363 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19379500 19364 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19381500 19366 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19382500 19367 1c001778 fddff06f jal x0, -36 - 19384500 19369 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19385500 19370 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19386500 19371 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19387500 19372 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19388500 19373 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19389500 19374 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19390500 19375 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19391500 19376 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19392500 19377 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19393500 19378 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104010 - 19397500 19382 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19398500 19383 1c001bca 16a0006f jal x0, 362 - 19400500 19385 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19401500 19386 1c001d36 e69ff06f jal x0, -408 - 19404500 19389 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19423500 19408 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19424500 19409 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19427500 19412 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19428500 19413 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19429500 19414 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19431500 19416 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19432500 19417 1c001778 fddff06f jal x0, -36 - 19434500 19419 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19435500 19420 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19436500 19421 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19437500 19422 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19438500 19423 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19439500 19424 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19440500 19425 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19441500 19426 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19442500 19427 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19443500 19428 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104010 - 19447500 19432 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19448500 19433 1c001bca 16a0006f jal x0, 362 - 19450500 19435 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19451500 19436 1c001d36 e69ff06f jal x0, -408 - 19454500 19439 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19473500 19458 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19474500 19459 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19477500 19462 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19478500 19463 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19479500 19464 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19481500 19466 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19482500 19467 1c001778 fddff06f jal x0, -36 - 19484500 19469 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19485500 19470 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19486500 19471 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19487500 19472 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19488500 19473 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19489500 19474 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19490500 19475 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19491500 19476 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19492500 19477 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19493500 19478 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104010 - 19497500 19482 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19498500 19483 1c001bca 16a0006f jal x0, 362 - 19500500 19485 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19501500 19486 1c001d36 e69ff06f jal x0, -408 - 19504500 19489 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19522500 19507 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19523500 19508 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19526500 19511 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19527500 19512 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19528500 19513 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19530500 19515 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19531500 19516 1c001778 fddff06f jal x0, -36 - 19533500 19518 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19534500 19519 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19535500 19520 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19536500 19521 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19537500 19522 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19538500 19523 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19539500 19524 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19540500 19525 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19541500 19526 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19542500 19527 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104010 - 19546500 19531 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19547500 19532 1c001bca 16a0006f jal x0, 362 - 19549500 19534 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19550500 19535 1c001d36 e69ff06f jal x0, -408 - 19553500 19538 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19580500 19565 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19581500 19566 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19584500 19569 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19585500 19570 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19586500 19571 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19588500 19573 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19589500 19574 1c001778 fddff06f jal x0, -36 - 19591500 19576 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19592500 19577 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19593500 19578 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19594500 19579 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19595500 19580 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19596500 19581 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19597500 19582 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19598500 19583 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19599500 19584 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19600500 19585 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104010 - 19604500 19589 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19605500 19590 1c001bca 16a0006f jal x0, 362 - 19607500 19592 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19608500 19593 1c001d36 e69ff06f jal x0, -408 - 19611500 19596 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19626500 19611 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19627500 19612 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19630500 19615 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19631500 19616 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19632500 19617 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19634500 19619 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19635500 19620 1c001778 fddff06f jal x0, -36 - 19637500 19622 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19638500 19623 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19639500 19624 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19640500 19625 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19641500 19626 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19642500 19627 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19643500 19628 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19644500 19629 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19645500 19630 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19646500 19631 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104010 - 19650500 19635 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19651500 19636 1c001bca 16a0006f jal x0, 362 - 19653500 19638 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19654500 19639 1c001d36 e69ff06f jal x0, -408 - 19657500 19642 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19673500 19658 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19674500 19659 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19677500 19662 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19678500 19663 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19679500 19664 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19681500 19666 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19682500 19667 1c001778 fddff06f jal x0, -36 - 19684500 19669 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19685500 19670 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19686500 19671 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19687500 19672 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19688500 19673 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19689500 19674 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19690500 19675 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19691500 19676 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19692500 19677 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19693500 19678 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104010 - 19697500 19682 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19698500 19683 1c001bca 16a0006f jal x0, 362 - 19700500 19685 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19701500 19686 1c001d36 e69ff06f jal x0, -408 - 19704500 19689 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19718500 19703 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19719500 19704 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19722500 19707 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19723500 19708 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19724500 19709 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19726500 19711 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19727500 19712 1c001778 fddff06f jal x0, -36 - 19729500 19714 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19730500 19715 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19731500 19716 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19732500 19717 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19733500 19718 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19734500 19719 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19735500 19720 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19736500 19721 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19737500 19722 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19738500 19723 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104010 - 19742500 19727 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19743500 19728 1c001bca 16a0006f jal x0, 362 - 19745500 19730 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19746500 19731 1c001d36 e69ff06f jal x0, -408 - 19749500 19734 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19763500 19748 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19764500 19749 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19767500 19752 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19768500 19753 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19769500 19754 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19771500 19756 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19772500 19757 1c001778 fddff06f jal x0, -36 - 19774500 19759 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19775500 19760 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19776500 19761 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19777500 19762 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19778500 19763 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19779500 19764 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19780500 19765 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19781500 19766 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19782500 19767 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19783500 19768 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104010 - 19787500 19772 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19788500 19773 1c001bca 16a0006f jal x0, 362 - 19790500 19775 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19791500 19776 1c001d36 e69ff06f jal x0, -408 - 19794500 19779 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19811500 19796 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19812500 19797 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19815500 19800 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19816500 19801 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19817500 19802 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19819500 19804 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19820500 19805 1c001778 fddff06f jal x0, -36 - 19822500 19807 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19823500 19808 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 19824500 19809 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19825500 19810 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 19826500 19811 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 19827500 19812 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 19828500 19813 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 19829500 19814 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 19830500 19815 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19831500 19816 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104010 - 19835500 19820 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19836500 19821 1c001bca 16a0006f jal x0, 362 - 19838500 19823 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19839500 19824 1c001d36 e69ff06f jal x0, -408 - 19842500 19827 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19861500 19846 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19862500 19847 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19865500 19850 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19868500 19853 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:100fd6f0 PA:100fd6f4 - 19876500 19861 1c001bd0 00012423 sw x0, 8(x2) x2:100fd6f0 PA:100fd6f8 - 19878500 19863 1c001bd2 00010623 sb x0, 12(x2) x2:100fd6f0 PA:100fd6fc - 19879500 19864 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19880500 19865 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19896500 19881 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19897500 19882 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100fd6f0 PA:100fd6f4 - 19901500 19886 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19902500 19887 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19903500 19888 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19904500 19889 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19905500 19890 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19919500 19904 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19920500 19905 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19921500 19906 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19946500 19931 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19947500 19932 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19971500 19956 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19972500 19957 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19973500 19958 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19993500 19978 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20012500 19997 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20015500 20000 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20033500 20018 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20050500 20035 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20051500 20036 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20052500 20037 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20072500 20057 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20090500 20075 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20109500 20094 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20110500 20095 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20149500 20134 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20167500 20152 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20191500 20176 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20192500 20177 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20229500 20214 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20246500 20231 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20247500 20232 1c001f42 e09ff06f jal x0, -504 - 20265500 20250 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20266500 20251 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100fd6f0 PA:100fd700 - 20288500 20273 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20307500 20292 1c001e34 00440c13 addi x24, x8, 4 x24=100fd778 x8:100fd774 - 20308500 20293 1c001e38 00042503 lw x10, 0(x8) x10=00000000 x8:100fd774 PA:100fd774 - 20313500 20298 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20345500 20330 1c001e54 00055863 bge x10, x0, 16 x10:00000000 - 20364500 20349 1c001e64 00410593 addi x11, x2, 4 x11=100fd6f4 x2:100fd6f0 - 20365500 20350 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20385500 20370 1c0019fe 0105a683 lw x13, 16(x11) x13=100fd708 x11:100fd6f4 PA:100fd704 - 20402500 20387 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fd6f4 PA:100fd700 - 20405500 20390 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20406500 20391 1c001a04 02f55633 divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001 - 20440500 20425 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000000 x14:0000000a - 20441500 20426 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20442500 20427 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20443500 20428 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20446500 20431 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fd6f4 PA:100fd700 - 20461500 20446 1c001a20 02f55833 divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001 - 20495500 20480 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001 - 20529500 20514 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20560500 20545 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20561500 20546 1c001a2e 01004663 blt x0, x16, 12 x16:00000000 - 20562500 20547 1c001a32 fc079fe3 bne x15, x0, -34 x15:00000000 - 20563500 20548 1c001a34 03000713 addi x14, x0, 48 x14=00000030 - 20564500 20549 1c001a38 01e0006f jal x0, 30 - 20582500 20567 1c001a56 01070733 add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000 - 20583500 20568 1c001a58 00e68023 sb x14, 0(x13) x14:00000030 x13:100fd708 PA:100fd708 - 20584500 20569 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20585500 20570 1c001a5e 00168693 addi x13, x13, 1 x13=100fd709 x13:100fd708 - 20601500 20586 1c001a60 fb1ff06f jal x0, -80 - 20603500 20588 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20604500 20589 1c001a12 00068023 sb x0, 0(x13) x13:100fd709 PA:100fd709 - 20606500 20591 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20607500 20592 1c001e68 f17ff06f jal x0, -234 - 20625500 20610 1c001d7e 00410613 addi x12, x2, 4 x12=100fd6f4 x2:100fd6f0 - 20642500 20627 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20643500 20628 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20644500 20629 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20646500 20631 1c001a62 fe010113 addi x2, x2, -32 x2=100fd6d0 x2:100fd6f0 - 20647500 20632 1c001a64 00812c23 sw x8, 24(x2) x8:100fd774 x2:100fd6d0 PA:100fd6e8 - 20654500 20639 1c001a66 01062783 lw x15, 16(x12) x15=100fd708 x12:100fd6f4 PA:100fd704 - 20655500 20640 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100fd6f4 PA:100fd6f8 - 20656500 20641 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:100fd6d0 PA:100fd6e4 - 20657500 20642 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100fd6d0 PA:100fd6e0 - 20658500 20643 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100fd6d0 PA:100fd6dc - 20673500 20658 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100fd6d0 PA:100fd6ec - 20676500 20661 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100fd6d0 PA:100fd6d8 - 20677500 20662 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20678500 20663 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20679500 20664 1c001a78 00c004b3 add x9, x0, x12 x9=100fd6f4 x12:100fd6f4 - 20680500 20665 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000030 x15=100fd709 x15:100fd708 PA:100fd708 - 20682500 20667 1c001a7e 00070363 beq x14, x0, 6 x14:00000030 - 20696500 20681 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20697500 20682 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100fd6f4 PA:100fd6fc - 20703500 20688 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20706500 20691 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4 - 20720500 20705 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20721500 20706 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20740500 20725 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20741500 20726 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20742500 20727 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20764500 20749 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20765500 20750 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20788500 20773 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20789500 20774 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20790500 20775 1c001b36 f71ff06f jal x0, -144 - 20792500 20777 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100fd6f4 PA:100fd6fc - 20797500 20782 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20813500 20798 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4 - 20818500 20803 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20819500 20804 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20835500 20820 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4 - 20852500 20837 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20853500 20838 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20854500 20839 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20855500 20840 1c001ae8 0104aa03 lw x20, 16(x9) x20=100fd708 x9:100fd6f4 PA:100fd704 - 20859500 20844 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000030 x20=100fd709 x20:100fd708 PA:100fd708 - 20873500 20858 1c001af0 06059763 bne x11, x0, 110 x11:00000030 - 20893500 20878 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20910500 20895 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20912500 20897 1c001776 00b00533 add x10, x0, x11 x10=00000030 x11:00000030 - 20913500 20898 1c001778 fddff06f jal x0, -36 - 20915500 20900 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20916500 20901 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 20917500 20902 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20918500 20903 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 20919500 20904 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 20920500 20905 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 20921500 20906 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 20922500 20907 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 20923500 20908 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20924500 20909 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104010 - 20928500 20913 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20929500 20914 1c001b62 f8bff06f jal x0, -118 - 20931500 20916 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100fd70a x20:100fd709 PA:100fd709 - 20939500 20924 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20940500 20925 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4 - 20942500 20927 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20943500 20928 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20957500 20942 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100fd6d0 PA:100fd6ec - 20961500 20946 1c001b02 01812403 lw x8, 24(x2) x8=100fd774 x2:100fd6d0 PA:100fd6e8 - 20962500 20947 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:100fd6d0 PA:100fd6e4 - 20963500 20948 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100fd6d0 PA:100fd6e0 - 20964500 20949 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100fd6d0 PA:100fd6dc - 20965500 20950 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100fd6d0 PA:100fd6d8 - 20966500 20951 1c001b0c 02010113 addi x2, x2, 32 x2=100fd6f0 x2:100fd6d0 - 20967500 20952 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20981500 20966 1c001d86 01800433 add x8, x0, x24 x8=100fd778 x24:100fd778 - 20982500 20967 1c001d88 fadff06f jal x0, -84 - 20984500 20969 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20985500 20970 1c001d36 e69ff06f jal x0, -408 - 20988500 20973 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21007500 20992 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21008500 20993 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21011500 20996 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21012500 20997 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21013500 20998 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21015500 21000 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21016500 21001 1c001778 fddff06f jal x0, -36 - 21018500 21003 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21019500 21004 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 21020500 21005 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21021500 21006 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 21022500 21007 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 21023500 21008 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 21024500 21009 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 21025500 21010 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 21026500 21011 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21027500 21012 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104010 - 21031500 21016 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21032500 21017 1c001bca 16a0006f jal x0, 362 - 21034500 21019 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21035500 21020 1c001d36 e69ff06f jal x0, -408 - 21038500 21023 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21052500 21037 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21053500 21038 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21056500 21041 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21057500 21042 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21058500 21043 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21060500 21045 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21061500 21046 1c001778 fddff06f jal x0, -36 - 21063500 21048 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21064500 21049 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 21065500 21050 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21066500 21051 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 21067500 21052 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 21068500 21053 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 21069500 21054 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 21070500 21055 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 21071500 21056 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21072500 21057 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104010 - 21076500 21061 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21077500 21062 1c001bca 16a0006f jal x0, 362 - 21079500 21064 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21080500 21065 1c001d36 e69ff06f jal x0, -408 - 21083500 21068 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21100500 21085 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21101500 21086 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21104500 21089 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21107500 21092 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:100fd6f0 PA:100fd6f4 - 21108500 21093 1c001bd0 00012423 sw x0, 8(x2) x2:100fd6f0 PA:100fd6f8 - 21109500 21094 1c001bd2 00010623 sb x0, 12(x2) x2:100fd6f0 PA:100fd6fc - 21110500 21095 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21111500 21096 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21112500 21097 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21113500 21098 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100fd6f0 PA:100fd6f4 - 21115500 21100 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21116500 21101 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21117500 21102 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21118500 21103 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21119500 21104 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21120500 21105 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21121500 21106 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21122500 21107 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21136500 21121 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21137500 21122 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21140500 21125 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21141500 21126 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21142500 21127 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21145500 21130 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21148500 21133 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21151500 21136 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21154500 21139 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21155500 21140 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21156500 21141 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21157500 21142 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21160500 21145 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21161500 21146 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21164500 21149 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21165500 21150 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21168500 21153 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21170500 21155 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21173500 21158 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21174500 21159 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21177500 21162 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21178500 21163 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21179500 21164 1c001f42 e09ff06f jal x0, -504 - 21181500 21166 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21182500 21167 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100fd6f0 PA:100fd700 - 21183500 21168 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21186500 21171 1c001e34 00440c13 addi x24, x8, 4 x24=100fd77c x8:100fd778 - 21187500 21172 1c001e38 00042503 lw x10, 0(x8) x10=00000002 x8:100fd778 PA:100fd778 - 21188500 21173 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21191500 21176 1c001e54 00055863 bge x10, x0, 16 x10:00000002 - 21194500 21179 1c001e64 00410593 addi x11, x2, 4 x11=100fd6f4 x2:100fd6f0 - 21195500 21180 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21197500 21182 1c0019fe 0105a683 lw x13, 16(x11) x13=100fd708 x11:100fd6f4 PA:100fd704 - 21198500 21183 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fd6f4 PA:100fd700 - 21199500 21184 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21200500 21185 1c001a04 02f55633 divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001 - 21234500 21219 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000002 x14:0000000a - 21235500 21220 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21236500 21221 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21237500 21222 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21240500 21225 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fd6f4 PA:100fd700 - 21241500 21226 1c001a20 02f55833 divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001 - 21275500 21260 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001 - 21309500 21294 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21340500 21325 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21341500 21326 1c001a2e 01004663 blt x0, x16, 12 x16:00000002 - 21344500 21329 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21360500 21345 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000002 - 21363500 21348 1c001a56 01070733 add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002 - 21364500 21349 1c001a58 00e68023 sb x14, 0(x13) x14:00000032 x13:100fd708 PA:100fd708 - 21368500 21353 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21369500 21354 1c001a5e 00168693 addi x13, x13, 1 x13=100fd709 x13:100fd708 - 21370500 21355 1c001a60 fb1ff06f jal x0, -80 - 21372500 21357 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21373500 21358 1c001a12 00068023 sb x0, 0(x13) x13:100fd709 PA:100fd709 - 21374500 21359 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21376500 21361 1c001e68 f17ff06f jal x0, -234 - 21378500 21363 1c001d7e 00410613 addi x12, x2, 4 x12=100fd6f4 x2:100fd6f0 - 21379500 21364 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21380500 21365 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21381500 21366 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21383500 21368 1c001a62 fe010113 addi x2, x2, -32 x2=100fd6d0 x2:100fd6f0 - 21384500 21369 1c001a64 00812c23 sw x8, 24(x2) x8:100fd778 x2:100fd6d0 PA:100fd6e8 - 21385500 21370 1c001a66 01062783 lw x15, 16(x12) x15=100fd708 x12:100fd6f4 PA:100fd704 - 21386500 21371 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100fd6f4 PA:100fd6f8 - 21387500 21372 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:100fd6d0 PA:100fd6e4 - 21388500 21373 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100fd6d0 PA:100fd6e0 - 21389500 21374 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100fd6d0 PA:100fd6dc - 21390500 21375 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100fd6d0 PA:100fd6ec - 21391500 21376 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100fd6d0 PA:100fd6d8 - 21392500 21377 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21393500 21378 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21394500 21379 1c001a78 00c004b3 add x9, x0, x12 x9=100fd6f4 x12:100fd6f4 - 21395500 21380 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000032 x15=100fd709 x15:100fd708 PA:100fd708 - 21397500 21382 1c001a7e 00070363 beq x14, x0, 6 x14:00000032 - 21398500 21383 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21399500 21384 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100fd6f4 PA:100fd6fc - 21401500 21386 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21404500 21389 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4 - 21406500 21391 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21407500 21392 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21410500 21395 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21411500 21396 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21412500 21397 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21415500 21400 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21416500 21401 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21417500 21402 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21418500 21403 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21419500 21404 1c001b36 f71ff06f jal x0, -144 - 21421500 21406 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100fd6f4 PA:100fd6fc - 21423500 21408 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21426500 21411 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4 - 21428500 21413 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21429500 21414 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21432500 21417 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4 - 21433500 21418 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21434500 21419 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21435500 21420 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21436500 21421 1c001ae8 0104aa03 lw x20, 16(x9) x20=100fd708 x9:100fd6f4 PA:100fd704 - 21438500 21423 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000032 x20=100fd709 x20:100fd708 PA:100fd708 - 21440500 21425 1c001af0 06059763 bne x11, x0, 110 x11:00000032 - 21443500 21428 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21444500 21429 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21446500 21431 1c001776 00b00533 add x10, x0, x11 x10=00000032 x11:00000032 - 21447500 21432 1c001778 fddff06f jal x0, -36 - 21449500 21434 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21450500 21435 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 21451500 21436 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21452500 21437 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 21453500 21438 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 21454500 21439 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 21455500 21440 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 21456500 21441 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 21457500 21442 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21458500 21443 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104010 - 21462500 21447 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21463500 21448 1c001b62 f8bff06f jal x0, -118 - 21465500 21450 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100fd70a x20:100fd709 PA:100fd709 - 21467500 21452 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21468500 21453 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fd6f4 PA:100fd6f4 - 21470500 21455 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21471500 21456 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21474500 21459 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100fd6d0 PA:100fd6ec - 21475500 21460 1c001b02 01812403 lw x8, 24(x2) x8=100fd778 x2:100fd6d0 PA:100fd6e8 - 21476500 21461 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:100fd6d0 PA:100fd6e4 - 21477500 21462 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100fd6d0 PA:100fd6e0 - 21478500 21463 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100fd6d0 PA:100fd6dc - 21479500 21464 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100fd6d0 PA:100fd6d8 - 21480500 21465 1c001b0c 02010113 addi x2, x2, 32 x2=100fd6f0 x2:100fd6d0 - 21481500 21466 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21483500 21468 1c001d86 01800433 add x8, x0, x24 x8=100fd77c x24:100fd77c - 21484500 21469 1c001d88 fadff06f jal x0, -84 - 21486500 21471 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21487500 21472 1c001d36 e69ff06f jal x0, -408 - 21490500 21475 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21508500 21493 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21509500 21494 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21512500 21497 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21513500 21498 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21514500 21499 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21516500 21501 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21517500 21502 1c001778 fddff06f jal x0, -36 - 21519500 21504 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21520500 21505 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 21521500 21506 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21522500 21507 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 21523500 21508 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 21524500 21509 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 21525500 21510 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 21526500 21511 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 21527500 21512 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21528500 21513 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104010 - 21532500 21517 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21533500 21518 1c001bca 16a0006f jal x0, 362 - 21535500 21520 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21536500 21521 1c001d36 e69ff06f jal x0, -408 - 21539500 21524 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21553500 21538 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21554500 21539 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21557500 21542 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21558500 21543 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21559500 21544 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21561500 21546 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21562500 21547 1c001778 fddff06f jal x0, -36 - 21564500 21549 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21565500 21550 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 21566500 21551 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21567500 21552 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 21568500 21553 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 21569500 21554 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 21570500 21555 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 21571500 21556 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 21572500 21557 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21573500 21558 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104010 - 21577500 21562 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21578500 21563 1c001bca 16a0006f jal x0, 362 - 21580500 21565 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21581500 21566 1c001d36 e69ff06f jal x0, -408 - 21584500 21569 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21599500 21584 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21600500 21585 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21603500 21588 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21604500 21589 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21605500 21590 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21607500 21592 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21608500 21593 1c001778 fddff06f jal x0, -36 - 21610500 21595 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21611500 21596 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000002 - 21612500 21597 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21613500 21598 1c00175e 00379713 slli x14, x15, 0x3 x14=00000010 x15:00000002 - 21614500 21599 1c001762 00279793 slli x15, x15, 0x2 x15=00000008 x15:00000002 - 21615500 21600 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000010 - 21616500 21601 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000008 x13:00001f80 - 21617500 21602 1c00176a 00e787b3 add x15, x15, x14 x15=00000010 x15:00000000 x14:00000010 - 21618500 21603 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21619500 21604 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104010 - 21623500 21608 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21624500 21609 1c001bca 16a0006f jal x0, 362 - 21626500 21611 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21627500 21612 1c001d36 e69ff06f jal x0, -408 - 21630500 21615 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21646500 21631 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21647500 21632 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21648500 21633 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:100fd6f0 PA:100fd74c - 21649500 21634 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:100fd6f0 PA:100fd748 - 21650500 21635 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:100fd6f0 PA:100fd744 - 21651500 21636 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:100fd6f0 PA:100fd740 - 21652500 21637 1c001bb0 04c12983 lw x19, 76(x2) x19=00000002 x2:100fd6f0 PA:100fd73c - 21653500 21638 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:100fd6f0 PA:100fd738 - 21654500 21639 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:100fd6f0 PA:100fd734 - 21655500 21640 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:100fd6f0 PA:100fd730 - 21656500 21641 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:100fd6f0 PA:100fd72c - 21657500 21642 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:100fd6f0 PA:100fd728 - 21658500 21643 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:100fd6f0 PA:100fd724 - 21659500 21644 1c001bbe 06010113 addi x2, x2, 96 x2=100fd750 x2:100fd6f0 - 21660500 21645 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21662500 21647 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:100fd750 PA:100fd76c - 21664500 21649 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21665500 21650 1c001838 04010113 addi x2, x2, 64 x2=100fd790 x2:100fd750 - 21666500 21651 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21676500 21661 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_00_3.log b/sw/scripts/tracevis/example/traces/trace_core_00_3.log deleted file mode 100644 index 4d4699a..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_00_3.log +++ /dev/null @@ -1,847 +0,0 @@ - Time Cycles PC Instr Mnemonic - 100500 85 1c000080 0180006f jal x0, 24 - 125500 110 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000003 - 126500 111 1c00009c 01f57593 andi x11, x10, 31 x11=00000003 x10:00000003 - 148500 133 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000000 x10:00000003 - 149500 134 1c0000a2 00058463 beq x11, x0, 8 x11:00000003 - 150500 135 1c0000a6 05a0206f jal x0, 8282 - 173500 158 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 174500 159 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 175500 160 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 176500 161 1c00210c 0e059163 bne x11, x0, 226 x11:00000003 - 244500 229 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 245500 230 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000003 - 246500 231 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000003 x19:00000003 - 247500 232 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 266500 251 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 267500 252 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 268500 253 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 269500 254 1c00220a 0060006f jal x0, 6 - 289500 274 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 9629500 9614 1c002214 08096503 p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080 - 9637500 9622 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 9638500 9623 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 9656500 9641 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 9657500 9642 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 9659500 9644 1c00222c 08096283 p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080 - 9683500 9668 1c002230 02a98533 mul x10, x19, x10 x10=00001800 x19:00000003 x10:00000800 - 9684500 9669 1c002234 00550133 add x2, x10, x5 x2=100fdf90 x10:00001800 x5:100fc790 - 9685500 9670 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 9705500 9690 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18829500 18814 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18837500 18822 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18838500 18823 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18839500 18824 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18840500 18825 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18863500 18848 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000003 - 18883500 18868 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18884500 18869 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000000 x12:00000003 - 18885500 18870 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000 - 18886500 18871 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000003 x12:00000003 - 18887500 18872 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18888500 18873 1c0009d4 63d0006f jal x0, 3644 - 18890500 18875 1c001810 fc010113 addi x2, x2, -64 x2=100fdf50 x2:100fdf90 - 18891500 18876 1c001812 02b12223 sw x11, 36(x2) x11:00000000 x2:100fdf50 PA:100fdf74 - 18896500 18881 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18897500 18882 1c001818 02c12423 sw x12, 40(x2) x12:00000003 x2:100fdf50 PA:100fdf78 - 18898500 18883 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:100fdf50 PA:100fdf7c - 18899500 18884 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18900500 18885 1c00181e 02410693 addi x13, x2, 36 x13=100fdf74 x2:100fdf50 - 18912500 18897 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18913500 18898 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18914500 18899 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:100fdf50 PA:100fdf6c - 18918500 18903 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:100fdf50 PA:100fdf80 - 18919500 18904 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:100fdf50 PA:100fdf84 - 18920500 18905 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:100fdf50 PA:100fdf88 - 18921500 18906 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:100fdf50 PA:100fdf8c - 18936500 18921 1c001830 00d12623 sw x13, 12(x2) x13:100fdf74 x2:100fdf50 PA:100fdf5c - 18939500 18924 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18955500 18940 1c001b70 fa010113 addi x2, x2, -96 x2=100fdef0 x2:100fdf50 - 18956500 18941 1c001b72 01810793 addi x15, x2, 24 x15=100fdf08 x2:100fdef0 - 18957500 18942 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:100fdef0 PA:100fdf48 - 18960500 18945 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:100fdef0 PA:100fdf40 - 18961500 18946 1c001b78 05312623 sw x19, 76(x2) x19:00000003 x2:100fdef0 PA:100fdf3c - 18962500 18947 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:100fdef0 PA:100fdf38 - 18963500 18948 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:100fdef0 PA:100fdf34 - 18964500 18949 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:100fdef0 PA:100fdf30 - 18982500 18967 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:100fdef0 PA:100fdf2c - 18986500 18971 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:100fdef0 PA:100fdf4c - 18987500 18972 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:100fdef0 PA:100fdf44 - 18988500 18973 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:100fdef0 PA:100fdf28 - 18989500 18974 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:100fdef0 PA:100fdf24 - 18990500 18975 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18991500 18976 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18992500 18977 1c001b8e 00d00433 add x8, x0, x13 x8=100fdf74 x13:100fdf74 - 19012500 18997 1c001b90 00f12a23 sw x15, 20(x2) x15:100fdf08 x2:100fdef0 PA:100fdf04 - 19015500 19000 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19016500 19001 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19017500 19002 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19018500 19003 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19036500 19021 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19057500 19042 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19058500 19043 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19078500 19063 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19079500 19064 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19080500 19065 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19098500 19083 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19099500 19084 1c001778 fddff06f jal x0, -36 - 19101500 19086 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19102500 19087 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19103500 19088 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19121500 19106 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19122500 19107 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19123500 19108 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19124500 19109 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19125500 19110 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19126500 19111 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19127500 19112 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104018 - 19131500 19116 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19132500 19117 1c001bca 16a0006f jal x0, 362 - 19150500 19135 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19151500 19136 1c001d36 e69ff06f jal x0, -408 - 19154500 19139 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19177500 19162 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19178500 19163 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19181500 19166 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19182500 19167 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19183500 19168 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19185500 19170 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19186500 19171 1c001778 fddff06f jal x0, -36 - 19188500 19173 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19189500 19174 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19190500 19175 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19191500 19176 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19192500 19177 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19193500 19178 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19194500 19179 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19195500 19180 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19196500 19181 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19197500 19182 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104018 - 19201500 19186 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19202500 19187 1c001bca 16a0006f jal x0, 362 - 19204500 19189 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19205500 19190 1c001d36 e69ff06f jal x0, -408 - 19208500 19193 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19236500 19221 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19237500 19222 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19240500 19225 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19241500 19226 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19242500 19227 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19244500 19229 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19245500 19230 1c001778 fddff06f jal x0, -36 - 19247500 19232 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19248500 19233 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19249500 19234 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19250500 19235 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19251500 19236 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19252500 19237 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19253500 19238 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19254500 19239 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19255500 19240 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19256500 19241 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104018 - 19260500 19245 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19261500 19246 1c001bca 16a0006f jal x0, 362 - 19263500 19248 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19264500 19249 1c001d36 e69ff06f jal x0, -408 - 19267500 19252 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19284500 19269 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19285500 19270 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19288500 19273 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19289500 19274 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19290500 19275 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19292500 19277 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19293500 19278 1c001778 fddff06f jal x0, -36 - 19295500 19280 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19296500 19281 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19297500 19282 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19298500 19283 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19299500 19284 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19300500 19285 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19301500 19286 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19302500 19287 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19303500 19288 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19304500 19289 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104018 - 19308500 19293 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19309500 19294 1c001bca 16a0006f jal x0, 362 - 19311500 19296 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19312500 19297 1c001d36 e69ff06f jal x0, -408 - 19315500 19300 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19333500 19318 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19334500 19319 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19337500 19322 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19338500 19323 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19339500 19324 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19341500 19326 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19342500 19327 1c001778 fddff06f jal x0, -36 - 19344500 19329 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19345500 19330 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19346500 19331 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19347500 19332 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19348500 19333 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19349500 19334 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19350500 19335 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19351500 19336 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19352500 19337 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19353500 19338 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104018 - 19357500 19342 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19358500 19343 1c001bca 16a0006f jal x0, 362 - 19360500 19345 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19361500 19346 1c001d36 e69ff06f jal x0, -408 - 19364500 19349 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19383500 19368 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19384500 19369 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19387500 19372 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19388500 19373 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19389500 19374 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19391500 19376 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19392500 19377 1c001778 fddff06f jal x0, -36 - 19394500 19379 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19395500 19380 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19396500 19381 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19397500 19382 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19398500 19383 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19399500 19384 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19400500 19385 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19401500 19386 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19402500 19387 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19403500 19388 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104018 - 19407500 19392 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19408500 19393 1c001bca 16a0006f jal x0, 362 - 19410500 19395 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19411500 19396 1c001d36 e69ff06f jal x0, -408 - 19414500 19399 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19432500 19417 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19433500 19418 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19436500 19421 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19437500 19422 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19438500 19423 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19440500 19425 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19441500 19426 1c001778 fddff06f jal x0, -36 - 19443500 19428 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19444500 19429 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19445500 19430 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19446500 19431 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19447500 19432 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19448500 19433 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19449500 19434 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19450500 19435 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19451500 19436 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19452500 19437 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104018 - 19456500 19441 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19457500 19442 1c001bca 16a0006f jal x0, 362 - 19459500 19444 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19460500 19445 1c001d36 e69ff06f jal x0, -408 - 19463500 19448 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19482500 19467 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19483500 19468 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19486500 19471 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19487500 19472 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19488500 19473 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19490500 19475 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19491500 19476 1c001778 fddff06f jal x0, -36 - 19493500 19478 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19494500 19479 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19495500 19480 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19496500 19481 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19497500 19482 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19498500 19483 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19499500 19484 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19500500 19485 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19501500 19486 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19502500 19487 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104018 - 19506500 19491 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19507500 19492 1c001bca 16a0006f jal x0, 362 - 19509500 19494 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19510500 19495 1c001d36 e69ff06f jal x0, -408 - 19513500 19498 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19527500 19512 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19528500 19513 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19531500 19516 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19532500 19517 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19533500 19518 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19535500 19520 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19536500 19521 1c001778 fddff06f jal x0, -36 - 19538500 19523 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19539500 19524 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19540500 19525 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19541500 19526 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19542500 19527 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19543500 19528 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19544500 19529 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19545500 19530 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19546500 19531 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19547500 19532 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104018 - 19551500 19536 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19552500 19537 1c001bca 16a0006f jal x0, 362 - 19554500 19539 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19555500 19540 1c001d36 e69ff06f jal x0, -408 - 19558500 19543 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19587500 19572 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19588500 19573 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19591500 19576 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19592500 19577 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19593500 19578 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19595500 19580 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19596500 19581 1c001778 fddff06f jal x0, -36 - 19598500 19583 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19599500 19584 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19600500 19585 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19601500 19586 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19602500 19587 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19603500 19588 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19604500 19589 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19605500 19590 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19606500 19591 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19607500 19592 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104018 - 19611500 19596 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19612500 19597 1c001bca 16a0006f jal x0, 362 - 19614500 19599 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19615500 19600 1c001d36 e69ff06f jal x0, -408 - 19618500 19603 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19632500 19617 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19633500 19618 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19636500 19621 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19637500 19622 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19638500 19623 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19640500 19625 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19641500 19626 1c001778 fddff06f jal x0, -36 - 19643500 19628 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19644500 19629 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19645500 19630 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19646500 19631 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19647500 19632 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19648500 19633 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19649500 19634 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19650500 19635 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19651500 19636 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19652500 19637 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104018 - 19656500 19641 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19657500 19642 1c001bca 16a0006f jal x0, 362 - 19659500 19644 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19660500 19645 1c001d36 e69ff06f jal x0, -408 - 19663500 19648 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19677500 19662 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19678500 19663 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19681500 19666 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19682500 19667 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19683500 19668 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19685500 19670 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19686500 19671 1c001778 fddff06f jal x0, -36 - 19688500 19673 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19689500 19674 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19690500 19675 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19691500 19676 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19692500 19677 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19693500 19678 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19694500 19679 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19695500 19680 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19696500 19681 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19697500 19682 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104018 - 19701500 19686 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19702500 19687 1c001bca 16a0006f jal x0, 362 - 19704500 19689 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19705500 19690 1c001d36 e69ff06f jal x0, -408 - 19708500 19693 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19722500 19707 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19723500 19708 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19726500 19711 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19727500 19712 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19728500 19713 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19730500 19715 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19731500 19716 1c001778 fddff06f jal x0, -36 - 19733500 19718 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19734500 19719 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19735500 19720 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19736500 19721 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19737500 19722 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19738500 19723 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19739500 19724 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19740500 19725 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19741500 19726 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19742500 19727 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104018 - 19746500 19731 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19747500 19732 1c001bca 16a0006f jal x0, 362 - 19749500 19734 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19750500 19735 1c001d36 e69ff06f jal x0, -408 - 19753500 19738 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19767500 19752 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19768500 19753 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19771500 19756 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19772500 19757 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19773500 19758 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19775500 19760 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19776500 19761 1c001778 fddff06f jal x0, -36 - 19778500 19763 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19779500 19764 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19780500 19765 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19781500 19766 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19782500 19767 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19783500 19768 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19784500 19769 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19785500 19770 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19786500 19771 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19787500 19772 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104018 - 19791500 19776 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19792500 19777 1c001bca 16a0006f jal x0, 362 - 19794500 19779 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19795500 19780 1c001d36 e69ff06f jal x0, -408 - 19798500 19783 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19817500 19802 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19818500 19803 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19821500 19806 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19822500 19807 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19823500 19808 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19825500 19810 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19826500 19811 1c001778 fddff06f jal x0, -36 - 19828500 19813 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19829500 19814 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 19830500 19815 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19831500 19816 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 19832500 19817 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 19833500 19818 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 19834500 19819 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 19835500 19820 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 19836500 19821 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19837500 19822 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104018 - 19841500 19826 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19842500 19827 1c001bca 16a0006f jal x0, 362 - 19844500 19829 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19845500 19830 1c001d36 e69ff06f jal x0, -408 - 19848500 19833 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19865500 19850 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19866500 19851 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19869500 19854 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19872500 19857 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:100fdef0 PA:100fdef4 - 19877500 19862 1c001bd0 00012423 sw x0, 8(x2) x2:100fdef0 PA:100fdef8 - 19879500 19864 1c001bd2 00010623 sb x0, 12(x2) x2:100fdef0 PA:100fdefc - 19880500 19865 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19881500 19866 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19896500 19881 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19897500 19882 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100fdef0 PA:100fdef4 - 19900500 19885 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19901500 19886 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19902500 19887 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19903500 19888 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19904500 19889 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19919500 19904 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19920500 19905 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19921500 19906 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19950500 19935 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19951500 19936 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19971500 19956 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19972500 19957 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19973500 19958 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19993500 19978 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20012500 19997 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20015500 20000 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20033500 20018 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20050500 20035 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20051500 20036 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20052500 20037 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20072500 20057 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20090500 20075 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20109500 20094 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20110500 20095 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20149500 20134 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20167500 20152 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20191500 20176 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20192500 20177 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20229500 20214 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20246500 20231 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20247500 20232 1c001f42 e09ff06f jal x0, -504 - 20265500 20250 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20266500 20251 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100fdef0 PA:100fdf00 - 20288500 20273 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20307500 20292 1c001e34 00440c13 addi x24, x8, 4 x24=100fdf78 x8:100fdf74 - 20308500 20293 1c001e38 00042503 lw x10, 0(x8) x10=00000000 x8:100fdf74 PA:100fdf74 - 20312500 20297 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20345500 20330 1c001e54 00055863 bge x10, x0, 16 x10:00000000 - 20364500 20349 1c001e64 00410593 addi x11, x2, 4 x11=100fdef4 x2:100fdef0 - 20365500 20350 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20385500 20370 1c0019fe 0105a683 lw x13, 16(x11) x13=100fdf08 x11:100fdef4 PA:100fdf04 - 20402500 20387 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fdef4 PA:100fdf00 - 20404500 20389 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20405500 20390 1c001a04 02f55633 divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001 - 20439500 20424 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000000 x14:0000000a - 20440500 20425 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20441500 20426 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20442500 20427 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20445500 20430 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fdef4 PA:100fdf00 - 20461500 20446 1c001a20 02f55833 divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001 - 20495500 20480 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001 - 20529500 20514 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20560500 20545 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20561500 20546 1c001a2e 01004663 blt x0, x16, 12 x16:00000000 - 20562500 20547 1c001a32 fc079fe3 bne x15, x0, -34 x15:00000000 - 20563500 20548 1c001a34 03000713 addi x14, x0, 48 x14=00000030 - 20564500 20549 1c001a38 01e0006f jal x0, 30 - 20582500 20567 1c001a56 01070733 add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000 - 20583500 20568 1c001a58 00e68023 sb x14, 0(x13) x14:00000030 x13:100fdf08 PA:100fdf08 - 20585500 20570 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20586500 20571 1c001a5e 00168693 addi x13, x13, 1 x13=100fdf09 x13:100fdf08 - 20601500 20586 1c001a60 fb1ff06f jal x0, -80 - 20603500 20588 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20604500 20589 1c001a12 00068023 sb x0, 0(x13) x13:100fdf09 PA:100fdf09 - 20607500 20592 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20608500 20593 1c001e68 f17ff06f jal x0, -234 - 20625500 20610 1c001d7e 00410613 addi x12, x2, 4 x12=100fdef4 x2:100fdef0 - 20642500 20627 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20643500 20628 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20644500 20629 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20646500 20631 1c001a62 fe010113 addi x2, x2, -32 x2=100fded0 x2:100fdef0 - 20647500 20632 1c001a64 00812c23 sw x8, 24(x2) x8:100fdf74 x2:100fded0 PA:100fdee8 - 20648500 20633 1c001a66 01062783 lw x15, 16(x12) x15=100fdf08 x12:100fdef4 PA:100fdf04 - 20649500 20634 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100fdef4 PA:100fdef8 - 20650500 20635 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:100fded0 PA:100fdee4 - 20651500 20636 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100fded0 PA:100fdee0 - 20652500 20637 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100fded0 PA:100fdedc - 20673500 20658 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100fded0 PA:100fdeec - 20675500 20660 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100fded0 PA:100fded8 - 20676500 20661 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20677500 20662 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20678500 20663 1c001a78 00c004b3 add x9, x0, x12 x9=100fdef4 x12:100fdef4 - 20679500 20664 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000030 x15=100fdf09 x15:100fdf08 PA:100fdf08 - 20681500 20666 1c001a7e 00070363 beq x14, x0, 6 x14:00000030 - 20696500 20681 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20697500 20682 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100fdef4 PA:100fdefc - 20702500 20687 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20705500 20690 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4 - 20720500 20705 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20721500 20706 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20740500 20725 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20741500 20726 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20742500 20727 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20764500 20749 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20765500 20750 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20788500 20773 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20789500 20774 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20790500 20775 1c001b36 f71ff06f jal x0, -144 - 20792500 20777 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100fdef4 PA:100fdefc - 20796500 20781 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20813500 20798 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4 - 20817500 20802 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20818500 20803 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20835500 20820 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4 - 20852500 20837 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20853500 20838 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20854500 20839 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20855500 20840 1c001ae8 0104aa03 lw x20, 16(x9) x20=100fdf08 x9:100fdef4 PA:100fdf04 - 20858500 20843 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000030 x20=100fdf09 x20:100fdf08 PA:100fdf08 - 20873500 20858 1c001af0 06059763 bne x11, x0, 110 x11:00000030 - 20893500 20878 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20910500 20895 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20912500 20897 1c001776 00b00533 add x10, x0, x11 x10=00000030 x11:00000030 - 20913500 20898 1c001778 fddff06f jal x0, -36 - 20915500 20900 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20916500 20901 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 20917500 20902 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20918500 20903 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 20919500 20904 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 20920500 20905 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 20921500 20906 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 20922500 20907 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 20923500 20908 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20924500 20909 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104018 - 20928500 20913 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20929500 20914 1c001b62 f8bff06f jal x0, -118 - 20931500 20916 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100fdf0a x20:100fdf09 PA:100fdf09 - 20933500 20918 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20934500 20919 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4 - 20936500 20921 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20937500 20922 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20957500 20942 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100fded0 PA:100fdeec - 20960500 20945 1c001b02 01812403 lw x8, 24(x2) x8=100fdf74 x2:100fded0 PA:100fdee8 - 20961500 20946 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:100fded0 PA:100fdee4 - 20962500 20947 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100fded0 PA:100fdee0 - 20963500 20948 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100fded0 PA:100fdedc - 20964500 20949 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100fded0 PA:100fded8 - 20965500 20950 1c001b0c 02010113 addi x2, x2, 32 x2=100fdef0 x2:100fded0 - 20966500 20951 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20981500 20966 1c001d86 01800433 add x8, x0, x24 x8=100fdf78 x24:100fdf78 - 20982500 20967 1c001d88 fadff06f jal x0, -84 - 20984500 20969 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20985500 20970 1c001d36 e69ff06f jal x0, -408 - 20988500 20973 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21009500 20994 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21010500 20995 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21013500 20998 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21014500 20999 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21015500 21000 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21017500 21002 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21018500 21003 1c001778 fddff06f jal x0, -36 - 21020500 21005 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21021500 21006 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 21022500 21007 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21023500 21008 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 21024500 21009 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 21025500 21010 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 21026500 21011 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 21027500 21012 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 21028500 21013 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21029500 21014 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104018 - 21033500 21018 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21034500 21019 1c001bca 16a0006f jal x0, 362 - 21036500 21021 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21037500 21022 1c001d36 e69ff06f jal x0, -408 - 21040500 21025 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21055500 21040 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21056500 21041 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21059500 21044 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21060500 21045 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21061500 21046 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21063500 21048 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21064500 21049 1c001778 fddff06f jal x0, -36 - 21066500 21051 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21067500 21052 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 21068500 21053 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21069500 21054 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 21070500 21055 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 21071500 21056 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 21072500 21057 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 21073500 21058 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 21074500 21059 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21075500 21060 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104018 - 21079500 21064 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21080500 21065 1c001bca 16a0006f jal x0, 362 - 21082500 21067 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21083500 21068 1c001d36 e69ff06f jal x0, -408 - 21086500 21071 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21103500 21088 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21104500 21089 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21107500 21092 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21110500 21095 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:100fdef0 PA:100fdef4 - 21111500 21096 1c001bd0 00012423 sw x0, 8(x2) x2:100fdef0 PA:100fdef8 - 21112500 21097 1c001bd2 00010623 sb x0, 12(x2) x2:100fdef0 PA:100fdefc - 21113500 21098 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21114500 21099 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21115500 21100 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21116500 21101 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100fdef0 PA:100fdef4 - 21117500 21102 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21118500 21103 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21119500 21104 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21120500 21105 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21121500 21106 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21122500 21107 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21123500 21108 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21124500 21109 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21141500 21126 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21142500 21127 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21145500 21130 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21146500 21131 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21147500 21132 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21150500 21135 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21153500 21138 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21156500 21141 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21159500 21144 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21160500 21145 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21161500 21146 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21162500 21147 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21165500 21150 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21166500 21151 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21169500 21154 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21170500 21155 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21173500 21158 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21175500 21160 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21178500 21163 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21179500 21164 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21182500 21167 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21183500 21168 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21184500 21169 1c001f42 e09ff06f jal x0, -504 - 21186500 21171 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21187500 21172 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100fdef0 PA:100fdf00 - 21188500 21173 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21191500 21176 1c001e34 00440c13 addi x24, x8, 4 x24=100fdf7c x8:100fdf78 - 21192500 21177 1c001e38 00042503 lw x10, 0(x8) x10=00000003 x8:100fdf78 PA:100fdf78 - 21193500 21178 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21196500 21181 1c001e54 00055863 bge x10, x0, 16 x10:00000003 - 21199500 21184 1c001e64 00410593 addi x11, x2, 4 x11=100fdef4 x2:100fdef0 - 21200500 21185 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21202500 21187 1c0019fe 0105a683 lw x13, 16(x11) x13=100fdf08 x11:100fdef4 PA:100fdf04 - 21203500 21188 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fdef4 PA:100fdf00 - 21204500 21189 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21205500 21190 1c001a04 02f55633 divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001 - 21239500 21224 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000003 x14:0000000a - 21240500 21225 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21241500 21226 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21242500 21227 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21245500 21230 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fdef4 PA:100fdf00 - 21246500 21231 1c001a20 02f55833 divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001 - 21280500 21265 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001 - 21314500 21299 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21345500 21330 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21346500 21331 1c001a2e 01004663 blt x0, x16, 12 x16:00000003 - 21349500 21334 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21360500 21345 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000003 - 21363500 21348 1c001a56 01070733 add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003 - 21364500 21349 1c001a58 00e68023 sb x14, 0(x13) x14:00000033 x13:100fdf08 PA:100fdf08 - 21367500 21352 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21368500 21353 1c001a5e 00168693 addi x13, x13, 1 x13=100fdf09 x13:100fdf08 - 21369500 21354 1c001a60 fb1ff06f jal x0, -80 - 21371500 21356 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21372500 21357 1c001a12 00068023 sb x0, 0(x13) x13:100fdf09 PA:100fdf09 - 21373500 21358 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21375500 21360 1c001e68 f17ff06f jal x0, -234 - 21377500 21362 1c001d7e 00410613 addi x12, x2, 4 x12=100fdef4 x2:100fdef0 - 21378500 21363 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21379500 21364 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21380500 21365 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21382500 21367 1c001a62 fe010113 addi x2, x2, -32 x2=100fded0 x2:100fdef0 - 21383500 21368 1c001a64 00812c23 sw x8, 24(x2) x8:100fdf78 x2:100fded0 PA:100fdee8 - 21384500 21369 1c001a66 01062783 lw x15, 16(x12) x15=100fdf08 x12:100fdef4 PA:100fdf04 - 21385500 21370 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100fdef4 PA:100fdef8 - 21386500 21371 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:100fded0 PA:100fdee4 - 21387500 21372 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100fded0 PA:100fdee0 - 21388500 21373 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100fded0 PA:100fdedc - 21389500 21374 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100fded0 PA:100fdeec - 21390500 21375 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100fded0 PA:100fded8 - 21391500 21376 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21392500 21377 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21393500 21378 1c001a78 00c004b3 add x9, x0, x12 x9=100fdef4 x12:100fdef4 - 21394500 21379 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000033 x15=100fdf09 x15:100fdf08 PA:100fdf08 - 21396500 21381 1c001a7e 00070363 beq x14, x0, 6 x14:00000033 - 21397500 21382 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21398500 21383 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100fdef4 PA:100fdefc - 21400500 21385 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21403500 21388 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4 - 21405500 21390 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21406500 21391 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21409500 21394 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21410500 21395 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21411500 21396 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21414500 21399 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21415500 21400 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21416500 21401 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21417500 21402 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21418500 21403 1c001b36 f71ff06f jal x0, -144 - 21420500 21405 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100fdef4 PA:100fdefc - 21422500 21407 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21425500 21410 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4 - 21427500 21412 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21428500 21413 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21431500 21416 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4 - 21432500 21417 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21433500 21418 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21434500 21419 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21435500 21420 1c001ae8 0104aa03 lw x20, 16(x9) x20=100fdf08 x9:100fdef4 PA:100fdf04 - 21437500 21422 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000033 x20=100fdf09 x20:100fdf08 PA:100fdf08 - 21439500 21424 1c001af0 06059763 bne x11, x0, 110 x11:00000033 - 21442500 21427 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21443500 21428 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21445500 21430 1c001776 00b00533 add x10, x0, x11 x10=00000033 x11:00000033 - 21446500 21431 1c001778 fddff06f jal x0, -36 - 21448500 21433 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21449500 21434 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 21450500 21435 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21451500 21436 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 21452500 21437 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 21453500 21438 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 21454500 21439 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 21455500 21440 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 21456500 21441 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21457500 21442 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104018 - 21461500 21446 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21462500 21447 1c001b62 f8bff06f jal x0, -118 - 21464500 21449 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100fdf0a x20:100fdf09 PA:100fdf09 - 21466500 21451 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21467500 21452 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fdef4 PA:100fdef4 - 21469500 21454 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21470500 21455 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21473500 21458 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100fded0 PA:100fdeec - 21474500 21459 1c001b02 01812403 lw x8, 24(x2) x8=100fdf78 x2:100fded0 PA:100fdee8 - 21475500 21460 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:100fded0 PA:100fdee4 - 21476500 21461 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100fded0 PA:100fdee0 - 21477500 21462 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100fded0 PA:100fdedc - 21478500 21463 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100fded0 PA:100fded8 - 21479500 21464 1c001b0c 02010113 addi x2, x2, 32 x2=100fdef0 x2:100fded0 - 21480500 21465 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21482500 21467 1c001d86 01800433 add x8, x0, x24 x8=100fdf7c x24:100fdf7c - 21483500 21468 1c001d88 fadff06f jal x0, -84 - 21485500 21470 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21486500 21471 1c001d36 e69ff06f jal x0, -408 - 21489500 21474 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21506500 21491 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21507500 21492 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21510500 21495 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21511500 21496 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21512500 21497 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21514500 21499 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21515500 21500 1c001778 fddff06f jal x0, -36 - 21517500 21502 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21518500 21503 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 21519500 21504 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21520500 21505 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 21521500 21506 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 21522500 21507 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 21523500 21508 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 21524500 21509 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 21525500 21510 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21526500 21511 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104018 - 21530500 21515 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21531500 21516 1c001bca 16a0006f jal x0, 362 - 21533500 21518 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21534500 21519 1c001d36 e69ff06f jal x0, -408 - 21537500 21522 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21551500 21536 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21552500 21537 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21555500 21540 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21556500 21541 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21557500 21542 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21559500 21544 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21560500 21545 1c001778 fddff06f jal x0, -36 - 21562500 21547 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21563500 21548 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 21564500 21549 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21565500 21550 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 21566500 21551 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 21567500 21552 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 21568500 21553 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 21569500 21554 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 21570500 21555 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21571500 21556 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104018 - 21575500 21560 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21576500 21561 1c001bca 16a0006f jal x0, 362 - 21578500 21563 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21579500 21564 1c001d36 e69ff06f jal x0, -408 - 21582500 21567 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21598500 21583 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21599500 21584 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21602500 21587 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21603500 21588 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21604500 21589 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21606500 21591 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21607500 21592 1c001778 fddff06f jal x0, -36 - 21609500 21594 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21610500 21595 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000003 - 21611500 21596 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21612500 21597 1c00175e 00379713 slli x14, x15, 0x3 x14=00000018 x15:00000003 - 21613500 21598 1c001762 00279793 slli x15, x15, 0x2 x15=0000000c x15:00000003 - 21614500 21599 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000018 - 21615500 21600 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000000c x13:00001f80 - 21616500 21601 1c00176a 00e787b3 add x15, x15, x14 x15=00000018 x15:00000000 x14:00000018 - 21617500 21602 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21618500 21603 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104018 - 21622500 21607 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21623500 21608 1c001bca 16a0006f jal x0, 362 - 21625500 21610 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21626500 21611 1c001d36 e69ff06f jal x0, -408 - 21629500 21614 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21644500 21629 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21645500 21630 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21646500 21631 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:100fdef0 PA:100fdf4c - 21647500 21632 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:100fdef0 PA:100fdf48 - 21648500 21633 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:100fdef0 PA:100fdf44 - 21649500 21634 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:100fdef0 PA:100fdf40 - 21650500 21635 1c001bb0 04c12983 lw x19, 76(x2) x19=00000003 x2:100fdef0 PA:100fdf3c - 21651500 21636 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:100fdef0 PA:100fdf38 - 21652500 21637 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:100fdef0 PA:100fdf34 - 21653500 21638 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:100fdef0 PA:100fdf30 - 21654500 21639 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:100fdef0 PA:100fdf2c - 21655500 21640 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:100fdef0 PA:100fdf28 - 21656500 21641 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:100fdef0 PA:100fdf24 - 21657500 21642 1c001bbe 06010113 addi x2, x2, 96 x2=100fdf50 x2:100fdef0 - 21658500 21643 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21660500 21645 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:100fdf50 PA:100fdf6c - 21661500 21646 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21662500 21647 1c001838 04010113 addi x2, x2, 64 x2=100fdf90 x2:100fdf50 - 21663500 21648 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21676500 21661 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_00_4.log b/sw/scripts/tracevis/example/traces/trace_core_00_4.log deleted file mode 100644 index 03d4526..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_00_4.log +++ /dev/null @@ -1,847 +0,0 @@ - Time Cycles PC Instr Mnemonic - 104500 89 1c000080 0180006f jal x0, 24 - 128500 113 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000004 - 129500 114 1c00009c 01f57593 andi x11, x10, 31 x11=00000004 x10:00000004 - 151500 136 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000000 x10:00000004 - 152500 137 1c0000a2 00058463 beq x11, x0, 8 x11:00000004 - 153500 138 1c0000a6 05a0206f jal x0, 8282 - 176500 161 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 177500 162 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 178500 163 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 179500 164 1c00210c 0e059163 bne x11, x0, 226 x11:00000004 - 246500 231 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 247500 232 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000004 - 248500 233 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000004 x19:00000004 - 249500 234 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 268500 253 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 269500 254 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 270500 255 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 271500 256 1c00220a 0060006f jal x0, 6 - 292500 277 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 9629500 9614 1c002214 08096503 p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080 - 9637500 9622 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 9638500 9623 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 9656500 9641 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 9657500 9642 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 9659500 9644 1c00222c 08096283 p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080 - 9683500 9668 1c002230 02a98533 mul x10, x19, x10 x10=00002000 x19:00000004 x10:00000800 - 9684500 9669 1c002234 00550133 add x2, x10, x5 x2=100fe790 x10:00002000 x5:100fc790 - 9685500 9670 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 9705500 9690 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18829500 18814 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18837500 18822 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18838500 18823 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18839500 18824 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18840500 18825 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18863500 18848 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000004 - 18883500 18868 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18884500 18869 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000000 x12:00000004 - 18885500 18870 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000 - 18886500 18871 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000004 x12:00000004 - 18887500 18872 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18888500 18873 1c0009d4 63d0006f jal x0, 3644 - 18890500 18875 1c001810 fc010113 addi x2, x2, -64 x2=100fe750 x2:100fe790 - 18891500 18876 1c001812 02b12223 sw x11, 36(x2) x11:00000000 x2:100fe750 PA:100fe774 - 18898500 18883 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18899500 18884 1c001818 02c12423 sw x12, 40(x2) x12:00000004 x2:100fe750 PA:100fe778 - 18900500 18885 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:100fe750 PA:100fe77c - 18901500 18886 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18902500 18887 1c00181e 02410693 addi x13, x2, 36 x13=100fe774 x2:100fe750 - 18912500 18897 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18913500 18898 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18914500 18899 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:100fe750 PA:100fe76c - 18915500 18900 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:100fe750 PA:100fe780 - 18916500 18901 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:100fe750 PA:100fe784 - 18917500 18902 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:100fe750 PA:100fe788 - 18918500 18903 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:100fe750 PA:100fe78c - 18936500 18921 1c001830 00d12623 sw x13, 12(x2) x13:100fe774 x2:100fe750 PA:100fe75c - 18940500 18925 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18955500 18940 1c001b70 fa010113 addi x2, x2, -96 x2=100fe6f0 x2:100fe750 - 18956500 18941 1c001b72 01810793 addi x15, x2, 24 x15=100fe708 x2:100fe6f0 - 18957500 18942 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:100fe6f0 PA:100fe748 - 18963500 18948 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:100fe6f0 PA:100fe740 - 18965500 18950 1c001b78 05312623 sw x19, 76(x2) x19:00000004 x2:100fe6f0 PA:100fe73c - 18966500 18951 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:100fe6f0 PA:100fe738 - 18967500 18952 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:100fe6f0 PA:100fe734 - 18968500 18953 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:100fe6f0 PA:100fe730 - 18982500 18967 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:100fe6f0 PA:100fe72c - 18989500 18974 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:100fe6f0 PA:100fe74c - 18990500 18975 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:100fe6f0 PA:100fe744 - 18991500 18976 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:100fe6f0 PA:100fe728 - 18992500 18977 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:100fe6f0 PA:100fe724 - 18993500 18978 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18994500 18979 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18995500 18980 1c001b8e 00d00433 add x8, x0, x13 x8=100fe774 x13:100fe774 - 19012500 18997 1c001b90 00f12a23 sw x15, 20(x2) x15:100fe708 x2:100fe6f0 PA:100fe704 - 19016500 19001 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19017500 19002 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19018500 19003 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19019500 19004 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19036500 19021 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19059500 19044 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19060500 19045 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19078500 19063 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19079500 19064 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19080500 19065 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19098500 19083 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19099500 19084 1c001778 fddff06f jal x0, -36 - 19101500 19086 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19102500 19087 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19103500 19088 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19121500 19106 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19122500 19107 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19123500 19108 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19124500 19109 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19125500 19110 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19126500 19111 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19127500 19112 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104020 - 19131500 19116 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19132500 19117 1c001bca 16a0006f jal x0, 362 - 19150500 19135 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19151500 19136 1c001d36 e69ff06f jal x0, -408 - 19154500 19139 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19197500 19182 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19198500 19183 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19201500 19186 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19202500 19187 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19203500 19188 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19205500 19190 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19206500 19191 1c001778 fddff06f jal x0, -36 - 19208500 19193 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19209500 19194 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19210500 19195 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19211500 19196 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19212500 19197 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19213500 19198 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19214500 19199 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19215500 19200 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19216500 19201 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19217500 19202 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104020 - 19221500 19206 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19222500 19207 1c001bca 16a0006f jal x0, 362 - 19224500 19209 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19225500 19210 1c001d36 e69ff06f jal x0, -408 - 19228500 19213 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19247500 19232 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19248500 19233 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19251500 19236 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19252500 19237 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19253500 19238 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19255500 19240 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19256500 19241 1c001778 fddff06f jal x0, -36 - 19258500 19243 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19259500 19244 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19260500 19245 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19261500 19246 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19262500 19247 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19263500 19248 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19264500 19249 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19265500 19250 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19266500 19251 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19267500 19252 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104020 - 19271500 19256 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19272500 19257 1c001bca 16a0006f jal x0, 362 - 19274500 19259 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19275500 19260 1c001d36 e69ff06f jal x0, -408 - 19278500 19263 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19294500 19279 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19295500 19280 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19298500 19283 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19299500 19284 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19300500 19285 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19302500 19287 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19303500 19288 1c001778 fddff06f jal x0, -36 - 19305500 19290 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19306500 19291 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19307500 19292 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19308500 19293 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19309500 19294 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19310500 19295 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19311500 19296 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19312500 19297 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19313500 19298 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19314500 19299 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104020 - 19318500 19303 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19319500 19304 1c001bca 16a0006f jal x0, 362 - 19321500 19306 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19322500 19307 1c001d36 e69ff06f jal x0, -408 - 19325500 19310 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19344500 19329 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19345500 19330 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19348500 19333 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19349500 19334 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19350500 19335 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19352500 19337 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19353500 19338 1c001778 fddff06f jal x0, -36 - 19355500 19340 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19356500 19341 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19357500 19342 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19358500 19343 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19359500 19344 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19360500 19345 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19361500 19346 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19362500 19347 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19363500 19348 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19364500 19349 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104020 - 19368500 19353 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19369500 19354 1c001bca 16a0006f jal x0, 362 - 19371500 19356 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19372500 19357 1c001d36 e69ff06f jal x0, -408 - 19375500 19360 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19398500 19383 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19399500 19384 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19402500 19387 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19403500 19388 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19404500 19389 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19406500 19391 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19407500 19392 1c001778 fddff06f jal x0, -36 - 19409500 19394 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19410500 19395 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19411500 19396 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19412500 19397 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19413500 19398 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19414500 19399 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19415500 19400 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19416500 19401 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19417500 19402 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19418500 19403 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104020 - 19422500 19407 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19423500 19408 1c001bca 16a0006f jal x0, 362 - 19425500 19410 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19426500 19411 1c001d36 e69ff06f jal x0, -408 - 19429500 19414 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19448500 19433 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19449500 19434 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19452500 19437 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19453500 19438 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19454500 19439 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19456500 19441 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19457500 19442 1c001778 fddff06f jal x0, -36 - 19459500 19444 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19460500 19445 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19461500 19446 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19462500 19447 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19463500 19448 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19464500 19449 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19465500 19450 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19466500 19451 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19467500 19452 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19468500 19453 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104020 - 19472500 19457 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19473500 19458 1c001bca 16a0006f jal x0, 362 - 19475500 19460 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19476500 19461 1c001d36 e69ff06f jal x0, -408 - 19479500 19464 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19501500 19486 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19502500 19487 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19505500 19490 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19506500 19491 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19507500 19492 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19509500 19494 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19510500 19495 1c001778 fddff06f jal x0, -36 - 19512500 19497 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19513500 19498 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19514500 19499 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19515500 19500 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19516500 19501 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19517500 19502 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19518500 19503 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19519500 19504 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19520500 19505 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19521500 19506 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104020 - 19525500 19510 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19526500 19511 1c001bca 16a0006f jal x0, 362 - 19528500 19513 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19529500 19514 1c001d36 e69ff06f jal x0, -408 - 19532500 19517 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19547500 19532 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19548500 19533 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19551500 19536 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19552500 19537 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19553500 19538 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19555500 19540 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19556500 19541 1c001778 fddff06f jal x0, -36 - 19558500 19543 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19559500 19544 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19560500 19545 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19561500 19546 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19562500 19547 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19563500 19548 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19564500 19549 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19565500 19550 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19566500 19551 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19567500 19552 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104020 - 19571500 19556 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19572500 19557 1c001bca 16a0006f jal x0, 362 - 19574500 19559 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19575500 19560 1c001d36 e69ff06f jal x0, -408 - 19578500 19563 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19599500 19584 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19600500 19585 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19603500 19588 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19604500 19589 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19605500 19590 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19607500 19592 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19608500 19593 1c001778 fddff06f jal x0, -36 - 19610500 19595 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19611500 19596 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19612500 19597 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19613500 19598 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19614500 19599 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19615500 19600 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19616500 19601 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19617500 19602 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19618500 19603 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19619500 19604 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104020 - 19623500 19608 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19624500 19609 1c001bca 16a0006f jal x0, 362 - 19626500 19611 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19627500 19612 1c001d36 e69ff06f jal x0, -408 - 19630500 19615 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19646500 19631 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19647500 19632 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19650500 19635 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19651500 19636 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19652500 19637 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19654500 19639 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19655500 19640 1c001778 fddff06f jal x0, -36 - 19657500 19642 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19658500 19643 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19659500 19644 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19660500 19645 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19661500 19646 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19662500 19647 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19663500 19648 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19664500 19649 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19665500 19650 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19666500 19651 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104020 - 19670500 19655 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19671500 19656 1c001bca 16a0006f jal x0, 362 - 19673500 19658 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19674500 19659 1c001d36 e69ff06f jal x0, -408 - 19677500 19662 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19692500 19677 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19693500 19678 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19696500 19681 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19697500 19682 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19698500 19683 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19700500 19685 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19701500 19686 1c001778 fddff06f jal x0, -36 - 19703500 19688 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19704500 19689 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19705500 19690 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19706500 19691 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19707500 19692 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19708500 19693 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19709500 19694 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19710500 19695 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19711500 19696 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19712500 19697 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104020 - 19716500 19701 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19717500 19702 1c001bca 16a0006f jal x0, 362 - 19719500 19704 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19720500 19705 1c001d36 e69ff06f jal x0, -408 - 19723500 19708 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19738500 19723 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19739500 19724 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19742500 19727 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19743500 19728 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19744500 19729 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19746500 19731 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19747500 19732 1c001778 fddff06f jal x0, -36 - 19749500 19734 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19750500 19735 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19751500 19736 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19752500 19737 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19753500 19738 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19754500 19739 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19755500 19740 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19756500 19741 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19757500 19742 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19758500 19743 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104020 - 19762500 19747 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19763500 19748 1c001bca 16a0006f jal x0, 362 - 19765500 19750 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19766500 19751 1c001d36 e69ff06f jal x0, -408 - 19769500 19754 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19784500 19769 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19785500 19770 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19788500 19773 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19789500 19774 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19790500 19775 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19792500 19777 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19793500 19778 1c001778 fddff06f jal x0, -36 - 19795500 19780 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19796500 19781 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19797500 19782 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19798500 19783 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19799500 19784 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19800500 19785 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19801500 19786 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19802500 19787 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19803500 19788 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19804500 19789 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104020 - 19808500 19793 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19809500 19794 1c001bca 16a0006f jal x0, 362 - 19811500 19796 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19812500 19797 1c001d36 e69ff06f jal x0, -408 - 19815500 19800 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19830500 19815 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19831500 19816 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19834500 19819 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19835500 19820 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19836500 19821 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19838500 19823 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19839500 19824 1c001778 fddff06f jal x0, -36 - 19841500 19826 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19842500 19827 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 19843500 19828 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19844500 19829 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 19845500 19830 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 19846500 19831 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 19847500 19832 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 19848500 19833 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 19849500 19834 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19850500 19835 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104020 - 19854500 19839 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19855500 19840 1c001bca 16a0006f jal x0, 362 - 19857500 19842 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19858500 19843 1c001d36 e69ff06f jal x0, -408 - 19861500 19846 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19878500 19863 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19879500 19864 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19882500 19867 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19885500 19870 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:100fe6f0 PA:100fe6f4 - 19886500 19871 1c001bd0 00012423 sw x0, 8(x2) x2:100fe6f0 PA:100fe6f8 - 19887500 19872 1c001bd2 00010623 sb x0, 12(x2) x2:100fe6f0 PA:100fe6fc - 19888500 19873 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19889500 19874 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19896500 19881 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19897500 19882 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100fe6f0 PA:100fe6f4 - 19898500 19883 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19899500 19884 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19900500 19885 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19901500 19886 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19902500 19887 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19919500 19904 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19920500 19905 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19921500 19906 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19960500 19945 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19961500 19946 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19971500 19956 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19972500 19957 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19973500 19958 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19993500 19978 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20012500 19997 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20015500 20000 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20033500 20018 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20050500 20035 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20051500 20036 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20052500 20037 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20072500 20057 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20090500 20075 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20109500 20094 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20110500 20095 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20149500 20134 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20167500 20152 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20191500 20176 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20192500 20177 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20229500 20214 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20246500 20231 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20247500 20232 1c001f42 e09ff06f jal x0, -504 - 20265500 20250 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20266500 20251 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100fe6f0 PA:100fe700 - 20288500 20273 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20307500 20292 1c001e34 00440c13 addi x24, x8, 4 x24=100fe778 x8:100fe774 - 20308500 20293 1c001e38 00042503 lw x10, 0(x8) x10=00000000 x8:100fe774 PA:100fe774 - 20315500 20300 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20345500 20330 1c001e54 00055863 bge x10, x0, 16 x10:00000000 - 20364500 20349 1c001e64 00410593 addi x11, x2, 4 x11=100fe6f4 x2:100fe6f0 - 20365500 20350 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20385500 20370 1c0019fe 0105a683 lw x13, 16(x11) x13=100fe708 x11:100fe6f4 PA:100fe704 - 20402500 20387 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fe6f4 PA:100fe700 - 20407500 20392 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20408500 20393 1c001a04 02f55633 divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001 - 20442500 20427 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000000 x14:0000000a - 20443500 20428 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20444500 20429 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20445500 20430 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20448500 20433 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fe6f4 PA:100fe700 - 20461500 20446 1c001a20 02f55833 divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001 - 20495500 20480 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001 - 20529500 20514 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20560500 20545 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20561500 20546 1c001a2e 01004663 blt x0, x16, 12 x16:00000000 - 20562500 20547 1c001a32 fc079fe3 bne x15, x0, -34 x15:00000000 - 20563500 20548 1c001a34 03000713 addi x14, x0, 48 x14=00000030 - 20564500 20549 1c001a38 01e0006f jal x0, 30 - 20582500 20567 1c001a56 01070733 add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000 - 20583500 20568 1c001a58 00e68023 sb x14, 0(x13) x14:00000030 x13:100fe708 PA:100fe708 - 20586500 20571 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20587500 20572 1c001a5e 00168693 addi x13, x13, 1 x13=100fe709 x13:100fe708 - 20601500 20586 1c001a60 fb1ff06f jal x0, -80 - 20603500 20588 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20604500 20589 1c001a12 00068023 sb x0, 0(x13) x13:100fe709 PA:100fe709 - 20608500 20593 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20609500 20594 1c001e68 f17ff06f jal x0, -234 - 20625500 20610 1c001d7e 00410613 addi x12, x2, 4 x12=100fe6f4 x2:100fe6f0 - 20642500 20627 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20643500 20628 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20644500 20629 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20646500 20631 1c001a62 fe010113 addi x2, x2, -32 x2=100fe6d0 x2:100fe6f0 - 20647500 20632 1c001a64 00812c23 sw x8, 24(x2) x8:100fe774 x2:100fe6d0 PA:100fe6e8 - 20649500 20634 1c001a66 01062783 lw x15, 16(x12) x15=100fe708 x12:100fe6f4 PA:100fe704 - 20650500 20635 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100fe6f4 PA:100fe6f8 - 20651500 20636 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:100fe6d0 PA:100fe6e4 - 20652500 20637 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100fe6d0 PA:100fe6e0 - 20653500 20638 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100fe6d0 PA:100fe6dc - 20673500 20658 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100fe6d0 PA:100fe6ec - 20678500 20663 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100fe6d0 PA:100fe6d8 - 20680500 20665 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20681500 20666 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20682500 20667 1c001a78 00c004b3 add x9, x0, x12 x9=100fe6f4 x12:100fe6f4 - 20683500 20668 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000030 x15=100fe709 x15:100fe708 PA:100fe708 - 20685500 20670 1c001a7e 00070363 beq x14, x0, 6 x14:00000030 - 20696500 20681 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20697500 20682 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100fe6f4 PA:100fe6fc - 20705500 20690 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20708500 20693 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4 - 20720500 20705 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20721500 20706 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20740500 20725 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20741500 20726 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20742500 20727 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20764500 20749 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20765500 20750 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20788500 20773 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20789500 20774 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20790500 20775 1c001b36 f71ff06f jal x0, -144 - 20792500 20777 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100fe6f4 PA:100fe6fc - 20799500 20784 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20813500 20798 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4 - 20820500 20805 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20821500 20806 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20835500 20820 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4 - 20852500 20837 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20853500 20838 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20854500 20839 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20855500 20840 1c001ae8 0104aa03 lw x20, 16(x9) x20=100fe708 x9:100fe6f4 PA:100fe704 - 20861500 20846 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000030 x20=100fe709 x20:100fe708 PA:100fe708 - 20873500 20858 1c001af0 06059763 bne x11, x0, 110 x11:00000030 - 20893500 20878 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20910500 20895 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20912500 20897 1c001776 00b00533 add x10, x0, x11 x10=00000030 x11:00000030 - 20913500 20898 1c001778 fddff06f jal x0, -36 - 20915500 20900 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20916500 20901 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 20917500 20902 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20918500 20903 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 20919500 20904 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 20920500 20905 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 20921500 20906 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 20922500 20907 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 20923500 20908 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20924500 20909 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104020 - 20928500 20913 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20929500 20914 1c001b62 f8bff06f jal x0, -118 - 20931500 20916 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100fe70a x20:100fe709 PA:100fe709 - 20934500 20919 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20935500 20920 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4 - 20937500 20922 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20938500 20923 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20957500 20942 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100fe6d0 PA:100fe6ec - 20963500 20948 1c001b02 01812403 lw x8, 24(x2) x8=100fe774 x2:100fe6d0 PA:100fe6e8 - 20964500 20949 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:100fe6d0 PA:100fe6e4 - 20965500 20950 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100fe6d0 PA:100fe6e0 - 20966500 20951 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100fe6d0 PA:100fe6dc - 20967500 20952 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100fe6d0 PA:100fe6d8 - 20968500 20953 1c001b0c 02010113 addi x2, x2, 32 x2=100fe6f0 x2:100fe6d0 - 20969500 20954 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20981500 20966 1c001d86 01800433 add x8, x0, x24 x8=100fe778 x24:100fe778 - 20982500 20967 1c001d88 fadff06f jal x0, -84 - 20984500 20969 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20985500 20970 1c001d36 e69ff06f jal x0, -408 - 20988500 20973 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21011500 20996 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21012500 20997 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21015500 21000 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21016500 21001 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21017500 21002 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21019500 21004 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21020500 21005 1c001778 fddff06f jal x0, -36 - 21022500 21007 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21023500 21008 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 21024500 21009 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21025500 21010 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 21026500 21011 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 21027500 21012 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 21028500 21013 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 21029500 21014 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 21030500 21015 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21031500 21016 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104020 - 21035500 21020 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21036500 21021 1c001bca 16a0006f jal x0, 362 - 21038500 21023 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21039500 21024 1c001d36 e69ff06f jal x0, -408 - 21042500 21027 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21057500 21042 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21058500 21043 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21061500 21046 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21062500 21047 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21063500 21048 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21065500 21050 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21066500 21051 1c001778 fddff06f jal x0, -36 - 21068500 21053 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21069500 21054 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 21070500 21055 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21071500 21056 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 21072500 21057 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 21073500 21058 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 21074500 21059 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 21075500 21060 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 21076500 21061 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21077500 21062 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104020 - 21081500 21066 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21082500 21067 1c001bca 16a0006f jal x0, 362 - 21084500 21069 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21085500 21070 1c001d36 e69ff06f jal x0, -408 - 21088500 21073 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21104500 21089 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21105500 21090 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21108500 21093 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21111500 21096 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:100fe6f0 PA:100fe6f4 - 21112500 21097 1c001bd0 00012423 sw x0, 8(x2) x2:100fe6f0 PA:100fe6f8 - 21113500 21098 1c001bd2 00010623 sb x0, 12(x2) x2:100fe6f0 PA:100fe6fc - 21114500 21099 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21115500 21100 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21116500 21101 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21117500 21102 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100fe6f0 PA:100fe6f4 - 21118500 21103 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21119500 21104 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21120500 21105 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21121500 21106 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21122500 21107 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21123500 21108 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21124500 21109 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21125500 21110 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21143500 21128 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21144500 21129 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21147500 21132 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21148500 21133 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21149500 21134 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21152500 21137 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21155500 21140 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21158500 21143 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21161500 21146 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21162500 21147 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21163500 21148 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21164500 21149 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21167500 21152 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21168500 21153 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21171500 21156 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21172500 21157 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21175500 21160 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21177500 21162 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21180500 21165 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21181500 21166 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21184500 21169 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21185500 21170 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21186500 21171 1c001f42 e09ff06f jal x0, -504 - 21188500 21173 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21189500 21174 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100fe6f0 PA:100fe700 - 21190500 21175 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21193500 21178 1c001e34 00440c13 addi x24, x8, 4 x24=100fe77c x8:100fe778 - 21194500 21179 1c001e38 00042503 lw x10, 0(x8) x10=00000004 x8:100fe778 PA:100fe778 - 21195500 21180 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21198500 21183 1c001e54 00055863 bge x10, x0, 16 x10:00000004 - 21201500 21186 1c001e64 00410593 addi x11, x2, 4 x11=100fe6f4 x2:100fe6f0 - 21202500 21187 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21204500 21189 1c0019fe 0105a683 lw x13, 16(x11) x13=100fe708 x11:100fe6f4 PA:100fe704 - 21205500 21190 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fe6f4 PA:100fe700 - 21206500 21191 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21207500 21192 1c001a04 02f55633 divu x12, x10, x15 x12=00000004 x10:00000004 x15:00000001 - 21241500 21226 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000004 x14:0000000a - 21242500 21227 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21243500 21228 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21244500 21229 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21247500 21232 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100fe6f4 PA:100fe700 - 21248500 21233 1c001a20 02f55833 divu x16, x10, x15 x16=00000004 x10:00000004 x15:00000001 - 21282500 21267 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000004 x15:00000001 - 21316500 21301 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21347500 21332 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21348500 21333 1c001a2e 01004663 blt x0, x16, 12 x16:00000004 - 21351500 21336 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21360500 21345 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000004 - 21363500 21348 1c001a56 01070733 add x14, x14, x16 x14=00000034 x14:00000030 x16:00000004 - 21364500 21349 1c001a58 00e68023 sb x14, 0(x13) x14:00000034 x13:100fe708 PA:100fe708 - 21365500 21350 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21366500 21351 1c001a5e 00168693 addi x13, x13, 1 x13=100fe709 x13:100fe708 - 21367500 21352 1c001a60 fb1ff06f jal x0, -80 - 21369500 21354 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21370500 21355 1c001a12 00068023 sb x0, 0(x13) x13:100fe709 PA:100fe709 - 21371500 21356 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21373500 21358 1c001e68 f17ff06f jal x0, -234 - 21375500 21360 1c001d7e 00410613 addi x12, x2, 4 x12=100fe6f4 x2:100fe6f0 - 21376500 21361 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21377500 21362 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21378500 21363 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21380500 21365 1c001a62 fe010113 addi x2, x2, -32 x2=100fe6d0 x2:100fe6f0 - 21381500 21366 1c001a64 00812c23 sw x8, 24(x2) x8:100fe778 x2:100fe6d0 PA:100fe6e8 - 21382500 21367 1c001a66 01062783 lw x15, 16(x12) x15=100fe708 x12:100fe6f4 PA:100fe704 - 21383500 21368 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100fe6f4 PA:100fe6f8 - 21384500 21369 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:100fe6d0 PA:100fe6e4 - 21385500 21370 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100fe6d0 PA:100fe6e0 - 21386500 21371 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100fe6d0 PA:100fe6dc - 21387500 21372 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100fe6d0 PA:100fe6ec - 21388500 21373 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100fe6d0 PA:100fe6d8 - 21389500 21374 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21390500 21375 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21391500 21376 1c001a78 00c004b3 add x9, x0, x12 x9=100fe6f4 x12:100fe6f4 - 21392500 21377 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000034 x15=100fe709 x15:100fe708 PA:100fe708 - 21394500 21379 1c001a7e 00070363 beq x14, x0, 6 x14:00000034 - 21395500 21380 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21396500 21381 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100fe6f4 PA:100fe6fc - 21398500 21383 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21401500 21386 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4 - 21403500 21388 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21404500 21389 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21407500 21392 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21408500 21393 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21409500 21394 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21412500 21397 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21413500 21398 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21414500 21399 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21415500 21400 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21416500 21401 1c001b36 f71ff06f jal x0, -144 - 21418500 21403 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100fe6f4 PA:100fe6fc - 21420500 21405 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21423500 21408 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4 - 21425500 21410 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21426500 21411 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21429500 21414 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4 - 21430500 21415 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21431500 21416 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21432500 21417 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21433500 21418 1c001ae8 0104aa03 lw x20, 16(x9) x20=100fe708 x9:100fe6f4 PA:100fe704 - 21435500 21420 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000034 x20=100fe709 x20:100fe708 PA:100fe708 - 21437500 21422 1c001af0 06059763 bne x11, x0, 110 x11:00000034 - 21440500 21425 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21441500 21426 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21443500 21428 1c001776 00b00533 add x10, x0, x11 x10=00000034 x11:00000034 - 21444500 21429 1c001778 fddff06f jal x0, -36 - 21446500 21431 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21447500 21432 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 21448500 21433 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21449500 21434 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 21450500 21435 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 21451500 21436 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 21452500 21437 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 21453500 21438 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 21454500 21439 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21455500 21440 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000034 x14:1a104000 PA:1a104020 - 21459500 21444 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21460500 21445 1c001b62 f8bff06f jal x0, -118 - 21462500 21447 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100fe70a x20:100fe709 PA:100fe709 - 21464500 21449 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21465500 21450 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100fe6f4 PA:100fe6f4 - 21467500 21452 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21468500 21453 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21471500 21456 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100fe6d0 PA:100fe6ec - 21472500 21457 1c001b02 01812403 lw x8, 24(x2) x8=100fe778 x2:100fe6d0 PA:100fe6e8 - 21473500 21458 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:100fe6d0 PA:100fe6e4 - 21474500 21459 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100fe6d0 PA:100fe6e0 - 21475500 21460 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100fe6d0 PA:100fe6dc - 21476500 21461 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100fe6d0 PA:100fe6d8 - 21477500 21462 1c001b0c 02010113 addi x2, x2, 32 x2=100fe6f0 x2:100fe6d0 - 21478500 21463 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21480500 21465 1c001d86 01800433 add x8, x0, x24 x8=100fe77c x24:100fe77c - 21481500 21466 1c001d88 fadff06f jal x0, -84 - 21483500 21468 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21484500 21469 1c001d36 e69ff06f jal x0, -408 - 21487500 21472 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21502500 21487 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21503500 21488 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21506500 21491 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21507500 21492 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21508500 21493 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21510500 21495 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21511500 21496 1c001778 fddff06f jal x0, -36 - 21513500 21498 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21514500 21499 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 21515500 21500 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21516500 21501 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 21517500 21502 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 21518500 21503 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 21519500 21504 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 21520500 21505 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 21521500 21506 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21522500 21507 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104020 - 21526500 21511 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21527500 21512 1c001bca 16a0006f jal x0, 362 - 21529500 21514 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21530500 21515 1c001d36 e69ff06f jal x0, -408 - 21533500 21518 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21547500 21532 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21548500 21533 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21551500 21536 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21552500 21537 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21553500 21538 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21555500 21540 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21556500 21541 1c001778 fddff06f jal x0, -36 - 21558500 21543 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21559500 21544 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 21560500 21545 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21561500 21546 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 21562500 21547 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 21563500 21548 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 21564500 21549 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 21565500 21550 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 21566500 21551 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21567500 21552 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104020 - 21571500 21556 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21572500 21557 1c001bca 16a0006f jal x0, 362 - 21574500 21559 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21575500 21560 1c001d36 e69ff06f jal x0, -408 - 21578500 21563 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21592500 21577 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21593500 21578 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21596500 21581 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21597500 21582 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21598500 21583 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21600500 21585 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21601500 21586 1c001778 fddff06f jal x0, -36 - 21603500 21588 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21604500 21589 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000004 - 21605500 21590 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21606500 21591 1c00175e 00379713 slli x14, x15, 0x3 x14=00000020 x15:00000004 - 21607500 21592 1c001762 00279793 slli x15, x15, 0x2 x15=00000010 x15:00000004 - 21608500 21593 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000020 - 21609500 21594 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000010 x13:00001f80 - 21610500 21595 1c00176a 00e787b3 add x15, x15, x14 x15=00000020 x15:00000000 x14:00000020 - 21611500 21596 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21612500 21597 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104020 - 21616500 21601 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21617500 21602 1c001bca 16a0006f jal x0, 362 - 21619500 21604 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21620500 21605 1c001d36 e69ff06f jal x0, -408 - 21623500 21608 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21638500 21623 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21639500 21624 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21640500 21625 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:100fe6f0 PA:100fe74c - 21641500 21626 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:100fe6f0 PA:100fe748 - 21642500 21627 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:100fe6f0 PA:100fe744 - 21643500 21628 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:100fe6f0 PA:100fe740 - 21644500 21629 1c001bb0 04c12983 lw x19, 76(x2) x19=00000004 x2:100fe6f0 PA:100fe73c - 21646500 21631 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:100fe6f0 PA:100fe738 - 21647500 21632 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:100fe6f0 PA:100fe734 - 21648500 21633 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:100fe6f0 PA:100fe730 - 21649500 21634 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:100fe6f0 PA:100fe72c - 21650500 21635 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:100fe6f0 PA:100fe728 - 21651500 21636 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:100fe6f0 PA:100fe724 - 21652500 21637 1c001bbe 06010113 addi x2, x2, 96 x2=100fe750 x2:100fe6f0 - 21653500 21638 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21655500 21640 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:100fe750 PA:100fe76c - 21656500 21641 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21657500 21642 1c001838 04010113 addi x2, x2, 64 x2=100fe790 x2:100fe750 - 21658500 21643 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21676500 21661 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_00_5.log b/sw/scripts/tracevis/example/traces/trace_core_00_5.log deleted file mode 100644 index d8820aa..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_00_5.log +++ /dev/null @@ -1,847 +0,0 @@ - Time Cycles PC Instr Mnemonic - 108500 93 1c000080 0180006f jal x0, 24 - 131500 116 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000005 - 132500 117 1c00009c 01f57593 andi x11, x10, 31 x11=00000005 x10:00000005 - 154500 139 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000000 x10:00000005 - 155500 140 1c0000a2 00058463 beq x11, x0, 8 x11:00000005 - 156500 141 1c0000a6 05a0206f jal x0, 8282 - 179500 164 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 180500 165 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 181500 166 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 182500 167 1c00210c 0e059163 bne x11, x0, 226 x11:00000005 - 249500 234 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 250500 235 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000005 - 251500 236 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000005 x19:00000005 - 252500 237 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 271500 256 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 272500 257 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 273500 258 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 274500 259 1c00220a 0060006f jal x0, 6 - 294500 279 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 9629500 9614 1c002214 08096503 p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080 - 9637500 9622 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 9638500 9623 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 9656500 9641 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 9657500 9642 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 9659500 9644 1c00222c 08096283 p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080 - 9683500 9668 1c002230 02a98533 mul x10, x19, x10 x10=00002800 x19:00000005 x10:00000800 - 9684500 9669 1c002234 00550133 add x2, x10, x5 x2=100fef90 x10:00002800 x5:100fc790 - 9685500 9670 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 9705500 9690 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18829500 18814 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18837500 18822 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18838500 18823 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18839500 18824 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18840500 18825 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18863500 18848 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000005 - 18883500 18868 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18884500 18869 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000000 x12:00000005 - 18885500 18870 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000 - 18886500 18871 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000005 x12:00000005 - 18887500 18872 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18888500 18873 1c0009d4 63d0006f jal x0, 3644 - 18890500 18875 1c001810 fc010113 addi x2, x2, -64 x2=100fef50 x2:100fef90 - 18891500 18876 1c001812 02b12223 sw x11, 36(x2) x11:00000000 x2:100fef50 PA:100fef74 - 18892500 18877 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18893500 18878 1c001818 02c12423 sw x12, 40(x2) x12:00000005 x2:100fef50 PA:100fef78 - 18894500 18879 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:100fef50 PA:100fef7c - 18895500 18880 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18896500 18881 1c00181e 02410693 addi x13, x2, 36 x13=100fef74 x2:100fef50 - 18912500 18897 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18913500 18898 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18914500 18899 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:100fef50 PA:100fef6c - 18916500 18901 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:100fef50 PA:100fef80 - 18917500 18902 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:100fef50 PA:100fef84 - 18918500 18903 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:100fef50 PA:100fef88 - 18919500 18904 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:100fef50 PA:100fef8c - 18936500 18921 1c001830 00d12623 sw x13, 12(x2) x13:100fef74 x2:100fef50 PA:100fef5c - 18941500 18926 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18955500 18940 1c001b70 fa010113 addi x2, x2, -96 x2=100feef0 x2:100fef50 - 18956500 18941 1c001b72 01810793 addi x15, x2, 24 x15=100fef08 x2:100feef0 - 18957500 18942 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:100feef0 PA:100fef48 - 18964500 18949 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:100feef0 PA:100fef40 - 18966500 18951 1c001b78 05312623 sw x19, 76(x2) x19:00000005 x2:100feef0 PA:100fef3c - 18967500 18952 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:100feef0 PA:100fef38 - 18968500 18953 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:100feef0 PA:100fef34 - 18969500 18954 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:100feef0 PA:100fef30 - 18982500 18967 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:100feef0 PA:100fef2c - 18988500 18973 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:100feef0 PA:100fef4c - 18989500 18974 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:100feef0 PA:100fef44 - 18990500 18975 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:100feef0 PA:100fef28 - 18991500 18976 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:100feef0 PA:100fef24 - 18992500 18977 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18993500 18978 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18994500 18979 1c001b8e 00d00433 add x8, x0, x13 x8=100fef74 x13:100fef74 - 19012500 18997 1c001b90 00f12a23 sw x15, 20(x2) x15:100fef08 x2:100feef0 PA:100fef04 - 19017500 19002 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19018500 19003 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19019500 19004 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19020500 19005 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19036500 19021 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19062500 19047 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19063500 19048 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19078500 19063 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19079500 19064 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19080500 19065 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19098500 19083 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19099500 19084 1c001778 fddff06f jal x0, -36 - 19101500 19086 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19102500 19087 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19103500 19088 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19121500 19106 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19122500 19107 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19123500 19108 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19124500 19109 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19125500 19110 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19126500 19111 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19127500 19112 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104028 - 19131500 19116 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19132500 19117 1c001bca 16a0006f jal x0, 362 - 19150500 19135 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19151500 19136 1c001d36 e69ff06f jal x0, -408 - 19154500 19139 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19185500 19170 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19186500 19171 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19189500 19174 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19190500 19175 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19191500 19176 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19193500 19178 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19194500 19179 1c001778 fddff06f jal x0, -36 - 19196500 19181 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19197500 19182 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19198500 19183 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19199500 19184 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19200500 19185 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19201500 19186 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19202500 19187 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19203500 19188 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19204500 19189 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19205500 19190 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104028 - 19209500 19194 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19210500 19195 1c001bca 16a0006f jal x0, 362 - 19212500 19197 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19213500 19198 1c001d36 e69ff06f jal x0, -408 - 19216500 19201 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19237500 19222 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19238500 19223 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19241500 19226 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19242500 19227 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19243500 19228 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19245500 19230 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19246500 19231 1c001778 fddff06f jal x0, -36 - 19248500 19233 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19249500 19234 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19250500 19235 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19251500 19236 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19252500 19237 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19253500 19238 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19254500 19239 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19255500 19240 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19256500 19241 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19257500 19242 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104028 - 19261500 19246 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19262500 19247 1c001bca 16a0006f jal x0, 362 - 19264500 19249 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19265500 19250 1c001d36 e69ff06f jal x0, -408 - 19268500 19253 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19286500 19271 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19287500 19272 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19290500 19275 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19291500 19276 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19292500 19277 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19294500 19279 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19295500 19280 1c001778 fddff06f jal x0, -36 - 19297500 19282 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19298500 19283 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19299500 19284 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19300500 19285 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19301500 19286 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19302500 19287 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19303500 19288 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19304500 19289 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19305500 19290 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19306500 19291 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104028 - 19310500 19295 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19311500 19296 1c001bca 16a0006f jal x0, 362 - 19313500 19298 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19314500 19299 1c001d36 e69ff06f jal x0, -408 - 19317500 19302 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19334500 19319 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19335500 19320 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19338500 19323 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19339500 19324 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19340500 19325 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19342500 19327 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19343500 19328 1c001778 fddff06f jal x0, -36 - 19345500 19330 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19346500 19331 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19347500 19332 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19348500 19333 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19349500 19334 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19350500 19335 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19351500 19336 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19352500 19337 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19353500 19338 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19354500 19339 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104028 - 19358500 19343 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19359500 19344 1c001bca 16a0006f jal x0, 362 - 19361500 19346 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19362500 19347 1c001d36 e69ff06f jal x0, -408 - 19365500 19350 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19384500 19369 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19385500 19370 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19388500 19373 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19389500 19374 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19390500 19375 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19392500 19377 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19393500 19378 1c001778 fddff06f jal x0, -36 - 19395500 19380 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19396500 19381 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19397500 19382 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19398500 19383 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19399500 19384 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19400500 19385 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19401500 19386 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19402500 19387 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19403500 19388 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19404500 19389 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104028 - 19408500 19393 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19409500 19394 1c001bca 16a0006f jal x0, 362 - 19411500 19396 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19412500 19397 1c001d36 e69ff06f jal x0, -408 - 19415500 19400 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19434500 19419 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19435500 19420 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19438500 19423 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19439500 19424 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19440500 19425 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19442500 19427 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19443500 19428 1c001778 fddff06f jal x0, -36 - 19445500 19430 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19446500 19431 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19447500 19432 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19448500 19433 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19449500 19434 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19450500 19435 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19451500 19436 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19452500 19437 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19453500 19438 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19454500 19439 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104028 - 19458500 19443 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19459500 19444 1c001bca 16a0006f jal x0, 362 - 19461500 19446 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19462500 19447 1c001d36 e69ff06f jal x0, -408 - 19465500 19450 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19490500 19475 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19491500 19476 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19494500 19479 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19495500 19480 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19496500 19481 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19498500 19483 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19499500 19484 1c001778 fddff06f jal x0, -36 - 19501500 19486 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19502500 19487 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19503500 19488 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19504500 19489 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19505500 19490 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19506500 19491 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19507500 19492 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19508500 19493 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19509500 19494 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19510500 19495 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104028 - 19514500 19499 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19515500 19500 1c001bca 16a0006f jal x0, 362 - 19517500 19502 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19518500 19503 1c001d36 e69ff06f jal x0, -408 - 19521500 19506 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19537500 19522 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19538500 19523 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19541500 19526 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19542500 19527 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19543500 19528 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19545500 19530 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19546500 19531 1c001778 fddff06f jal x0, -36 - 19548500 19533 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19549500 19534 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19550500 19535 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19551500 19536 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19552500 19537 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19553500 19538 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19554500 19539 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19555500 19540 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19556500 19541 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19557500 19542 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104028 - 19561500 19546 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19562500 19547 1c001bca 16a0006f jal x0, 362 - 19564500 19549 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19565500 19550 1c001d36 e69ff06f jal x0, -408 - 19568500 19553 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19589500 19574 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19590500 19575 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19593500 19578 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19594500 19579 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19595500 19580 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19597500 19582 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19598500 19583 1c001778 fddff06f jal x0, -36 - 19600500 19585 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19601500 19586 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19602500 19587 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19603500 19588 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19604500 19589 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19605500 19590 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19606500 19591 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19607500 19592 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19608500 19593 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19609500 19594 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104028 - 19613500 19598 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19614500 19599 1c001bca 16a0006f jal x0, 362 - 19616500 19601 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19617500 19602 1c001d36 e69ff06f jal x0, -408 - 19620500 19605 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19634500 19619 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19635500 19620 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19638500 19623 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19639500 19624 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19640500 19625 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19642500 19627 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19643500 19628 1c001778 fddff06f jal x0, -36 - 19645500 19630 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19646500 19631 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19647500 19632 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19648500 19633 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19649500 19634 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19650500 19635 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19651500 19636 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19652500 19637 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19653500 19638 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19654500 19639 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104028 - 19658500 19643 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19659500 19644 1c001bca 16a0006f jal x0, 362 - 19661500 19646 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19662500 19647 1c001d36 e69ff06f jal x0, -408 - 19665500 19650 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19679500 19664 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19680500 19665 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19683500 19668 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19684500 19669 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19685500 19670 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19687500 19672 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19688500 19673 1c001778 fddff06f jal x0, -36 - 19690500 19675 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19691500 19676 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19692500 19677 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19693500 19678 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19694500 19679 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19695500 19680 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19696500 19681 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19697500 19682 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19698500 19683 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19699500 19684 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104028 - 19703500 19688 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19704500 19689 1c001bca 16a0006f jal x0, 362 - 19706500 19691 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19707500 19692 1c001d36 e69ff06f jal x0, -408 - 19710500 19695 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19724500 19709 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19725500 19710 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19728500 19713 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19729500 19714 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19730500 19715 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19732500 19717 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19733500 19718 1c001778 fddff06f jal x0, -36 - 19735500 19720 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19736500 19721 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19737500 19722 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19738500 19723 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19739500 19724 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19740500 19725 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19741500 19726 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19742500 19727 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19743500 19728 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19744500 19729 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104028 - 19748500 19733 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19749500 19734 1c001bca 16a0006f jal x0, 362 - 19751500 19736 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19752500 19737 1c001d36 e69ff06f jal x0, -408 - 19755500 19740 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19770500 19755 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19771500 19756 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19774500 19759 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19775500 19760 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19776500 19761 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19778500 19763 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19779500 19764 1c001778 fddff06f jal x0, -36 - 19781500 19766 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19782500 19767 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19783500 19768 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19784500 19769 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19785500 19770 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19786500 19771 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19787500 19772 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19788500 19773 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19789500 19774 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19790500 19775 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104028 - 19794500 19779 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19795500 19780 1c001bca 16a0006f jal x0, 362 - 19797500 19782 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19798500 19783 1c001d36 e69ff06f jal x0, -408 - 19801500 19786 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19820500 19805 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19821500 19806 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19824500 19809 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19825500 19810 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19826500 19811 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19828500 19813 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19829500 19814 1c001778 fddff06f jal x0, -36 - 19831500 19816 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19832500 19817 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 19833500 19818 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19834500 19819 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 19835500 19820 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 19836500 19821 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 19837500 19822 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 19838500 19823 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 19839500 19824 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19840500 19825 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104028 - 19844500 19829 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19845500 19830 1c001bca 16a0006f jal x0, 362 - 19847500 19832 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19848500 19833 1c001d36 e69ff06f jal x0, -408 - 19851500 19836 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19867500 19852 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19868500 19853 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19871500 19856 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19874500 19859 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:100feef0 PA:100feef4 - 19893500 19878 1c001bd0 00012423 sw x0, 8(x2) x2:100feef0 PA:100feef8 - 19894500 19879 1c001bd2 00010623 sb x0, 12(x2) x2:100feef0 PA:100feefc - 19895500 19880 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19896500 19881 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19897500 19882 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19898500 19883 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100feef0 PA:100feef4 - 19903500 19888 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19904500 19889 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19905500 19890 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19906500 19891 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19907500 19892 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19919500 19904 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19920500 19905 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19921500 19906 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19954500 19939 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19955500 19940 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19971500 19956 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19972500 19957 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19973500 19958 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19993500 19978 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20012500 19997 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20015500 20000 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20033500 20018 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20050500 20035 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20051500 20036 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20052500 20037 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20072500 20057 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20090500 20075 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20109500 20094 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20110500 20095 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20149500 20134 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20167500 20152 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20191500 20176 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20192500 20177 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20229500 20214 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20246500 20231 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20247500 20232 1c001f42 e09ff06f jal x0, -504 - 20265500 20250 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20266500 20251 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100feef0 PA:100fef00 - 20288500 20273 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20307500 20292 1c001e34 00440c13 addi x24, x8, 4 x24=100fef78 x8:100fef74 - 20308500 20293 1c001e38 00042503 lw x10, 0(x8) x10=00000000 x8:100fef74 PA:100fef74 - 20314500 20299 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20345500 20330 1c001e54 00055863 bge x10, x0, 16 x10:00000000 - 20364500 20349 1c001e64 00410593 addi x11, x2, 4 x11=100feef4 x2:100feef0 - 20365500 20350 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20385500 20370 1c0019fe 0105a683 lw x13, 16(x11) x13=100fef08 x11:100feef4 PA:100fef04 - 20402500 20387 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100feef4 PA:100fef00 - 20408500 20393 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20409500 20394 1c001a04 02f55633 divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001 - 20443500 20428 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000000 x14:0000000a - 20444500 20429 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20445500 20430 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20446500 20431 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20449500 20434 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100feef4 PA:100fef00 - 20461500 20446 1c001a20 02f55833 divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001 - 20495500 20480 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001 - 20529500 20514 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20560500 20545 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20561500 20546 1c001a2e 01004663 blt x0, x16, 12 x16:00000000 - 20562500 20547 1c001a32 fc079fe3 bne x15, x0, -34 x15:00000000 - 20563500 20548 1c001a34 03000713 addi x14, x0, 48 x14=00000030 - 20564500 20549 1c001a38 01e0006f jal x0, 30 - 20582500 20567 1c001a56 01070733 add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000 - 20583500 20568 1c001a58 00e68023 sb x14, 0(x13) x14:00000030 x13:100fef08 PA:100fef08 - 20587500 20572 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20588500 20573 1c001a5e 00168693 addi x13, x13, 1 x13=100fef09 x13:100fef08 - 20601500 20586 1c001a60 fb1ff06f jal x0, -80 - 20603500 20588 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20604500 20589 1c001a12 00068023 sb x0, 0(x13) x13:100fef09 PA:100fef09 - 20609500 20594 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20610500 20595 1c001e68 f17ff06f jal x0, -234 - 20625500 20610 1c001d7e 00410613 addi x12, x2, 4 x12=100feef4 x2:100feef0 - 20642500 20627 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20643500 20628 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20644500 20629 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20646500 20631 1c001a62 fe010113 addi x2, x2, -32 x2=100feed0 x2:100feef0 - 20647500 20632 1c001a64 00812c23 sw x8, 24(x2) x8:100fef74 x2:100feed0 PA:100feee8 - 20650500 20635 1c001a66 01062783 lw x15, 16(x12) x15=100fef08 x12:100feef4 PA:100fef04 - 20651500 20636 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100feef4 PA:100feef8 - 20652500 20637 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:100feed0 PA:100feee4 - 20653500 20638 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100feed0 PA:100feee0 - 20654500 20639 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100feed0 PA:100feedc - 20673500 20658 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100feed0 PA:100feeec - 20679500 20664 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100feed0 PA:100feed8 - 20681500 20666 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20682500 20667 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20683500 20668 1c001a78 00c004b3 add x9, x0, x12 x9=100feef4 x12:100feef4 - 20684500 20669 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000030 x15=100fef09 x15:100fef08 PA:100fef08 - 20686500 20671 1c001a7e 00070363 beq x14, x0, 6 x14:00000030 - 20696500 20681 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20697500 20682 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100feef4 PA:100feefc - 20704500 20689 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20707500 20692 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4 - 20720500 20705 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20721500 20706 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20740500 20725 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20741500 20726 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20742500 20727 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20764500 20749 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20765500 20750 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20788500 20773 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20789500 20774 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20790500 20775 1c001b36 f71ff06f jal x0, -144 - 20792500 20777 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100feef4 PA:100feefc - 20794500 20779 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20813500 20798 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4 - 20821500 20806 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20822500 20807 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20835500 20820 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4 - 20852500 20837 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20853500 20838 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20854500 20839 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20855500 20840 1c001ae8 0104aa03 lw x20, 16(x9) x20=100fef08 x9:100feef4 PA:100fef04 - 20862500 20847 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000030 x20=100fef09 x20:100fef08 PA:100fef08 - 20873500 20858 1c001af0 06059763 bne x11, x0, 110 x11:00000030 - 20893500 20878 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20910500 20895 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20912500 20897 1c001776 00b00533 add x10, x0, x11 x10=00000030 x11:00000030 - 20913500 20898 1c001778 fddff06f jal x0, -36 - 20915500 20900 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20916500 20901 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 20917500 20902 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20918500 20903 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 20919500 20904 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 20920500 20905 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 20921500 20906 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 20922500 20907 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 20923500 20908 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20924500 20909 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104028 - 20928500 20913 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20929500 20914 1c001b62 f8bff06f jal x0, -118 - 20931500 20916 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100fef0a x20:100fef09 PA:100fef09 - 20935500 20920 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20936500 20921 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4 - 20938500 20923 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20939500 20924 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20957500 20942 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100feed0 PA:100feeec - 20964500 20949 1c001b02 01812403 lw x8, 24(x2) x8=100fef74 x2:100feed0 PA:100feee8 - 20965500 20950 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:100feed0 PA:100feee4 - 20966500 20951 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100feed0 PA:100feee0 - 20967500 20952 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100feed0 PA:100feedc - 20968500 20953 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100feed0 PA:100feed8 - 20969500 20954 1c001b0c 02010113 addi x2, x2, 32 x2=100feef0 x2:100feed0 - 20970500 20955 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20981500 20966 1c001d86 01800433 add x8, x0, x24 x8=100fef78 x24:100fef78 - 20982500 20967 1c001d88 fadff06f jal x0, -84 - 20984500 20969 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20985500 20970 1c001d36 e69ff06f jal x0, -408 - 20988500 20973 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21013500 20998 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21014500 20999 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21017500 21002 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21018500 21003 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21019500 21004 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21021500 21006 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21022500 21007 1c001778 fddff06f jal x0, -36 - 21024500 21009 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21025500 21010 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 21026500 21011 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21027500 21012 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 21028500 21013 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 21029500 21014 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 21030500 21015 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 21031500 21016 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 21032500 21017 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21033500 21018 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104028 - 21037500 21022 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21038500 21023 1c001bca 16a0006f jal x0, 362 - 21040500 21025 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21041500 21026 1c001d36 e69ff06f jal x0, -408 - 21044500 21029 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21061500 21046 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21062500 21047 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21065500 21050 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21066500 21051 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21067500 21052 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21069500 21054 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21070500 21055 1c001778 fddff06f jal x0, -36 - 21072500 21057 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21073500 21058 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 21074500 21059 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21075500 21060 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 21076500 21061 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 21077500 21062 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 21078500 21063 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 21079500 21064 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 21080500 21065 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21081500 21066 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104028 - 21085500 21070 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21086500 21071 1c001bca 16a0006f jal x0, 362 - 21088500 21073 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21089500 21074 1c001d36 e69ff06f jal x0, -408 - 21092500 21077 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21106500 21091 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21107500 21092 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21110500 21095 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21113500 21098 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:100feef0 PA:100feef4 - 21114500 21099 1c001bd0 00012423 sw x0, 8(x2) x2:100feef0 PA:100feef8 - 21115500 21100 1c001bd2 00010623 sb x0, 12(x2) x2:100feef0 PA:100feefc - 21116500 21101 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21117500 21102 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21118500 21103 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21119500 21104 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100feef0 PA:100feef4 - 21121500 21106 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21122500 21107 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21123500 21108 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21124500 21109 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21125500 21110 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21126500 21111 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21127500 21112 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21128500 21113 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21149500 21134 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21150500 21135 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21153500 21138 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21154500 21139 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21155500 21140 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21158500 21143 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21161500 21146 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21164500 21149 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21167500 21152 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21168500 21153 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21169500 21154 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21170500 21155 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21173500 21158 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21174500 21159 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21177500 21162 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21178500 21163 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21181500 21166 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21183500 21168 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21186500 21171 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21187500 21172 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21190500 21175 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21191500 21176 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21192500 21177 1c001f42 e09ff06f jal x0, -504 - 21194500 21179 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21195500 21180 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100feef0 PA:100fef00 - 21196500 21181 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21199500 21184 1c001e34 00440c13 addi x24, x8, 4 x24=100fef7c x8:100fef78 - 21200500 21185 1c001e38 00042503 lw x10, 0(x8) x10=00000005 x8:100fef78 PA:100fef78 - 21201500 21186 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21204500 21189 1c001e54 00055863 bge x10, x0, 16 x10:00000005 - 21207500 21192 1c001e64 00410593 addi x11, x2, 4 x11=100feef4 x2:100feef0 - 21208500 21193 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21210500 21195 1c0019fe 0105a683 lw x13, 16(x11) x13=100fef08 x11:100feef4 PA:100fef04 - 21211500 21196 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100feef4 PA:100fef00 - 21212500 21197 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21213500 21198 1c001a04 02f55633 divu x12, x10, x15 x12=00000005 x10:00000005 x15:00000001 - 21247500 21232 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000005 x14:0000000a - 21248500 21233 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21249500 21234 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21250500 21235 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21253500 21238 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100feef4 PA:100fef00 - 21254500 21239 1c001a20 02f55833 divu x16, x10, x15 x16=00000005 x10:00000005 x15:00000001 - 21288500 21273 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000005 x15:00000001 - 21322500 21307 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21353500 21338 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21354500 21339 1c001a2e 01004663 blt x0, x16, 12 x16:00000005 - 21357500 21342 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21375500 21360 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000005 - 21378500 21363 1c001a56 01070733 add x14, x14, x16 x14=00000035 x14:00000030 x16:00000005 - 21379500 21364 1c001a58 00e68023 sb x14, 0(x13) x14:00000035 x13:100fef08 PA:100fef08 - 21380500 21365 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21381500 21366 1c001a5e 00168693 addi x13, x13, 1 x13=100fef09 x13:100fef08 - 21382500 21367 1c001a60 fb1ff06f jal x0, -80 - 21384500 21369 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21385500 21370 1c001a12 00068023 sb x0, 0(x13) x13:100fef09 PA:100fef09 - 21386500 21371 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21388500 21373 1c001e68 f17ff06f jal x0, -234 - 21390500 21375 1c001d7e 00410613 addi x12, x2, 4 x12=100feef4 x2:100feef0 - 21391500 21376 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21392500 21377 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21393500 21378 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21395500 21380 1c001a62 fe010113 addi x2, x2, -32 x2=100feed0 x2:100feef0 - 21396500 21381 1c001a64 00812c23 sw x8, 24(x2) x8:100fef78 x2:100feed0 PA:100feee8 - 21397500 21382 1c001a66 01062783 lw x15, 16(x12) x15=100fef08 x12:100feef4 PA:100fef04 - 21398500 21383 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100feef4 PA:100feef8 - 21399500 21384 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:100feed0 PA:100feee4 - 21400500 21385 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100feed0 PA:100feee0 - 21401500 21386 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100feed0 PA:100feedc - 21402500 21387 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100feed0 PA:100feeec - 21403500 21388 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100feed0 PA:100feed8 - 21404500 21389 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21405500 21390 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21406500 21391 1c001a78 00c004b3 add x9, x0, x12 x9=100feef4 x12:100feef4 - 21407500 21392 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000035 x15=100fef09 x15:100fef08 PA:100fef08 - 21409500 21394 1c001a7e 00070363 beq x14, x0, 6 x14:00000035 - 21410500 21395 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21411500 21396 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100feef4 PA:100feefc - 21413500 21398 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21416500 21401 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4 - 21418500 21403 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21419500 21404 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21422500 21407 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21423500 21408 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21424500 21409 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21427500 21412 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21428500 21413 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21429500 21414 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21430500 21415 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21431500 21416 1c001b36 f71ff06f jal x0, -144 - 21433500 21418 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100feef4 PA:100feefc - 21435500 21420 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21438500 21423 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4 - 21440500 21425 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21441500 21426 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21444500 21429 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4 - 21445500 21430 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21446500 21431 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21447500 21432 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21448500 21433 1c001ae8 0104aa03 lw x20, 16(x9) x20=100fef08 x9:100feef4 PA:100fef04 - 21450500 21435 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000035 x20=100fef09 x20:100fef08 PA:100fef08 - 21452500 21437 1c001af0 06059763 bne x11, x0, 110 x11:00000035 - 21455500 21440 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21456500 21441 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21458500 21443 1c001776 00b00533 add x10, x0, x11 x10=00000035 x11:00000035 - 21459500 21444 1c001778 fddff06f jal x0, -36 - 21461500 21446 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21462500 21447 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 21463500 21448 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21464500 21449 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 21465500 21450 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 21466500 21451 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 21467500 21452 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 21468500 21453 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 21469500 21454 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21470500 21455 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000035 x14:1a104000 PA:1a104028 - 21474500 21459 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21475500 21460 1c001b62 f8bff06f jal x0, -118 - 21477500 21462 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100fef0a x20:100fef09 PA:100fef09 - 21479500 21464 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21480500 21465 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100feef4 PA:100feef4 - 21482500 21467 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21483500 21468 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21486500 21471 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100feed0 PA:100feeec - 21487500 21472 1c001b02 01812403 lw x8, 24(x2) x8=100fef78 x2:100feed0 PA:100feee8 - 21488500 21473 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:100feed0 PA:100feee4 - 21489500 21474 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100feed0 PA:100feee0 - 21490500 21475 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100feed0 PA:100feedc - 21491500 21476 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100feed0 PA:100feed8 - 21492500 21477 1c001b0c 02010113 addi x2, x2, 32 x2=100feef0 x2:100feed0 - 21493500 21478 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21495500 21480 1c001d86 01800433 add x8, x0, x24 x8=100fef7c x24:100fef7c - 21496500 21481 1c001d88 fadff06f jal x0, -84 - 21498500 21483 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21499500 21484 1c001d36 e69ff06f jal x0, -408 - 21502500 21487 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21517500 21502 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21518500 21503 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21521500 21506 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21522500 21507 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21523500 21508 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21525500 21510 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21526500 21511 1c001778 fddff06f jal x0, -36 - 21528500 21513 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21529500 21514 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 21530500 21515 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21531500 21516 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 21532500 21517 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 21533500 21518 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 21534500 21519 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 21535500 21520 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 21536500 21521 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21537500 21522 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104028 - 21541500 21526 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21542500 21527 1c001bca 16a0006f jal x0, 362 - 21544500 21529 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21545500 21530 1c001d36 e69ff06f jal x0, -408 - 21548500 21533 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21562500 21547 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21563500 21548 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21566500 21551 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21567500 21552 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21568500 21553 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21570500 21555 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21571500 21556 1c001778 fddff06f jal x0, -36 - 21573500 21558 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21574500 21559 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 21575500 21560 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21576500 21561 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 21577500 21562 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 21578500 21563 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 21579500 21564 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 21580500 21565 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 21581500 21566 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21582500 21567 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104028 - 21586500 21571 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21587500 21572 1c001bca 16a0006f jal x0, 362 - 21589500 21574 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21590500 21575 1c001d36 e69ff06f jal x0, -408 - 21593500 21578 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21607500 21592 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21608500 21593 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21611500 21596 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21612500 21597 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21613500 21598 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21615500 21600 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21616500 21601 1c001778 fddff06f jal x0, -36 - 21618500 21603 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21619500 21604 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000005 - 21620500 21605 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21621500 21606 1c00175e 00379713 slli x14, x15, 0x3 x14=00000028 x15:00000005 - 21622500 21607 1c001762 00279793 slli x15, x15, 0x2 x15=00000014 x15:00000005 - 21623500 21608 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000028 - 21624500 21609 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000014 x13:00001f80 - 21625500 21610 1c00176a 00e787b3 add x15, x15, x14 x15=00000028 x15:00000000 x14:00000028 - 21626500 21611 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21627500 21612 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104028 - 21631500 21616 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21632500 21617 1c001bca 16a0006f jal x0, 362 - 21634500 21619 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21635500 21620 1c001d36 e69ff06f jal x0, -408 - 21638500 21623 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21652500 21637 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21653500 21638 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21654500 21639 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:100feef0 PA:100fef4c - 21655500 21640 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:100feef0 PA:100fef48 - 21656500 21641 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:100feef0 PA:100fef44 - 21657500 21642 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:100feef0 PA:100fef40 - 21658500 21643 1c001bb0 04c12983 lw x19, 76(x2) x19=00000005 x2:100feef0 PA:100fef3c - 21659500 21644 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:100feef0 PA:100fef38 - 21660500 21645 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:100feef0 PA:100fef34 - 21661500 21646 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:100feef0 PA:100fef30 - 21662500 21647 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:100feef0 PA:100fef2c - 21663500 21648 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:100feef0 PA:100fef28 - 21664500 21649 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:100feef0 PA:100fef24 - 21665500 21650 1c001bbe 06010113 addi x2, x2, 96 x2=100fef50 x2:100feef0 - 21666500 21651 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21668500 21653 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:100fef50 PA:100fef6c - 21669500 21654 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21670500 21655 1c001838 04010113 addi x2, x2, 64 x2=100fef90 x2:100fef50 - 21671500 21656 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21677500 21662 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_00_6.log b/sw/scripts/tracevis/example/traces/trace_core_00_6.log deleted file mode 100644 index f1bc1bc..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_00_6.log +++ /dev/null @@ -1,847 +0,0 @@ - Time Cycles PC Instr Mnemonic - 110500 95 1c000080 0180006f jal x0, 24 - 134500 119 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000006 - 135500 120 1c00009c 01f57593 andi x11, x10, 31 x11=00000006 x10:00000006 - 158500 143 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000000 x10:00000006 - 159500 144 1c0000a2 00058463 beq x11, x0, 8 x11:00000006 - 160500 145 1c0000a6 05a0206f jal x0, 8282 - 181500 166 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 182500 167 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 183500 168 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 184500 169 1c00210c 0e059163 bne x11, x0, 226 x11:00000006 - 252500 237 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 253500 238 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000006 - 254500 239 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000006 x19:00000006 - 255500 240 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 274500 259 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 275500 260 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 276500 261 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 277500 262 1c00220a 0060006f jal x0, 6 - 298500 283 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 9629500 9614 1c002214 08096503 p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080 - 9637500 9622 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 9638500 9623 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 9656500 9641 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 9657500 9642 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 9659500 9644 1c00222c 08096283 p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080 - 9683500 9668 1c002230 02a98533 mul x10, x19, x10 x10=00003000 x19:00000006 x10:00000800 - 9684500 9669 1c002234 00550133 add x2, x10, x5 x2=100ff790 x10:00003000 x5:100fc790 - 9685500 9670 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 9705500 9690 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18829500 18814 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18837500 18822 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18838500 18823 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18839500 18824 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18840500 18825 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18863500 18848 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000006 - 18883500 18868 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18884500 18869 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000000 x12:00000006 - 18885500 18870 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000 - 18886500 18871 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000006 x12:00000006 - 18887500 18872 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18888500 18873 1c0009d4 63d0006f jal x0, 3644 - 18890500 18875 1c001810 fc010113 addi x2, x2, -64 x2=100ff750 x2:100ff790 - 18891500 18876 1c001812 02b12223 sw x11, 36(x2) x11:00000000 x2:100ff750 PA:100ff774 - 18893500 18878 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18894500 18879 1c001818 02c12423 sw x12, 40(x2) x12:00000006 x2:100ff750 PA:100ff778 - 18895500 18880 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:100ff750 PA:100ff77c - 18896500 18881 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18897500 18882 1c00181e 02410693 addi x13, x2, 36 x13=100ff774 x2:100ff750 - 18912500 18897 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18913500 18898 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18914500 18899 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:100ff750 PA:100ff76c - 18921500 18906 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:100ff750 PA:100ff780 - 18922500 18907 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:100ff750 PA:100ff784 - 18923500 18908 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:100ff750 PA:100ff788 - 18924500 18909 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:100ff750 PA:100ff78c - 18936500 18921 1c001830 00d12623 sw x13, 12(x2) x13:100ff774 x2:100ff750 PA:100ff75c - 18942500 18927 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18955500 18940 1c001b70 fa010113 addi x2, x2, -96 x2=100ff6f0 x2:100ff750 - 18956500 18941 1c001b72 01810793 addi x15, x2, 24 x15=100ff708 x2:100ff6f0 - 18957500 18942 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:100ff6f0 PA:100ff748 - 18965500 18950 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:100ff6f0 PA:100ff740 - 18967500 18952 1c001b78 05312623 sw x19, 76(x2) x19:00000006 x2:100ff6f0 PA:100ff73c - 18968500 18953 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:100ff6f0 PA:100ff738 - 18969500 18954 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:100ff6f0 PA:100ff734 - 18970500 18955 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:100ff6f0 PA:100ff730 - 18982500 18967 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:100ff6f0 PA:100ff72c - 18983500 18968 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:100ff6f0 PA:100ff74c - 18984500 18969 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:100ff6f0 PA:100ff744 - 18985500 18970 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:100ff6f0 PA:100ff728 - 18986500 18971 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:100ff6f0 PA:100ff724 - 18987500 18972 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18988500 18973 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18989500 18974 1c001b8e 00d00433 add x8, x0, x13 x8=100ff774 x13:100ff774 - 19012500 18997 1c001b90 00f12a23 sw x15, 20(x2) x15:100ff708 x2:100ff6f0 PA:100ff704 - 19018500 19003 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19019500 19004 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19020500 19005 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19021500 19006 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19036500 19021 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19067500 19052 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19068500 19053 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19078500 19063 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19079500 19064 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19080500 19065 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19098500 19083 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19099500 19084 1c001778 fddff06f jal x0, -36 - 19101500 19086 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19102500 19087 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19103500 19088 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19121500 19106 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19122500 19107 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19123500 19108 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19124500 19109 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19125500 19110 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19126500 19111 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19127500 19112 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104030 - 19131500 19116 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19132500 19117 1c001bca 16a0006f jal x0, 362 - 19150500 19135 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19151500 19136 1c001d36 e69ff06f jal x0, -408 - 19154500 19139 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19187500 19172 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19188500 19173 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19191500 19176 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19192500 19177 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19193500 19178 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19195500 19180 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19196500 19181 1c001778 fddff06f jal x0, -36 - 19198500 19183 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19199500 19184 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19200500 19185 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19201500 19186 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19202500 19187 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19203500 19188 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19204500 19189 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19205500 19190 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19206500 19191 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19207500 19192 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104030 - 19211500 19196 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19212500 19197 1c001bca 16a0006f jal x0, 362 - 19214500 19199 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19215500 19200 1c001d36 e69ff06f jal x0, -408 - 19218500 19203 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19243500 19228 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19244500 19229 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19247500 19232 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19248500 19233 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19249500 19234 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19251500 19236 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19252500 19237 1c001778 fddff06f jal x0, -36 - 19254500 19239 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19255500 19240 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19256500 19241 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19257500 19242 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19258500 19243 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19259500 19244 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19260500 19245 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19261500 19246 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19262500 19247 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19263500 19248 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104030 - 19267500 19252 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19268500 19253 1c001bca 16a0006f jal x0, 362 - 19270500 19255 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19271500 19256 1c001d36 e69ff06f jal x0, -408 - 19274500 19259 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19290500 19275 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19291500 19276 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19294500 19279 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19295500 19280 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19296500 19281 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19298500 19283 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19299500 19284 1c001778 fddff06f jal x0, -36 - 19301500 19286 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19302500 19287 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19303500 19288 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19304500 19289 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19305500 19290 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19306500 19291 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19307500 19292 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19308500 19293 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19309500 19294 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19310500 19295 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104030 - 19314500 19299 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19315500 19300 1c001bca 16a0006f jal x0, 362 - 19317500 19302 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19318500 19303 1c001d36 e69ff06f jal x0, -408 - 19321500 19306 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19338500 19323 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19339500 19324 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19342500 19327 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19343500 19328 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19344500 19329 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19346500 19331 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19347500 19332 1c001778 fddff06f jal x0, -36 - 19349500 19334 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19350500 19335 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19351500 19336 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19352500 19337 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19353500 19338 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19354500 19339 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19355500 19340 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19356500 19341 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19357500 19342 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19358500 19343 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104030 - 19362500 19347 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19363500 19348 1c001bca 16a0006f jal x0, 362 - 19365500 19350 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19366500 19351 1c001d36 e69ff06f jal x0, -408 - 19369500 19354 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19390500 19375 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19391500 19376 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19394500 19379 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19395500 19380 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19396500 19381 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19398500 19383 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19399500 19384 1c001778 fddff06f jal x0, -36 - 19401500 19386 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19402500 19387 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19403500 19388 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19404500 19389 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19405500 19390 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19406500 19391 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19407500 19392 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19408500 19393 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19409500 19394 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19410500 19395 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104030 - 19414500 19399 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19415500 19400 1c001bca 16a0006f jal x0, 362 - 19417500 19402 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19418500 19403 1c001d36 e69ff06f jal x0, -408 - 19421500 19406 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19440500 19425 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19441500 19426 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19444500 19429 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19445500 19430 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19446500 19431 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19448500 19433 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19449500 19434 1c001778 fddff06f jal x0, -36 - 19451500 19436 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19452500 19437 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19453500 19438 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19454500 19439 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19455500 19440 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19456500 19441 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19457500 19442 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19458500 19443 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19459500 19444 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19460500 19445 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104030 - 19464500 19449 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19465500 19450 1c001bca 16a0006f jal x0, 362 - 19467500 19452 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19468500 19453 1c001d36 e69ff06f jal x0, -408 - 19471500 19456 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19492500 19477 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19493500 19478 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19496500 19481 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19497500 19482 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19498500 19483 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19500500 19485 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19501500 19486 1c001778 fddff06f jal x0, -36 - 19503500 19488 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19504500 19489 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19505500 19490 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19506500 19491 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19507500 19492 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19508500 19493 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19509500 19494 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19510500 19495 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19511500 19496 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19512500 19497 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104030 - 19516500 19501 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19517500 19502 1c001bca 16a0006f jal x0, 362 - 19519500 19504 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19520500 19505 1c001d36 e69ff06f jal x0, -408 - 19523500 19508 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19540500 19525 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19541500 19526 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19544500 19529 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19545500 19530 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19546500 19531 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19548500 19533 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19549500 19534 1c001778 fddff06f jal x0, -36 - 19551500 19536 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19552500 19537 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19553500 19538 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19554500 19539 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19555500 19540 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19556500 19541 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19557500 19542 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19558500 19543 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19559500 19544 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19560500 19545 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104030 - 19564500 19549 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19565500 19550 1c001bca 16a0006f jal x0, 362 - 19567500 19552 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19568500 19553 1c001d36 e69ff06f jal x0, -408 - 19571500 19556 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19593500 19578 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19594500 19579 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19597500 19582 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19598500 19583 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19599500 19584 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19601500 19586 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19602500 19587 1c001778 fddff06f jal x0, -36 - 19604500 19589 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19605500 19590 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19606500 19591 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19607500 19592 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19608500 19593 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19609500 19594 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19610500 19595 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19611500 19596 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19612500 19597 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19613500 19598 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104030 - 19617500 19602 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19618500 19603 1c001bca 16a0006f jal x0, 362 - 19620500 19605 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19621500 19606 1c001d36 e69ff06f jal x0, -408 - 19624500 19609 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19638500 19623 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19639500 19624 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19642500 19627 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19643500 19628 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19644500 19629 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19646500 19631 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19647500 19632 1c001778 fddff06f jal x0, -36 - 19649500 19634 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19650500 19635 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19651500 19636 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19652500 19637 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19653500 19638 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19654500 19639 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19655500 19640 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19656500 19641 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19657500 19642 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19658500 19643 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104030 - 19662500 19647 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19663500 19648 1c001bca 16a0006f jal x0, 362 - 19665500 19650 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19666500 19651 1c001d36 e69ff06f jal x0, -408 - 19669500 19654 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19683500 19668 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19684500 19669 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19687500 19672 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19688500 19673 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19689500 19674 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19691500 19676 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19692500 19677 1c001778 fddff06f jal x0, -36 - 19694500 19679 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19695500 19680 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19696500 19681 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19697500 19682 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19698500 19683 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19699500 19684 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19700500 19685 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19701500 19686 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19702500 19687 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19703500 19688 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104030 - 19707500 19692 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19708500 19693 1c001bca 16a0006f jal x0, 362 - 19710500 19695 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19711500 19696 1c001d36 e69ff06f jal x0, -408 - 19714500 19699 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19728500 19713 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19729500 19714 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19732500 19717 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19733500 19718 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19734500 19719 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19736500 19721 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19737500 19722 1c001778 fddff06f jal x0, -36 - 19739500 19724 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19740500 19725 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19741500 19726 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19742500 19727 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19743500 19728 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19744500 19729 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19745500 19730 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19746500 19731 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19747500 19732 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19748500 19733 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104030 - 19752500 19737 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19753500 19738 1c001bca 16a0006f jal x0, 362 - 19755500 19740 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19756500 19741 1c001d36 e69ff06f jal x0, -408 - 19759500 19744 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19774500 19759 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19775500 19760 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19778500 19763 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19779500 19764 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19780500 19765 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19782500 19767 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19783500 19768 1c001778 fddff06f jal x0, -36 - 19785500 19770 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19786500 19771 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19787500 19772 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19788500 19773 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19789500 19774 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19790500 19775 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19791500 19776 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19792500 19777 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19793500 19778 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19794500 19779 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104030 - 19798500 19783 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19799500 19784 1c001bca 16a0006f jal x0, 362 - 19801500 19786 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19802500 19787 1c001d36 e69ff06f jal x0, -408 - 19805500 19790 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19821500 19806 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19822500 19807 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19825500 19810 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19826500 19811 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19827500 19812 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19829500 19814 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19830500 19815 1c001778 fddff06f jal x0, -36 - 19832500 19817 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19833500 19818 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 19834500 19819 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19835500 19820 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 19836500 19821 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 19837500 19822 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 19838500 19823 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 19839500 19824 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 19840500 19825 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19841500 19826 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104030 - 19845500 19830 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19846500 19831 1c001bca 16a0006f jal x0, 362 - 19848500 19833 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19849500 19834 1c001d36 e69ff06f jal x0, -408 - 19852500 19837 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19869500 19854 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19870500 19855 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19873500 19858 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19876500 19861 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:100ff6f0 PA:100ff6f4 - 19877500 19862 1c001bd0 00012423 sw x0, 8(x2) x2:100ff6f0 PA:100ff6f8 - 19880500 19865 1c001bd2 00010623 sb x0, 12(x2) x2:100ff6f0 PA:100ff6fc - 19881500 19866 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19882500 19867 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19896500 19881 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19897500 19882 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100ff6f0 PA:100ff6f4 - 19904500 19889 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19905500 19890 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19906500 19891 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19907500 19892 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19908500 19893 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19919500 19904 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19920500 19905 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19921500 19906 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19957500 19942 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19958500 19943 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19971500 19956 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19972500 19957 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19973500 19958 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19993500 19978 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20012500 19997 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20015500 20000 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20033500 20018 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20050500 20035 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20051500 20036 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20052500 20037 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20072500 20057 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20090500 20075 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20109500 20094 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20110500 20095 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20149500 20134 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20167500 20152 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20191500 20176 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20192500 20177 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20229500 20214 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20246500 20231 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20247500 20232 1c001f42 e09ff06f jal x0, -504 - 20265500 20250 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20266500 20251 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100ff6f0 PA:100ff700 - 20288500 20273 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20307500 20292 1c001e34 00440c13 addi x24, x8, 4 x24=100ff778 x8:100ff774 - 20308500 20293 1c001e38 00042503 lw x10, 0(x8) x10=00000000 x8:100ff774 PA:100ff774 - 20309500 20294 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20345500 20330 1c001e54 00055863 bge x10, x0, 16 x10:00000000 - 20364500 20349 1c001e64 00410593 addi x11, x2, 4 x11=100ff6f4 x2:100ff6f0 - 20365500 20350 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20385500 20370 1c0019fe 0105a683 lw x13, 16(x11) x13=100ff708 x11:100ff6f4 PA:100ff704 - 20402500 20387 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100ff6f4 PA:100ff700 - 20409500 20394 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20410500 20395 1c001a04 02f55633 divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001 - 20444500 20429 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000000 x14:0000000a - 20445500 20430 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20446500 20431 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20447500 20432 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20450500 20435 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100ff6f4 PA:100ff700 - 20461500 20446 1c001a20 02f55833 divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001 - 20495500 20480 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001 - 20529500 20514 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20560500 20545 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20561500 20546 1c001a2e 01004663 blt x0, x16, 12 x16:00000000 - 20562500 20547 1c001a32 fc079fe3 bne x15, x0, -34 x15:00000000 - 20563500 20548 1c001a34 03000713 addi x14, x0, 48 x14=00000030 - 20564500 20549 1c001a38 01e0006f jal x0, 30 - 20582500 20567 1c001a56 01070733 add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000 - 20583500 20568 1c001a58 00e68023 sb x14, 0(x13) x14:00000030 x13:100ff708 PA:100ff708 - 20588500 20573 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20589500 20574 1c001a5e 00168693 addi x13, x13, 1 x13=100ff709 x13:100ff708 - 20601500 20586 1c001a60 fb1ff06f jal x0, -80 - 20603500 20588 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20604500 20589 1c001a12 00068023 sb x0, 0(x13) x13:100ff709 PA:100ff709 - 20610500 20595 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20611500 20596 1c001e68 f17ff06f jal x0, -234 - 20625500 20610 1c001d7e 00410613 addi x12, x2, 4 x12=100ff6f4 x2:100ff6f0 - 20642500 20627 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20643500 20628 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20644500 20629 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20646500 20631 1c001a62 fe010113 addi x2, x2, -32 x2=100ff6d0 x2:100ff6f0 - 20647500 20632 1c001a64 00812c23 sw x8, 24(x2) x8:100ff774 x2:100ff6d0 PA:100ff6e8 - 20651500 20636 1c001a66 01062783 lw x15, 16(x12) x15=100ff708 x12:100ff6f4 PA:100ff704 - 20652500 20637 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100ff6f4 PA:100ff6f8 - 20653500 20638 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:100ff6d0 PA:100ff6e4 - 20654500 20639 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100ff6d0 PA:100ff6e0 - 20655500 20640 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100ff6d0 PA:100ff6dc - 20673500 20658 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100ff6d0 PA:100ff6ec - 20680500 20665 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100ff6d0 PA:100ff6d8 - 20682500 20667 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20683500 20668 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20684500 20669 1c001a78 00c004b3 add x9, x0, x12 x9=100ff6f4 x12:100ff6f4 - 20685500 20670 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000030 x15=100ff709 x15:100ff708 PA:100ff708 - 20687500 20672 1c001a7e 00070363 beq x14, x0, 6 x14:00000030 - 20696500 20681 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20697500 20682 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100ff6f4 PA:100ff6fc - 20699500 20684 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20702500 20687 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4 - 20720500 20705 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20721500 20706 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20740500 20725 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20741500 20726 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20742500 20727 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20764500 20749 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20765500 20750 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20788500 20773 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20789500 20774 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20790500 20775 1c001b36 f71ff06f jal x0, -144 - 20792500 20777 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100ff6f4 PA:100ff6fc - 20800500 20785 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20813500 20798 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4 - 20819500 20804 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20820500 20805 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20835500 20820 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4 - 20852500 20837 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20853500 20838 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20854500 20839 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20855500 20840 1c001ae8 0104aa03 lw x20, 16(x9) x20=100ff708 x9:100ff6f4 PA:100ff704 - 20863500 20848 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000030 x20=100ff709 x20:100ff708 PA:100ff708 - 20873500 20858 1c001af0 06059763 bne x11, x0, 110 x11:00000030 - 20893500 20878 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20910500 20895 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20912500 20897 1c001776 00b00533 add x10, x0, x11 x10=00000030 x11:00000030 - 20913500 20898 1c001778 fddff06f jal x0, -36 - 20915500 20900 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20916500 20901 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 20917500 20902 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20918500 20903 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 20919500 20904 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 20920500 20905 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 20921500 20906 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 20922500 20907 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 20923500 20908 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20924500 20909 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104030 - 20928500 20913 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20929500 20914 1c001b62 f8bff06f jal x0, -118 - 20931500 20916 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100ff70a x20:100ff709 PA:100ff709 - 20936500 20921 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20937500 20922 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4 - 20939500 20924 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20940500 20925 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20957500 20942 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100ff6d0 PA:100ff6ec - 20965500 20950 1c001b02 01812403 lw x8, 24(x2) x8=100ff774 x2:100ff6d0 PA:100ff6e8 - 20966500 20951 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:100ff6d0 PA:100ff6e4 - 20967500 20952 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100ff6d0 PA:100ff6e0 - 20968500 20953 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100ff6d0 PA:100ff6dc - 20969500 20954 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100ff6d0 PA:100ff6d8 - 20970500 20955 1c001b0c 02010113 addi x2, x2, 32 x2=100ff6f0 x2:100ff6d0 - 20971500 20956 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20981500 20966 1c001d86 01800433 add x8, x0, x24 x8=100ff778 x24:100ff778 - 20982500 20967 1c001d88 fadff06f jal x0, -84 - 20984500 20969 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20985500 20970 1c001d36 e69ff06f jal x0, -408 - 20988500 20973 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21015500 21000 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21016500 21001 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21019500 21004 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21020500 21005 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21021500 21006 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21023500 21008 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21024500 21009 1c001778 fddff06f jal x0, -36 - 21026500 21011 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21027500 21012 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 21028500 21013 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21029500 21014 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 21030500 21015 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 21031500 21016 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 21032500 21017 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 21033500 21018 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 21034500 21019 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21035500 21020 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104030 - 21039500 21024 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21040500 21025 1c001bca 16a0006f jal x0, 362 - 21042500 21027 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21043500 21028 1c001d36 e69ff06f jal x0, -408 - 21046500 21031 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21063500 21048 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21064500 21049 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21067500 21052 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21068500 21053 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21069500 21054 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21071500 21056 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21072500 21057 1c001778 fddff06f jal x0, -36 - 21074500 21059 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21075500 21060 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 21076500 21061 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21077500 21062 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 21078500 21063 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 21079500 21064 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 21080500 21065 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 21081500 21066 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 21082500 21067 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21083500 21068 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104030 - 21087500 21072 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21088500 21073 1c001bca 16a0006f jal x0, 362 - 21090500 21075 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21091500 21076 1c001d36 e69ff06f jal x0, -408 - 21094500 21079 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21109500 21094 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21110500 21095 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21113500 21098 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21116500 21101 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:100ff6f0 PA:100ff6f4 - 21119500 21104 1c001bd0 00012423 sw x0, 8(x2) x2:100ff6f0 PA:100ff6f8 - 21120500 21105 1c001bd2 00010623 sb x0, 12(x2) x2:100ff6f0 PA:100ff6fc - 21121500 21106 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21122500 21107 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21123500 21108 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21124500 21109 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100ff6f0 PA:100ff6f4 - 21125500 21110 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21126500 21111 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21127500 21112 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21128500 21113 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21129500 21114 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21130500 21115 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21131500 21116 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21132500 21117 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21153500 21138 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21154500 21139 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21157500 21142 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21158500 21143 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21159500 21144 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21162500 21147 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21165500 21150 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21168500 21153 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21171500 21156 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21172500 21157 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21173500 21158 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21174500 21159 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21177500 21162 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21178500 21163 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21181500 21166 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21182500 21167 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21185500 21170 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21187500 21172 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21190500 21175 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21191500 21176 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21194500 21179 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21195500 21180 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21196500 21181 1c001f42 e09ff06f jal x0, -504 - 21198500 21183 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21199500 21184 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100ff6f0 PA:100ff700 - 21200500 21185 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21203500 21188 1c001e34 00440c13 addi x24, x8, 4 x24=100ff77c x8:100ff778 - 21204500 21189 1c001e38 00042503 lw x10, 0(x8) x10=00000006 x8:100ff778 PA:100ff778 - 21205500 21190 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21208500 21193 1c001e54 00055863 bge x10, x0, 16 x10:00000006 - 21211500 21196 1c001e64 00410593 addi x11, x2, 4 x11=100ff6f4 x2:100ff6f0 - 21212500 21197 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21214500 21199 1c0019fe 0105a683 lw x13, 16(x11) x13=100ff708 x11:100ff6f4 PA:100ff704 - 21215500 21200 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100ff6f4 PA:100ff700 - 21216500 21201 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21217500 21202 1c001a04 02f55633 divu x12, x10, x15 x12=00000006 x10:00000006 x15:00000001 - 21251500 21236 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000006 x14:0000000a - 21252500 21237 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21253500 21238 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21254500 21239 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21257500 21242 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100ff6f4 PA:100ff700 - 21258500 21243 1c001a20 02f55833 divu x16, x10, x15 x16=00000006 x10:00000006 x15:00000001 - 21292500 21277 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000006 x15:00000001 - 21326500 21311 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21357500 21342 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21358500 21343 1c001a2e 01004663 blt x0, x16, 12 x16:00000006 - 21361500 21346 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21363500 21348 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000006 - 21366500 21351 1c001a56 01070733 add x14, x14, x16 x14=00000036 x14:00000030 x16:00000006 - 21367500 21352 1c001a58 00e68023 sb x14, 0(x13) x14:00000036 x13:100ff708 PA:100ff708 - 21369500 21354 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21370500 21355 1c001a5e 00168693 addi x13, x13, 1 x13=100ff709 x13:100ff708 - 21371500 21356 1c001a60 fb1ff06f jal x0, -80 - 21373500 21358 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21374500 21359 1c001a12 00068023 sb x0, 0(x13) x13:100ff709 PA:100ff709 - 21375500 21360 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21377500 21362 1c001e68 f17ff06f jal x0, -234 - 21379500 21364 1c001d7e 00410613 addi x12, x2, 4 x12=100ff6f4 x2:100ff6f0 - 21380500 21365 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21381500 21366 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21382500 21367 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21384500 21369 1c001a62 fe010113 addi x2, x2, -32 x2=100ff6d0 x2:100ff6f0 - 21385500 21370 1c001a64 00812c23 sw x8, 24(x2) x8:100ff778 x2:100ff6d0 PA:100ff6e8 - 21386500 21371 1c001a66 01062783 lw x15, 16(x12) x15=100ff708 x12:100ff6f4 PA:100ff704 - 21387500 21372 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100ff6f4 PA:100ff6f8 - 21388500 21373 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:100ff6d0 PA:100ff6e4 - 21389500 21374 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100ff6d0 PA:100ff6e0 - 21390500 21375 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100ff6d0 PA:100ff6dc - 21391500 21376 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100ff6d0 PA:100ff6ec - 21392500 21377 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100ff6d0 PA:100ff6d8 - 21393500 21378 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21394500 21379 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21395500 21380 1c001a78 00c004b3 add x9, x0, x12 x9=100ff6f4 x12:100ff6f4 - 21396500 21381 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000036 x15=100ff709 x15:100ff708 PA:100ff708 - 21398500 21383 1c001a7e 00070363 beq x14, x0, 6 x14:00000036 - 21399500 21384 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21400500 21385 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100ff6f4 PA:100ff6fc - 21402500 21387 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21405500 21390 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4 - 21407500 21392 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21408500 21393 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21411500 21396 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21412500 21397 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21413500 21398 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21416500 21401 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21417500 21402 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21418500 21403 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21419500 21404 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21420500 21405 1c001b36 f71ff06f jal x0, -144 - 21422500 21407 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100ff6f4 PA:100ff6fc - 21424500 21409 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21427500 21412 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4 - 21429500 21414 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21430500 21415 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21433500 21418 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4 - 21434500 21419 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21435500 21420 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21436500 21421 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21437500 21422 1c001ae8 0104aa03 lw x20, 16(x9) x20=100ff708 x9:100ff6f4 PA:100ff704 - 21439500 21424 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000036 x20=100ff709 x20:100ff708 PA:100ff708 - 21441500 21426 1c001af0 06059763 bne x11, x0, 110 x11:00000036 - 21444500 21429 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21445500 21430 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21447500 21432 1c001776 00b00533 add x10, x0, x11 x10=00000036 x11:00000036 - 21448500 21433 1c001778 fddff06f jal x0, -36 - 21450500 21435 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21451500 21436 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 21452500 21437 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21453500 21438 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 21454500 21439 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 21455500 21440 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 21456500 21441 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 21457500 21442 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 21458500 21443 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21459500 21444 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000036 x14:1a104000 PA:1a104030 - 21463500 21448 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21464500 21449 1c001b62 f8bff06f jal x0, -118 - 21466500 21451 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100ff70a x20:100ff709 PA:100ff709 - 21468500 21453 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21469500 21454 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ff6f4 PA:100ff6f4 - 21471500 21456 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21472500 21457 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21475500 21460 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100ff6d0 PA:100ff6ec - 21476500 21461 1c001b02 01812403 lw x8, 24(x2) x8=100ff778 x2:100ff6d0 PA:100ff6e8 - 21477500 21462 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:100ff6d0 PA:100ff6e4 - 21478500 21463 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100ff6d0 PA:100ff6e0 - 21479500 21464 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100ff6d0 PA:100ff6dc - 21480500 21465 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100ff6d0 PA:100ff6d8 - 21481500 21466 1c001b0c 02010113 addi x2, x2, 32 x2=100ff6f0 x2:100ff6d0 - 21482500 21467 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21484500 21469 1c001d86 01800433 add x8, x0, x24 x8=100ff77c x24:100ff77c - 21485500 21470 1c001d88 fadff06f jal x0, -84 - 21487500 21472 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21488500 21473 1c001d36 e69ff06f jal x0, -408 - 21491500 21476 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21510500 21495 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21511500 21496 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21514500 21499 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21515500 21500 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21516500 21501 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21518500 21503 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21519500 21504 1c001778 fddff06f jal x0, -36 - 21521500 21506 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21522500 21507 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 21523500 21508 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21524500 21509 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 21525500 21510 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 21526500 21511 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 21527500 21512 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 21528500 21513 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 21529500 21514 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21530500 21515 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104030 - 21534500 21519 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21535500 21520 1c001bca 16a0006f jal x0, 362 - 21537500 21522 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21538500 21523 1c001d36 e69ff06f jal x0, -408 - 21541500 21526 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21556500 21541 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21557500 21542 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21560500 21545 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21561500 21546 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21562500 21547 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21564500 21549 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21565500 21550 1c001778 fddff06f jal x0, -36 - 21567500 21552 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21568500 21553 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 21569500 21554 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21570500 21555 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 21571500 21556 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 21572500 21557 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 21573500 21558 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 21574500 21559 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 21575500 21560 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21576500 21561 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104030 - 21580500 21565 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21581500 21566 1c001bca 16a0006f jal x0, 362 - 21583500 21568 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21584500 21569 1c001d36 e69ff06f jal x0, -408 - 21587500 21572 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21602500 21587 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21603500 21588 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21606500 21591 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21607500 21592 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21608500 21593 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21610500 21595 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21611500 21596 1c001778 fddff06f jal x0, -36 - 21613500 21598 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21614500 21599 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000006 - 21615500 21600 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21616500 21601 1c00175e 00379713 slli x14, x15, 0x3 x14=00000030 x15:00000006 - 21617500 21602 1c001762 00279793 slli x15, x15, 0x2 x15=00000018 x15:00000006 - 21618500 21603 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000030 - 21619500 21604 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:00000018 x13:00001f80 - 21620500 21605 1c00176a 00e787b3 add x15, x15, x14 x15=00000030 x15:00000000 x14:00000030 - 21621500 21606 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21622500 21607 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104030 - 21626500 21611 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21627500 21612 1c001bca 16a0006f jal x0, 362 - 21629500 21614 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21630500 21615 1c001d36 e69ff06f jal x0, -408 - 21633500 21618 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21648500 21633 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21649500 21634 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21650500 21635 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:100ff6f0 PA:100ff74c - 21651500 21636 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:100ff6f0 PA:100ff748 - 21652500 21637 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:100ff6f0 PA:100ff744 - 21653500 21638 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:100ff6f0 PA:100ff740 - 21654500 21639 1c001bb0 04c12983 lw x19, 76(x2) x19=00000006 x2:100ff6f0 PA:100ff73c - 21655500 21640 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:100ff6f0 PA:100ff738 - 21656500 21641 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:100ff6f0 PA:100ff734 - 21657500 21642 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:100ff6f0 PA:100ff730 - 21658500 21643 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:100ff6f0 PA:100ff72c - 21662500 21647 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:100ff6f0 PA:100ff728 - 21663500 21648 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:100ff6f0 PA:100ff724 - 21664500 21649 1c001bbe 06010113 addi x2, x2, 96 x2=100ff750 x2:100ff6f0 - 21665500 21650 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21667500 21652 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:100ff750 PA:100ff76c - 21668500 21653 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21669500 21654 1c001838 04010113 addi x2, x2, 64 x2=100ff790 x2:100ff750 - 21670500 21655 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21676500 21661 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_00_7.log b/sw/scripts/tracevis/example/traces/trace_core_00_7.log deleted file mode 100644 index 83e8ab7..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_00_7.log +++ /dev/null @@ -1,847 +0,0 @@ - Time Cycles PC Instr Mnemonic - 113500 98 1c000080 0180006f jal x0, 24 - 137500 122 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000007 - 138500 123 1c00009c 01f57593 andi x11, x10, 31 x11=00000007 x10:00000007 - 161500 146 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000000 x10:00000007 - 162500 147 1c0000a2 00058463 beq x11, x0, 8 x11:00000007 - 163500 148 1c0000a6 05a0206f jal x0, 8282 - 184500 169 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 185500 170 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 186500 171 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 187500 172 1c00210c 0e059163 bne x11, x0, 226 x11:00000007 - 256500 241 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 257500 242 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000007 - 258500 243 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000007 x19:00000007 - 259500 244 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 280500 265 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 281500 266 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 282500 267 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 283500 268 1c00220a 0060006f jal x0, 6 - 300500 285 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 9629500 9614 1c002214 08096503 p.elw x10, 128(x18) x10=00000800 x18:1b204000 PA:1b204080 - 9637500 9622 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 9638500 9623 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 9656500 9641 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 9657500 9642 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 9659500 9644 1c00222c 08096283 p.elw x5, 128(x18) x5=100fc790 x18:1b204000 PA:1b204080 - 9683500 9668 1c002230 02a98533 mul x10, x19, x10 x10=00003800 x19:00000007 x10:00000800 - 9684500 9669 1c002234 00550133 add x2, x10, x5 x2=100fff90 x10:00003800 x5:100fc790 - 9685500 9670 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 9705500 9690 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18829500 18814 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18837500 18822 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18838500 18823 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18839500 18824 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18840500 18825 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18863500 18848 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000007 - 18883500 18868 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18884500 18869 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000000 x12:00000007 - 18885500 18870 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000000 x11:00000000 - 18886500 18871 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000007 x12:00000007 - 18887500 18872 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18888500 18873 1c0009d4 63d0006f jal x0, 3644 - 18890500 18875 1c001810 fc010113 addi x2, x2, -64 x2=100fff50 x2:100fff90 - 18891500 18876 1c001812 02b12223 sw x11, 36(x2) x11:00000000 x2:100fff50 PA:100fff74 - 18894500 18879 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18895500 18880 1c001818 02c12423 sw x12, 40(x2) x12:00000007 x2:100fff50 PA:100fff78 - 18896500 18881 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:100fff50 PA:100fff7c - 18897500 18882 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18898500 18883 1c00181e 02410693 addi x13, x2, 36 x13=100fff74 x2:100fff50 - 18912500 18897 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18913500 18898 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18914500 18899 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:100fff50 PA:100fff6c - 18920500 18905 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:100fff50 PA:100fff80 - 18921500 18906 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:100fff50 PA:100fff84 - 18922500 18907 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:100fff50 PA:100fff88 - 18923500 18908 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:100fff50 PA:100fff8c - 18936500 18921 1c001830 00d12623 sw x13, 12(x2) x13:100fff74 x2:100fff50 PA:100fff5c - 18943500 18928 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18955500 18940 1c001b70 fa010113 addi x2, x2, -96 x2=100ffef0 x2:100fff50 - 18956500 18941 1c001b72 01810793 addi x15, x2, 24 x15=100fff08 x2:100ffef0 - 18957500 18942 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:100ffef0 PA:100fff48 - 18958500 18943 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:100ffef0 PA:100fff40 - 18959500 18944 1c001b78 05312623 sw x19, 76(x2) x19:00000007 x2:100ffef0 PA:100fff3c - 18960500 18945 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:100ffef0 PA:100fff38 - 18961500 18946 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:100ffef0 PA:100fff34 - 18962500 18947 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:100ffef0 PA:100fff30 - 18982500 18967 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:100ffef0 PA:100fff2c - 18984500 18969 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:100ffef0 PA:100fff4c - 18985500 18970 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:100ffef0 PA:100fff44 - 18986500 18971 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:100ffef0 PA:100fff28 - 18987500 18972 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:100ffef0 PA:100fff24 - 18988500 18973 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18989500 18974 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18990500 18975 1c001b8e 00d00433 add x8, x0, x13 x8=100fff74 x13:100fff74 - 19012500 18997 1c001b90 00f12a23 sw x15, 20(x2) x15:100fff08 x2:100ffef0 PA:100fff04 - 19019500 19004 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19020500 19005 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19021500 19006 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19022500 19007 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19036500 19021 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19065500 19050 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19066500 19051 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19078500 19063 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19079500 19064 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19080500 19065 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19098500 19083 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19099500 19084 1c001778 fddff06f jal x0, -36 - 19101500 19086 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19102500 19087 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19103500 19088 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19121500 19106 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19122500 19107 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19123500 19108 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19124500 19109 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19125500 19110 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19126500 19111 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19127500 19112 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104038 - 19131500 19116 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19132500 19117 1c001bca 16a0006f jal x0, 362 - 19150500 19135 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19151500 19136 1c001d36 e69ff06f jal x0, -408 - 19154500 19139 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19195500 19180 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19196500 19181 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19199500 19184 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19200500 19185 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19201500 19186 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19203500 19188 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19204500 19189 1c001778 fddff06f jal x0, -36 - 19206500 19191 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19207500 19192 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19208500 19193 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19209500 19194 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19210500 19195 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19211500 19196 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19212500 19197 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19213500 19198 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19214500 19199 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19215500 19200 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104038 - 19219500 19204 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19220500 19205 1c001bca 16a0006f jal x0, 362 - 19222500 19207 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19223500 19208 1c001d36 e69ff06f jal x0, -408 - 19226500 19211 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19245500 19230 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19246500 19231 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19249500 19234 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19250500 19235 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19251500 19236 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19253500 19238 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19254500 19239 1c001778 fddff06f jal x0, -36 - 19256500 19241 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19257500 19242 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19258500 19243 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19259500 19244 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19260500 19245 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19261500 19246 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19262500 19247 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19263500 19248 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19264500 19249 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19265500 19250 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104038 - 19269500 19254 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19270500 19255 1c001bca 16a0006f jal x0, 362 - 19272500 19257 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19273500 19258 1c001d36 e69ff06f jal x0, -408 - 19276500 19261 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19292500 19277 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19293500 19278 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19296500 19281 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19297500 19282 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19298500 19283 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19300500 19285 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19301500 19286 1c001778 fddff06f jal x0, -36 - 19303500 19288 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19304500 19289 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19305500 19290 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19306500 19291 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19307500 19292 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19308500 19293 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19309500 19294 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19310500 19295 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19311500 19296 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19312500 19297 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104038 - 19316500 19301 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19317500 19302 1c001bca 16a0006f jal x0, 362 - 19319500 19304 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19320500 19305 1c001d36 e69ff06f jal x0, -408 - 19323500 19308 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19340500 19325 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19341500 19326 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19344500 19329 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19345500 19330 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19346500 19331 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19348500 19333 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19349500 19334 1c001778 fddff06f jal x0, -36 - 19351500 19336 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19352500 19337 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19353500 19338 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19354500 19339 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19355500 19340 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19356500 19341 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19357500 19342 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19358500 19343 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19359500 19344 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19360500 19345 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104038 - 19364500 19349 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19365500 19350 1c001bca 16a0006f jal x0, 362 - 19367500 19352 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19368500 19353 1c001d36 e69ff06f jal x0, -408 - 19371500 19356 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19392500 19377 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19393500 19378 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19396500 19381 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19397500 19382 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19398500 19383 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19400500 19385 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19401500 19386 1c001778 fddff06f jal x0, -36 - 19403500 19388 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19404500 19389 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19405500 19390 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19406500 19391 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19407500 19392 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19408500 19393 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19409500 19394 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19410500 19395 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19411500 19396 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19412500 19397 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104038 - 19416500 19401 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19417500 19402 1c001bca 16a0006f jal x0, 362 - 19419500 19404 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19420500 19405 1c001d36 e69ff06f jal x0, -408 - 19423500 19408 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19442500 19427 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19443500 19428 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19446500 19431 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19447500 19432 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19448500 19433 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19450500 19435 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19451500 19436 1c001778 fddff06f jal x0, -36 - 19453500 19438 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19454500 19439 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19455500 19440 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19456500 19441 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19457500 19442 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19458500 19443 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19459500 19444 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19460500 19445 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19461500 19446 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19462500 19447 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104038 - 19466500 19451 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19467500 19452 1c001bca 16a0006f jal x0, 362 - 19469500 19454 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19470500 19455 1c001d36 e69ff06f jal x0, -408 - 19473500 19458 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19494500 19479 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19495500 19480 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19498500 19483 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19499500 19484 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19500500 19485 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19502500 19487 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19503500 19488 1c001778 fddff06f jal x0, -36 - 19505500 19490 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19506500 19491 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19507500 19492 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19508500 19493 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19509500 19494 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19510500 19495 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19511500 19496 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19512500 19497 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19513500 19498 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19514500 19499 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104038 - 19518500 19503 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19519500 19504 1c001bca 16a0006f jal x0, 362 - 19521500 19506 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19522500 19507 1c001d36 e69ff06f jal x0, -408 - 19525500 19510 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19541500 19526 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19542500 19527 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19545500 19530 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19546500 19531 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19547500 19532 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19549500 19534 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19550500 19535 1c001778 fddff06f jal x0, -36 - 19552500 19537 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19553500 19538 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19554500 19539 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19555500 19540 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19556500 19541 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19557500 19542 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19558500 19543 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19559500 19544 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19560500 19545 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19561500 19546 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104038 - 19565500 19550 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19566500 19551 1c001bca 16a0006f jal x0, 362 - 19568500 19553 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19569500 19554 1c001d36 e69ff06f jal x0, -408 - 19572500 19557 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19597500 19582 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19598500 19583 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19601500 19586 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19602500 19587 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19603500 19588 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19605500 19590 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19606500 19591 1c001778 fddff06f jal x0, -36 - 19608500 19593 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19609500 19594 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19610500 19595 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19611500 19596 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19612500 19597 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19613500 19598 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19614500 19599 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19615500 19600 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19616500 19601 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19617500 19602 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104038 - 19621500 19606 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19622500 19607 1c001bca 16a0006f jal x0, 362 - 19624500 19609 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19625500 19610 1c001d36 e69ff06f jal x0, -408 - 19628500 19613 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19644500 19629 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19645500 19630 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19648500 19633 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19649500 19634 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19650500 19635 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19652500 19637 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19653500 19638 1c001778 fddff06f jal x0, -36 - 19655500 19640 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19656500 19641 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19657500 19642 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19658500 19643 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19659500 19644 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19660500 19645 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19661500 19646 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19662500 19647 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19663500 19648 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19664500 19649 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104038 - 19668500 19653 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19669500 19654 1c001bca 16a0006f jal x0, 362 - 19671500 19656 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19672500 19657 1c001d36 e69ff06f jal x0, -408 - 19675500 19660 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19689500 19674 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19690500 19675 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19693500 19678 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19694500 19679 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19695500 19680 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19697500 19682 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19698500 19683 1c001778 fddff06f jal x0, -36 - 19700500 19685 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19701500 19686 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19702500 19687 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19703500 19688 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19704500 19689 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19705500 19690 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19706500 19691 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19707500 19692 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19708500 19693 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19709500 19694 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104038 - 19713500 19698 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19714500 19699 1c001bca 16a0006f jal x0, 362 - 19716500 19701 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19717500 19702 1c001d36 e69ff06f jal x0, -408 - 19720500 19705 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19735500 19720 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19736500 19721 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19739500 19724 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19740500 19725 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19741500 19726 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19743500 19728 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19744500 19729 1c001778 fddff06f jal x0, -36 - 19746500 19731 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19747500 19732 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19748500 19733 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19749500 19734 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19750500 19735 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19751500 19736 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19752500 19737 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19753500 19738 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19754500 19739 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19755500 19740 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104038 - 19759500 19744 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19760500 19745 1c001bca 16a0006f jal x0, 362 - 19762500 19747 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19763500 19748 1c001d36 e69ff06f jal x0, -408 - 19766500 19751 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19781500 19766 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19782500 19767 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19785500 19770 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19786500 19771 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19787500 19772 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19789500 19774 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19790500 19775 1c001778 fddff06f jal x0, -36 - 19792500 19777 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19793500 19778 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19794500 19779 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19795500 19780 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19796500 19781 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19797500 19782 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19798500 19783 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19799500 19784 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19800500 19785 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19801500 19786 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104038 - 19805500 19790 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19806500 19791 1c001bca 16a0006f jal x0, 362 - 19808500 19793 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19809500 19794 1c001d36 e69ff06f jal x0, -408 - 19812500 19797 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19826500 19811 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19827500 19812 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19830500 19815 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19831500 19816 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19832500 19817 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19834500 19819 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19835500 19820 1c001778 fddff06f jal x0, -36 - 19837500 19822 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19838500 19823 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 19839500 19824 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19840500 19825 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 19841500 19826 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 19842500 19827 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 19843500 19828 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 19844500 19829 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 19845500 19830 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19846500 19831 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104038 - 19850500 19835 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19851500 19836 1c001bca 16a0006f jal x0, 362 - 19853500 19838 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19854500 19839 1c001d36 e69ff06f jal x0, -408 - 19857500 19842 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19875500 19860 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19876500 19861 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19879500 19864 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19882500 19867 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:100ffef0 PA:100ffef4 - 19883500 19868 1c001bd0 00012423 sw x0, 8(x2) x2:100ffef0 PA:100ffef8 - 19884500 19869 1c001bd2 00010623 sb x0, 12(x2) x2:100ffef0 PA:100ffefc - 19885500 19870 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19886500 19871 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19896500 19881 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19897500 19882 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100ffef0 PA:100ffef4 - 19902500 19887 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19903500 19888 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19904500 19889 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19905500 19890 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19906500 19891 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19919500 19904 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19920500 19905 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19921500 19906 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19958500 19943 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19959500 19944 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19971500 19956 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19972500 19957 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19973500 19958 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19993500 19978 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20012500 19997 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20015500 20000 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20033500 20018 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20050500 20035 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20051500 20036 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20052500 20037 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20072500 20057 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20090500 20075 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20109500 20094 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20110500 20095 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20149500 20134 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20167500 20152 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20191500 20176 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20192500 20177 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20229500 20214 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20246500 20231 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20247500 20232 1c001f42 e09ff06f jal x0, -504 - 20265500 20250 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20266500 20251 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100ffef0 PA:100fff00 - 20288500 20273 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20307500 20292 1c001e34 00440c13 addi x24, x8, 4 x24=100fff78 x8:100fff74 - 20308500 20293 1c001e38 00042503 lw x10, 0(x8) x10=00000000 x8:100fff74 PA:100fff74 - 20310500 20295 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20345500 20330 1c001e54 00055863 bge x10, x0, 16 x10:00000000 - 20364500 20349 1c001e64 00410593 addi x11, x2, 4 x11=100ffef4 x2:100ffef0 - 20365500 20350 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20385500 20370 1c0019fe 0105a683 lw x13, 16(x11) x13=100fff08 x11:100ffef4 PA:100fff04 - 20402500 20387 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100ffef4 PA:100fff00 - 20406500 20391 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20407500 20392 1c001a04 02f55633 divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001 - 20441500 20426 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000000 x14:0000000a - 20442500 20427 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20443500 20428 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20444500 20429 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20447500 20432 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100ffef4 PA:100fff00 - 20461500 20446 1c001a20 02f55833 divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001 - 20495500 20480 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001 - 20529500 20514 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20560500 20545 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20561500 20546 1c001a2e 01004663 blt x0, x16, 12 x16:00000000 - 20562500 20547 1c001a32 fc079fe3 bne x15, x0, -34 x15:00000000 - 20563500 20548 1c001a34 03000713 addi x14, x0, 48 x14=00000030 - 20564500 20549 1c001a38 01e0006f jal x0, 30 - 20582500 20567 1c001a56 01070733 add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000 - 20583500 20568 1c001a58 00e68023 sb x14, 0(x13) x14:00000030 x13:100fff08 PA:100fff08 - 20589500 20574 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20590500 20575 1c001a5e 00168693 addi x13, x13, 1 x13=100fff09 x13:100fff08 - 20601500 20586 1c001a60 fb1ff06f jal x0, -80 - 20603500 20588 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20604500 20589 1c001a12 00068023 sb x0, 0(x13) x13:100fff09 PA:100fff09 - 20611500 20596 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20612500 20597 1c001e68 f17ff06f jal x0, -234 - 20625500 20610 1c001d7e 00410613 addi x12, x2, 4 x12=100ffef4 x2:100ffef0 - 20642500 20627 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20643500 20628 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20644500 20629 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20646500 20631 1c001a62 fe010113 addi x2, x2, -32 x2=100ffed0 x2:100ffef0 - 20647500 20632 1c001a64 00812c23 sw x8, 24(x2) x8:100fff74 x2:100ffed0 PA:100ffee8 - 20652500 20637 1c001a66 01062783 lw x15, 16(x12) x15=100fff08 x12:100ffef4 PA:100fff04 - 20653500 20638 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100ffef4 PA:100ffef8 - 20654500 20639 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:100ffed0 PA:100ffee4 - 20655500 20640 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100ffed0 PA:100ffee0 - 20656500 20641 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100ffed0 PA:100ffedc - 20673500 20658 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100ffed0 PA:100ffeec - 20677500 20662 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100ffed0 PA:100ffed8 - 20678500 20663 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20679500 20664 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20680500 20665 1c001a78 00c004b3 add x9, x0, x12 x9=100ffef4 x12:100ffef4 - 20681500 20666 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000030 x15=100fff09 x15:100fff08 PA:100fff08 - 20683500 20668 1c001a7e 00070363 beq x14, x0, 6 x14:00000030 - 20696500 20681 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20697500 20682 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100ffef4 PA:100ffefc - 20700500 20685 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20703500 20688 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4 - 20720500 20705 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20721500 20706 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20740500 20725 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20741500 20726 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20742500 20727 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20764500 20749 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20765500 20750 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20788500 20773 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20789500 20774 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20790500 20775 1c001b36 f71ff06f jal x0, -144 - 20792500 20777 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100ffef4 PA:100ffefc - 20798500 20783 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20813500 20798 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4 - 20815500 20800 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20816500 20801 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20835500 20820 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4 - 20852500 20837 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20853500 20838 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20854500 20839 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20855500 20840 1c001ae8 0104aa03 lw x20, 16(x9) x20=100fff08 x9:100ffef4 PA:100fff04 - 20860500 20845 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000030 x20=100fff09 x20:100fff08 PA:100fff08 - 20873500 20858 1c001af0 06059763 bne x11, x0, 110 x11:00000030 - 20893500 20878 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20910500 20895 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20912500 20897 1c001776 00b00533 add x10, x0, x11 x10=00000030 x11:00000030 - 20913500 20898 1c001778 fddff06f jal x0, -36 - 20915500 20900 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20916500 20901 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 20917500 20902 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20918500 20903 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 20919500 20904 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 20920500 20905 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 20921500 20906 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 20922500 20907 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 20923500 20908 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20924500 20909 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104038 - 20928500 20913 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20929500 20914 1c001b62 f8bff06f jal x0, -118 - 20931500 20916 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100fff0a x20:100fff09 PA:100fff09 - 20937500 20922 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20938500 20923 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4 - 20940500 20925 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20941500 20926 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20957500 20942 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100ffed0 PA:100ffeec - 20958500 20943 1c001b02 01812403 lw x8, 24(x2) x8=100fff74 x2:100ffed0 PA:100ffee8 - 20959500 20944 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:100ffed0 PA:100ffee4 - 20960500 20945 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100ffed0 PA:100ffee0 - 20961500 20946 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100ffed0 PA:100ffedc - 20962500 20947 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100ffed0 PA:100ffed8 - 20963500 20948 1c001b0c 02010113 addi x2, x2, 32 x2=100ffef0 x2:100ffed0 - 20964500 20949 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20981500 20966 1c001d86 01800433 add x8, x0, x24 x8=100fff78 x24:100fff78 - 20982500 20967 1c001d88 fadff06f jal x0, -84 - 20984500 20969 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20985500 20970 1c001d36 e69ff06f jal x0, -408 - 20988500 20973 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21016500 21001 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21017500 21002 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21020500 21005 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21021500 21006 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21022500 21007 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21024500 21009 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21025500 21010 1c001778 fddff06f jal x0, -36 - 21027500 21012 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21028500 21013 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 21029500 21014 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21030500 21015 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 21031500 21016 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 21032500 21017 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 21033500 21018 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 21034500 21019 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 21035500 21020 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21036500 21021 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104038 - 21040500 21025 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21041500 21026 1c001bca 16a0006f jal x0, 362 - 21043500 21028 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21044500 21029 1c001d36 e69ff06f jal x0, -408 - 21047500 21032 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21064500 21049 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21065500 21050 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21068500 21053 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21069500 21054 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21070500 21055 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21072500 21057 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21073500 21058 1c001778 fddff06f jal x0, -36 - 21075500 21060 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21076500 21061 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 21077500 21062 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21078500 21063 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 21079500 21064 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 21080500 21065 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 21081500 21066 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 21082500 21067 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 21083500 21068 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21084500 21069 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104038 - 21088500 21073 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21089500 21074 1c001bca 16a0006f jal x0, 362 - 21091500 21076 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21092500 21077 1c001d36 e69ff06f jal x0, -408 - 21095500 21080 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21110500 21095 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21111500 21096 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21114500 21099 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21117500 21102 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:100ffef0 PA:100ffef4 - 21120500 21105 1c001bd0 00012423 sw x0, 8(x2) x2:100ffef0 PA:100ffef8 - 21121500 21106 1c001bd2 00010623 sb x0, 12(x2) x2:100ffef0 PA:100ffefc - 21122500 21107 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21123500 21108 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21124500 21109 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21125500 21110 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:100ffef0 PA:100ffef4 - 21126500 21111 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21127500 21112 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21128500 21113 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21129500 21114 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21130500 21115 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21131500 21116 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21132500 21117 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21133500 21118 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21155500 21140 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21156500 21141 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21159500 21144 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21160500 21145 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21161500 21146 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21164500 21149 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21167500 21152 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21170500 21155 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21173500 21158 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21174500 21159 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21175500 21160 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21176500 21161 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21179500 21164 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21180500 21165 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21183500 21168 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21184500 21169 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21187500 21172 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21189500 21174 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21192500 21177 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21193500 21178 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21196500 21181 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21197500 21182 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21198500 21183 1c001f42 e09ff06f jal x0, -504 - 21200500 21185 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21201500 21186 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:100ffef0 PA:100fff00 - 21202500 21187 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21205500 21190 1c001e34 00440c13 addi x24, x8, 4 x24=100fff7c x8:100fff78 - 21206500 21191 1c001e38 00042503 lw x10, 0(x8) x10=00000007 x8:100fff78 PA:100fff78 - 21207500 21192 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21210500 21195 1c001e54 00055863 bge x10, x0, 16 x10:00000007 - 21213500 21198 1c001e64 00410593 addi x11, x2, 4 x11=100ffef4 x2:100ffef0 - 21214500 21199 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21216500 21201 1c0019fe 0105a683 lw x13, 16(x11) x13=100fff08 x11:100ffef4 PA:100fff04 - 21217500 21202 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:100ffef4 PA:100fff00 - 21218500 21203 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21219500 21204 1c001a04 02f55633 divu x12, x10, x15 x12=00000007 x10:00000007 x15:00000001 - 21253500 21238 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000007 x14:0000000a - 21254500 21239 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21255500 21240 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21256500 21241 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21259500 21244 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:100ffef4 PA:100fff00 - 21260500 21245 1c001a20 02f55833 divu x16, x10, x15 x16=00000007 x10:00000007 x15:00000001 - 21294500 21279 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000007 x15:00000001 - 21328500 21313 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21359500 21344 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21360500 21345 1c001a2e 01004663 blt x0, x16, 12 x16:00000007 - 21363500 21348 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21365500 21350 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000007 - 21368500 21353 1c001a56 01070733 add x14, x14, x16 x14=00000037 x14:00000030 x16:00000007 - 21369500 21354 1c001a58 00e68023 sb x14, 0(x13) x14:00000037 x13:100fff08 PA:100fff08 - 21370500 21355 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21371500 21356 1c001a5e 00168693 addi x13, x13, 1 x13=100fff09 x13:100fff08 - 21372500 21357 1c001a60 fb1ff06f jal x0, -80 - 21374500 21359 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21375500 21360 1c001a12 00068023 sb x0, 0(x13) x13:100fff09 PA:100fff09 - 21376500 21361 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21378500 21363 1c001e68 f17ff06f jal x0, -234 - 21380500 21365 1c001d7e 00410613 addi x12, x2, 4 x12=100ffef4 x2:100ffef0 - 21381500 21366 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21382500 21367 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21383500 21368 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21385500 21370 1c001a62 fe010113 addi x2, x2, -32 x2=100ffed0 x2:100ffef0 - 21386500 21371 1c001a64 00812c23 sw x8, 24(x2) x8:100fff78 x2:100ffed0 PA:100ffee8 - 21387500 21372 1c001a66 01062783 lw x15, 16(x12) x15=100fff08 x12:100ffef4 PA:100fff04 - 21388500 21373 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:100ffef4 PA:100ffef8 - 21389500 21374 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:100ffed0 PA:100ffee4 - 21390500 21375 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:100ffed0 PA:100ffee0 - 21391500 21376 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:100ffed0 PA:100ffedc - 21392500 21377 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:100ffed0 PA:100ffeec - 21393500 21378 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:100ffed0 PA:100ffed8 - 21394500 21379 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21395500 21380 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21396500 21381 1c001a78 00c004b3 add x9, x0, x12 x9=100ffef4 x12:100ffef4 - 21397500 21382 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000037 x15=100fff09 x15:100fff08 PA:100fff08 - 21399500 21384 1c001a7e 00070363 beq x14, x0, 6 x14:00000037 - 21400500 21385 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21401500 21386 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:100ffef4 PA:100ffefc - 21403500 21388 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21406500 21391 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4 - 21408500 21393 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21409500 21394 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21412500 21397 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21413500 21398 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21414500 21399 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21417500 21402 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21418500 21403 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21419500 21404 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21420500 21405 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21421500 21406 1c001b36 f71ff06f jal x0, -144 - 21423500 21408 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:100ffef4 PA:100ffefc - 21425500 21410 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21428500 21413 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4 - 21430500 21415 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21431500 21416 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21434500 21419 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4 - 21435500 21420 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21436500 21421 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21437500 21422 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21438500 21423 1c001ae8 0104aa03 lw x20, 16(x9) x20=100fff08 x9:100ffef4 PA:100fff04 - 21440500 21425 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000037 x20=100fff09 x20:100fff08 PA:100fff08 - 21442500 21427 1c001af0 06059763 bne x11, x0, 110 x11:00000037 - 21445500 21430 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21446500 21431 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21448500 21433 1c001776 00b00533 add x10, x0, x11 x10=00000037 x11:00000037 - 21449500 21434 1c001778 fddff06f jal x0, -36 - 21451500 21436 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21452500 21437 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 21453500 21438 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21454500 21439 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 21455500 21440 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 21456500 21441 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 21457500 21442 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 21458500 21443 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 21459500 21444 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21460500 21445 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000037 x14:1a104000 PA:1a104038 - 21464500 21449 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21465500 21450 1c001b62 f8bff06f jal x0, -118 - 21467500 21452 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=100fff0a x20:100fff09 PA:100fff09 - 21469500 21454 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21470500 21455 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:100ffef4 PA:100ffef4 - 21472500 21457 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21473500 21458 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21476500 21461 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:100ffed0 PA:100ffeec - 21477500 21462 1c001b02 01812403 lw x8, 24(x2) x8=100fff78 x2:100ffed0 PA:100ffee8 - 21478500 21463 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:100ffed0 PA:100ffee4 - 21479500 21464 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:100ffed0 PA:100ffee0 - 21480500 21465 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:100ffed0 PA:100ffedc - 21481500 21466 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:100ffed0 PA:100ffed8 - 21482500 21467 1c001b0c 02010113 addi x2, x2, 32 x2=100ffef0 x2:100ffed0 - 21483500 21468 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21485500 21470 1c001d86 01800433 add x8, x0, x24 x8=100fff7c x24:100fff7c - 21486500 21471 1c001d88 fadff06f jal x0, -84 - 21488500 21473 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21489500 21474 1c001d36 e69ff06f jal x0, -408 - 21492500 21477 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21511500 21496 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21512500 21497 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21515500 21500 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21516500 21501 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21517500 21502 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21519500 21504 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21520500 21505 1c001778 fddff06f jal x0, -36 - 21522500 21507 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21523500 21508 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 21524500 21509 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21525500 21510 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 21526500 21511 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 21527500 21512 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 21528500 21513 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 21529500 21514 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 21530500 21515 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21531500 21516 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104038 - 21535500 21520 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21536500 21521 1c001bca 16a0006f jal x0, 362 - 21538500 21523 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21539500 21524 1c001d36 e69ff06f jal x0, -408 - 21542500 21527 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21557500 21542 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21558500 21543 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21561500 21546 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21562500 21547 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21563500 21548 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21565500 21550 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21566500 21551 1c001778 fddff06f jal x0, -36 - 21568500 21553 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21569500 21554 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 21570500 21555 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21571500 21556 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 21572500 21557 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 21573500 21558 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 21574500 21559 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 21575500 21560 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 21576500 21561 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21577500 21562 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104038 - 21581500 21566 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21582500 21567 1c001bca 16a0006f jal x0, 362 - 21584500 21569 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21585500 21570 1c001d36 e69ff06f jal x0, -408 - 21588500 21573 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21603500 21588 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21604500 21589 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21607500 21592 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21608500 21593 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21609500 21594 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21611500 21596 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21612500 21597 1c001778 fddff06f jal x0, -36 - 21614500 21599 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21615500 21600 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000007 - 21616500 21601 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21617500 21602 1c00175e 00379713 slli x14, x15, 0x3 x14=00000038 x15:00000007 - 21618500 21603 1c001762 00279793 slli x15, x15, 0x2 x15=0000001c x15:00000007 - 21619500 21604 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000038 - 21620500 21605 1c001768 00d7f7b3 and x15, x15, x13 x15=00000000 x15:0000001c x13:00001f80 - 21621500 21606 1c00176a 00e787b3 add x15, x15, x14 x15=00000038 x15:00000000 x14:00000038 - 21622500 21607 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21623500 21608 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104038 - 21627500 21612 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21628500 21613 1c001bca 16a0006f jal x0, 362 - 21630500 21615 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21631500 21616 1c001d36 e69ff06f jal x0, -408 - 21634500 21619 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21649500 21634 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21650500 21635 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21651500 21636 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:100ffef0 PA:100fff4c - 21652500 21637 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:100ffef0 PA:100fff48 - 21653500 21638 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:100ffef0 PA:100fff44 - 21654500 21639 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:100ffef0 PA:100fff40 - 21655500 21640 1c001bb0 04c12983 lw x19, 76(x2) x19=00000007 x2:100ffef0 PA:100fff3c - 21656500 21641 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:100ffef0 PA:100fff38 - 21657500 21642 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:100ffef0 PA:100fff34 - 21658500 21643 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:100ffef0 PA:100fff30 - 21659500 21644 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:100ffef0 PA:100fff2c - 21660500 21645 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:100ffef0 PA:100fff28 - 21661500 21646 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:100ffef0 PA:100fff24 - 21662500 21647 1c001bbe 06010113 addi x2, x2, 96 x2=100fff50 x2:100ffef0 - 21663500 21648 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21665500 21650 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:100fff50 PA:100fff6c - 21666500 21651 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21667500 21652 1c001838 04010113 addi x2, x2, 64 x2=100fff90 x2:100fff50 - 21668500 21653 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21676500 21661 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_01_0.log b/sw/scripts/tracevis/example/traces/trace_core_01_0.log deleted file mode 100644 index 155f3c9..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_01_0.log +++ /dev/null @@ -1,921 +0,0 @@ - Time Cycles PC Instr Mnemonic - 12603500 12588 1c000080 0180006f jal x0, 24 - 12621500 12606 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000020 - 12622500 12607 1c00009c 01f57593 andi x11, x10, 31 x11=00000000 x10:00000020 - 12639500 12624 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000001 x10:00000020 - 12640500 12625 1c0000a2 00058463 beq x11, x0, 8 x11:00000000 - 12643500 12628 1c0000aa 00050463 beq x10, x0, 8 x10:00000001 - 12662500 12647 1c0000ae 0520206f jal x0, 8274 - 12664500 12649 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 12665500 12650 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 12666500 12651 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 12667500 12652 1c00210c 0e059163 bne x11, x0, 226 x11:00000000 - 12679500 12664 1c002110 feffe417 auipc x8, 0xfeffe000 x8=1b000110 - 12680500 12665 1c002114 ef840413 addi x8, x8, -264 x8=1b000008 x8:1b000110 - 12681500 12666 1c002118 04040493 addi x9, x8, 64 x9=1b000048 x8:1b000008 - 12682500 12667 1c00211c 00800933 add x18, x0, x8 x18=1b000008 x8:1b000008 - 12699500 12684 1c00211e 1b2049b7 lui x19, 0x1b204000 x19=1b204000 - 12700500 12685 1c002122 00200a13 addi x20, x0, 2 x20=00000002 - 12701500 12686 1c002124 00000a97 auipc x21, 0x0 x21=1c002124 - 12702500 12687 1c002128 036a8a93 addi x21, x21, 54 x21=1c00215a x21:1c002124 - 12703500 12688 1c00212c 00000b97 auipc x23, 0x0 x23=1c00212c - 12720500 12705 1c002130 57cb8b93 addi x23, x23, 1404 x23=1c0026a8 x23:1c00212c - 12721500 12706 1c002134 000bab83 lw x23, 0(x23) x23=1c2fff50 x23:1c0026a8 PA:1c0026a8 - 12736500 12721 1c002138 01800393 addi x7, x0, 24 x7=00000018 - 12737500 12722 1c00213a 02a383b3 mul x7, x7, x10 x7=00000018 x7:00000018 x10:00000001 - 12738500 12723 1c00213e 007b8bb3 add x23, x23, x7 x23=1c2fff68 x23:1c2fff50 x7:00000018 - 12759500 12744 1c002140 008b8b93 addi x23, x23, 8 x23=1c2fff70 x23:1c2fff68 - 12760500 12745 1c002142 10201cb7 lui x25, 0x10201000 x25=10201000 - 12761500 12746 1c002146 e04c8c93 addi x25, x25, -508 x25=10200e04 x25:10201000 - 12762500 12747 1c00214a 00100c13 addi x24, x0, 1 x24=00000001 - 12763500 12748 1c00214c 00000d17 auipc x26, 0x0 x26=1c00214c - 12780500 12765 1c002150 0e0d0d13 addi x26, x26, 224 x26=1c00222c x26:1c00214c - 12781500 12766 1c002154 001d6d13 ori x26, x26, 1 x26=1c00222d x26:1c00222c - 12782500 12767 1c002158 0160006f jal x0, 22 - 12817500 12802 1c00216e 00042e03 lw x28, 0(x8) x28=00000000 x8:1b000008 PA:1b000008 - 12819500 12804 1c002172 060e0063 beq x28, x0, 96 x28:00000000 - 12838500 12823 1c0021d2 0149a423 sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008 - 12839500 12824 1c0021d6 03c9e003 p.elw x0, 60(x19) x19:1b204000 PA:1b20403c - 17709500 17694 1c0021da 0149a223 sw x20, 4(x19) x20:00000002 x19:1b204000 PA:1b204004 - 17710500 17695 1c0021de f91ff06f jal x0, -112 - 17713500 17698 1c00216e 00042e03 lw x28, 0(x8) x28=00000008 x8:1b000008 PA:1b000008 - 17715500 17700 1c002172 060e0063 beq x28, x0, 96 x28:00000008 - 17716500 17701 1c002176 00842503 lw x10, 8(x8) x10=00000000 x8:1b000008 PA:1b000010 - 17717500 17702 1c002178 00442283 lw x5, 4(x8) x5=1c0009d8 x8:1b000008 PA:1b00000c - 17718500 17703 1c00217c 00c42103 lw x2, 12(x8) x2=104fe400 x8:1b000008 PA:1b000014 - 17735500 17720 1c002180 01042303 lw x6, 16(x8) x6=00000400 x8:1b000008 PA:1b000018 - 17736500 17721 1c002184 01442383 lw x7, 20(x8) x7=00000400 x8:1b000008 PA:1b00001c - 17737500 17722 1c002188 01842b03 lw x22, 24(x8) x22=100fc720 x8:1b000008 PA:1b000020 - 17738500 17723 1c00218c 01c42e83 lw x29, 28(x8) x29=1000013c x8:1b000008 PA:1b000024 - 17755500 17740 1c002190 00042023 sw x0, 0(x8) x8:1b000008 PA:1b000008 - 17756500 17741 1c002194 feffef17 auipc x30, 0xfeffe000 x30=1b000194 - 17757500 17742 1c002198 eb4f0f13 addi x30, x30, -332 x30=1b000048 x30:1b000194 - 17758500 17743 1c00219c 01df2023 sw x29, 0(x30) x29:1000013c x30:1b000048 PA:1b000048 - 17775500 17760 1c0021a0 015000b3 add x1, x0, x21 x1=1c00215a x21:1c00215a - 17776500 17761 1c0021a2 00100e93 addi x29, x0, 1 x29=00000001 - 17777500 17762 1c0021a4 01ce9e33 sll x28, x29, x28 x28=00000100 x29:00000001 x28:00000008 - 17778500 17763 1c0021a8 fffe0e13 addi x28, x28, -1 x28=000000ff x28:00000100 - 17779500 17764 1c0021aa 21c9a023 sw x28, 512(x19) x28:000000ff x19:1b204000 PA:1b204200 - 17796500 17781 1c0021ae 21c9a623 sw x28, 524(x19) x28:000000ff x19:1b204000 PA:1b20420c - 17797500 17782 1c0021b2 09c9a223 sw x28, 132(x19) x28:000000ff x19:1b204000 PA:1b204084 - 17798500 17783 1c0021b6 001e2863 p.beqimm x28, 16 x28:000000ff - 17799500 17784 1c0021ba 09a9a023 sw x26, 128(x19) x26:1c00222d x19:1b204000 PA:1b204080 - 17817500 17802 1c0021be 0879a023 sw x7, 128(x19) x7:00000400 x19:1b204000 PA:1b204080 - 17818500 17803 1c0021c2 0829a023 sw x2, 128(x19) x2:104fe400 x19:1b204000 PA:1b204080 - 17819500 17804 1c0021c6 02040413 addi x8, x8, 32 x8=1b000028 x8:1b000008 - 17820500 17805 1c0021ca 00941363 bne x8, x9, 6 x8:1b000028 x9:1b000048 - 17823500 17808 1c0021d0 00028067 jalr x0, x5, 0 x5:1c0009d8 - 17841500 17826 1c0009d8 ff010113 addi x2, x2, -16 x2=104fe3f0 x2:104fe400 - 17842500 17827 1c0009da 0ff00713 addi x14, x0, 255 x14=000000ff - 17859500 17844 1c0009de 1b2047b7 lui x15, 0x1b204000 x15=1b204000 - 17860500 17845 1c0009e2 00112623 sw x1, 12(x2) x1:1c00215a x2:104fe3f0 PA:104fe3fc - 17861500 17846 1c0009e4 00812423 sw x8, 8(x2) x8:1b000028 x2:104fe3f0 PA:104fe3f8 - 17862500 17847 1c0009e6 00912223 sw x9, 4(x2) x9:1b000048 x2:104fe3f0 PA:104fe3f4 - 17863500 17848 1c0009e8 08e7a223 sw x14, 132(x15) x14:000000ff x15:1b204000 PA:1b204084 - 17864500 17849 1c0009ec 20078493 addi x9, x15, 512 x9=1b204200 x15:1b204000 - 17881500 17866 1c0009f0 00e4a023 sw x14, 0(x9) x14:000000ff x9:1b204200 PA:1b204200 - 17882500 17867 1c0009f2 20c78793 addi x15, x15, 524 x15=1b20420c x15:1b204000 - 17883500 17868 1c0009f6 00e7a023 sw x14, 0(x15) x14:000000ff x15:1b20420c PA:1b20420c - 17884500 17869 1c0009f8 1c0017b7 lui x15, 0x1c001000 x15=1c001000 - 17885500 17870 1c0009fc 9bc78793 addi x15, x15, -1604 x15=1c0009bc x15:1c001000 - 17902500 17887 1c000a00 1b204737 lui x14, 0x1b204000 x14=1b204000 - 17903500 17888 1c000a04 08f72023 sw x15, 128(x14) x15:1c0009bc x14:1b204000 PA:1b204080 - 17904500 17889 1c000a08 1b2047b7 lui x15, 0x1b204000 x15=1b204000 - 17905500 17890 1c000a0c 08a7a023 sw x10, 128(x15) x10:00000000 x15:1b204000 PA:1b204080 - 17922500 17907 1c000a10 f1402673 csrrs x12, x0, 0xf14 x12=00000020 - 17923500 17908 1c000a14 40565413 srai x8, x12, 0x405 x8=00000001 x12:00000020 - 17924500 17909 1c000a18 f2643433 p.bclr x8, x8, 25, 6 x8=00000001 x8:00000001 - 17925500 17910 1c000a1c 1c002537 lui x10, 0x1c002000 x10=1c002000 - 17946500 17931 1c000a20 f4563633 p.bclr x12, x12, 26, 5 x12=00000000 x12:00000020 - 17947500 17932 1c000a24 008005b3 add x11, x0, x8 x11=00000001 x8:00000001 - 17948500 17933 1c000a26 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 17949500 17934 1c000a2a 5e7000ef jal x1, 3558 x1=1c000a2e - 17980500 17965 1c001810 fc010113 addi x2, x2, -64 x2=104fe3b0 x2:104fe3f0 - 17981500 17966 1c001812 02b12223 sw x11, 36(x2) x11:00000001 x2:104fe3b0 PA:104fe3d4 - 17982500 17967 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 17983500 17968 1c001818 02c12423 sw x12, 40(x2) x12:00000000 x2:104fe3b0 PA:104fe3d8 - 17984500 17969 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:104fe3b0 PA:104fe3dc - 17985500 17970 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 17986500 17971 1c00181e 02410693 addi x13, x2, 36 x13=104fe3d4 x2:104fe3b0 - 18002500 17987 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18003500 17988 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18004500 17989 1c001826 00112e23 sw x1, 28(x2) x1:1c000a2e x2:104fe3b0 PA:104fe3cc - 18005500 17990 1c001828 02e12823 sw x14, 48(x2) x14:1b204000 x2:104fe3b0 PA:104fe3e0 - 18006500 17991 1c00182a 02f12a23 sw x15, 52(x2) x15:1b204000 x2:104fe3b0 PA:104fe3e4 - 18007500 17992 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:104fe3b0 PA:104fe3e8 - 18008500 17993 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:104fe3b0 PA:104fe3ec - 18024500 18009 1c001830 00d12623 sw x13, 12(x2) x13:104fe3d4 x2:104fe3b0 PA:104fe3bc - 18025500 18010 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18043500 18028 1c001b70 fa010113 addi x2, x2, -96 x2=104fe350 x2:104fe3b0 - 18044500 18029 1c001b72 01810793 addi x15, x2, 24 x15=104fe368 x2:104fe350 - 18045500 18030 1c001b74 04812c23 sw x8, 88(x2) x8:00000001 x2:104fe350 PA:104fe3a8 - 18046500 18031 1c001b76 05212823 sw x18, 80(x2) x18:1b000008 x2:104fe350 PA:104fe3a0 - 18047500 18032 1c001b78 05312623 sw x19, 76(x2) x19:1b204000 x2:104fe350 PA:104fe39c - 18048500 18033 1c001b7a 05412423 sw x20, 72(x2) x20:00000002 x2:104fe350 PA:104fe398 - 18049500 18034 1c001b7c 05512223 sw x21, 68(x2) x21:1c00215a x2:104fe350 PA:104fe394 - 18050500 18035 1c001b7e 05612023 sw x22, 64(x2) x22:100fc720 x2:104fe350 PA:104fe390 - 18066500 18051 1c001b80 03712e23 sw x23, 60(x2) x23:1c2fff70 x2:104fe350 PA:104fe38c - 18067500 18052 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:104fe350 PA:104fe3ac - 18068500 18053 1c001b84 04912a23 sw x9, 84(x2) x9:1b204200 x2:104fe350 PA:104fe3a4 - 18069500 18054 1c001b86 03812c23 sw x24, 56(x2) x24:00000001 x2:104fe350 PA:104fe388 - 18070500 18055 1c001b88 03912a23 sw x25, 52(x2) x25:10200e04 x2:104fe350 PA:104fe384 - 18071500 18056 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18072500 18057 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18073500 18058 1c001b8e 00d00433 add x8, x0, x13 x8=104fe3d4 x13:104fe3d4 - 18089500 18074 1c001b90 00f12a23 sw x15, 20(x2) x15:104fe368 x2:104fe350 PA:104fe364 - 18090500 18075 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18091500 18076 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18092500 18077 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18093500 18078 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18110500 18095 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18137500 18122 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18138500 18123 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18145500 18130 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18146500 18131 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18147500 18132 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18165500 18150 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18166500 18151 1c001778 fddff06f jal x0, -36 - 18184500 18169 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18185500 18170 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18186500 18171 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18203500 18188 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18204500 18189 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18205500 18190 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18206500 18191 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18207500 18192 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18208500 18193 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18209500 18194 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104080 - 18213500 18198 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18214500 18199 1c001bca 16a0006f jal x0, 362 - 18232500 18217 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18233500 18218 1c001d36 e69ff06f jal x0, -408 - 18236500 18221 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18266500 18251 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18267500 18252 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18270500 18255 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18271500 18256 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18272500 18257 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18274500 18259 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18275500 18260 1c001778 fddff06f jal x0, -36 - 18277500 18262 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18278500 18263 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18279500 18264 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18280500 18265 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18281500 18266 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18282500 18267 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18283500 18268 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18284500 18269 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18285500 18270 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18286500 18271 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104080 - 18290500 18275 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18291500 18276 1c001bca 16a0006f jal x0, 362 - 18293500 18278 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18294500 18279 1c001d36 e69ff06f jal x0, -408 - 18297500 18282 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18314500 18299 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18315500 18300 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18318500 18303 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18319500 18304 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18320500 18305 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18322500 18307 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18323500 18308 1c001778 fddff06f jal x0, -36 - 18325500 18310 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18326500 18311 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18327500 18312 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18328500 18313 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18329500 18314 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18330500 18315 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18331500 18316 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18332500 18317 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18333500 18318 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18334500 18319 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104080 - 18338500 18323 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18339500 18324 1c001bca 16a0006f jal x0, 362 - 18341500 18326 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18342500 18327 1c001d36 e69ff06f jal x0, -408 - 18345500 18330 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18365500 18350 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18366500 18351 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18369500 18354 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18370500 18355 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18371500 18356 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18373500 18358 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18374500 18359 1c001778 fddff06f jal x0, -36 - 18376500 18361 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18377500 18362 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18378500 18363 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18379500 18364 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18380500 18365 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18381500 18366 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18382500 18367 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18383500 18368 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18384500 18369 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18385500 18370 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104080 - 18389500 18374 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18390500 18375 1c001bca 16a0006f jal x0, 362 - 18392500 18377 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18393500 18378 1c001d36 e69ff06f jal x0, -408 - 18396500 18381 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18410500 18395 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18411500 18396 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18414500 18399 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18415500 18400 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18416500 18401 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18418500 18403 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18419500 18404 1c001778 fddff06f jal x0, -36 - 18421500 18406 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18422500 18407 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18423500 18408 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18424500 18409 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18425500 18410 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18426500 18411 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18427500 18412 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18428500 18413 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18429500 18414 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18430500 18415 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104080 - 18434500 18419 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18435500 18420 1c001bca 16a0006f jal x0, 362 - 18437500 18422 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18438500 18423 1c001d36 e69ff06f jal x0, -408 - 18441500 18426 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18458500 18443 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18459500 18444 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18462500 18447 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18463500 18448 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18464500 18449 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18466500 18451 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18467500 18452 1c001778 fddff06f jal x0, -36 - 18469500 18454 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18470500 18455 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18471500 18456 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18472500 18457 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18473500 18458 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18474500 18459 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18475500 18460 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18476500 18461 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18477500 18462 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18478500 18463 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104080 - 18482500 18467 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18483500 18468 1c001bca 16a0006f jal x0, 362 - 18485500 18470 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 18486500 18471 1c001d36 e69ff06f jal x0, -408 - 18489500 18474 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 18503500 18488 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 18504500 18489 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 18507500 18492 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 18508500 18493 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18509500 18494 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18511500 18496 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 18512500 18497 1c001778 fddff06f jal x0, -36 - 18514500 18499 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18515500 18500 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18516500 18501 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18517500 18502 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18518500 18503 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18519500 18504 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18520500 18505 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18521500 18506 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18522500 18507 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18523500 18508 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104080 - 18527500 18512 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18528500 18513 1c001bca 16a0006f jal x0, 362 - 18530500 18515 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 18531500 18516 1c001d36 e69ff06f jal x0, -408 - 18534500 18519 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 18549500 18534 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 18550500 18535 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 18553500 18538 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 18554500 18539 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18555500 18540 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18557500 18542 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 18558500 18543 1c001778 fddff06f jal x0, -36 - 18560500 18545 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18561500 18546 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18562500 18547 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18563500 18548 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18564500 18549 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18565500 18550 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18566500 18551 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18567500 18552 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18568500 18553 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18569500 18554 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104080 - 18573500 18558 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18574500 18559 1c001bca 16a0006f jal x0, 362 - 18576500 18561 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 18577500 18562 1c001d36 e69ff06f jal x0, -408 - 18580500 18565 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 18595500 18580 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 18596500 18581 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18599500 18584 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18600500 18585 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18601500 18586 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18603500 18588 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18604500 18589 1c001778 fddff06f jal x0, -36 - 18606500 18591 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18607500 18592 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18608500 18593 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18609500 18594 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18610500 18595 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18611500 18596 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18612500 18597 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18613500 18598 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18614500 18599 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18615500 18600 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104080 - 18619500 18604 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18620500 18605 1c001bca 16a0006f jal x0, 362 - 18622500 18607 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 18623500 18608 1c001d36 e69ff06f jal x0, -408 - 18626500 18611 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 18641500 18626 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 18642500 18627 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 18645500 18630 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 18646500 18631 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18647500 18632 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18649500 18634 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 18650500 18635 1c001778 fddff06f jal x0, -36 - 18652500 18637 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18653500 18638 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18654500 18639 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18655500 18640 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18656500 18641 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18657500 18642 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18658500 18643 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18659500 18644 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18660500 18645 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18661500 18646 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104080 - 18665500 18650 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18666500 18651 1c001bca 16a0006f jal x0, 362 - 18668500 18653 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 18669500 18654 1c001d36 e69ff06f jal x0, -408 - 18672500 18657 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 18687500 18672 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 18688500 18673 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 18691500 18676 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 18692500 18677 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18693500 18678 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18695500 18680 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 18696500 18681 1c001778 fddff06f jal x0, -36 - 18698500 18683 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18699500 18684 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18700500 18685 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18701500 18686 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18702500 18687 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18703500 18688 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18704500 18689 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18705500 18690 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18706500 18691 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18707500 18692 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104080 - 18711500 18696 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18712500 18697 1c001bca 16a0006f jal x0, 362 - 18714500 18699 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 18715500 18700 1c001d36 e69ff06f jal x0, -408 - 18718500 18703 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 18734500 18719 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 18735500 18720 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 18738500 18723 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 18739500 18724 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18740500 18725 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18742500 18727 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 18743500 18728 1c001778 fddff06f jal x0, -36 - 18745500 18730 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18746500 18731 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18747500 18732 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18748500 18733 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18749500 18734 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18750500 18735 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18751500 18736 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18752500 18737 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18753500 18738 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18754500 18739 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104080 - 18758500 18743 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18759500 18744 1c001bca 16a0006f jal x0, 362 - 18761500 18746 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 18762500 18747 1c001d36 e69ff06f jal x0, -408 - 18765500 18750 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 18780500 18765 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 18781500 18766 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18784500 18769 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18785500 18770 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18786500 18771 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18788500 18773 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18789500 18774 1c001778 fddff06f jal x0, -36 - 18791500 18776 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18792500 18777 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18793500 18778 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18794500 18779 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18795500 18780 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18796500 18781 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18797500 18782 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18798500 18783 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18799500 18784 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18800500 18785 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104080 - 18804500 18789 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18805500 18790 1c001bca 16a0006f jal x0, 362 - 18807500 18792 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 18808500 18793 1c001d36 e69ff06f jal x0, -408 - 18811500 18796 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 18828500 18813 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 18829500 18814 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18832500 18817 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18833500 18818 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18834500 18819 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18836500 18821 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18837500 18822 1c001778 fddff06f jal x0, -36 - 18839500 18824 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18840500 18825 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18841500 18826 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18842500 18827 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18843500 18828 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18844500 18829 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18845500 18830 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18846500 18831 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18847500 18832 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18848500 18833 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104080 - 18852500 18837 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18853500 18838 1c001bca 16a0006f jal x0, 362 - 18855500 18840 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 18856500 18841 1c001d36 e69ff06f jal x0, -408 - 18859500 18844 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 18875500 18860 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 18876500 18861 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 18879500 18864 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 18880500 18865 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18881500 18866 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18883500 18868 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 18884500 18869 1c001778 fddff06f jal x0, -36 - 18886500 18871 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18887500 18872 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 18888500 18873 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18889500 18874 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 18890500 18875 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 18891500 18876 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 18892500 18877 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 18893500 18878 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 18894500 18879 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18895500 18880 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104080 - 18899500 18884 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18900500 18885 1c001bca 16a0006f jal x0, 362 - 18902500 18887 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 18903500 18888 1c001d36 e69ff06f jal x0, -408 - 18906500 18891 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 18922500 18907 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 18923500 18908 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 18926500 18911 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 18929500 18914 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:104fe350 PA:104fe354 - 18930500 18915 1c001bd0 00012423 sw x0, 8(x2) x2:104fe350 PA:104fe358 - 18931500 18916 1c001bd2 00010623 sb x0, 12(x2) x2:104fe350 PA:104fe35c - 18932500 18917 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 18933500 18918 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 18952500 18937 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 18953500 18938 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104fe350 PA:104fe354 - 18954500 18939 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 18955500 18940 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 18956500 18941 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 18957500 18942 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 18958500 18943 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 18974500 18959 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 18975500 18960 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 18976500 18961 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19013500 18998 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19014500 18999 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19021500 19006 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19022500 19007 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19023500 19008 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19043500 19028 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19066500 19051 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19069500 19054 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19088500 19073 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19105500 19090 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19106500 19091 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19107500 19092 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19128500 19113 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19145500 19130 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19165500 19150 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19166500 19151 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19214500 19199 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19242500 19227 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19261500 19246 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19262500 19247 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19304500 19289 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19322500 19307 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19323500 19308 1c001f42 e09ff06f jal x0, -504 - 19345500 19330 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19346500 19331 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104fe350 PA:104fe360 - 19367500 19352 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19397500 19382 1c001e34 00440c13 addi x24, x8, 4 x24=104fe3d8 x8:104fe3d4 - 19398500 19383 1c001e38 00042503 lw x10, 0(x8) x10=00000001 x8:104fe3d4 PA:104fe3d4 - 19399500 19384 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19453500 19438 1c001e54 00055863 bge x10, x0, 16 x10:00000001 - 19477500 19462 1c001e64 00410593 addi x11, x2, 4 x11=104fe354 x2:104fe350 - 19478500 19463 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 19507500 19492 1c0019fe 0105a683 lw x13, 16(x11) x13=104fe368 x11:104fe354 PA:104fe364 - 19527500 19512 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fe354 PA:104fe360 - 19528500 19513 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 19529500 19514 1c001a04 02f55633 divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001 - 19563500 19548 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000001 x14:0000000a - 19564500 19549 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 19565500 19550 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 19566500 19551 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 19569500 19554 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fe354 PA:104fe360 - 19594500 19579 1c001a20 02f55833 divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001 - 19628500 19613 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001 - 19662500 19647 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 19693500 19678 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 19694500 19679 1c001a2e 01004663 blt x0, x16, 12 x16:00000001 - 19697500 19682 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 19719500 19704 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000001 - 19740500 19725 1c001a56 01070733 add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001 - 19741500 19726 1c001a58 00e68023 sb x14, 0(x13) x14:00000031 x13:104fe368 PA:104fe368 - 19742500 19727 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 19743500 19728 1c001a5e 00168693 addi x13, x13, 1 x13=104fe369 x13:104fe368 - 19760500 19745 1c001a60 fb1ff06f jal x0, -80 - 19762500 19747 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 19763500 19748 1c001a12 00068023 sb x0, 0(x13) x13:104fe369 PA:104fe369 - 19764500 19749 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 19766500 19751 1c001e68 f17ff06f jal x0, -234 - 19786500 19771 1c001d7e 00410613 addi x12, x2, 4 x12=104fe354 x2:104fe350 - 19806500 19791 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 19807500 19792 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19808500 19793 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 19810500 19795 1c001a62 fe010113 addi x2, x2, -32 x2=104fe330 x2:104fe350 - 19811500 19796 1c001a64 00812c23 sw x8, 24(x2) x8:104fe3d4 x2:104fe330 PA:104fe348 - 19812500 19797 1c001a66 01062783 lw x15, 16(x12) x15=104fe368 x12:104fe354 PA:104fe364 - 19813500 19798 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104fe354 PA:104fe358 - 19814500 19799 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:104fe330 PA:104fe344 - 19815500 19800 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104fe330 PA:104fe340 - 19816500 19801 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104fe330 PA:104fe33c - 19835500 19820 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104fe330 PA:104fe34c - 19836500 19821 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104fe330 PA:104fe338 - 19837500 19822 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19838500 19823 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19839500 19824 1c001a78 00c004b3 add x9, x0, x12 x9=104fe354 x12:104fe354 - 19840500 19825 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000031 x15=104fe369 x15:104fe368 PA:104fe368 - 19842500 19827 1c001a7e 00070363 beq x14, x0, 6 x14:00000031 - 19862500 19847 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 19863500 19848 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104fe354 PA:104fe35c - 19865500 19850 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 19868500 19853 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354 - 19886500 19871 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 19887500 19872 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 19906500 19891 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 19907500 19892 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 19908500 19893 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 19928500 19913 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 19929500 19914 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 19951500 19936 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 19952500 19937 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 19953500 19938 1c001b36 f71ff06f jal x0, -144 - 19955500 19940 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104fe354 PA:104fe35c - 19957500 19942 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 19977500 19962 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354 - 19979500 19964 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 19980500 19965 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20000500 19985 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354 - 20018500 20003 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20019500 20004 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20020500 20005 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20021500 20006 1c001ae8 0104aa03 lw x20, 16(x9) x20=104fe368 x9:104fe354 PA:104fe364 - 20023500 20008 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000031 x20=104fe369 x20:104fe368 PA:104fe368 - 20039500 20024 1c001af0 06059763 bne x11, x0, 110 x11:00000031 - 20059500 20044 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20077500 20062 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20079500 20064 1c001776 00b00533 add x10, x0, x11 x10=00000031 x11:00000031 - 20080500 20065 1c001778 fddff06f jal x0, -36 - 20082500 20067 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20083500 20068 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 20084500 20069 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20085500 20070 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 20086500 20071 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 20087500 20072 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 20088500 20073 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 20089500 20074 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 20090500 20075 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20091500 20076 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104080 - 20095500 20080 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20096500 20081 1c001b62 f8bff06f jal x0, -118 - 20098500 20083 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104fe36a x20:104fe369 PA:104fe369 - 20100500 20085 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20101500 20086 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354 - 20103500 20088 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20104500 20089 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20123500 20108 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104fe330 PA:104fe34c - 20124500 20109 1c001b02 01812403 lw x8, 24(x2) x8=104fe3d4 x2:104fe330 PA:104fe348 - 20125500 20110 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:104fe330 PA:104fe344 - 20126500 20111 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104fe330 PA:104fe340 - 20127500 20112 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104fe330 PA:104fe33c - 20128500 20113 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104fe330 PA:104fe338 - 20129500 20114 1c001b0c 02010113 addi x2, x2, 32 x2=104fe350 x2:104fe330 - 20130500 20115 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20152500 20137 1c001d86 01800433 add x8, x0, x24 x8=104fe3d8 x24:104fe3d8 - 20153500 20138 1c001d88 fadff06f jal x0, -84 - 20155500 20140 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20156500 20141 1c001d36 e69ff06f jal x0, -408 - 20159500 20144 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20191500 20176 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20192500 20177 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20195500 20180 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20196500 20181 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20197500 20182 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20199500 20184 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20200500 20185 1c001778 fddff06f jal x0, -36 - 20202500 20187 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20203500 20188 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 20204500 20189 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20205500 20190 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 20206500 20191 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 20207500 20192 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 20208500 20193 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 20209500 20194 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 20210500 20195 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20211500 20196 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104080 - 20215500 20200 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20216500 20201 1c001bca 16a0006f jal x0, 362 - 20218500 20203 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20219500 20204 1c001d36 e69ff06f jal x0, -408 - 20222500 20207 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20240500 20225 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20241500 20226 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20244500 20229 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20245500 20230 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20246500 20231 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20248500 20233 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20249500 20234 1c001778 fddff06f jal x0, -36 - 20251500 20236 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20252500 20237 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 20253500 20238 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20254500 20239 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 20255500 20240 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 20256500 20241 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 20257500 20242 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 20258500 20243 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 20259500 20244 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20260500 20245 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104080 - 20264500 20249 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20265500 20250 1c001bca 16a0006f jal x0, 362 - 20267500 20252 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20268500 20253 1c001d36 e69ff06f jal x0, -408 - 20271500 20256 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20290500 20275 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20291500 20276 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20294500 20279 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20297500 20282 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:104fe350 PA:104fe354 - 20298500 20283 1c001bd0 00012423 sw x0, 8(x2) x2:104fe350 PA:104fe358 - 20299500 20284 1c001bd2 00010623 sb x0, 12(x2) x2:104fe350 PA:104fe35c - 20300500 20285 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20301500 20286 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20302500 20287 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20303500 20288 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104fe350 PA:104fe354 - 20304500 20289 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20305500 20290 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20306500 20291 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20307500 20292 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20308500 20293 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20309500 20294 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20310500 20295 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20311500 20296 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20326500 20311 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20327500 20312 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20330500 20315 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20331500 20316 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20332500 20317 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20335500 20320 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20338500 20323 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20341500 20326 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20344500 20329 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20345500 20330 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20346500 20331 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20347500 20332 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20350500 20335 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20351500 20336 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20354500 20339 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20355500 20340 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20358500 20343 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20360500 20345 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20363500 20348 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20364500 20349 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20367500 20352 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20368500 20353 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20369500 20354 1c001f42 e09ff06f jal x0, -504 - 20371500 20356 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20372500 20357 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104fe350 PA:104fe360 - 20373500 20358 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20376500 20361 1c001e34 00440c13 addi x24, x8, 4 x24=104fe3dc x8:104fe3d8 - 20377500 20362 1c001e38 00042503 lw x10, 0(x8) x10=00000000 x8:104fe3d8 PA:104fe3d8 - 20378500 20363 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20381500 20366 1c001e54 00055863 bge x10, x0, 16 x10:00000000 - 20384500 20369 1c001e64 00410593 addi x11, x2, 4 x11=104fe354 x2:104fe350 - 20385500 20370 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20387500 20372 1c0019fe 0105a683 lw x13, 16(x11) x13=104fe368 x11:104fe354 PA:104fe364 - 20388500 20373 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fe354 PA:104fe360 - 20389500 20374 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20390500 20375 1c001a04 02f55633 divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001 - 20424500 20409 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000000 x14:0000000a - 20425500 20410 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20426500 20411 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20427500 20412 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20430500 20415 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fe354 PA:104fe360 - 20431500 20416 1c001a20 02f55833 divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001 - 20465500 20450 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001 - 20499500 20484 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20530500 20515 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20531500 20516 1c001a2e 01004663 blt x0, x16, 12 x16:00000000 - 20532500 20517 1c001a32 fc079fe3 bne x15, x0, -34 x15:00000000 - 20533500 20518 1c001a34 03000713 addi x14, x0, 48 x14=00000030 - 20534500 20519 1c001a38 01e0006f jal x0, 30 - 20536500 20521 1c001a56 01070733 add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000 - 20537500 20522 1c001a58 00e68023 sb x14, 0(x13) x14:00000030 x13:104fe368 PA:104fe368 - 20538500 20523 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20539500 20524 1c001a5e 00168693 addi x13, x13, 1 x13=104fe369 x13:104fe368 - 20540500 20525 1c001a60 fb1ff06f jal x0, -80 - 20542500 20527 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20543500 20528 1c001a12 00068023 sb x0, 0(x13) x13:104fe369 PA:104fe369 - 20544500 20529 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20546500 20531 1c001e68 f17ff06f jal x0, -234 - 20548500 20533 1c001d7e 00410613 addi x12, x2, 4 x12=104fe354 x2:104fe350 - 20549500 20534 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20550500 20535 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20551500 20536 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20553500 20538 1c001a62 fe010113 addi x2, x2, -32 x2=104fe330 x2:104fe350 - 20554500 20539 1c001a64 00812c23 sw x8, 24(x2) x8:104fe3d8 x2:104fe330 PA:104fe348 - 20555500 20540 1c001a66 01062783 lw x15, 16(x12) x15=104fe368 x12:104fe354 PA:104fe364 - 20556500 20541 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104fe354 PA:104fe358 - 20557500 20542 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:104fe330 PA:104fe344 - 20558500 20543 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104fe330 PA:104fe340 - 20559500 20544 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104fe330 PA:104fe33c - 20560500 20545 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104fe330 PA:104fe34c - 20561500 20546 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104fe330 PA:104fe338 - 20562500 20547 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20563500 20548 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20564500 20549 1c001a78 00c004b3 add x9, x0, x12 x9=104fe354 x12:104fe354 - 20565500 20550 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000030 x15=104fe369 x15:104fe368 PA:104fe368 - 20567500 20552 1c001a7e 00070363 beq x14, x0, 6 x14:00000030 - 20568500 20553 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20569500 20554 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104fe354 PA:104fe35c - 20571500 20556 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20574500 20559 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354 - 20576500 20561 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20577500 20562 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20580500 20565 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20581500 20566 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20582500 20567 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20585500 20570 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20586500 20571 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20587500 20572 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20588500 20573 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20589500 20574 1c001b36 f71ff06f jal x0, -144 - 20591500 20576 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104fe354 PA:104fe35c - 20593500 20578 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20596500 20581 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354 - 20598500 20583 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20599500 20584 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20602500 20587 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354 - 20603500 20588 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20604500 20589 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20605500 20590 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20606500 20591 1c001ae8 0104aa03 lw x20, 16(x9) x20=104fe368 x9:104fe354 PA:104fe364 - 20608500 20593 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000030 x20=104fe369 x20:104fe368 PA:104fe368 - 20610500 20595 1c001af0 06059763 bne x11, x0, 110 x11:00000030 - 20613500 20598 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20614500 20599 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20616500 20601 1c001776 00b00533 add x10, x0, x11 x10=00000030 x11:00000030 - 20617500 20602 1c001778 fddff06f jal x0, -36 - 20619500 20604 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20620500 20605 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 20621500 20606 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20622500 20607 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 20623500 20608 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 20624500 20609 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 20625500 20610 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 20626500 20611 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 20627500 20612 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20628500 20613 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104080 - 20632500 20617 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20633500 20618 1c001b62 f8bff06f jal x0, -118 - 20635500 20620 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104fe36a x20:104fe369 PA:104fe369 - 20637500 20622 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20638500 20623 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe354 PA:104fe354 - 20640500 20625 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20641500 20626 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20644500 20629 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104fe330 PA:104fe34c - 20645500 20630 1c001b02 01812403 lw x8, 24(x2) x8=104fe3d8 x2:104fe330 PA:104fe348 - 20646500 20631 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:104fe330 PA:104fe344 - 20647500 20632 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104fe330 PA:104fe340 - 20648500 20633 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104fe330 PA:104fe33c - 20649500 20634 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104fe330 PA:104fe338 - 20650500 20635 1c001b0c 02010113 addi x2, x2, 32 x2=104fe350 x2:104fe330 - 20651500 20636 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20653500 20638 1c001d86 01800433 add x8, x0, x24 x8=104fe3dc x24:104fe3dc - 20654500 20639 1c001d88 fadff06f jal x0, -84 - 20656500 20641 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 20657500 20642 1c001d36 e69ff06f jal x0, -408 - 20660500 20645 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 20688500 20673 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 20689500 20674 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 20692500 20677 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 20693500 20678 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20694500 20679 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20696500 20681 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 20697500 20682 1c001778 fddff06f jal x0, -36 - 20699500 20684 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20700500 20685 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 20701500 20686 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20702500 20687 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 20703500 20688 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 20704500 20689 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 20705500 20690 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 20706500 20691 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 20707500 20692 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20708500 20693 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104080 - 20712500 20697 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20713500 20698 1c001bca 16a0006f jal x0, 362 - 20715500 20700 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 20716500 20701 1c001d36 e69ff06f jal x0, -408 - 20719500 20704 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 20734500 20719 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 20735500 20720 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 20738500 20723 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 20739500 20724 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20740500 20725 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20742500 20727 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 20743500 20728 1c001778 fddff06f jal x0, -36 - 20745500 20730 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20746500 20731 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 20747500 20732 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20748500 20733 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 20749500 20734 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 20750500 20735 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 20751500 20736 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 20752500 20737 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 20753500 20738 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20754500 20739 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104080 - 20758500 20743 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20759500 20744 1c001bca 16a0006f jal x0, 362 - 20761500 20746 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 20762500 20747 1c001d36 e69ff06f jal x0, -408 - 20765500 20750 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 20783500 20768 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 20784500 20769 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 20787500 20772 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 20788500 20773 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20789500 20774 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20791500 20776 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 20792500 20777 1c001778 fddff06f jal x0, -36 - 20794500 20779 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20795500 20780 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000020 - 20796500 20781 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20797500 20782 1c00175e 00379713 slli x14, x15, 0x3 x14=00000100 x15:00000020 - 20798500 20783 1c001762 00279793 slli x15, x15, 0x2 x15=00000080 x15:00000020 - 20799500 20784 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000100 - 20800500 20785 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000080 x13:00001f80 - 20801500 20786 1c00176a 00e787b3 add x15, x15, x14 x15=00000080 x15:00000080 x14:00000000 - 20802500 20787 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20803500 20788 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104080 - 20807500 20792 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20808500 20793 1c001bca 16a0006f jal x0, 362 - 20810500 20795 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 20811500 20796 1c001d36 e69ff06f jal x0, -408 - 20814500 20799 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 20828500 20813 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 20829500 20814 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 20830500 20815 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:104fe350 PA:104fe3ac - 20831500 20816 1c001baa 05812403 lw x8, 88(x2) x8=00000001 x2:104fe350 PA:104fe3a8 - 20832500 20817 1c001bac 05412483 lw x9, 84(x2) x9=1b204200 x2:104fe350 PA:104fe3a4 - 20833500 20818 1c001bae 05012903 lw x18, 80(x2) x18=1b000008 x2:104fe350 PA:104fe3a0 - 20834500 20819 1c001bb0 04c12983 lw x19, 76(x2) x19=1b204000 x2:104fe350 PA:104fe39c - 20835500 20820 1c001bb2 04812a03 lw x20, 72(x2) x20=00000002 x2:104fe350 PA:104fe398 - 20836500 20821 1c001bb4 04412a83 lw x21, 68(x2) x21=1c00215a x2:104fe350 PA:104fe394 - 20837500 20822 1c001bb6 04012b03 lw x22, 64(x2) x22=100fc720 x2:104fe350 PA:104fe390 - 20838500 20823 1c001bb8 03c12b83 lw x23, 60(x2) x23=1c2fff70 x2:104fe350 PA:104fe38c - 20839500 20824 1c001bba 03812c03 lw x24, 56(x2) x24=00000001 x2:104fe350 PA:104fe388 - 20840500 20825 1c001bbc 03412c83 lw x25, 52(x2) x25=10200e04 x2:104fe350 PA:104fe384 - 20841500 20826 1c001bbe 06010113 addi x2, x2, 96 x2=104fe3b0 x2:104fe350 - 20842500 20827 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 20844500 20829 1c001834 01c12083 lw x1, 28(x2) x1=1c000a2e x2:104fe3b0 PA:104fe3cc - 20845500 20830 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 20846500 20831 1c001838 04010113 addi x2, x2, 64 x2=104fe3f0 x2:104fe3b0 - 20847500 20832 1c00183a 00008067 jalr x0, x1, 0 x1:1c000a2e - 20850500 20835 1c000a2e 01c4e783 p.elw x15, 28(x9) x15=00000000 x9:1b204200 PA:1b20421c - 20859500 20844 1c000a32 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 20860500 20845 1c000a36 00241413 slli x8, x8, 0x2 x8=00000004 x8:00000001 - 20861500 20846 1c000a38 68478793 addi x15, x15, 1668 x15=1c002684 x15:1c002000 - 20862500 20847 1c000a3c 00100713 addi x14, x0, 1 x14=00000001 - 20879500 20864 1c000a3e 00e7e423 p.sw x14, x0(x15) x14:00000001 x15:1c002684 PA:1c002688 - 20897500 20882 1c000a42 00c12083 lw x1, 12(x2) x1=1c00215a x2:104fe3f0 PA:104fe3fc - 20898500 20883 1c000a44 00812403 lw x8, 8(x2) x8=1b000028 x2:104fe3f0 PA:104fe3f8 - 20899500 20884 1c000a46 00412483 lw x9, 4(x2) x9=1b000048 x2:104fe3f0 PA:104fe3f4 - 20900500 20885 1c000a48 01010113 addi x2, x2, 16 x2=104fe400 x2:104fe3f0 - 20901500 20886 1c000a4a 00008067 jalr x0, x1, 0 x1:1c00215a - 20903500 20888 1c00215a 000b0a63 beq x22, x0, 20 x22:100fc720 - 20905500 20890 1c00215e 000ba283 lw x5, 0(x23) x5=00000000 x23:1c2fff70 PA:1c2fff70 - 20920500 20905 1c002162 06029f63 bne x5, x0, 126 x5:00000000 - 20921500 20906 1c002166 016ba023 sw x22, 0(x23) x22:100fc720 x23:1c2fff70 PA:1c2fff70 - 20939500 20924 1c00216a 018ca023 sw x24, 0(x25) x24:00000001 x25:10200e04 PA:10200e04 - 20943500 20928 1c00216e 00042e03 lw x28, 0(x8) x28=00000000 x8:1b000028 PA:1b000028 - 20945500 20930 1c002172 060e0063 beq x28, x0, 96 x28:00000000 - 20948500 20933 1c0021d2 0149a423 sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008 - 20949500 20934 1c0021d6 03c9e003 p.elw x0, 60(x19) x19:1b204000 PA:1b20403c - 20954500 20939 1c0021da 0149a223 sw x20, 4(x19) x20:00000002 x19:1b204000 PA:1b204004 - 20955500 20940 1c0021de f91ff06f jal x0, -112 - 20958500 20943 1c00216e 00042e03 lw x28, 0(x8) x28=00000000 x8:1b000028 PA:1b000028 - 20960500 20945 1c002172 060e0063 beq x28, x0, 96 x28:00000000 - 20963500 20948 1c0021d2 0149a423 sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008 diff --git a/sw/scripts/tracevis/example/traces/trace_core_01_1.log b/sw/scripts/tracevis/example/traces/trace_core_01_1.log deleted file mode 100644 index 196502f..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_01_1.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 12603500 12588 1c000080 0180006f jal x0, 24 - 12621500 12606 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000021 - 12622500 12607 1c00009c 01f57593 andi x11, x10, 31 x11=00000001 x10:00000021 - 12639500 12624 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000001 x10:00000021 - 12640500 12625 1c0000a2 00058463 beq x11, x0, 8 x11:00000001 - 12641500 12626 1c0000a6 05a0206f jal x0, 8282 - 12659500 12644 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 12660500 12645 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 12661500 12646 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 12662500 12647 1c00210c 0e059163 bne x11, x0, 226 x11:00000001 - 12714500 12699 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 12715500 12700 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000021 - 12716500 12701 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000001 x19:00000021 - 12717500 12702 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 12734500 12719 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 12735500 12720 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 12736500 12721 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 12737500 12722 1c00220a 0060006f jal x0, 6 - 12757500 12742 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 17807500 17792 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 17825500 17810 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 17826500 17811 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 17844500 17829 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 17845500 17830 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 17847500 17832 1c00222c 08096283 p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080 - 17871500 17856 1c002230 02a98533 mul x10, x19, x10 x10=00000400 x19:00000001 x10:00000400 - 17872500 17857 1c002234 00550133 add x2, x10, x5 x2=104fe800 x10:00000400 x5:104fe400 - 17873500 17858 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 17875500 17860 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 17911500 17896 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 17919500 17904 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 17920500 17905 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 17921500 17906 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 17922500 17907 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 17940500 17925 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000021 - 17957500 17942 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 17958500 17943 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000001 x12:00000021 - 17959500 17944 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001 - 17960500 17945 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000001 x12:00000021 - 17961500 17946 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 17962500 17947 1c0009d4 63d0006f jal x0, 3644 - 17980500 17965 1c001810 fc010113 addi x2, x2, -64 x2=104fe7c0 x2:104fe800 - 17981500 17966 1c001812 02b12223 sw x11, 36(x2) x11:00000001 x2:104fe7c0 PA:104fe7e4 - 17985500 17970 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 17986500 17971 1c001818 02c12423 sw x12, 40(x2) x12:00000001 x2:104fe7c0 PA:104fe7e8 - 17987500 17972 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:104fe7c0 PA:104fe7ec - 17988500 17973 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 17989500 17974 1c00181e 02410693 addi x13, x2, 36 x13=104fe7e4 x2:104fe7c0 - 18002500 17987 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18003500 17988 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18004500 17989 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:104fe7c0 PA:104fe7dc - 18007500 17992 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:104fe7c0 PA:104fe7f0 - 18008500 17993 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:104fe7c0 PA:104fe7f4 - 18009500 17994 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:104fe7c0 PA:104fe7f8 - 18010500 17995 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:104fe7c0 PA:104fe7fc - 18024500 18009 1c001830 00d12623 sw x13, 12(x2) x13:104fe7e4 x2:104fe7c0 PA:104fe7cc - 18026500 18011 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18043500 18028 1c001b70 fa010113 addi x2, x2, -96 x2=104fe760 x2:104fe7c0 - 18044500 18029 1c001b72 01810793 addi x15, x2, 24 x15=104fe778 x2:104fe760 - 18045500 18030 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:104fe760 PA:104fe7b8 - 18052500 18037 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:104fe760 PA:104fe7b0 - 18053500 18038 1c001b78 05312623 sw x19, 76(x2) x19:00000001 x2:104fe760 PA:104fe7ac - 18054500 18039 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:104fe760 PA:104fe7a8 - 18055500 18040 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:104fe760 PA:104fe7a4 - 18056500 18041 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:104fe760 PA:104fe7a0 - 18066500 18051 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:104fe760 PA:104fe79c - 18069500 18054 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:104fe760 PA:104fe7bc - 18070500 18055 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:104fe760 PA:104fe7b4 - 18071500 18056 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:104fe760 PA:104fe798 - 18072500 18057 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:104fe760 PA:104fe794 - 18073500 18058 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18074500 18059 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18075500 18060 1c001b8e 00d00433 add x8, x0, x13 x8=104fe7e4 x13:104fe7e4 - 18089500 18074 1c001b90 00f12a23 sw x15, 20(x2) x15:104fe778 x2:104fe760 PA:104fe774 - 18090500 18075 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18091500 18076 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18092500 18077 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18093500 18078 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18110500 18095 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18125500 18110 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18126500 18111 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18145500 18130 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18146500 18131 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18147500 18132 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18165500 18150 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18166500 18151 1c001778 fddff06f jal x0, -36 - 18184500 18169 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18185500 18170 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18186500 18171 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18203500 18188 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18204500 18189 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18205500 18190 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18206500 18191 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18207500 18192 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18208500 18193 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18209500 18194 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104088 - 18213500 18198 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18214500 18199 1c001bca 16a0006f jal x0, 362 - 18232500 18217 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18233500 18218 1c001d36 e69ff06f jal x0, -408 - 18236500 18221 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18251500 18236 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18252500 18237 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18255500 18240 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18256500 18241 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18257500 18242 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18259500 18244 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18260500 18245 1c001778 fddff06f jal x0, -36 - 18262500 18247 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18263500 18248 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18264500 18249 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18265500 18250 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18266500 18251 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18267500 18252 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18268500 18253 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18269500 18254 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18270500 18255 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18271500 18256 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104088 - 18275500 18260 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18276500 18261 1c001bca 16a0006f jal x0, 362 - 18278500 18263 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18279500 18264 1c001d36 e69ff06f jal x0, -408 - 18282500 18267 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18296500 18281 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18297500 18282 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18300500 18285 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18301500 18286 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18302500 18287 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18304500 18289 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18305500 18290 1c001778 fddff06f jal x0, -36 - 18307500 18292 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18308500 18293 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18309500 18294 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18310500 18295 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18311500 18296 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18312500 18297 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18313500 18298 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18314500 18299 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18315500 18300 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18316500 18301 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104088 - 18320500 18305 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18321500 18306 1c001bca 16a0006f jal x0, 362 - 18323500 18308 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18324500 18309 1c001d36 e69ff06f jal x0, -408 - 18327500 18312 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18341500 18326 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18342500 18327 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18345500 18330 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18346500 18331 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18347500 18332 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18349500 18334 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18350500 18335 1c001778 fddff06f jal x0, -36 - 18352500 18337 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18353500 18338 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18354500 18339 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18355500 18340 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18356500 18341 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18357500 18342 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18358500 18343 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18359500 18344 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18360500 18345 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18361500 18346 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104088 - 18365500 18350 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18366500 18351 1c001bca 16a0006f jal x0, 362 - 18368500 18353 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18369500 18354 1c001d36 e69ff06f jal x0, -408 - 18372500 18357 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18386500 18371 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18387500 18372 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18390500 18375 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18391500 18376 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18392500 18377 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18394500 18379 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18395500 18380 1c001778 fddff06f jal x0, -36 - 18397500 18382 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18398500 18383 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18399500 18384 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18400500 18385 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18401500 18386 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18402500 18387 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18403500 18388 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18404500 18389 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18405500 18390 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18406500 18391 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104088 - 18410500 18395 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18411500 18396 1c001bca 16a0006f jal x0, 362 - 18413500 18398 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18414500 18399 1c001d36 e69ff06f jal x0, -408 - 18417500 18402 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18431500 18416 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18432500 18417 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18435500 18420 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18436500 18421 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18437500 18422 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18439500 18424 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18440500 18425 1c001778 fddff06f jal x0, -36 - 18442500 18427 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18443500 18428 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18444500 18429 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18445500 18430 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18446500 18431 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18447500 18432 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18448500 18433 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18449500 18434 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18450500 18435 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18451500 18436 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104088 - 18455500 18440 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18456500 18441 1c001bca 16a0006f jal x0, 362 - 18458500 18443 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 18459500 18444 1c001d36 e69ff06f jal x0, -408 - 18462500 18447 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 18476500 18461 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 18477500 18462 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 18480500 18465 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 18481500 18466 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18482500 18467 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18484500 18469 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 18485500 18470 1c001778 fddff06f jal x0, -36 - 18487500 18472 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18488500 18473 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18489500 18474 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18490500 18475 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18491500 18476 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18492500 18477 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18493500 18478 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18494500 18479 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18495500 18480 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18496500 18481 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104088 - 18500500 18485 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18501500 18486 1c001bca 16a0006f jal x0, 362 - 18503500 18488 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 18504500 18489 1c001d36 e69ff06f jal x0, -408 - 18507500 18492 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 18523500 18508 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 18524500 18509 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 18527500 18512 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 18528500 18513 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18529500 18514 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18531500 18516 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 18532500 18517 1c001778 fddff06f jal x0, -36 - 18534500 18519 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18535500 18520 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18536500 18521 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18537500 18522 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18538500 18523 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18539500 18524 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18540500 18525 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18541500 18526 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18542500 18527 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18543500 18528 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104088 - 18547500 18532 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18548500 18533 1c001bca 16a0006f jal x0, 362 - 18550500 18535 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 18551500 18536 1c001d36 e69ff06f jal x0, -408 - 18554500 18539 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 18568500 18553 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 18569500 18554 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18572500 18557 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18573500 18558 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18574500 18559 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18576500 18561 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18577500 18562 1c001778 fddff06f jal x0, -36 - 18579500 18564 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18580500 18565 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18581500 18566 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18582500 18567 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18583500 18568 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18584500 18569 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18585500 18570 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18586500 18571 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18587500 18572 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18588500 18573 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104088 - 18592500 18577 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18593500 18578 1c001bca 16a0006f jal x0, 362 - 18595500 18580 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 18596500 18581 1c001d36 e69ff06f jal x0, -408 - 18599500 18584 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 18614500 18599 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 18615500 18600 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 18618500 18603 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 18619500 18604 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18620500 18605 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18622500 18607 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 18623500 18608 1c001778 fddff06f jal x0, -36 - 18625500 18610 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18626500 18611 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18627500 18612 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18628500 18613 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18629500 18614 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18630500 18615 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18631500 18616 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18632500 18617 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18633500 18618 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18634500 18619 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104088 - 18638500 18623 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18639500 18624 1c001bca 16a0006f jal x0, 362 - 18641500 18626 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 18642500 18627 1c001d36 e69ff06f jal x0, -408 - 18645500 18630 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 18663500 18648 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 18664500 18649 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 18667500 18652 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 18668500 18653 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18669500 18654 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18671500 18656 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 18672500 18657 1c001778 fddff06f jal x0, -36 - 18674500 18659 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18675500 18660 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18676500 18661 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18677500 18662 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18678500 18663 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18679500 18664 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18680500 18665 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18681500 18666 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18682500 18667 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18683500 18668 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104088 - 18687500 18672 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18688500 18673 1c001bca 16a0006f jal x0, 362 - 18690500 18675 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 18691500 18676 1c001d36 e69ff06f jal x0, -408 - 18694500 18679 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 18708500 18693 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 18709500 18694 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 18712500 18697 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 18713500 18698 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18714500 18699 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18716500 18701 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 18717500 18702 1c001778 fddff06f jal x0, -36 - 18719500 18704 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18720500 18705 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18721500 18706 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18722500 18707 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18723500 18708 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18724500 18709 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18725500 18710 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18726500 18711 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18727500 18712 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18728500 18713 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104088 - 18732500 18717 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18733500 18718 1c001bca 16a0006f jal x0, 362 - 18735500 18720 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 18736500 18721 1c001d36 e69ff06f jal x0, -408 - 18739500 18724 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 18753500 18738 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 18754500 18739 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18757500 18742 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18758500 18743 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18759500 18744 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18761500 18746 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18762500 18747 1c001778 fddff06f jal x0, -36 - 18764500 18749 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18765500 18750 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18766500 18751 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18767500 18752 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18768500 18753 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18769500 18754 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18770500 18755 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18771500 18756 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18772500 18757 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18773500 18758 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104088 - 18777500 18762 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18778500 18763 1c001bca 16a0006f jal x0, 362 - 18780500 18765 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 18781500 18766 1c001d36 e69ff06f jal x0, -408 - 18784500 18769 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 18806500 18791 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 18807500 18792 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18810500 18795 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18811500 18796 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18812500 18797 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18814500 18799 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18815500 18800 1c001778 fddff06f jal x0, -36 - 18817500 18802 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18818500 18803 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18819500 18804 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18820500 18805 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18821500 18806 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18822500 18807 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18823500 18808 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18824500 18809 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18825500 18810 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18826500 18811 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104088 - 18830500 18815 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18831500 18816 1c001bca 16a0006f jal x0, 362 - 18833500 18818 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 18834500 18819 1c001d36 e69ff06f jal x0, -408 - 18837500 18822 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 18852500 18837 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 18853500 18838 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 18856500 18841 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 18857500 18842 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18858500 18843 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18860500 18845 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 18861500 18846 1c001778 fddff06f jal x0, -36 - 18863500 18848 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18864500 18849 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 18865500 18850 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18866500 18851 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 18867500 18852 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 18868500 18853 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 18869500 18854 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 18870500 18855 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 18871500 18856 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18872500 18857 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104088 - 18876500 18861 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18877500 18862 1c001bca 16a0006f jal x0, 362 - 18879500 18864 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 18880500 18865 1c001d36 e69ff06f jal x0, -408 - 18883500 18868 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 18901500 18886 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 18902500 18887 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 18905500 18890 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 18908500 18893 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:104fe760 PA:104fe764 - 18929500 18914 1c001bd0 00012423 sw x0, 8(x2) x2:104fe760 PA:104fe768 - 18934500 18919 1c001bd2 00010623 sb x0, 12(x2) x2:104fe760 PA:104fe76c - 18935500 18920 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 18936500 18921 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 18952500 18937 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 18953500 18938 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104fe760 PA:104fe764 - 18955500 18940 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 18956500 18941 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 18957500 18942 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 18958500 18943 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 18959500 18944 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 18974500 18959 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 18975500 18960 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 18976500 18961 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 18995500 18980 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19000500 18985 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19021500 19006 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19022500 19007 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19023500 19008 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19043500 19028 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19066500 19051 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19069500 19054 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19088500 19073 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19105500 19090 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19106500 19091 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19107500 19092 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19128500 19113 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19145500 19130 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19165500 19150 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19166500 19151 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19214500 19199 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19242500 19227 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19261500 19246 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19262500 19247 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19304500 19289 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19322500 19307 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19323500 19308 1c001f42 e09ff06f jal x0, -504 - 19345500 19330 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19346500 19331 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104fe760 PA:104fe770 - 19367500 19352 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19397500 19382 1c001e34 00440c13 addi x24, x8, 4 x24=104fe7e8 x8:104fe7e4 - 19398500 19383 1c001e38 00042503 lw x10, 0(x8) x10=00000001 x8:104fe7e4 PA:104fe7e4 - 19399500 19384 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19453500 19438 1c001e54 00055863 bge x10, x0, 16 x10:00000001 - 19477500 19462 1c001e64 00410593 addi x11, x2, 4 x11=104fe764 x2:104fe760 - 19478500 19463 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 19507500 19492 1c0019fe 0105a683 lw x13, 16(x11) x13=104fe778 x11:104fe764 PA:104fe774 - 19527500 19512 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fe764 PA:104fe770 - 19528500 19513 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 19529500 19514 1c001a04 02f55633 divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001 - 19563500 19548 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000001 x14:0000000a - 19564500 19549 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 19565500 19550 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 19566500 19551 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 19569500 19554 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fe764 PA:104fe770 - 19594500 19579 1c001a20 02f55833 divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001 - 19628500 19613 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001 - 19662500 19647 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 19693500 19678 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 19694500 19679 1c001a2e 01004663 blt x0, x16, 12 x16:00000001 - 19697500 19682 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 19719500 19704 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000001 - 19740500 19725 1c001a56 01070733 add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001 - 19741500 19726 1c001a58 00e68023 sb x14, 0(x13) x14:00000031 x13:104fe778 PA:104fe778 - 19742500 19727 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 19743500 19728 1c001a5e 00168693 addi x13, x13, 1 x13=104fe779 x13:104fe778 - 19760500 19745 1c001a60 fb1ff06f jal x0, -80 - 19762500 19747 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 19763500 19748 1c001a12 00068023 sb x0, 0(x13) x13:104fe779 PA:104fe779 - 19770500 19755 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 19771500 19756 1c001e68 f17ff06f jal x0, -234 - 19786500 19771 1c001d7e 00410613 addi x12, x2, 4 x12=104fe764 x2:104fe760 - 19806500 19791 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 19807500 19792 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19808500 19793 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 19810500 19795 1c001a62 fe010113 addi x2, x2, -32 x2=104fe740 x2:104fe760 - 19811500 19796 1c001a64 00812c23 sw x8, 24(x2) x8:104fe7e4 x2:104fe740 PA:104fe758 - 19813500 19798 1c001a66 01062783 lw x15, 16(x12) x15=104fe778 x12:104fe764 PA:104fe774 - 19814500 19799 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104fe764 PA:104fe768 - 19815500 19800 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:104fe740 PA:104fe754 - 19816500 19801 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104fe740 PA:104fe750 - 19817500 19802 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104fe740 PA:104fe74c - 19835500 19820 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104fe740 PA:104fe75c - 19836500 19821 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104fe740 PA:104fe748 - 19837500 19822 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19838500 19823 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19839500 19824 1c001a78 00c004b3 add x9, x0, x12 x9=104fe764 x12:104fe764 - 19840500 19825 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000031 x15=104fe779 x15:104fe778 PA:104fe778 - 19842500 19827 1c001a7e 00070363 beq x14, x0, 6 x14:00000031 - 19862500 19847 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 19863500 19848 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104fe764 PA:104fe76c - 19870500 19855 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 19873500 19858 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764 - 19886500 19871 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 19887500 19872 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 19906500 19891 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 19907500 19892 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 19908500 19893 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 19928500 19913 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 19929500 19914 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 19951500 19936 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 19952500 19937 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 19953500 19938 1c001b36 f71ff06f jal x0, -144 - 19955500 19940 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104fe764 PA:104fe76c - 19961500 19946 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 19977500 19962 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764 - 19985500 19970 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 19986500 19971 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20000500 19985 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764 - 20018500 20003 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20019500 20004 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20020500 20005 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20021500 20006 1c001ae8 0104aa03 lw x20, 16(x9) x20=104fe778 x9:104fe764 PA:104fe774 - 20029500 20014 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000031 x20=104fe779 x20:104fe778 PA:104fe778 - 20039500 20024 1c001af0 06059763 bne x11, x0, 110 x11:00000031 - 20059500 20044 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20077500 20062 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20079500 20064 1c001776 00b00533 add x10, x0, x11 x10=00000031 x11:00000031 - 20080500 20065 1c001778 fddff06f jal x0, -36 - 20082500 20067 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20083500 20068 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 20084500 20069 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20085500 20070 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 20086500 20071 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 20087500 20072 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 20088500 20073 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 20089500 20074 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 20090500 20075 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20091500 20076 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104088 - 20095500 20080 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20096500 20081 1c001b62 f8bff06f jal x0, -118 - 20098500 20083 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104fe77a x20:104fe779 PA:104fe779 - 20104500 20089 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20105500 20090 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764 - 20107500 20092 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20108500 20093 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20123500 20108 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104fe740 PA:104fe75c - 20124500 20109 1c001b02 01812403 lw x8, 24(x2) x8=104fe7e4 x2:104fe740 PA:104fe758 - 20125500 20110 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:104fe740 PA:104fe754 - 20126500 20111 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104fe740 PA:104fe750 - 20127500 20112 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104fe740 PA:104fe74c - 20128500 20113 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104fe740 PA:104fe748 - 20129500 20114 1c001b0c 02010113 addi x2, x2, 32 x2=104fe760 x2:104fe740 - 20130500 20115 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20152500 20137 1c001d86 01800433 add x8, x0, x24 x8=104fe7e8 x24:104fe7e8 - 20153500 20138 1c001d88 fadff06f jal x0, -84 - 20155500 20140 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20156500 20141 1c001d36 e69ff06f jal x0, -408 - 20159500 20144 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20174500 20159 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20175500 20160 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20178500 20163 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20179500 20164 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20180500 20165 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20182500 20167 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20183500 20168 1c001778 fddff06f jal x0, -36 - 20185500 20170 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20186500 20171 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 20187500 20172 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20188500 20173 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 20189500 20174 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 20190500 20175 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 20191500 20176 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 20192500 20177 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 20193500 20178 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20194500 20179 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104088 - 20198500 20183 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20199500 20184 1c001bca 16a0006f jal x0, 362 - 20201500 20186 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20202500 20187 1c001d36 e69ff06f jal x0, -408 - 20205500 20190 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20221500 20206 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20222500 20207 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20225500 20210 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20226500 20211 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20227500 20212 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20229500 20214 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20230500 20215 1c001778 fddff06f jal x0, -36 - 20232500 20217 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20233500 20218 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 20234500 20219 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20235500 20220 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 20236500 20221 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 20237500 20222 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 20238500 20223 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 20239500 20224 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 20240500 20225 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20241500 20226 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104088 - 20245500 20230 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20246500 20231 1c001bca 16a0006f jal x0, 362 - 20248500 20233 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20249500 20234 1c001d36 e69ff06f jal x0, -408 - 20252500 20237 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20266500 20251 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20267500 20252 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20270500 20255 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20273500 20258 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:104fe760 PA:104fe764 - 20274500 20259 1c001bd0 00012423 sw x0, 8(x2) x2:104fe760 PA:104fe768 - 20275500 20260 1c001bd2 00010623 sb x0, 12(x2) x2:104fe760 PA:104fe76c - 20276500 20261 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20277500 20262 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20278500 20263 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20279500 20264 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104fe760 PA:104fe764 - 20280500 20265 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20281500 20266 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20282500 20267 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20283500 20268 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20284500 20269 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20285500 20270 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20286500 20271 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20287500 20272 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20301500 20286 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20302500 20287 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20305500 20290 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20306500 20291 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20307500 20292 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20310500 20295 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20313500 20298 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20316500 20301 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20319500 20304 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20320500 20305 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20321500 20306 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20322500 20307 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20325500 20310 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20326500 20311 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20329500 20314 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20330500 20315 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20333500 20318 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20335500 20320 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20338500 20323 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20339500 20324 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20342500 20327 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20343500 20328 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20344500 20329 1c001f42 e09ff06f jal x0, -504 - 20346500 20331 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20347500 20332 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104fe760 PA:104fe770 - 20348500 20333 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20351500 20336 1c001e34 00440c13 addi x24, x8, 4 x24=104fe7ec x8:104fe7e8 - 20352500 20337 1c001e38 00042503 lw x10, 0(x8) x10=00000001 x8:104fe7e8 PA:104fe7e8 - 20353500 20338 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20356500 20341 1c001e54 00055863 bge x10, x0, 16 x10:00000001 - 20359500 20344 1c001e64 00410593 addi x11, x2, 4 x11=104fe764 x2:104fe760 - 20360500 20345 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20362500 20347 1c0019fe 0105a683 lw x13, 16(x11) x13=104fe778 x11:104fe764 PA:104fe774 - 20363500 20348 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fe764 PA:104fe770 - 20365500 20350 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20366500 20351 1c001a04 02f55633 divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001 - 20400500 20385 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000001 x14:0000000a - 20401500 20386 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20402500 20387 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20403500 20388 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20406500 20391 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fe764 PA:104fe770 - 20407500 20392 1c001a20 02f55833 divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001 - 20441500 20426 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001 - 20475500 20460 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20506500 20491 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20507500 20492 1c001a2e 01004663 blt x0, x16, 12 x16:00000001 - 20510500 20495 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20512500 20497 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000001 - 20515500 20500 1c001a56 01070733 add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001 - 20516500 20501 1c001a58 00e68023 sb x14, 0(x13) x14:00000031 x13:104fe778 PA:104fe778 - 20517500 20502 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20518500 20503 1c001a5e 00168693 addi x13, x13, 1 x13=104fe779 x13:104fe778 - 20519500 20504 1c001a60 fb1ff06f jal x0, -80 - 20521500 20506 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20522500 20507 1c001a12 00068023 sb x0, 0(x13) x13:104fe779 PA:104fe779 - 20523500 20508 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20525500 20510 1c001e68 f17ff06f jal x0, -234 - 20527500 20512 1c001d7e 00410613 addi x12, x2, 4 x12=104fe764 x2:104fe760 - 20528500 20513 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20529500 20514 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20530500 20515 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20532500 20517 1c001a62 fe010113 addi x2, x2, -32 x2=104fe740 x2:104fe760 - 20533500 20518 1c001a64 00812c23 sw x8, 24(x2) x8:104fe7e8 x2:104fe740 PA:104fe758 - 20534500 20519 1c001a66 01062783 lw x15, 16(x12) x15=104fe778 x12:104fe764 PA:104fe774 - 20535500 20520 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104fe764 PA:104fe768 - 20536500 20521 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:104fe740 PA:104fe754 - 20537500 20522 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104fe740 PA:104fe750 - 20538500 20523 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104fe740 PA:104fe74c - 20539500 20524 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104fe740 PA:104fe75c - 20540500 20525 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104fe740 PA:104fe748 - 20541500 20526 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20542500 20527 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20543500 20528 1c001a78 00c004b3 add x9, x0, x12 x9=104fe764 x12:104fe764 - 20544500 20529 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000031 x15=104fe779 x15:104fe778 PA:104fe778 - 20546500 20531 1c001a7e 00070363 beq x14, x0, 6 x14:00000031 - 20547500 20532 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20548500 20533 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104fe764 PA:104fe76c - 20550500 20535 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20553500 20538 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764 - 20555500 20540 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20556500 20541 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20559500 20544 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20560500 20545 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20561500 20546 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20564500 20549 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20565500 20550 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20566500 20551 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20567500 20552 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20568500 20553 1c001b36 f71ff06f jal x0, -144 - 20570500 20555 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104fe764 PA:104fe76c - 20572500 20557 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20575500 20560 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764 - 20577500 20562 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20578500 20563 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20581500 20566 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764 - 20582500 20567 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20583500 20568 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20584500 20569 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20585500 20570 1c001ae8 0104aa03 lw x20, 16(x9) x20=104fe778 x9:104fe764 PA:104fe774 - 20587500 20572 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000031 x20=104fe779 x20:104fe778 PA:104fe778 - 20589500 20574 1c001af0 06059763 bne x11, x0, 110 x11:00000031 - 20592500 20577 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20593500 20578 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20595500 20580 1c001776 00b00533 add x10, x0, x11 x10=00000031 x11:00000031 - 20596500 20581 1c001778 fddff06f jal x0, -36 - 20598500 20583 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20599500 20584 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 20600500 20585 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20601500 20586 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 20602500 20587 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 20603500 20588 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 20604500 20589 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 20605500 20590 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 20606500 20591 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20607500 20592 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104088 - 20611500 20596 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20612500 20597 1c001b62 f8bff06f jal x0, -118 - 20614500 20599 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104fe77a x20:104fe779 PA:104fe779 - 20616500 20601 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20617500 20602 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fe764 PA:104fe764 - 20619500 20604 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20620500 20605 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20623500 20608 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104fe740 PA:104fe75c - 20624500 20609 1c001b02 01812403 lw x8, 24(x2) x8=104fe7e8 x2:104fe740 PA:104fe758 - 20625500 20610 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:104fe740 PA:104fe754 - 20626500 20611 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104fe740 PA:104fe750 - 20627500 20612 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104fe740 PA:104fe74c - 20628500 20613 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104fe740 PA:104fe748 - 20629500 20614 1c001b0c 02010113 addi x2, x2, 32 x2=104fe760 x2:104fe740 - 20630500 20615 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20632500 20617 1c001d86 01800433 add x8, x0, x24 x8=104fe7ec x24:104fe7ec - 20633500 20618 1c001d88 fadff06f jal x0, -84 - 20635500 20620 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 20636500 20621 1c001d36 e69ff06f jal x0, -408 - 20639500 20624 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 20654500 20639 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 20655500 20640 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 20658500 20643 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 20659500 20644 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20660500 20645 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20662500 20647 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 20663500 20648 1c001778 fddff06f jal x0, -36 - 20665500 20650 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20666500 20651 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 20667500 20652 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20668500 20653 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 20669500 20654 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 20670500 20655 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 20671500 20656 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 20672500 20657 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 20673500 20658 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20674500 20659 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104088 - 20678500 20663 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20679500 20664 1c001bca 16a0006f jal x0, 362 - 20681500 20666 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 20682500 20667 1c001d36 e69ff06f jal x0, -408 - 20685500 20670 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 20699500 20684 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 20700500 20685 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 20703500 20688 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 20704500 20689 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20705500 20690 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20707500 20692 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 20708500 20693 1c001778 fddff06f jal x0, -36 - 20710500 20695 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20711500 20696 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 20712500 20697 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20713500 20698 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 20714500 20699 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 20715500 20700 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 20716500 20701 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 20717500 20702 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 20718500 20703 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20719500 20704 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104088 - 20723500 20708 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20724500 20709 1c001bca 16a0006f jal x0, 362 - 20726500 20711 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 20727500 20712 1c001d36 e69ff06f jal x0, -408 - 20730500 20715 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 20744500 20729 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 20745500 20730 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 20748500 20733 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 20749500 20734 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20750500 20735 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20752500 20737 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 20753500 20738 1c001778 fddff06f jal x0, -36 - 20755500 20740 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20756500 20741 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000021 - 20757500 20742 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20758500 20743 1c00175e 00379713 slli x14, x15, 0x3 x14=00000108 x15:00000021 - 20759500 20744 1c001762 00279793 slli x15, x15, 0x2 x15=00000084 x15:00000021 - 20760500 20745 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000108 - 20761500 20746 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000084 x13:00001f80 - 20762500 20747 1c00176a 00e787b3 add x15, x15, x14 x15=00000088 x15:00000080 x14:00000008 - 20763500 20748 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20764500 20749 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104088 - 20768500 20753 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20769500 20754 1c001bca 16a0006f jal x0, 362 - 20771500 20756 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 20772500 20757 1c001d36 e69ff06f jal x0, -408 - 20775500 20760 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 20793500 20778 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 20794500 20779 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 20795500 20780 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:104fe760 PA:104fe7bc - 20796500 20781 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:104fe760 PA:104fe7b8 - 20797500 20782 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:104fe760 PA:104fe7b4 - 20798500 20783 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:104fe760 PA:104fe7b0 - 20817500 20802 1c001bb0 04c12983 lw x19, 76(x2) x19=00000001 x2:104fe760 PA:104fe7ac - 20820500 20805 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:104fe760 PA:104fe7a8 - 20821500 20806 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:104fe760 PA:104fe7a4 - 20822500 20807 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:104fe760 PA:104fe7a0 - 20823500 20808 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:104fe760 PA:104fe79c - 20824500 20809 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:104fe760 PA:104fe798 - 20825500 20810 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:104fe760 PA:104fe794 - 20826500 20811 1c001bbe 06010113 addi x2, x2, 96 x2=104fe7c0 x2:104fe760 - 20827500 20812 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 20829500 20814 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:104fe7c0 PA:104fe7dc - 20830500 20815 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 20831500 20816 1c001838 04010113 addi x2, x2, 64 x2=104fe800 x2:104fe7c0 - 20832500 20817 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 20834500 20819 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_01_2.log b/sw/scripts/tracevis/example/traces/trace_core_01_2.log deleted file mode 100644 index c7a70a0..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_01_2.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 12603500 12588 1c000080 0180006f jal x0, 24 - 12621500 12606 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000022 - 12622500 12607 1c00009c 01f57593 andi x11, x10, 31 x11=00000002 x10:00000022 - 12639500 12624 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000001 x10:00000022 - 12640500 12625 1c0000a2 00058463 beq x11, x0, 8 x11:00000002 - 12641500 12626 1c0000a6 05a0206f jal x0, 8282 - 12659500 12644 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 12660500 12645 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 12661500 12646 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 12662500 12647 1c00210c 0e059163 bne x11, x0, 226 x11:00000002 - 12714500 12699 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 12715500 12700 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000022 - 12716500 12701 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000002 x19:00000022 - 12717500 12702 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 12734500 12719 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 12735500 12720 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 12736500 12721 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 12737500 12722 1c00220a 0060006f jal x0, 6 - 12757500 12742 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 17807500 17792 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 17825500 17810 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 17826500 17811 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 17844500 17829 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 17845500 17830 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 17847500 17832 1c00222c 08096283 p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080 - 17871500 17856 1c002230 02a98533 mul x10, x19, x10 x10=00000800 x19:00000002 x10:00000400 - 17872500 17857 1c002234 00550133 add x2, x10, x5 x2=104fec00 x10:00000800 x5:104fe400 - 17873500 17858 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 17875500 17860 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 17911500 17896 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 17919500 17904 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 17920500 17905 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 17921500 17906 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 17922500 17907 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 17940500 17925 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000022 - 17957500 17942 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 17958500 17943 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000001 x12:00000022 - 17959500 17944 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001 - 17960500 17945 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000002 x12:00000022 - 17961500 17946 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 17962500 17947 1c0009d4 63d0006f jal x0, 3644 - 17980500 17965 1c001810 fc010113 addi x2, x2, -64 x2=104febc0 x2:104fec00 - 17981500 17966 1c001812 02b12223 sw x11, 36(x2) x11:00000001 x2:104febc0 PA:104febe4 - 17986500 17971 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 17987500 17972 1c001818 02c12423 sw x12, 40(x2) x12:00000002 x2:104febc0 PA:104febe8 - 17988500 17973 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:104febc0 PA:104febec - 17989500 17974 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 17990500 17975 1c00181e 02410693 addi x13, x2, 36 x13=104febe4 x2:104febc0 - 18002500 17987 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18003500 17988 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18004500 17989 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:104febc0 PA:104febdc - 18009500 17994 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:104febc0 PA:104febf0 - 18010500 17995 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:104febc0 PA:104febf4 - 18011500 17996 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:104febc0 PA:104febf8 - 18012500 17997 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:104febc0 PA:104febfc - 18024500 18009 1c001830 00d12623 sw x13, 12(x2) x13:104febe4 x2:104febc0 PA:104febcc - 18028500 18013 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18043500 18028 1c001b70 fa010113 addi x2, x2, -96 x2=104feb60 x2:104febc0 - 18044500 18029 1c001b72 01810793 addi x15, x2, 24 x15=104feb78 x2:104feb60 - 18045500 18030 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:104feb60 PA:104febb8 - 18046500 18031 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:104feb60 PA:104febb0 - 18047500 18032 1c001b78 05312623 sw x19, 76(x2) x19:00000002 x2:104feb60 PA:104febac - 18048500 18033 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:104feb60 PA:104feba8 - 18049500 18034 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:104feb60 PA:104feba4 - 18050500 18035 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:104feb60 PA:104feba0 - 18066500 18051 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:104feb60 PA:104feb9c - 18071500 18056 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:104feb60 PA:104febbc - 18072500 18057 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:104feb60 PA:104febb4 - 18073500 18058 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:104feb60 PA:104feb98 - 18074500 18059 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:104feb60 PA:104feb94 - 18075500 18060 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18076500 18061 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18077500 18062 1c001b8e 00d00433 add x8, x0, x13 x8=104febe4 x13:104febe4 - 18089500 18074 1c001b90 00f12a23 sw x15, 20(x2) x15:104feb78 x2:104feb60 PA:104feb74 - 18091500 18076 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18092500 18077 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18093500 18078 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18094500 18079 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18110500 18095 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18127500 18112 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18128500 18113 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18145500 18130 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18146500 18131 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18147500 18132 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18165500 18150 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18166500 18151 1c001778 fddff06f jal x0, -36 - 18184500 18169 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18185500 18170 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18186500 18171 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18203500 18188 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18204500 18189 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18205500 18190 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18206500 18191 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18207500 18192 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18208500 18193 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18209500 18194 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104090 - 18213500 18198 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18214500 18199 1c001bca 16a0006f jal x0, 362 - 18232500 18217 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18233500 18218 1c001d36 e69ff06f jal x0, -408 - 18236500 18221 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18253500 18238 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18254500 18239 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18257500 18242 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18258500 18243 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18259500 18244 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18261500 18246 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18262500 18247 1c001778 fddff06f jal x0, -36 - 18264500 18249 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18265500 18250 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18266500 18251 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18267500 18252 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18268500 18253 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18269500 18254 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18270500 18255 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18271500 18256 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18272500 18257 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18273500 18258 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104090 - 18277500 18262 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18278500 18263 1c001bca 16a0006f jal x0, 362 - 18280500 18265 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18281500 18266 1c001d36 e69ff06f jal x0, -408 - 18284500 18269 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18299500 18284 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18300500 18285 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18303500 18288 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18304500 18289 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18305500 18290 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18307500 18292 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18308500 18293 1c001778 fddff06f jal x0, -36 - 18310500 18295 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18311500 18296 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18312500 18297 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18313500 18298 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18314500 18299 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18315500 18300 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18316500 18301 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18317500 18302 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18318500 18303 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18319500 18304 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104090 - 18323500 18308 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18324500 18309 1c001bca 16a0006f jal x0, 362 - 18326500 18311 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18327500 18312 1c001d36 e69ff06f jal x0, -408 - 18330500 18315 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18345500 18330 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18346500 18331 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18349500 18334 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18350500 18335 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18351500 18336 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18353500 18338 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18354500 18339 1c001778 fddff06f jal x0, -36 - 18356500 18341 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18357500 18342 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18358500 18343 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18359500 18344 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18360500 18345 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18361500 18346 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18362500 18347 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18363500 18348 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18364500 18349 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18365500 18350 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104090 - 18369500 18354 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18370500 18355 1c001bca 16a0006f jal x0, 362 - 18372500 18357 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18373500 18358 1c001d36 e69ff06f jal x0, -408 - 18376500 18361 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18390500 18375 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18391500 18376 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18394500 18379 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18395500 18380 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18396500 18381 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18398500 18383 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18399500 18384 1c001778 fddff06f jal x0, -36 - 18401500 18386 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18402500 18387 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18403500 18388 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18404500 18389 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18405500 18390 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18406500 18391 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18407500 18392 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18408500 18393 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18409500 18394 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18410500 18395 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104090 - 18414500 18399 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18415500 18400 1c001bca 16a0006f jal x0, 362 - 18417500 18402 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18418500 18403 1c001d36 e69ff06f jal x0, -408 - 18421500 18406 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18439500 18424 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18440500 18425 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18443500 18428 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18444500 18429 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18445500 18430 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18447500 18432 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18448500 18433 1c001778 fddff06f jal x0, -36 - 18450500 18435 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18451500 18436 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18452500 18437 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18453500 18438 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18454500 18439 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18455500 18440 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18456500 18441 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18457500 18442 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18458500 18443 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18459500 18444 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104090 - 18463500 18448 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18464500 18449 1c001bca 16a0006f jal x0, 362 - 18466500 18451 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 18467500 18452 1c001d36 e69ff06f jal x0, -408 - 18470500 18455 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 18484500 18469 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 18485500 18470 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 18488500 18473 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 18489500 18474 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18490500 18475 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18492500 18477 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 18493500 18478 1c001778 fddff06f jal x0, -36 - 18495500 18480 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18496500 18481 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18497500 18482 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18498500 18483 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18499500 18484 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18500500 18485 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18501500 18486 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18502500 18487 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18503500 18488 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18504500 18489 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104090 - 18508500 18493 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18509500 18494 1c001bca 16a0006f jal x0, 362 - 18511500 18496 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 18512500 18497 1c001d36 e69ff06f jal x0, -408 - 18515500 18500 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 18529500 18514 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 18530500 18515 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 18533500 18518 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 18534500 18519 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18535500 18520 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18537500 18522 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 18538500 18523 1c001778 fddff06f jal x0, -36 - 18540500 18525 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18541500 18526 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18542500 18527 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18543500 18528 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18544500 18529 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18545500 18530 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18546500 18531 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18547500 18532 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18548500 18533 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18549500 18534 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104090 - 18553500 18538 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18554500 18539 1c001bca 16a0006f jal x0, 362 - 18556500 18541 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 18557500 18542 1c001d36 e69ff06f jal x0, -408 - 18560500 18545 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 18575500 18560 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 18576500 18561 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18579500 18564 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18580500 18565 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18581500 18566 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18583500 18568 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18584500 18569 1c001778 fddff06f jal x0, -36 - 18586500 18571 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18587500 18572 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18588500 18573 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18589500 18574 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18590500 18575 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18591500 18576 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18592500 18577 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18593500 18578 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18594500 18579 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18595500 18580 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104090 - 18599500 18584 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18600500 18585 1c001bca 16a0006f jal x0, 362 - 18602500 18587 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 18603500 18588 1c001d36 e69ff06f jal x0, -408 - 18606500 18591 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 18620500 18605 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 18621500 18606 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 18624500 18609 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 18625500 18610 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18626500 18611 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18628500 18613 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 18629500 18614 1c001778 fddff06f jal x0, -36 - 18631500 18616 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18632500 18617 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18633500 18618 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18634500 18619 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18635500 18620 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18636500 18621 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18637500 18622 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18638500 18623 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18639500 18624 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18640500 18625 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104090 - 18644500 18629 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18645500 18630 1c001bca 16a0006f jal x0, 362 - 18647500 18632 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 18648500 18633 1c001d36 e69ff06f jal x0, -408 - 18651500 18636 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 18669500 18654 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 18670500 18655 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 18673500 18658 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 18674500 18659 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18675500 18660 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18677500 18662 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 18678500 18663 1c001778 fddff06f jal x0, -36 - 18680500 18665 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18681500 18666 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18682500 18667 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18683500 18668 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18684500 18669 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18685500 18670 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18686500 18671 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18687500 18672 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18688500 18673 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18689500 18674 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104090 - 18693500 18678 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18694500 18679 1c001bca 16a0006f jal x0, 362 - 18696500 18681 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 18697500 18682 1c001d36 e69ff06f jal x0, -408 - 18700500 18685 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 18716500 18701 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 18717500 18702 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 18720500 18705 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 18721500 18706 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18722500 18707 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18724500 18709 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 18725500 18710 1c001778 fddff06f jal x0, -36 - 18727500 18712 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18728500 18713 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18729500 18714 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18730500 18715 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18731500 18716 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18732500 18717 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18733500 18718 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18734500 18719 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18735500 18720 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18736500 18721 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104090 - 18740500 18725 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18741500 18726 1c001bca 16a0006f jal x0, 362 - 18743500 18728 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 18744500 18729 1c001d36 e69ff06f jal x0, -408 - 18747500 18732 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 18761500 18746 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 18762500 18747 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18765500 18750 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18766500 18751 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18767500 18752 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18769500 18754 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18770500 18755 1c001778 fddff06f jal x0, -36 - 18772500 18757 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18773500 18758 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18774500 18759 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18775500 18760 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18776500 18761 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18777500 18762 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18778500 18763 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18779500 18764 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18780500 18765 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18781500 18766 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104090 - 18785500 18770 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18786500 18771 1c001bca 16a0006f jal x0, 362 - 18788500 18773 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 18789500 18774 1c001d36 e69ff06f jal x0, -408 - 18792500 18777 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 18808500 18793 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 18809500 18794 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18812500 18797 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18813500 18798 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18814500 18799 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18816500 18801 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18817500 18802 1c001778 fddff06f jal x0, -36 - 18819500 18804 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18820500 18805 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18821500 18806 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18822500 18807 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18823500 18808 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18824500 18809 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18825500 18810 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18826500 18811 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18827500 18812 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18828500 18813 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104090 - 18832500 18817 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18833500 18818 1c001bca 16a0006f jal x0, 362 - 18835500 18820 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 18836500 18821 1c001d36 e69ff06f jal x0, -408 - 18839500 18824 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 18856500 18841 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 18857500 18842 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 18860500 18845 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 18861500 18846 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18862500 18847 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18864500 18849 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 18865500 18850 1c001778 fddff06f jal x0, -36 - 18867500 18852 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18868500 18853 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 18869500 18854 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18870500 18855 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 18871500 18856 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 18872500 18857 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 18873500 18858 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 18874500 18859 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 18875500 18860 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18876500 18861 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104090 - 18880500 18865 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18881500 18866 1c001bca 16a0006f jal x0, 362 - 18883500 18868 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 18884500 18869 1c001d36 e69ff06f jal x0, -408 - 18887500 18872 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 18903500 18888 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 18904500 18889 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 18907500 18892 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 18910500 18895 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:104feb60 PA:104feb64 - 18929500 18914 1c001bd0 00012423 sw x0, 8(x2) x2:104feb60 PA:104feb68 - 18930500 18915 1c001bd2 00010623 sb x0, 12(x2) x2:104feb60 PA:104feb6c - 18931500 18916 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 18932500 18917 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 18952500 18937 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 18953500 18938 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104feb60 PA:104feb64 - 18957500 18942 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 18958500 18943 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 18959500 18944 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 18960500 18945 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 18961500 18946 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 18974500 18959 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 18975500 18960 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 18976500 18961 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 18999500 18984 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19000500 18985 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19021500 19006 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19022500 19007 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19023500 19008 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19043500 19028 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19066500 19051 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19069500 19054 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19088500 19073 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19105500 19090 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19106500 19091 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19107500 19092 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19128500 19113 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19145500 19130 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19165500 19150 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19166500 19151 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19214500 19199 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19242500 19227 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19261500 19246 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19262500 19247 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19304500 19289 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19322500 19307 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19323500 19308 1c001f42 e09ff06f jal x0, -504 - 19345500 19330 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19346500 19331 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104feb60 PA:104feb70 - 19367500 19352 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19397500 19382 1c001e34 00440c13 addi x24, x8, 4 x24=104febe8 x8:104febe4 - 19398500 19383 1c001e38 00042503 lw x10, 0(x8) x10=00000001 x8:104febe4 PA:104febe4 - 19401500 19386 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19453500 19438 1c001e54 00055863 bge x10, x0, 16 x10:00000001 - 19477500 19462 1c001e64 00410593 addi x11, x2, 4 x11=104feb64 x2:104feb60 - 19478500 19463 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 19507500 19492 1c0019fe 0105a683 lw x13, 16(x11) x13=104feb78 x11:104feb64 PA:104feb74 - 19527500 19512 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104feb64 PA:104feb70 - 19529500 19514 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 19530500 19515 1c001a04 02f55633 divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001 - 19564500 19549 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000001 x14:0000000a - 19565500 19550 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 19566500 19551 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 19567500 19552 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 19570500 19555 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104feb64 PA:104feb70 - 19594500 19579 1c001a20 02f55833 divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001 - 19628500 19613 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001 - 19662500 19647 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 19693500 19678 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 19694500 19679 1c001a2e 01004663 blt x0, x16, 12 x16:00000001 - 19697500 19682 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 19719500 19704 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000001 - 19740500 19725 1c001a56 01070733 add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001 - 19741500 19726 1c001a58 00e68023 sb x14, 0(x13) x14:00000031 x13:104feb78 PA:104feb78 - 19743500 19728 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 19744500 19729 1c001a5e 00168693 addi x13, x13, 1 x13=104feb79 x13:104feb78 - 19760500 19745 1c001a60 fb1ff06f jal x0, -80 - 19762500 19747 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 19763500 19748 1c001a12 00068023 sb x0, 0(x13) x13:104feb79 PA:104feb79 - 19764500 19749 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 19766500 19751 1c001e68 f17ff06f jal x0, -234 - 19786500 19771 1c001d7e 00410613 addi x12, x2, 4 x12=104feb64 x2:104feb60 - 19806500 19791 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 19807500 19792 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19808500 19793 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 19810500 19795 1c001a62 fe010113 addi x2, x2, -32 x2=104feb40 x2:104feb60 - 19811500 19796 1c001a64 00812c23 sw x8, 24(x2) x8:104febe4 x2:104feb40 PA:104feb58 - 19815500 19800 1c001a66 01062783 lw x15, 16(x12) x15=104feb78 x12:104feb64 PA:104feb74 - 19816500 19801 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104feb64 PA:104feb68 - 19817500 19802 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:104feb40 PA:104feb54 - 19818500 19803 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104feb40 PA:104feb50 - 19819500 19804 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104feb40 PA:104feb4c - 19835500 19820 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104feb40 PA:104feb5c - 19838500 19823 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104feb40 PA:104feb48 - 19839500 19824 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19840500 19825 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19841500 19826 1c001a78 00c004b3 add x9, x0, x12 x9=104feb64 x12:104feb64 - 19842500 19827 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000031 x15=104feb79 x15:104feb78 PA:104feb78 - 19844500 19829 1c001a7e 00070363 beq x14, x0, 6 x14:00000031 - 19862500 19847 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 19863500 19848 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104feb64 PA:104feb6c - 19871500 19856 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 19874500 19859 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64 - 19886500 19871 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 19887500 19872 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 19906500 19891 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 19907500 19892 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 19908500 19893 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 19928500 19913 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 19929500 19914 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 19951500 19936 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 19952500 19937 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 19953500 19938 1c001b36 f71ff06f jal x0, -144 - 19955500 19940 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104feb64 PA:104feb6c - 19957500 19942 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 19977500 19962 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64 - 19979500 19964 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 19980500 19965 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20000500 19985 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64 - 20018500 20003 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20019500 20004 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20020500 20005 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20021500 20006 1c001ae8 0104aa03 lw x20, 16(x9) x20=104feb78 x9:104feb64 PA:104feb74 - 20023500 20008 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000031 x20=104feb79 x20:104feb78 PA:104feb78 - 20039500 20024 1c001af0 06059763 bne x11, x0, 110 x11:00000031 - 20059500 20044 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20077500 20062 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20079500 20064 1c001776 00b00533 add x10, x0, x11 x10=00000031 x11:00000031 - 20080500 20065 1c001778 fddff06f jal x0, -36 - 20082500 20067 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20083500 20068 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 20084500 20069 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20085500 20070 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 20086500 20071 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 20087500 20072 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 20088500 20073 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 20089500 20074 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 20090500 20075 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20091500 20076 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104090 - 20095500 20080 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20096500 20081 1c001b62 f8bff06f jal x0, -118 - 20098500 20083 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104feb7a x20:104feb79 PA:104feb79 - 20100500 20085 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20101500 20086 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64 - 20103500 20088 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20104500 20089 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20123500 20108 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104feb40 PA:104feb5c - 20125500 20110 1c001b02 01812403 lw x8, 24(x2) x8=104febe4 x2:104feb40 PA:104feb58 - 20126500 20111 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:104feb40 PA:104feb54 - 20127500 20112 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104feb40 PA:104feb50 - 20128500 20113 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104feb40 PA:104feb4c - 20129500 20114 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104feb40 PA:104feb48 - 20130500 20115 1c001b0c 02010113 addi x2, x2, 32 x2=104feb60 x2:104feb40 - 20131500 20116 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20152500 20137 1c001d86 01800433 add x8, x0, x24 x8=104febe8 x24:104febe8 - 20153500 20138 1c001d88 fadff06f jal x0, -84 - 20155500 20140 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20156500 20141 1c001d36 e69ff06f jal x0, -408 - 20159500 20144 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20178500 20163 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20179500 20164 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20182500 20167 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20183500 20168 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20184500 20169 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20186500 20171 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20187500 20172 1c001778 fddff06f jal x0, -36 - 20189500 20174 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20190500 20175 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 20191500 20176 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20192500 20177 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 20193500 20178 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 20194500 20179 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 20195500 20180 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 20196500 20181 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 20197500 20182 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20198500 20183 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104090 - 20202500 20187 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20203500 20188 1c001bca 16a0006f jal x0, 362 - 20205500 20190 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20206500 20191 1c001d36 e69ff06f jal x0, -408 - 20209500 20194 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20225500 20210 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20226500 20211 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20229500 20214 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20230500 20215 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20231500 20216 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20233500 20218 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20234500 20219 1c001778 fddff06f jal x0, -36 - 20236500 20221 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20237500 20222 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 20238500 20223 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20239500 20224 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 20240500 20225 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 20241500 20226 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 20242500 20227 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 20243500 20228 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 20244500 20229 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20245500 20230 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104090 - 20249500 20234 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20250500 20235 1c001bca 16a0006f jal x0, 362 - 20252500 20237 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20253500 20238 1c001d36 e69ff06f jal x0, -408 - 20256500 20241 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20271500 20256 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20272500 20257 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20275500 20260 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20278500 20263 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:104feb60 PA:104feb64 - 20279500 20264 1c001bd0 00012423 sw x0, 8(x2) x2:104feb60 PA:104feb68 - 20280500 20265 1c001bd2 00010623 sb x0, 12(x2) x2:104feb60 PA:104feb6c - 20281500 20266 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20282500 20267 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20283500 20268 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20284500 20269 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104feb60 PA:104feb64 - 20286500 20271 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20287500 20272 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20288500 20273 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20289500 20274 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20290500 20275 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20291500 20276 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20292500 20277 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20293500 20278 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20308500 20293 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20309500 20294 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20312500 20297 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20313500 20298 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20314500 20299 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20317500 20302 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20320500 20305 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20323500 20308 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20326500 20311 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20327500 20312 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20328500 20313 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20329500 20314 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20332500 20317 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20333500 20318 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20336500 20321 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20337500 20322 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20340500 20325 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20342500 20327 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20345500 20330 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20346500 20331 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20349500 20334 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20350500 20335 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20351500 20336 1c001f42 e09ff06f jal x0, -504 - 20353500 20338 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20354500 20339 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104feb60 PA:104feb70 - 20355500 20340 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20358500 20343 1c001e34 00440c13 addi x24, x8, 4 x24=104febec x8:104febe8 - 20359500 20344 1c001e38 00042503 lw x10, 0(x8) x10=00000002 x8:104febe8 PA:104febe8 - 20360500 20345 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20363500 20348 1c001e54 00055863 bge x10, x0, 16 x10:00000002 - 20366500 20351 1c001e64 00410593 addi x11, x2, 4 x11=104feb64 x2:104feb60 - 20367500 20352 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20369500 20354 1c0019fe 0105a683 lw x13, 16(x11) x13=104feb78 x11:104feb64 PA:104feb74 - 20370500 20355 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104feb64 PA:104feb70 - 20371500 20356 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20372500 20357 1c001a04 02f55633 divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001 - 20406500 20391 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000002 x14:0000000a - 20407500 20392 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20408500 20393 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20409500 20394 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20412500 20397 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104feb64 PA:104feb70 - 20413500 20398 1c001a20 02f55833 divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001 - 20447500 20432 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001 - 20481500 20466 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20512500 20497 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20513500 20498 1c001a2e 01004663 blt x0, x16, 12 x16:00000002 - 20516500 20501 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20518500 20503 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000002 - 20521500 20506 1c001a56 01070733 add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002 - 20522500 20507 1c001a58 00e68023 sb x14, 0(x13) x14:00000032 x13:104feb78 PA:104feb78 - 20524500 20509 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20525500 20510 1c001a5e 00168693 addi x13, x13, 1 x13=104feb79 x13:104feb78 - 20526500 20511 1c001a60 fb1ff06f jal x0, -80 - 20528500 20513 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20529500 20514 1c001a12 00068023 sb x0, 0(x13) x13:104feb79 PA:104feb79 - 20530500 20515 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20532500 20517 1c001e68 f17ff06f jal x0, -234 - 20534500 20519 1c001d7e 00410613 addi x12, x2, 4 x12=104feb64 x2:104feb60 - 20535500 20520 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20536500 20521 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20537500 20522 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20539500 20524 1c001a62 fe010113 addi x2, x2, -32 x2=104feb40 x2:104feb60 - 20540500 20525 1c001a64 00812c23 sw x8, 24(x2) x8:104febe8 x2:104feb40 PA:104feb58 - 20541500 20526 1c001a66 01062783 lw x15, 16(x12) x15=104feb78 x12:104feb64 PA:104feb74 - 20542500 20527 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104feb64 PA:104feb68 - 20543500 20528 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:104feb40 PA:104feb54 - 20544500 20529 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104feb40 PA:104feb50 - 20545500 20530 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104feb40 PA:104feb4c - 20546500 20531 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104feb40 PA:104feb5c - 20547500 20532 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104feb40 PA:104feb48 - 20548500 20533 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20549500 20534 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20550500 20535 1c001a78 00c004b3 add x9, x0, x12 x9=104feb64 x12:104feb64 - 20551500 20536 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000032 x15=104feb79 x15:104feb78 PA:104feb78 - 20553500 20538 1c001a7e 00070363 beq x14, x0, 6 x14:00000032 - 20554500 20539 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20555500 20540 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104feb64 PA:104feb6c - 20557500 20542 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20560500 20545 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64 - 20562500 20547 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20563500 20548 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20566500 20551 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20567500 20552 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20568500 20553 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20571500 20556 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20572500 20557 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20573500 20558 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20574500 20559 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20575500 20560 1c001b36 f71ff06f jal x0, -144 - 20577500 20562 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104feb64 PA:104feb6c - 20579500 20564 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20582500 20567 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64 - 20584500 20569 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20585500 20570 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20588500 20573 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64 - 20589500 20574 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20590500 20575 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20591500 20576 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20592500 20577 1c001ae8 0104aa03 lw x20, 16(x9) x20=104feb78 x9:104feb64 PA:104feb74 - 20594500 20579 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000032 x20=104feb79 x20:104feb78 PA:104feb78 - 20596500 20581 1c001af0 06059763 bne x11, x0, 110 x11:00000032 - 20599500 20584 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20600500 20585 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20602500 20587 1c001776 00b00533 add x10, x0, x11 x10=00000032 x11:00000032 - 20603500 20588 1c001778 fddff06f jal x0, -36 - 20605500 20590 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20606500 20591 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 20607500 20592 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20608500 20593 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 20609500 20594 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 20610500 20595 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 20611500 20596 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 20612500 20597 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 20613500 20598 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20614500 20599 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104090 - 20618500 20603 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20619500 20604 1c001b62 f8bff06f jal x0, -118 - 20621500 20606 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104feb7a x20:104feb79 PA:104feb79 - 20623500 20608 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20624500 20609 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104feb64 PA:104feb64 - 20626500 20611 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20627500 20612 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20630500 20615 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104feb40 PA:104feb5c - 20631500 20616 1c001b02 01812403 lw x8, 24(x2) x8=104febe8 x2:104feb40 PA:104feb58 - 20632500 20617 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:104feb40 PA:104feb54 - 20633500 20618 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104feb40 PA:104feb50 - 20634500 20619 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104feb40 PA:104feb4c - 20635500 20620 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104feb40 PA:104feb48 - 20636500 20621 1c001b0c 02010113 addi x2, x2, 32 x2=104feb60 x2:104feb40 - 20637500 20622 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20639500 20624 1c001d86 01800433 add x8, x0, x24 x8=104febec x24:104febec - 20640500 20625 1c001d88 fadff06f jal x0, -84 - 20642500 20627 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 20643500 20628 1c001d36 e69ff06f jal x0, -408 - 20646500 20631 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 20666500 20651 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 20667500 20652 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 20670500 20655 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 20671500 20656 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20672500 20657 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20674500 20659 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 20675500 20660 1c001778 fddff06f jal x0, -36 - 20677500 20662 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20678500 20663 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 20679500 20664 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20680500 20665 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 20681500 20666 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 20682500 20667 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 20683500 20668 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 20684500 20669 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 20685500 20670 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20686500 20671 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104090 - 20690500 20675 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20691500 20676 1c001bca 16a0006f jal x0, 362 - 20693500 20678 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 20694500 20679 1c001d36 e69ff06f jal x0, -408 - 20697500 20682 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 20711500 20696 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 20712500 20697 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 20715500 20700 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 20716500 20701 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20717500 20702 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20719500 20704 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 20720500 20705 1c001778 fddff06f jal x0, -36 - 20722500 20707 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20723500 20708 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 20724500 20709 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20725500 20710 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 20726500 20711 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 20727500 20712 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 20728500 20713 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 20729500 20714 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 20730500 20715 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20731500 20716 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104090 - 20735500 20720 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20736500 20721 1c001bca 16a0006f jal x0, 362 - 20738500 20723 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 20739500 20724 1c001d36 e69ff06f jal x0, -408 - 20742500 20727 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 20759500 20744 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 20760500 20745 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 20763500 20748 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 20764500 20749 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20765500 20750 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20767500 20752 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 20768500 20753 1c001778 fddff06f jal x0, -36 - 20770500 20755 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20771500 20756 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000022 - 20772500 20757 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20773500 20758 1c00175e 00379713 slli x14, x15, 0x3 x14=00000110 x15:00000022 - 20774500 20759 1c001762 00279793 slli x15, x15, 0x2 x15=00000088 x15:00000022 - 20775500 20760 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000110 - 20776500 20761 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000088 x13:00001f80 - 20777500 20762 1c00176a 00e787b3 add x15, x15, x14 x15=00000090 x15:00000080 x14:00000010 - 20778500 20763 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20779500 20764 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104090 - 20783500 20768 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20784500 20769 1c001bca 16a0006f jal x0, 362 - 20786500 20771 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 20787500 20772 1c001d36 e69ff06f jal x0, -408 - 20790500 20775 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 20805500 20790 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 20806500 20791 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 20807500 20792 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:104feb60 PA:104febbc - 20808500 20793 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:104feb60 PA:104febb8 - 20809500 20794 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:104feb60 PA:104febb4 - 20810500 20795 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:104feb60 PA:104febb0 - 20817500 20802 1c001bb0 04c12983 lw x19, 76(x2) x19=00000002 x2:104feb60 PA:104febac - 20818500 20803 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:104feb60 PA:104feba8 - 20819500 20804 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:104feb60 PA:104feba4 - 20820500 20805 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:104feb60 PA:104feba0 - 20821500 20806 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:104feb60 PA:104feb9c - 20822500 20807 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:104feb60 PA:104feb98 - 20823500 20808 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:104feb60 PA:104feb94 - 20824500 20809 1c001bbe 06010113 addi x2, x2, 96 x2=104febc0 x2:104feb60 - 20825500 20810 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 20827500 20812 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:104febc0 PA:104febdc - 20828500 20813 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 20829500 20814 1c001838 04010113 addi x2, x2, 64 x2=104fec00 x2:104febc0 - 20830500 20815 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 20832500 20817 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_01_3.log b/sw/scripts/tracevis/example/traces/trace_core_01_3.log deleted file mode 100644 index 922c3bd..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_01_3.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 12603500 12588 1c000080 0180006f jal x0, 24 - 12621500 12606 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000023 - 12622500 12607 1c00009c 01f57593 andi x11, x10, 31 x11=00000003 x10:00000023 - 12639500 12624 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000001 x10:00000023 - 12640500 12625 1c0000a2 00058463 beq x11, x0, 8 x11:00000003 - 12641500 12626 1c0000a6 05a0206f jal x0, 8282 - 12659500 12644 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 12660500 12645 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 12661500 12646 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 12662500 12647 1c00210c 0e059163 bne x11, x0, 226 x11:00000003 - 12714500 12699 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 12715500 12700 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000023 - 12716500 12701 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000003 x19:00000023 - 12717500 12702 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 12734500 12719 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 12735500 12720 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 12736500 12721 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 12737500 12722 1c00220a 0060006f jal x0, 6 - 12757500 12742 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 17807500 17792 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 17825500 17810 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 17826500 17811 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 17844500 17829 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 17845500 17830 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 17847500 17832 1c00222c 08096283 p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080 - 17871500 17856 1c002230 02a98533 mul x10, x19, x10 x10=00000c00 x19:00000003 x10:00000400 - 17872500 17857 1c002234 00550133 add x2, x10, x5 x2=104ff000 x10:00000c00 x5:104fe400 - 17873500 17858 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 17875500 17860 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 17911500 17896 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 17919500 17904 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 17920500 17905 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 17921500 17906 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 17922500 17907 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 17940500 17925 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000023 - 17957500 17942 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 17958500 17943 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000001 x12:00000023 - 17959500 17944 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001 - 17960500 17945 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000003 x12:00000023 - 17961500 17946 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 17962500 17947 1c0009d4 63d0006f jal x0, 3644 - 17980500 17965 1c001810 fc010113 addi x2, x2, -64 x2=104fefc0 x2:104ff000 - 17981500 17966 1c001812 02b12223 sw x11, 36(x2) x11:00000001 x2:104fefc0 PA:104fefe4 - 17982500 17967 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 17983500 17968 1c001818 02c12423 sw x12, 40(x2) x12:00000003 x2:104fefc0 PA:104fefe8 - 17984500 17969 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:104fefc0 PA:104fefec - 17985500 17970 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 17986500 17971 1c00181e 02410693 addi x13, x2, 36 x13=104fefe4 x2:104fefc0 - 18002500 17987 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18003500 17988 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18004500 17989 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:104fefc0 PA:104fefdc - 18008500 17993 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:104fefc0 PA:104feff0 - 18009500 17994 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:104fefc0 PA:104feff4 - 18010500 17995 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:104fefc0 PA:104feff8 - 18011500 17996 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:104fefc0 PA:104feffc - 18024500 18009 1c001830 00d12623 sw x13, 12(x2) x13:104fefe4 x2:104fefc0 PA:104fefcc - 18027500 18012 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18043500 18028 1c001b70 fa010113 addi x2, x2, -96 x2=104fef60 x2:104fefc0 - 18044500 18029 1c001b72 01810793 addi x15, x2, 24 x15=104fef78 x2:104fef60 - 18045500 18030 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:104fef60 PA:104fefb8 - 18047500 18032 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:104fef60 PA:104fefb0 - 18048500 18033 1c001b78 05312623 sw x19, 76(x2) x19:00000003 x2:104fef60 PA:104fefac - 18049500 18034 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:104fef60 PA:104fefa8 - 18050500 18035 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:104fef60 PA:104fefa4 - 18051500 18036 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:104fef60 PA:104fefa0 - 18066500 18051 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:104fef60 PA:104fef9c - 18070500 18055 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:104fef60 PA:104fefbc - 18071500 18056 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:104fef60 PA:104fefb4 - 18072500 18057 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:104fef60 PA:104fef98 - 18073500 18058 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:104fef60 PA:104fef94 - 18074500 18059 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18075500 18060 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18076500 18061 1c001b8e 00d00433 add x8, x0, x13 x8=104fefe4 x13:104fefe4 - 18089500 18074 1c001b90 00f12a23 sw x15, 20(x2) x15:104fef78 x2:104fef60 PA:104fef74 - 18092500 18077 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18093500 18078 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18094500 18079 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18095500 18080 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18110500 18095 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18129500 18114 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18130500 18115 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18145500 18130 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18146500 18131 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18147500 18132 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18165500 18150 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18166500 18151 1c001778 fddff06f jal x0, -36 - 18184500 18169 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18185500 18170 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18186500 18171 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18203500 18188 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18204500 18189 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18205500 18190 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18206500 18191 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18207500 18192 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18208500 18193 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18209500 18194 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104098 - 18213500 18198 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18214500 18199 1c001bca 16a0006f jal x0, 362 - 18232500 18217 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18233500 18218 1c001d36 e69ff06f jal x0, -408 - 18236500 18221 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18255500 18240 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18256500 18241 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18259500 18244 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18260500 18245 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18261500 18246 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18263500 18248 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18264500 18249 1c001778 fddff06f jal x0, -36 - 18266500 18251 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18267500 18252 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18268500 18253 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18269500 18254 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18270500 18255 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18271500 18256 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18272500 18257 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18273500 18258 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18274500 18259 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18275500 18260 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104098 - 18279500 18264 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18280500 18265 1c001bca 16a0006f jal x0, 362 - 18282500 18267 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18283500 18268 1c001d36 e69ff06f jal x0, -408 - 18286500 18271 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18305500 18290 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18306500 18291 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18309500 18294 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18310500 18295 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18311500 18296 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18313500 18298 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18314500 18299 1c001778 fddff06f jal x0, -36 - 18316500 18301 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18317500 18302 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18318500 18303 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18319500 18304 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18320500 18305 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18321500 18306 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18322500 18307 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18323500 18308 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18324500 18309 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18325500 18310 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104098 - 18329500 18314 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18330500 18315 1c001bca 16a0006f jal x0, 362 - 18332500 18317 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18333500 18318 1c001d36 e69ff06f jal x0, -408 - 18336500 18321 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18353500 18338 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18354500 18339 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18357500 18342 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18358500 18343 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18359500 18344 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18361500 18346 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18362500 18347 1c001778 fddff06f jal x0, -36 - 18364500 18349 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18365500 18350 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18366500 18351 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18367500 18352 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18368500 18353 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18369500 18354 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18370500 18355 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18371500 18356 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18372500 18357 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18373500 18358 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104098 - 18377500 18362 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18378500 18363 1c001bca 16a0006f jal x0, 362 - 18380500 18365 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18381500 18366 1c001d36 e69ff06f jal x0, -408 - 18384500 18369 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18398500 18383 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18399500 18384 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18402500 18387 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18403500 18388 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18404500 18389 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18406500 18391 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18407500 18392 1c001778 fddff06f jal x0, -36 - 18409500 18394 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18410500 18395 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18411500 18396 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18412500 18397 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18413500 18398 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18414500 18399 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18415500 18400 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18416500 18401 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18417500 18402 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18418500 18403 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104098 - 18422500 18407 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18423500 18408 1c001bca 16a0006f jal x0, 362 - 18425500 18410 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18426500 18411 1c001d36 e69ff06f jal x0, -408 - 18429500 18414 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18443500 18428 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18444500 18429 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18447500 18432 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18448500 18433 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18449500 18434 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18451500 18436 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18452500 18437 1c001778 fddff06f jal x0, -36 - 18454500 18439 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18455500 18440 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18456500 18441 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18457500 18442 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18458500 18443 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18459500 18444 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18460500 18445 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18461500 18446 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18462500 18447 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18463500 18448 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104098 - 18467500 18452 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18468500 18453 1c001bca 16a0006f jal x0, 362 - 18470500 18455 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 18471500 18456 1c001d36 e69ff06f jal x0, -408 - 18474500 18459 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 18488500 18473 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 18489500 18474 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 18492500 18477 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 18493500 18478 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18494500 18479 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18496500 18481 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 18497500 18482 1c001778 fddff06f jal x0, -36 - 18499500 18484 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18500500 18485 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18501500 18486 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18502500 18487 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18503500 18488 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18504500 18489 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18505500 18490 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18506500 18491 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18507500 18492 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18508500 18493 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104098 - 18512500 18497 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18513500 18498 1c001bca 16a0006f jal x0, 362 - 18515500 18500 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 18516500 18501 1c001d36 e69ff06f jal x0, -408 - 18519500 18504 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 18533500 18518 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 18534500 18519 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 18537500 18522 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 18538500 18523 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18539500 18524 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18541500 18526 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 18542500 18527 1c001778 fddff06f jal x0, -36 - 18544500 18529 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18545500 18530 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18546500 18531 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18547500 18532 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18548500 18533 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18549500 18534 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18550500 18535 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18551500 18536 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18552500 18537 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18553500 18538 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104098 - 18557500 18542 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18558500 18543 1c001bca 16a0006f jal x0, 362 - 18560500 18545 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 18561500 18546 1c001d36 e69ff06f jal x0, -408 - 18564500 18549 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 18578500 18563 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 18579500 18564 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18582500 18567 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18583500 18568 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18584500 18569 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18586500 18571 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18587500 18572 1c001778 fddff06f jal x0, -36 - 18589500 18574 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18590500 18575 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18591500 18576 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18592500 18577 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18593500 18578 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18594500 18579 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18595500 18580 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18596500 18581 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18597500 18582 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18598500 18583 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104098 - 18602500 18587 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18603500 18588 1c001bca 16a0006f jal x0, 362 - 18605500 18590 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 18606500 18591 1c001d36 e69ff06f jal x0, -408 - 18609500 18594 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 18623500 18608 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 18624500 18609 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 18627500 18612 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 18628500 18613 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18629500 18614 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18631500 18616 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 18632500 18617 1c001778 fddff06f jal x0, -36 - 18634500 18619 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18635500 18620 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18636500 18621 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18637500 18622 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18638500 18623 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18639500 18624 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18640500 18625 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18641500 18626 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18642500 18627 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18643500 18628 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104098 - 18647500 18632 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18648500 18633 1c001bca 16a0006f jal x0, 362 - 18650500 18635 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 18651500 18636 1c001d36 e69ff06f jal x0, -408 - 18654500 18639 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 18673500 18658 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 18674500 18659 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 18677500 18662 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 18678500 18663 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18679500 18664 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18681500 18666 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 18682500 18667 1c001778 fddff06f jal x0, -36 - 18684500 18669 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18685500 18670 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18686500 18671 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18687500 18672 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18688500 18673 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18689500 18674 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18690500 18675 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18691500 18676 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18692500 18677 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18693500 18678 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104098 - 18697500 18682 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18698500 18683 1c001bca 16a0006f jal x0, 362 - 18700500 18685 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 18701500 18686 1c001d36 e69ff06f jal x0, -408 - 18704500 18689 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 18720500 18705 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 18721500 18706 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 18724500 18709 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 18725500 18710 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18726500 18711 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18728500 18713 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 18729500 18714 1c001778 fddff06f jal x0, -36 - 18731500 18716 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18732500 18717 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18733500 18718 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18734500 18719 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18735500 18720 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18736500 18721 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18737500 18722 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18738500 18723 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18739500 18724 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18740500 18725 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104098 - 18744500 18729 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18745500 18730 1c001bca 16a0006f jal x0, 362 - 18747500 18732 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 18748500 18733 1c001d36 e69ff06f jal x0, -408 - 18751500 18736 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 18767500 18752 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 18768500 18753 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18771500 18756 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18772500 18757 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18773500 18758 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18775500 18760 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18776500 18761 1c001778 fddff06f jal x0, -36 - 18778500 18763 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18779500 18764 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18780500 18765 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18781500 18766 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18782500 18767 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18783500 18768 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18784500 18769 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18785500 18770 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18786500 18771 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18787500 18772 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104098 - 18791500 18776 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18792500 18777 1c001bca 16a0006f jal x0, 362 - 18794500 18779 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 18795500 18780 1c001d36 e69ff06f jal x0, -408 - 18798500 18783 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 18812500 18797 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 18813500 18798 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18816500 18801 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18817500 18802 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18818500 18803 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18820500 18805 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18821500 18806 1c001778 fddff06f jal x0, -36 - 18823500 18808 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18824500 18809 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18825500 18810 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18826500 18811 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18827500 18812 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18828500 18813 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18829500 18814 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18830500 18815 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18831500 18816 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18832500 18817 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104098 - 18836500 18821 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18837500 18822 1c001bca 16a0006f jal x0, 362 - 18839500 18824 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 18840500 18825 1c001d36 e69ff06f jal x0, -408 - 18843500 18828 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 18862500 18847 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 18863500 18848 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 18866500 18851 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 18867500 18852 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18868500 18853 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18870500 18855 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 18871500 18856 1c001778 fddff06f jal x0, -36 - 18873500 18858 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18874500 18859 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 18875500 18860 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18876500 18861 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 18877500 18862 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 18878500 18863 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 18879500 18864 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 18880500 18865 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 18881500 18866 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18882500 18867 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104098 - 18886500 18871 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18887500 18872 1c001bca 16a0006f jal x0, 362 - 18889500 18874 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 18890500 18875 1c001d36 e69ff06f jal x0, -408 - 18893500 18878 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 18907500 18892 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 18908500 18893 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 18911500 18896 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 18914500 18899 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:104fef60 PA:104fef64 - 18929500 18914 1c001bd0 00012423 sw x0, 8(x2) x2:104fef60 PA:104fef68 - 18931500 18916 1c001bd2 00010623 sb x0, 12(x2) x2:104fef60 PA:104fef6c - 18932500 18917 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 18933500 18918 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 18952500 18937 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 18953500 18938 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104fef60 PA:104fef64 - 18956500 18941 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 18957500 18942 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 18958500 18943 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 18959500 18944 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 18960500 18945 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 18974500 18959 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 18975500 18960 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 18976500 18961 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19011500 18996 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19012500 18997 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19021500 19006 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19022500 19007 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19023500 19008 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19043500 19028 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19066500 19051 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19069500 19054 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19088500 19073 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19105500 19090 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19106500 19091 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19107500 19092 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19128500 19113 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19145500 19130 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19165500 19150 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19166500 19151 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19214500 19199 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19242500 19227 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19261500 19246 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19262500 19247 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19304500 19289 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19322500 19307 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19323500 19308 1c001f42 e09ff06f jal x0, -504 - 19345500 19330 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19346500 19331 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104fef60 PA:104fef70 - 19367500 19352 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19397500 19382 1c001e34 00440c13 addi x24, x8, 4 x24=104fefe8 x8:104fefe4 - 19398500 19383 1c001e38 00042503 lw x10, 0(x8) x10=00000001 x8:104fefe4 PA:104fefe4 - 19400500 19385 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19453500 19438 1c001e54 00055863 bge x10, x0, 16 x10:00000001 - 19477500 19462 1c001e64 00410593 addi x11, x2, 4 x11=104fef64 x2:104fef60 - 19478500 19463 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 19507500 19492 1c0019fe 0105a683 lw x13, 16(x11) x13=104fef78 x11:104fef64 PA:104fef74 - 19527500 19512 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fef64 PA:104fef70 - 19530500 19515 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 19531500 19516 1c001a04 02f55633 divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001 - 19565500 19550 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000001 x14:0000000a - 19566500 19551 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 19567500 19552 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 19568500 19553 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 19571500 19556 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fef64 PA:104fef70 - 19594500 19579 1c001a20 02f55833 divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001 - 19628500 19613 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001 - 19662500 19647 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 19693500 19678 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 19694500 19679 1c001a2e 01004663 blt x0, x16, 12 x16:00000001 - 19697500 19682 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 19719500 19704 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000001 - 19740500 19725 1c001a56 01070733 add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001 - 19741500 19726 1c001a58 00e68023 sb x14, 0(x13) x14:00000031 x13:104fef78 PA:104fef78 - 19744500 19729 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 19745500 19730 1c001a5e 00168693 addi x13, x13, 1 x13=104fef79 x13:104fef78 - 19760500 19745 1c001a60 fb1ff06f jal x0, -80 - 19762500 19747 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 19763500 19748 1c001a12 00068023 sb x0, 0(x13) x13:104fef79 PA:104fef79 - 19765500 19750 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 19766500 19751 1c001e68 f17ff06f jal x0, -234 - 19786500 19771 1c001d7e 00410613 addi x12, x2, 4 x12=104fef64 x2:104fef60 - 19806500 19791 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 19807500 19792 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19808500 19793 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 19810500 19795 1c001a62 fe010113 addi x2, x2, -32 x2=104fef40 x2:104fef60 - 19811500 19796 1c001a64 00812c23 sw x8, 24(x2) x8:104fefe4 x2:104fef40 PA:104fef58 - 19816500 19801 1c001a66 01062783 lw x15, 16(x12) x15=104fef78 x12:104fef64 PA:104fef74 - 19817500 19802 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104fef64 PA:104fef68 - 19818500 19803 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:104fef40 PA:104fef54 - 19819500 19804 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104fef40 PA:104fef50 - 19820500 19805 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104fef40 PA:104fef4c - 19835500 19820 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104fef40 PA:104fef5c - 19837500 19822 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104fef40 PA:104fef48 - 19838500 19823 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19839500 19824 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19840500 19825 1c001a78 00c004b3 add x9, x0, x12 x9=104fef64 x12:104fef64 - 19841500 19826 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000031 x15=104fef79 x15:104fef78 PA:104fef78 - 19843500 19828 1c001a7e 00070363 beq x14, x0, 6 x14:00000031 - 19862500 19847 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 19863500 19848 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104fef64 PA:104fef6c - 19865500 19850 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 19868500 19853 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64 - 19886500 19871 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 19887500 19872 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 19906500 19891 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 19907500 19892 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 19908500 19893 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 19928500 19913 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 19929500 19914 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 19951500 19936 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 19952500 19937 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 19953500 19938 1c001b36 f71ff06f jal x0, -144 - 19955500 19940 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104fef64 PA:104fef6c - 19958500 19943 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 19977500 19962 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64 - 19980500 19965 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 19981500 19966 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20000500 19985 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64 - 20018500 20003 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20019500 20004 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20020500 20005 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20021500 20006 1c001ae8 0104aa03 lw x20, 16(x9) x20=104fef78 x9:104fef64 PA:104fef74 - 20024500 20009 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000031 x20=104fef79 x20:104fef78 PA:104fef78 - 20039500 20024 1c001af0 06059763 bne x11, x0, 110 x11:00000031 - 20059500 20044 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20077500 20062 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20079500 20064 1c001776 00b00533 add x10, x0, x11 x10=00000031 x11:00000031 - 20080500 20065 1c001778 fddff06f jal x0, -36 - 20082500 20067 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20083500 20068 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 20084500 20069 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20085500 20070 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 20086500 20071 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 20087500 20072 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 20088500 20073 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 20089500 20074 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 20090500 20075 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20091500 20076 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104098 - 20095500 20080 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20096500 20081 1c001b62 f8bff06f jal x0, -118 - 20098500 20083 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104fef7a x20:104fef79 PA:104fef79 - 20101500 20086 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20102500 20087 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64 - 20104500 20089 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20105500 20090 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20123500 20108 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104fef40 PA:104fef5c - 20126500 20111 1c001b02 01812403 lw x8, 24(x2) x8=104fefe4 x2:104fef40 PA:104fef58 - 20127500 20112 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:104fef40 PA:104fef54 - 20128500 20113 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104fef40 PA:104fef50 - 20129500 20114 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104fef40 PA:104fef4c - 20130500 20115 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104fef40 PA:104fef48 - 20131500 20116 1c001b0c 02010113 addi x2, x2, 32 x2=104fef60 x2:104fef40 - 20132500 20117 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20152500 20137 1c001d86 01800433 add x8, x0, x24 x8=104fefe8 x24:104fefe8 - 20153500 20138 1c001d88 fadff06f jal x0, -84 - 20155500 20140 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20156500 20141 1c001d36 e69ff06f jal x0, -408 - 20159500 20144 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20180500 20165 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20181500 20166 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20184500 20169 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20185500 20170 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20186500 20171 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20188500 20173 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20189500 20174 1c001778 fddff06f jal x0, -36 - 20191500 20176 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20192500 20177 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 20193500 20178 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20194500 20179 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 20195500 20180 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 20196500 20181 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 20197500 20182 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 20198500 20183 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 20199500 20184 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20200500 20185 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104098 - 20204500 20189 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20205500 20190 1c001bca 16a0006f jal x0, 362 - 20207500 20192 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20208500 20193 1c001d36 e69ff06f jal x0, -408 - 20211500 20196 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20230500 20215 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20231500 20216 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20234500 20219 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20235500 20220 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20236500 20221 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20238500 20223 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20239500 20224 1c001778 fddff06f jal x0, -36 - 20241500 20226 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20242500 20227 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 20243500 20228 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20244500 20229 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 20245500 20230 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 20246500 20231 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 20247500 20232 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 20248500 20233 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 20249500 20234 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20250500 20235 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104098 - 20254500 20239 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20255500 20240 1c001bca 16a0006f jal x0, 362 - 20257500 20242 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20258500 20243 1c001d36 e69ff06f jal x0, -408 - 20261500 20246 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20277500 20262 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20278500 20263 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20281500 20266 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20284500 20269 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:104fef60 PA:104fef64 - 20285500 20270 1c001bd0 00012423 sw x0, 8(x2) x2:104fef60 PA:104fef68 - 20286500 20271 1c001bd2 00010623 sb x0, 12(x2) x2:104fef60 PA:104fef6c - 20287500 20272 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20288500 20273 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20289500 20274 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20290500 20275 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104fef60 PA:104fef64 - 20291500 20276 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20292500 20277 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20293500 20278 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20294500 20279 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20295500 20280 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20296500 20281 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20297500 20282 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20298500 20283 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20313500 20298 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20314500 20299 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20317500 20302 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20318500 20303 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20319500 20304 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20322500 20307 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20325500 20310 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20328500 20313 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20331500 20316 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20332500 20317 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20333500 20318 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20334500 20319 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20337500 20322 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20338500 20323 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20341500 20326 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20342500 20327 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20345500 20330 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20347500 20332 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20350500 20335 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20351500 20336 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20354500 20339 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20355500 20340 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20356500 20341 1c001f42 e09ff06f jal x0, -504 - 20358500 20343 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20359500 20344 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104fef60 PA:104fef70 - 20360500 20345 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20363500 20348 1c001e34 00440c13 addi x24, x8, 4 x24=104fefec x8:104fefe8 - 20364500 20349 1c001e38 00042503 lw x10, 0(x8) x10=00000003 x8:104fefe8 PA:104fefe8 - 20365500 20350 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20368500 20353 1c001e54 00055863 bge x10, x0, 16 x10:00000003 - 20371500 20356 1c001e64 00410593 addi x11, x2, 4 x11=104fef64 x2:104fef60 - 20372500 20357 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20374500 20359 1c0019fe 0105a683 lw x13, 16(x11) x13=104fef78 x11:104fef64 PA:104fef74 - 20375500 20360 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fef64 PA:104fef70 - 20376500 20361 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20377500 20362 1c001a04 02f55633 divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001 - 20411500 20396 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000003 x14:0000000a - 20412500 20397 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20413500 20398 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20414500 20399 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20417500 20402 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fef64 PA:104fef70 - 20418500 20403 1c001a20 02f55833 divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001 - 20452500 20437 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001 - 20486500 20471 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20517500 20502 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20518500 20503 1c001a2e 01004663 blt x0, x16, 12 x16:00000003 - 20521500 20506 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20523500 20508 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000003 - 20526500 20511 1c001a56 01070733 add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003 - 20527500 20512 1c001a58 00e68023 sb x14, 0(x13) x14:00000033 x13:104fef78 PA:104fef78 - 20528500 20513 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20529500 20514 1c001a5e 00168693 addi x13, x13, 1 x13=104fef79 x13:104fef78 - 20530500 20515 1c001a60 fb1ff06f jal x0, -80 - 20532500 20517 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20533500 20518 1c001a12 00068023 sb x0, 0(x13) x13:104fef79 PA:104fef79 - 20534500 20519 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20536500 20521 1c001e68 f17ff06f jal x0, -234 - 20538500 20523 1c001d7e 00410613 addi x12, x2, 4 x12=104fef64 x2:104fef60 - 20539500 20524 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20540500 20525 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20541500 20526 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20543500 20528 1c001a62 fe010113 addi x2, x2, -32 x2=104fef40 x2:104fef60 - 20544500 20529 1c001a64 00812c23 sw x8, 24(x2) x8:104fefe8 x2:104fef40 PA:104fef58 - 20545500 20530 1c001a66 01062783 lw x15, 16(x12) x15=104fef78 x12:104fef64 PA:104fef74 - 20546500 20531 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104fef64 PA:104fef68 - 20547500 20532 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:104fef40 PA:104fef54 - 20548500 20533 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104fef40 PA:104fef50 - 20549500 20534 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104fef40 PA:104fef4c - 20550500 20535 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104fef40 PA:104fef5c - 20551500 20536 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104fef40 PA:104fef48 - 20552500 20537 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20553500 20538 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20554500 20539 1c001a78 00c004b3 add x9, x0, x12 x9=104fef64 x12:104fef64 - 20555500 20540 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000033 x15=104fef79 x15:104fef78 PA:104fef78 - 20557500 20542 1c001a7e 00070363 beq x14, x0, 6 x14:00000033 - 20558500 20543 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20559500 20544 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104fef64 PA:104fef6c - 20561500 20546 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20564500 20549 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64 - 20566500 20551 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20567500 20552 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20570500 20555 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20571500 20556 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20572500 20557 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20575500 20560 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20576500 20561 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20577500 20562 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20578500 20563 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20579500 20564 1c001b36 f71ff06f jal x0, -144 - 20581500 20566 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104fef64 PA:104fef6c - 20583500 20568 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20586500 20571 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64 - 20588500 20573 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20589500 20574 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20592500 20577 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64 - 20593500 20578 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20594500 20579 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20595500 20580 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20596500 20581 1c001ae8 0104aa03 lw x20, 16(x9) x20=104fef78 x9:104fef64 PA:104fef74 - 20598500 20583 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000033 x20=104fef79 x20:104fef78 PA:104fef78 - 20600500 20585 1c001af0 06059763 bne x11, x0, 110 x11:00000033 - 20603500 20588 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20604500 20589 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20606500 20591 1c001776 00b00533 add x10, x0, x11 x10=00000033 x11:00000033 - 20607500 20592 1c001778 fddff06f jal x0, -36 - 20609500 20594 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20610500 20595 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 20611500 20596 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20612500 20597 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 20613500 20598 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 20614500 20599 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 20615500 20600 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 20616500 20601 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 20617500 20602 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20618500 20603 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104098 - 20622500 20607 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20623500 20608 1c001b62 f8bff06f jal x0, -118 - 20625500 20610 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104fef7a x20:104fef79 PA:104fef79 - 20627500 20612 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20628500 20613 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fef64 PA:104fef64 - 20630500 20615 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20631500 20616 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20634500 20619 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104fef40 PA:104fef5c - 20635500 20620 1c001b02 01812403 lw x8, 24(x2) x8=104fefe8 x2:104fef40 PA:104fef58 - 20636500 20621 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:104fef40 PA:104fef54 - 20637500 20622 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104fef40 PA:104fef50 - 20638500 20623 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104fef40 PA:104fef4c - 20639500 20624 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104fef40 PA:104fef48 - 20640500 20625 1c001b0c 02010113 addi x2, x2, 32 x2=104fef60 x2:104fef40 - 20641500 20626 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20643500 20628 1c001d86 01800433 add x8, x0, x24 x8=104fefec x24:104fefec - 20644500 20629 1c001d88 fadff06f jal x0, -84 - 20646500 20631 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 20647500 20632 1c001d36 e69ff06f jal x0, -408 - 20650500 20635 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 20672500 20657 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 20673500 20658 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 20676500 20661 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 20677500 20662 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20678500 20663 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20680500 20665 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 20681500 20666 1c001778 fddff06f jal x0, -36 - 20683500 20668 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20684500 20669 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 20685500 20670 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20686500 20671 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 20687500 20672 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 20688500 20673 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 20689500 20674 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 20690500 20675 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 20691500 20676 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20692500 20677 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104098 - 20696500 20681 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20697500 20682 1c001bca 16a0006f jal x0, 362 - 20699500 20684 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 20700500 20685 1c001d36 e69ff06f jal x0, -408 - 20703500 20688 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 20719500 20704 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 20720500 20705 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 20723500 20708 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 20724500 20709 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20725500 20710 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20727500 20712 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 20728500 20713 1c001778 fddff06f jal x0, -36 - 20730500 20715 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20731500 20716 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 20732500 20717 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20733500 20718 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 20734500 20719 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 20735500 20720 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 20736500 20721 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 20737500 20722 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 20738500 20723 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20739500 20724 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104098 - 20743500 20728 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20744500 20729 1c001bca 16a0006f jal x0, 362 - 20746500 20731 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 20747500 20732 1c001d36 e69ff06f jal x0, -408 - 20750500 20735 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 20764500 20749 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 20765500 20750 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 20768500 20753 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 20769500 20754 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20770500 20755 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20772500 20757 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 20773500 20758 1c001778 fddff06f jal x0, -36 - 20775500 20760 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20776500 20761 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000023 - 20777500 20762 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20778500 20763 1c00175e 00379713 slli x14, x15, 0x3 x14=00000118 x15:00000023 - 20779500 20764 1c001762 00279793 slli x15, x15, 0x2 x15=0000008c x15:00000023 - 20780500 20765 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000118 - 20781500 20766 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000008c x13:00001f80 - 20782500 20767 1c00176a 00e787b3 add x15, x15, x14 x15=00000098 x15:00000080 x14:00000018 - 20783500 20768 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20784500 20769 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104098 - 20788500 20773 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20789500 20774 1c001bca 16a0006f jal x0, 362 - 20791500 20776 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 20792500 20777 1c001d36 e69ff06f jal x0, -408 - 20795500 20780 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 20812500 20797 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 20813500 20798 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 20814500 20799 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:104fef60 PA:104fefbc - 20815500 20800 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:104fef60 PA:104fefb8 - 20816500 20801 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:104fef60 PA:104fefb4 - 20817500 20802 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:104fef60 PA:104fefb0 - 20818500 20803 1c001bb0 04c12983 lw x19, 76(x2) x19=00000003 x2:104fef60 PA:104fefac - 20819500 20804 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:104fef60 PA:104fefa8 - 20820500 20805 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:104fef60 PA:104fefa4 - 20821500 20806 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:104fef60 PA:104fefa0 - 20822500 20807 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:104fef60 PA:104fef9c - 20823500 20808 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:104fef60 PA:104fef98 - 20824500 20809 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:104fef60 PA:104fef94 - 20825500 20810 1c001bbe 06010113 addi x2, x2, 96 x2=104fefc0 x2:104fef60 - 20826500 20811 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 20828500 20813 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:104fefc0 PA:104fefdc - 20829500 20814 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 20830500 20815 1c001838 04010113 addi x2, x2, 64 x2=104ff000 x2:104fefc0 - 20831500 20816 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 20833500 20818 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_01_4.log b/sw/scripts/tracevis/example/traces/trace_core_01_4.log deleted file mode 100644 index 3f4b78e..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_01_4.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 12603500 12588 1c000080 0180006f jal x0, 24 - 12621500 12606 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000024 - 12622500 12607 1c00009c 01f57593 andi x11, x10, 31 x11=00000004 x10:00000024 - 12639500 12624 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000001 x10:00000024 - 12640500 12625 1c0000a2 00058463 beq x11, x0, 8 x11:00000004 - 12641500 12626 1c0000a6 05a0206f jal x0, 8282 - 12659500 12644 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 12660500 12645 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 12661500 12646 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 12662500 12647 1c00210c 0e059163 bne x11, x0, 226 x11:00000004 - 12714500 12699 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 12715500 12700 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000024 - 12716500 12701 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000004 x19:00000024 - 12717500 12702 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 12734500 12719 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 12735500 12720 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 12736500 12721 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 12737500 12722 1c00220a 0060006f jal x0, 6 - 12757500 12742 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 17807500 17792 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 17825500 17810 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 17826500 17811 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 17844500 17829 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 17845500 17830 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 17847500 17832 1c00222c 08096283 p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080 - 17871500 17856 1c002230 02a98533 mul x10, x19, x10 x10=00001000 x19:00000004 x10:00000400 - 17872500 17857 1c002234 00550133 add x2, x10, x5 x2=104ff400 x10:00001000 x5:104fe400 - 17873500 17858 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 17875500 17860 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 17911500 17896 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 17919500 17904 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 17920500 17905 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 17921500 17906 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 17922500 17907 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 17940500 17925 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000024 - 17957500 17942 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 17958500 17943 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000001 x12:00000024 - 17959500 17944 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001 - 17960500 17945 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000004 x12:00000024 - 17961500 17946 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 17962500 17947 1c0009d4 63d0006f jal x0, 3644 - 17980500 17965 1c001810 fc010113 addi x2, x2, -64 x2=104ff3c0 x2:104ff400 - 17981500 17966 1c001812 02b12223 sw x11, 36(x2) x11:00000001 x2:104ff3c0 PA:104ff3e4 - 17983500 17968 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 17984500 17969 1c001818 02c12423 sw x12, 40(x2) x12:00000004 x2:104ff3c0 PA:104ff3e8 - 17985500 17970 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:104ff3c0 PA:104ff3ec - 17986500 17971 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 17987500 17972 1c00181e 02410693 addi x13, x2, 36 x13=104ff3e4 x2:104ff3c0 - 18002500 17987 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18003500 17988 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18004500 17989 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:104ff3c0 PA:104ff3dc - 18005500 17990 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:104ff3c0 PA:104ff3f0 - 18006500 17991 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:104ff3c0 PA:104ff3f4 - 18007500 17992 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:104ff3c0 PA:104ff3f8 - 18008500 17993 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:104ff3c0 PA:104ff3fc - 18024500 18009 1c001830 00d12623 sw x13, 12(x2) x13:104ff3e4 x2:104ff3c0 PA:104ff3cc - 18030500 18015 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18043500 18028 1c001b70 fa010113 addi x2, x2, -96 x2=104ff360 x2:104ff3c0 - 18044500 18029 1c001b72 01810793 addi x15, x2, 24 x15=104ff378 x2:104ff360 - 18045500 18030 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:104ff360 PA:104ff3b8 - 18048500 18033 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:104ff360 PA:104ff3b0 - 18049500 18034 1c001b78 05312623 sw x19, 76(x2) x19:00000004 x2:104ff360 PA:104ff3ac - 18050500 18035 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:104ff360 PA:104ff3a8 - 18051500 18036 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:104ff360 PA:104ff3a4 - 18052500 18037 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:104ff360 PA:104ff3a0 - 18066500 18051 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:104ff360 PA:104ff39c - 18073500 18058 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:104ff360 PA:104ff3bc - 18074500 18059 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:104ff360 PA:104ff3b4 - 18075500 18060 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:104ff360 PA:104ff398 - 18076500 18061 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:104ff360 PA:104ff394 - 18077500 18062 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18078500 18063 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18079500 18064 1c001b8e 00d00433 add x8, x0, x13 x8=104ff3e4 x13:104ff3e4 - 18089500 18074 1c001b90 00f12a23 sw x15, 20(x2) x15:104ff378 x2:104ff360 PA:104ff374 - 18093500 18078 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18094500 18079 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18095500 18080 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18096500 18081 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18110500 18095 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18131500 18116 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18132500 18117 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18145500 18130 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18146500 18131 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18147500 18132 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18165500 18150 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18166500 18151 1c001778 fddff06f jal x0, -36 - 18184500 18169 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18185500 18170 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18186500 18171 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18203500 18188 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18204500 18189 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18205500 18190 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18206500 18191 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18207500 18192 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18208500 18193 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18209500 18194 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1040a0 - 18213500 18198 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18214500 18199 1c001bca 16a0006f jal x0, 362 - 18232500 18217 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18233500 18218 1c001d36 e69ff06f jal x0, -408 - 18236500 18221 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18257500 18242 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18258500 18243 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18261500 18246 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18262500 18247 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18263500 18248 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18265500 18250 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18266500 18251 1c001778 fddff06f jal x0, -36 - 18268500 18253 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18269500 18254 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18270500 18255 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18271500 18256 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18272500 18257 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18273500 18258 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18274500 18259 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18275500 18260 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18276500 18261 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18277500 18262 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040a0 - 18281500 18266 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18282500 18267 1c001bca 16a0006f jal x0, 362 - 18284500 18269 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18285500 18270 1c001d36 e69ff06f jal x0, -408 - 18288500 18273 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18306500 18291 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18307500 18292 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18310500 18295 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18311500 18296 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18312500 18297 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18314500 18299 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18315500 18300 1c001778 fddff06f jal x0, -36 - 18317500 18302 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18318500 18303 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18319500 18304 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18320500 18305 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18321500 18306 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18322500 18307 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18323500 18308 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18324500 18309 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18325500 18310 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18326500 18311 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1040a0 - 18330500 18315 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18331500 18316 1c001bca 16a0006f jal x0, 362 - 18333500 18318 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18334500 18319 1c001d36 e69ff06f jal x0, -408 - 18337500 18322 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18355500 18340 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18356500 18341 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18359500 18344 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18360500 18345 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18361500 18346 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18363500 18348 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18364500 18349 1c001778 fddff06f jal x0, -36 - 18366500 18351 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18367500 18352 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18368500 18353 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18369500 18354 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18370500 18355 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18371500 18356 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18372500 18357 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18373500 18358 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18374500 18359 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18375500 18360 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040a0 - 18379500 18364 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18380500 18365 1c001bca 16a0006f jal x0, 362 - 18382500 18367 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18383500 18368 1c001d36 e69ff06f jal x0, -408 - 18386500 18371 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18400500 18385 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18401500 18386 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18404500 18389 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18405500 18390 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18406500 18391 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18408500 18393 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18409500 18394 1c001778 fddff06f jal x0, -36 - 18411500 18396 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18412500 18397 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18413500 18398 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18414500 18399 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18415500 18400 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18416500 18401 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18417500 18402 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18418500 18403 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18419500 18404 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18420500 18405 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a0 - 18424500 18409 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18425500 18410 1c001bca 16a0006f jal x0, 362 - 18427500 18412 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18428500 18413 1c001d36 e69ff06f jal x0, -408 - 18431500 18416 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18445500 18430 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18446500 18431 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18449500 18434 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18450500 18435 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18451500 18436 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18453500 18438 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18454500 18439 1c001778 fddff06f jal x0, -36 - 18456500 18441 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18457500 18442 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18458500 18443 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18459500 18444 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18460500 18445 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18461500 18446 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18462500 18447 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18463500 18448 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18464500 18449 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18465500 18450 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1040a0 - 18469500 18454 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18470500 18455 1c001bca 16a0006f jal x0, 362 - 18472500 18457 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 18473500 18458 1c001d36 e69ff06f jal x0, -408 - 18476500 18461 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 18490500 18475 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 18491500 18476 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 18494500 18479 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 18495500 18480 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18496500 18481 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18498500 18483 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 18499500 18484 1c001778 fddff06f jal x0, -36 - 18501500 18486 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18502500 18487 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18503500 18488 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18504500 18489 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18505500 18490 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18506500 18491 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18507500 18492 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18508500 18493 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18509500 18494 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18510500 18495 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1040a0 - 18514500 18499 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18515500 18500 1c001bca 16a0006f jal x0, 362 - 18517500 18502 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 18518500 18503 1c001d36 e69ff06f jal x0, -408 - 18521500 18506 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 18536500 18521 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 18537500 18522 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 18540500 18525 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 18541500 18526 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18542500 18527 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18544500 18529 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 18545500 18530 1c001778 fddff06f jal x0, -36 - 18547500 18532 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18548500 18533 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18549500 18534 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18550500 18535 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18551500 18536 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18552500 18537 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18553500 18538 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18554500 18539 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18555500 18540 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18556500 18541 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1040a0 - 18560500 18545 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18561500 18546 1c001bca 16a0006f jal x0, 362 - 18563500 18548 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 18564500 18549 1c001d36 e69ff06f jal x0, -408 - 18567500 18552 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 18581500 18566 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 18582500 18567 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18585500 18570 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18586500 18571 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18587500 18572 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18589500 18574 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18590500 18575 1c001778 fddff06f jal x0, -36 - 18592500 18577 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18593500 18578 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18594500 18579 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18595500 18580 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18596500 18581 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18597500 18582 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18598500 18583 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18599500 18584 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18600500 18585 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18601500 18586 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a0 - 18605500 18590 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18606500 18591 1c001bca 16a0006f jal x0, 362 - 18608500 18593 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 18609500 18594 1c001d36 e69ff06f jal x0, -408 - 18612500 18597 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 18627500 18612 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 18628500 18613 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 18631500 18616 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 18632500 18617 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18633500 18618 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18635500 18620 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 18636500 18621 1c001778 fddff06f jal x0, -36 - 18638500 18623 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18639500 18624 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18640500 18625 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18641500 18626 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18642500 18627 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18643500 18628 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18644500 18629 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18645500 18630 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18646500 18631 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18647500 18632 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1040a0 - 18651500 18636 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18652500 18637 1c001bca 16a0006f jal x0, 362 - 18654500 18639 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 18655500 18640 1c001d36 e69ff06f jal x0, -408 - 18658500 18643 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 18677500 18662 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 18678500 18663 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 18681500 18666 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 18682500 18667 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18683500 18668 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18685500 18670 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 18686500 18671 1c001778 fddff06f jal x0, -36 - 18688500 18673 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18689500 18674 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18690500 18675 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18691500 18676 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18692500 18677 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18693500 18678 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18694500 18679 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18695500 18680 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18696500 18681 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18697500 18682 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1040a0 - 18701500 18686 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18702500 18687 1c001bca 16a0006f jal x0, 362 - 18704500 18689 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 18705500 18690 1c001d36 e69ff06f jal x0, -408 - 18708500 18693 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 18722500 18707 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 18723500 18708 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 18726500 18711 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 18727500 18712 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18728500 18713 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18730500 18715 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 18731500 18716 1c001778 fddff06f jal x0, -36 - 18733500 18718 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18734500 18719 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18735500 18720 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18736500 18721 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18737500 18722 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18738500 18723 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18739500 18724 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18740500 18725 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18741500 18726 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18742500 18727 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1040a0 - 18746500 18731 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18747500 18732 1c001bca 16a0006f jal x0, 362 - 18749500 18734 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 18750500 18735 1c001d36 e69ff06f jal x0, -408 - 18753500 18738 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 18771500 18756 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 18772500 18757 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18775500 18760 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18776500 18761 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18777500 18762 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18779500 18764 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18780500 18765 1c001778 fddff06f jal x0, -36 - 18782500 18767 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18783500 18768 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18784500 18769 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18785500 18770 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18786500 18771 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18787500 18772 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18788500 18773 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18789500 18774 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18790500 18775 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18791500 18776 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040a0 - 18795500 18780 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18796500 18781 1c001bca 16a0006f jal x0, 362 - 18798500 18783 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 18799500 18784 1c001d36 e69ff06f jal x0, -408 - 18802500 18787 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 18819500 18804 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 18820500 18805 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18823500 18808 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18824500 18809 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18825500 18810 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18827500 18812 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18828500 18813 1c001778 fddff06f jal x0, -36 - 18830500 18815 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18831500 18816 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18832500 18817 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18833500 18818 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18834500 18819 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18835500 18820 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18836500 18821 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18837500 18822 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18838500 18823 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18839500 18824 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a0 - 18843500 18828 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18844500 18829 1c001bca 16a0006f jal x0, 362 - 18846500 18831 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 18847500 18832 1c001d36 e69ff06f jal x0, -408 - 18850500 18835 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 18867500 18852 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 18868500 18853 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 18871500 18856 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 18872500 18857 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18873500 18858 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18875500 18860 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 18876500 18861 1c001778 fddff06f jal x0, -36 - 18878500 18863 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18879500 18864 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 18880500 18865 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18881500 18866 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 18882500 18867 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 18883500 18868 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 18884500 18869 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 18885500 18870 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 18886500 18871 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18887500 18872 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1040a0 - 18891500 18876 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18892500 18877 1c001bca 16a0006f jal x0, 362 - 18894500 18879 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 18895500 18880 1c001d36 e69ff06f jal x0, -408 - 18898500 18883 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 18914500 18899 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 18915500 18900 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 18918500 18903 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 18921500 18906 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:104ff360 PA:104ff364 - 18929500 18914 1c001bd0 00012423 sw x0, 8(x2) x2:104ff360 PA:104ff368 - 18932500 18917 1c001bd2 00010623 sb x0, 12(x2) x2:104ff360 PA:104ff36c - 18933500 18918 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 18934500 18919 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 18952500 18937 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 18953500 18938 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104ff360 PA:104ff364 - 18959500 18944 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 18960500 18945 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 18961500 18946 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 18962500 18947 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 18963500 18948 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 18974500 18959 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 18975500 18960 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 18976500 18961 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19015500 19000 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19016500 19001 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19023500 19008 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19024500 19009 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19025500 19010 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19043500 19028 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19066500 19051 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19069500 19054 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19088500 19073 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19105500 19090 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19106500 19091 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19107500 19092 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19128500 19113 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19145500 19130 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19165500 19150 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19166500 19151 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19214500 19199 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19242500 19227 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19261500 19246 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19262500 19247 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19304500 19289 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19322500 19307 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19323500 19308 1c001f42 e09ff06f jal x0, -504 - 19345500 19330 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19346500 19331 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104ff360 PA:104ff370 - 19367500 19352 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19397500 19382 1c001e34 00440c13 addi x24, x8, 4 x24=104ff3e8 x8:104ff3e4 - 19398500 19383 1c001e38 00042503 lw x10, 0(x8) x10=00000001 x8:104ff3e4 PA:104ff3e4 - 19403500 19388 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19453500 19438 1c001e54 00055863 bge x10, x0, 16 x10:00000001 - 19477500 19462 1c001e64 00410593 addi x11, x2, 4 x11=104ff364 x2:104ff360 - 19478500 19463 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 19507500 19492 1c0019fe 0105a683 lw x13, 16(x11) x13=104ff378 x11:104ff364 PA:104ff374 - 19527500 19512 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104ff364 PA:104ff370 - 19531500 19516 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 19532500 19517 1c001a04 02f55633 divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001 - 19566500 19551 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000001 x14:0000000a - 19567500 19552 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 19568500 19553 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 19569500 19554 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 19572500 19557 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104ff364 PA:104ff370 - 19594500 19579 1c001a20 02f55833 divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001 - 19628500 19613 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001 - 19662500 19647 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 19693500 19678 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 19694500 19679 1c001a2e 01004663 blt x0, x16, 12 x16:00000001 - 19697500 19682 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 19719500 19704 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000001 - 19740500 19725 1c001a56 01070733 add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001 - 19741500 19726 1c001a58 00e68023 sb x14, 0(x13) x14:00000031 x13:104ff378 PA:104ff378 - 19745500 19730 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 19746500 19731 1c001a5e 00168693 addi x13, x13, 1 x13=104ff379 x13:104ff378 - 19760500 19745 1c001a60 fb1ff06f jal x0, -80 - 19762500 19747 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 19763500 19748 1c001a12 00068023 sb x0, 0(x13) x13:104ff379 PA:104ff379 - 19766500 19751 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 19767500 19752 1c001e68 f17ff06f jal x0, -234 - 19786500 19771 1c001d7e 00410613 addi x12, x2, 4 x12=104ff364 x2:104ff360 - 19806500 19791 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 19807500 19792 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19808500 19793 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 19810500 19795 1c001a62 fe010113 addi x2, x2, -32 x2=104ff340 x2:104ff360 - 19811500 19796 1c001a64 00812c23 sw x8, 24(x2) x8:104ff3e4 x2:104ff340 PA:104ff358 - 19817500 19802 1c001a66 01062783 lw x15, 16(x12) x15=104ff378 x12:104ff364 PA:104ff374 - 19818500 19803 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104ff364 PA:104ff368 - 19819500 19804 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:104ff340 PA:104ff354 - 19820500 19805 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104ff340 PA:104ff350 - 19821500 19806 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104ff340 PA:104ff34c - 19835500 19820 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104ff340 PA:104ff35c - 19840500 19825 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104ff340 PA:104ff348 - 19841500 19826 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19842500 19827 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19843500 19828 1c001a78 00c004b3 add x9, x0, x12 x9=104ff364 x12:104ff364 - 19844500 19829 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000031 x15=104ff379 x15:104ff378 PA:104ff378 - 19846500 19831 1c001a7e 00070363 beq x14, x0, 6 x14:00000031 - 19862500 19847 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 19863500 19848 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104ff364 PA:104ff36c - 19866500 19851 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 19869500 19854 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364 - 19886500 19871 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 19887500 19872 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 19906500 19891 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 19907500 19892 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 19908500 19893 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 19928500 19913 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 19929500 19914 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 19951500 19936 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 19952500 19937 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 19953500 19938 1c001b36 f71ff06f jal x0, -144 - 19955500 19940 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104ff364 PA:104ff36c - 19959500 19944 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 19977500 19962 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364 - 19981500 19966 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 19982500 19967 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20000500 19985 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364 - 20018500 20003 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20019500 20004 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20020500 20005 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20021500 20006 1c001ae8 0104aa03 lw x20, 16(x9) x20=104ff378 x9:104ff364 PA:104ff374 - 20025500 20010 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000031 x20=104ff379 x20:104ff378 PA:104ff378 - 20039500 20024 1c001af0 06059763 bne x11, x0, 110 x11:00000031 - 20059500 20044 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20077500 20062 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20079500 20064 1c001776 00b00533 add x10, x0, x11 x10=00000031 x11:00000031 - 20080500 20065 1c001778 fddff06f jal x0, -36 - 20082500 20067 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20083500 20068 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 20084500 20069 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20085500 20070 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 20086500 20071 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 20087500 20072 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 20088500 20073 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 20089500 20074 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 20090500 20075 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20091500 20076 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a1040a0 - 20095500 20080 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20096500 20081 1c001b62 f8bff06f jal x0, -118 - 20098500 20083 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104ff37a x20:104ff379 PA:104ff379 - 20102500 20087 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20103500 20088 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364 - 20105500 20090 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20106500 20091 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20123500 20108 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104ff340 PA:104ff35c - 20127500 20112 1c001b02 01812403 lw x8, 24(x2) x8=104ff3e4 x2:104ff340 PA:104ff358 - 20128500 20113 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:104ff340 PA:104ff354 - 20129500 20114 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104ff340 PA:104ff350 - 20130500 20115 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104ff340 PA:104ff34c - 20131500 20116 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104ff340 PA:104ff348 - 20132500 20117 1c001b0c 02010113 addi x2, x2, 32 x2=104ff360 x2:104ff340 - 20133500 20118 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20152500 20137 1c001d86 01800433 add x8, x0, x24 x8=104ff3e8 x24:104ff3e8 - 20153500 20138 1c001d88 fadff06f jal x0, -84 - 20155500 20140 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20156500 20141 1c001d36 e69ff06f jal x0, -408 - 20159500 20144 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20182500 20167 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20183500 20168 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20186500 20171 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20187500 20172 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20188500 20173 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20190500 20175 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20191500 20176 1c001778 fddff06f jal x0, -36 - 20193500 20178 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20194500 20179 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 20195500 20180 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20196500 20181 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 20197500 20182 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 20198500 20183 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 20199500 20184 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 20200500 20185 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 20201500 20186 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20202500 20187 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040a0 - 20206500 20191 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20207500 20192 1c001bca 16a0006f jal x0, 362 - 20209500 20194 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20210500 20195 1c001d36 e69ff06f jal x0, -408 - 20213500 20198 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20231500 20216 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20232500 20217 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20235500 20220 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20236500 20221 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20237500 20222 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20239500 20224 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20240500 20225 1c001778 fddff06f jal x0, -36 - 20242500 20227 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20243500 20228 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 20244500 20229 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20245500 20230 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 20246500 20231 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 20247500 20232 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 20248500 20233 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 20249500 20234 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 20250500 20235 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20251500 20236 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a0 - 20255500 20240 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20256500 20241 1c001bca 16a0006f jal x0, 362 - 20258500 20243 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20259500 20244 1c001d36 e69ff06f jal x0, -408 - 20262500 20247 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20279500 20264 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20280500 20265 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20283500 20268 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20286500 20271 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:104ff360 PA:104ff364 - 20287500 20272 1c001bd0 00012423 sw x0, 8(x2) x2:104ff360 PA:104ff368 - 20288500 20273 1c001bd2 00010623 sb x0, 12(x2) x2:104ff360 PA:104ff36c - 20289500 20274 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20290500 20275 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20291500 20276 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20292500 20277 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104ff360 PA:104ff364 - 20293500 20278 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20294500 20279 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20295500 20280 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20296500 20281 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20297500 20282 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20298500 20283 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20299500 20284 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20300500 20285 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20317500 20302 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20318500 20303 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20321500 20306 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20322500 20307 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20323500 20308 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20326500 20311 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20329500 20314 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20332500 20317 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20335500 20320 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20336500 20321 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20337500 20322 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20338500 20323 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20341500 20326 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20342500 20327 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20345500 20330 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20346500 20331 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20349500 20334 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20351500 20336 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20354500 20339 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20355500 20340 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20358500 20343 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20359500 20344 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20360500 20345 1c001f42 e09ff06f jal x0, -504 - 20362500 20347 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20363500 20348 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104ff360 PA:104ff370 - 20364500 20349 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20367500 20352 1c001e34 00440c13 addi x24, x8, 4 x24=104ff3ec x8:104ff3e8 - 20368500 20353 1c001e38 00042503 lw x10, 0(x8) x10=00000004 x8:104ff3e8 PA:104ff3e8 - 20369500 20354 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20372500 20357 1c001e54 00055863 bge x10, x0, 16 x10:00000004 - 20375500 20360 1c001e64 00410593 addi x11, x2, 4 x11=104ff364 x2:104ff360 - 20376500 20361 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20378500 20363 1c0019fe 0105a683 lw x13, 16(x11) x13=104ff378 x11:104ff364 PA:104ff374 - 20379500 20364 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104ff364 PA:104ff370 - 20380500 20365 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20381500 20366 1c001a04 02f55633 divu x12, x10, x15 x12=00000004 x10:00000004 x15:00000001 - 20415500 20400 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000004 x14:0000000a - 20416500 20401 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20417500 20402 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20418500 20403 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20421500 20406 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104ff364 PA:104ff370 - 20422500 20407 1c001a20 02f55833 divu x16, x10, x15 x16=00000004 x10:00000004 x15:00000001 - 20456500 20441 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000004 x15:00000001 - 20490500 20475 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20521500 20506 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20522500 20507 1c001a2e 01004663 blt x0, x16, 12 x16:00000004 - 20525500 20510 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20527500 20512 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000004 - 20530500 20515 1c001a56 01070733 add x14, x14, x16 x14=00000034 x14:00000030 x16:00000004 - 20531500 20516 1c001a58 00e68023 sb x14, 0(x13) x14:00000034 x13:104ff378 PA:104ff378 - 20532500 20517 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20533500 20518 1c001a5e 00168693 addi x13, x13, 1 x13=104ff379 x13:104ff378 - 20534500 20519 1c001a60 fb1ff06f jal x0, -80 - 20536500 20521 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20537500 20522 1c001a12 00068023 sb x0, 0(x13) x13:104ff379 PA:104ff379 - 20538500 20523 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20540500 20525 1c001e68 f17ff06f jal x0, -234 - 20542500 20527 1c001d7e 00410613 addi x12, x2, 4 x12=104ff364 x2:104ff360 - 20543500 20528 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20544500 20529 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20545500 20530 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20547500 20532 1c001a62 fe010113 addi x2, x2, -32 x2=104ff340 x2:104ff360 - 20548500 20533 1c001a64 00812c23 sw x8, 24(x2) x8:104ff3e8 x2:104ff340 PA:104ff358 - 20549500 20534 1c001a66 01062783 lw x15, 16(x12) x15=104ff378 x12:104ff364 PA:104ff374 - 20550500 20535 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104ff364 PA:104ff368 - 20551500 20536 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:104ff340 PA:104ff354 - 20552500 20537 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104ff340 PA:104ff350 - 20553500 20538 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104ff340 PA:104ff34c - 20554500 20539 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104ff340 PA:104ff35c - 20555500 20540 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104ff340 PA:104ff348 - 20556500 20541 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20557500 20542 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20558500 20543 1c001a78 00c004b3 add x9, x0, x12 x9=104ff364 x12:104ff364 - 20559500 20544 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000034 x15=104ff379 x15:104ff378 PA:104ff378 - 20561500 20546 1c001a7e 00070363 beq x14, x0, 6 x14:00000034 - 20562500 20547 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20563500 20548 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104ff364 PA:104ff36c - 20565500 20550 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20568500 20553 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364 - 20570500 20555 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20571500 20556 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20574500 20559 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20575500 20560 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20576500 20561 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20579500 20564 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20580500 20565 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20581500 20566 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20582500 20567 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20583500 20568 1c001b36 f71ff06f jal x0, -144 - 20585500 20570 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104ff364 PA:104ff36c - 20587500 20572 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20590500 20575 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364 - 20592500 20577 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20593500 20578 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20596500 20581 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364 - 20597500 20582 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20598500 20583 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20599500 20584 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20600500 20585 1c001ae8 0104aa03 lw x20, 16(x9) x20=104ff378 x9:104ff364 PA:104ff374 - 20602500 20587 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000034 x20=104ff379 x20:104ff378 PA:104ff378 - 20604500 20589 1c001af0 06059763 bne x11, x0, 110 x11:00000034 - 20607500 20592 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20608500 20593 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20610500 20595 1c001776 00b00533 add x10, x0, x11 x10=00000034 x11:00000034 - 20611500 20596 1c001778 fddff06f jal x0, -36 - 20613500 20598 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20614500 20599 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 20615500 20600 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20616500 20601 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 20617500 20602 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 20618500 20603 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 20619500 20604 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 20620500 20605 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 20621500 20606 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20622500 20607 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000034 x14:1a104000 PA:1a1040a0 - 20626500 20611 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20627500 20612 1c001b62 f8bff06f jal x0, -118 - 20629500 20614 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104ff37a x20:104ff379 PA:104ff379 - 20631500 20616 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20632500 20617 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff364 PA:104ff364 - 20634500 20619 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20635500 20620 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20638500 20623 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104ff340 PA:104ff35c - 20639500 20624 1c001b02 01812403 lw x8, 24(x2) x8=104ff3e8 x2:104ff340 PA:104ff358 - 20640500 20625 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:104ff340 PA:104ff354 - 20641500 20626 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104ff340 PA:104ff350 - 20642500 20627 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104ff340 PA:104ff34c - 20643500 20628 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104ff340 PA:104ff348 - 20644500 20629 1c001b0c 02010113 addi x2, x2, 32 x2=104ff360 x2:104ff340 - 20645500 20630 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20647500 20632 1c001d86 01800433 add x8, x0, x24 x8=104ff3ec x24:104ff3ec - 20648500 20633 1c001d88 fadff06f jal x0, -84 - 20650500 20635 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 20651500 20636 1c001d36 e69ff06f jal x0, -408 - 20654500 20639 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 20676500 20661 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 20677500 20662 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 20680500 20665 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 20681500 20666 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20682500 20667 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20684500 20669 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 20685500 20670 1c001778 fddff06f jal x0, -36 - 20687500 20672 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20688500 20673 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 20689500 20674 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20690500 20675 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 20691500 20676 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 20692500 20677 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 20693500 20678 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 20694500 20679 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 20695500 20680 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20696500 20681 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1040a0 - 20700500 20685 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20701500 20686 1c001bca 16a0006f jal x0, 362 - 20703500 20688 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 20704500 20689 1c001d36 e69ff06f jal x0, -408 - 20707500 20692 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 20723500 20708 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 20724500 20709 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 20727500 20712 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 20728500 20713 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20729500 20714 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20731500 20716 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 20732500 20717 1c001778 fddff06f jal x0, -36 - 20734500 20719 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20735500 20720 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 20736500 20721 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20737500 20722 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 20738500 20723 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 20739500 20724 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 20740500 20725 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 20741500 20726 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 20742500 20727 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20743500 20728 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1040a0 - 20747500 20732 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20748500 20733 1c001bca 16a0006f jal x0, 362 - 20750500 20735 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 20751500 20736 1c001d36 e69ff06f jal x0, -408 - 20754500 20739 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 20768500 20753 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 20769500 20754 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 20772500 20757 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 20773500 20758 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20774500 20759 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20776500 20761 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 20777500 20762 1c001778 fddff06f jal x0, -36 - 20779500 20764 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20780500 20765 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000024 - 20781500 20766 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20782500 20767 1c00175e 00379713 slli x14, x15, 0x3 x14=00000120 x15:00000024 - 20783500 20768 1c001762 00279793 slli x15, x15, 0x2 x15=00000090 x15:00000024 - 20784500 20769 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000120 - 20785500 20770 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000090 x13:00001f80 - 20786500 20771 1c00176a 00e787b3 add x15, x15, x14 x15=000000a0 x15:00000080 x14:00000020 - 20787500 20772 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20788500 20773 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1040a0 - 20792500 20777 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20793500 20778 1c001bca 16a0006f jal x0, 362 - 20795500 20780 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 20796500 20781 1c001d36 e69ff06f jal x0, -408 - 20799500 20784 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 20816500 20801 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 20817500 20802 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 20818500 20803 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:104ff360 PA:104ff3bc - 20819500 20804 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:104ff360 PA:104ff3b8 - 20820500 20805 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:104ff360 PA:104ff3b4 - 20821500 20806 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:104ff360 PA:104ff3b0 - 20822500 20807 1c001bb0 04c12983 lw x19, 76(x2) x19=00000004 x2:104ff360 PA:104ff3ac - 20823500 20808 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:104ff360 PA:104ff3a8 - 20824500 20809 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:104ff360 PA:104ff3a4 - 20825500 20810 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:104ff360 PA:104ff3a0 - 20826500 20811 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:104ff360 PA:104ff39c - 20827500 20812 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:104ff360 PA:104ff398 - 20828500 20813 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:104ff360 PA:104ff394 - 20829500 20814 1c001bbe 06010113 addi x2, x2, 96 x2=104ff3c0 x2:104ff360 - 20830500 20815 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 20832500 20817 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:104ff3c0 PA:104ff3dc - 20834500 20819 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 20835500 20820 1c001838 04010113 addi x2, x2, 64 x2=104ff400 x2:104ff3c0 - 20836500 20821 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 20838500 20823 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_01_5.log b/sw/scripts/tracevis/example/traces/trace_core_01_5.log deleted file mode 100644 index 0c637e1..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_01_5.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 12603500 12588 1c000080 0180006f jal x0, 24 - 12621500 12606 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000025 - 12622500 12607 1c00009c 01f57593 andi x11, x10, 31 x11=00000005 x10:00000025 - 12639500 12624 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000001 x10:00000025 - 12640500 12625 1c0000a2 00058463 beq x11, x0, 8 x11:00000005 - 12641500 12626 1c0000a6 05a0206f jal x0, 8282 - 12659500 12644 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 12660500 12645 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 12661500 12646 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 12662500 12647 1c00210c 0e059163 bne x11, x0, 226 x11:00000005 - 12714500 12699 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 12715500 12700 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000025 - 12716500 12701 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000005 x19:00000025 - 12717500 12702 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 12734500 12719 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 12735500 12720 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 12736500 12721 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 12737500 12722 1c00220a 0060006f jal x0, 6 - 12757500 12742 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 17807500 17792 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 17825500 17810 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 17826500 17811 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 17844500 17829 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 17845500 17830 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 17847500 17832 1c00222c 08096283 p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080 - 17871500 17856 1c002230 02a98533 mul x10, x19, x10 x10=00001400 x19:00000005 x10:00000400 - 17872500 17857 1c002234 00550133 add x2, x10, x5 x2=104ff800 x10:00001400 x5:104fe400 - 17873500 17858 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 17875500 17860 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 17911500 17896 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 17919500 17904 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 17920500 17905 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 17921500 17906 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 17922500 17907 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 17940500 17925 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000025 - 17957500 17942 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 17958500 17943 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000001 x12:00000025 - 17959500 17944 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001 - 17960500 17945 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000005 x12:00000025 - 17961500 17946 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 17962500 17947 1c0009d4 63d0006f jal x0, 3644 - 17980500 17965 1c001810 fc010113 addi x2, x2, -64 x2=104ff7c0 x2:104ff800 - 17981500 17966 1c001812 02b12223 sw x11, 36(x2) x11:00000001 x2:104ff7c0 PA:104ff7e4 - 17984500 17969 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 17985500 17970 1c001818 02c12423 sw x12, 40(x2) x12:00000005 x2:104ff7c0 PA:104ff7e8 - 17986500 17971 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:104ff7c0 PA:104ff7ec - 17987500 17972 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 17988500 17973 1c00181e 02410693 addi x13, x2, 36 x13=104ff7e4 x2:104ff7c0 - 18002500 17987 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18003500 17988 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18004500 17989 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:104ff7c0 PA:104ff7dc - 18006500 17991 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:104ff7c0 PA:104ff7f0 - 18007500 17992 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:104ff7c0 PA:104ff7f4 - 18008500 17993 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:104ff7c0 PA:104ff7f8 - 18009500 17994 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:104ff7c0 PA:104ff7fc - 18024500 18009 1c001830 00d12623 sw x13, 12(x2) x13:104ff7e4 x2:104ff7c0 PA:104ff7cc - 18025500 18010 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18043500 18028 1c001b70 fa010113 addi x2, x2, -96 x2=104ff760 x2:104ff7c0 - 18044500 18029 1c001b72 01810793 addi x15, x2, 24 x15=104ff778 x2:104ff760 - 18045500 18030 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:104ff760 PA:104ff7b8 - 18049500 18034 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:104ff760 PA:104ff7b0 - 18050500 18035 1c001b78 05312623 sw x19, 76(x2) x19:00000005 x2:104ff760 PA:104ff7ac - 18051500 18036 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:104ff760 PA:104ff7a8 - 18052500 18037 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:104ff760 PA:104ff7a4 - 18053500 18038 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:104ff760 PA:104ff7a0 - 18066500 18051 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:104ff760 PA:104ff79c - 18072500 18057 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:104ff760 PA:104ff7bc - 18073500 18058 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:104ff760 PA:104ff7b4 - 18074500 18059 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:104ff760 PA:104ff798 - 18075500 18060 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:104ff760 PA:104ff794 - 18076500 18061 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18077500 18062 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18078500 18063 1c001b8e 00d00433 add x8, x0, x13 x8=104ff7e4 x13:104ff7e4 - 18089500 18074 1c001b90 00f12a23 sw x15, 20(x2) x15:104ff778 x2:104ff760 PA:104ff774 - 18094500 18079 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18095500 18080 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18096500 18081 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18097500 18082 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18110500 18095 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18133500 18118 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18134500 18119 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18145500 18130 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18146500 18131 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18147500 18132 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18165500 18150 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18166500 18151 1c001778 fddff06f jal x0, -36 - 18184500 18169 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18185500 18170 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18186500 18171 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18203500 18188 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18204500 18189 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18205500 18190 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18206500 18191 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18207500 18192 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18208500 18193 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18209500 18194 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1040a8 - 18213500 18198 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18214500 18199 1c001bca 16a0006f jal x0, 362 - 18232500 18217 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18233500 18218 1c001d36 e69ff06f jal x0, -408 - 18236500 18221 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18259500 18244 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18260500 18245 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18263500 18248 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18264500 18249 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18265500 18250 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18267500 18252 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18268500 18253 1c001778 fddff06f jal x0, -36 - 18270500 18255 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18271500 18256 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18272500 18257 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18273500 18258 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18274500 18259 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18275500 18260 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18276500 18261 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18277500 18262 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18278500 18263 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18279500 18264 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040a8 - 18283500 18268 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18284500 18269 1c001bca 16a0006f jal x0, 362 - 18286500 18271 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18287500 18272 1c001d36 e69ff06f jal x0, -408 - 18290500 18275 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18309500 18294 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18310500 18295 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18313500 18298 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18314500 18299 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18315500 18300 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18317500 18302 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18318500 18303 1c001778 fddff06f jal x0, -36 - 18320500 18305 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18321500 18306 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18322500 18307 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18323500 18308 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18324500 18309 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18325500 18310 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18326500 18311 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18327500 18312 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18328500 18313 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18329500 18314 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1040a8 - 18333500 18318 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18334500 18319 1c001bca 16a0006f jal x0, 362 - 18336500 18321 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18337500 18322 1c001d36 e69ff06f jal x0, -408 - 18340500 18325 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18359500 18344 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18360500 18345 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18363500 18348 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18364500 18349 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18365500 18350 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18367500 18352 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18368500 18353 1c001778 fddff06f jal x0, -36 - 18370500 18355 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18371500 18356 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18372500 18357 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18373500 18358 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18374500 18359 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18375500 18360 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18376500 18361 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18377500 18362 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18378500 18363 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18379500 18364 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040a8 - 18383500 18368 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18384500 18369 1c001bca 16a0006f jal x0, 362 - 18386500 18371 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18387500 18372 1c001d36 e69ff06f jal x0, -408 - 18390500 18375 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18404500 18389 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18405500 18390 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18408500 18393 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18409500 18394 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18410500 18395 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18412500 18397 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18413500 18398 1c001778 fddff06f jal x0, -36 - 18415500 18400 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18416500 18401 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18417500 18402 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18418500 18403 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18419500 18404 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18420500 18405 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18421500 18406 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18422500 18407 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18423500 18408 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18424500 18409 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a8 - 18428500 18413 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18429500 18414 1c001bca 16a0006f jal x0, 362 - 18431500 18416 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18432500 18417 1c001d36 e69ff06f jal x0, -408 - 18435500 18420 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18449500 18434 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18450500 18435 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18453500 18438 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18454500 18439 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18455500 18440 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18457500 18442 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18458500 18443 1c001778 fddff06f jal x0, -36 - 18460500 18445 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18461500 18446 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18462500 18447 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18463500 18448 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18464500 18449 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18465500 18450 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18466500 18451 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18467500 18452 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18468500 18453 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18469500 18454 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1040a8 - 18473500 18458 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18474500 18459 1c001bca 16a0006f jal x0, 362 - 18476500 18461 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 18477500 18462 1c001d36 e69ff06f jal x0, -408 - 18480500 18465 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 18494500 18479 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 18495500 18480 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 18498500 18483 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 18499500 18484 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18500500 18485 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18502500 18487 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 18503500 18488 1c001778 fddff06f jal x0, -36 - 18505500 18490 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18506500 18491 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18507500 18492 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18508500 18493 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18509500 18494 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18510500 18495 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18511500 18496 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18512500 18497 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18513500 18498 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18514500 18499 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1040a8 - 18518500 18503 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18519500 18504 1c001bca 16a0006f jal x0, 362 - 18521500 18506 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 18522500 18507 1c001d36 e69ff06f jal x0, -408 - 18525500 18510 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 18539500 18524 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 18540500 18525 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 18543500 18528 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 18544500 18529 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18545500 18530 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18547500 18532 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 18548500 18533 1c001778 fddff06f jal x0, -36 - 18550500 18535 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18551500 18536 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18552500 18537 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18553500 18538 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18554500 18539 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18555500 18540 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18556500 18541 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18557500 18542 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18558500 18543 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18559500 18544 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1040a8 - 18563500 18548 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18564500 18549 1c001bca 16a0006f jal x0, 362 - 18566500 18551 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 18567500 18552 1c001d36 e69ff06f jal x0, -408 - 18570500 18555 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 18584500 18569 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 18585500 18570 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18588500 18573 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18589500 18574 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18590500 18575 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18592500 18577 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18593500 18578 1c001778 fddff06f jal x0, -36 - 18595500 18580 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18596500 18581 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18597500 18582 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18598500 18583 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18599500 18584 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18600500 18585 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18601500 18586 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18602500 18587 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18603500 18588 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18604500 18589 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a8 - 18608500 18593 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18609500 18594 1c001bca 16a0006f jal x0, 362 - 18611500 18596 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 18612500 18597 1c001d36 e69ff06f jal x0, -408 - 18615500 18600 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 18629500 18614 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 18630500 18615 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 18633500 18618 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 18634500 18619 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18635500 18620 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18637500 18622 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 18638500 18623 1c001778 fddff06f jal x0, -36 - 18640500 18625 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18641500 18626 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18642500 18627 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18643500 18628 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18644500 18629 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18645500 18630 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18646500 18631 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18647500 18632 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18648500 18633 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18649500 18634 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1040a8 - 18653500 18638 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18654500 18639 1c001bca 16a0006f jal x0, 362 - 18656500 18641 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 18657500 18642 1c001d36 e69ff06f jal x0, -408 - 18660500 18645 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 18680500 18665 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 18681500 18666 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 18684500 18669 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 18685500 18670 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18686500 18671 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18688500 18673 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 18689500 18674 1c001778 fddff06f jal x0, -36 - 18691500 18676 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18692500 18677 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18693500 18678 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18694500 18679 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18695500 18680 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18696500 18681 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18697500 18682 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18698500 18683 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18699500 18684 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18700500 18685 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1040a8 - 18704500 18689 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18705500 18690 1c001bca 16a0006f jal x0, 362 - 18707500 18692 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 18708500 18693 1c001d36 e69ff06f jal x0, -408 - 18711500 18696 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 18726500 18711 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 18727500 18712 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 18730500 18715 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 18731500 18716 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18732500 18717 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18734500 18719 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 18735500 18720 1c001778 fddff06f jal x0, -36 - 18737500 18722 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18738500 18723 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18739500 18724 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18740500 18725 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18741500 18726 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18742500 18727 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18743500 18728 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18744500 18729 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18745500 18730 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18746500 18731 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1040a8 - 18750500 18735 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18751500 18736 1c001bca 16a0006f jal x0, 362 - 18753500 18738 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 18754500 18739 1c001d36 e69ff06f jal x0, -408 - 18757500 18742 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 18775500 18760 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 18776500 18761 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18779500 18764 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18780500 18765 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18781500 18766 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18783500 18768 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18784500 18769 1c001778 fddff06f jal x0, -36 - 18786500 18771 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18787500 18772 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18788500 18773 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18789500 18774 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18790500 18775 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18791500 18776 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18792500 18777 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18793500 18778 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18794500 18779 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18795500 18780 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040a8 - 18799500 18784 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18800500 18785 1c001bca 16a0006f jal x0, 362 - 18802500 18787 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 18803500 18788 1c001d36 e69ff06f jal x0, -408 - 18806500 18791 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 18820500 18805 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 18821500 18806 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18824500 18809 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18825500 18810 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18826500 18811 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18828500 18813 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18829500 18814 1c001778 fddff06f jal x0, -36 - 18831500 18816 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18832500 18817 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18833500 18818 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18834500 18819 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18835500 18820 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18836500 18821 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18837500 18822 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18838500 18823 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18839500 18824 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18840500 18825 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a8 - 18844500 18829 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18845500 18830 1c001bca 16a0006f jal x0, 362 - 18847500 18832 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 18848500 18833 1c001d36 e69ff06f jal x0, -408 - 18851500 18836 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 18868500 18853 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 18869500 18854 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 18872500 18857 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 18873500 18858 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18874500 18859 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18876500 18861 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 18877500 18862 1c001778 fddff06f jal x0, -36 - 18879500 18864 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18880500 18865 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 18881500 18866 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18882500 18867 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 18883500 18868 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 18884500 18869 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 18885500 18870 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 18886500 18871 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 18887500 18872 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18888500 18873 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1040a8 - 18892500 18877 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18893500 18878 1c001bca 16a0006f jal x0, 362 - 18895500 18880 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 18896500 18881 1c001d36 e69ff06f jal x0, -408 - 18899500 18884 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 18916500 18901 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 18917500 18902 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 18920500 18905 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 18923500 18908 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:104ff760 PA:104ff764 - 18929500 18914 1c001bd0 00012423 sw x0, 8(x2) x2:104ff760 PA:104ff768 - 18933500 18918 1c001bd2 00010623 sb x0, 12(x2) x2:104ff760 PA:104ff76c - 18934500 18919 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 18935500 18920 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 18952500 18937 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 18953500 18938 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104ff760 PA:104ff764 - 18960500 18945 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 18961500 18946 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 18962500 18947 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 18963500 18948 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 18964500 18949 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 18974500 18959 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 18975500 18960 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 18976500 18961 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19001500 18986 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19002500 18987 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19021500 19006 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19022500 19007 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19023500 19008 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19043500 19028 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19066500 19051 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19069500 19054 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19088500 19073 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19105500 19090 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19106500 19091 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19107500 19092 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19128500 19113 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19145500 19130 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19165500 19150 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19166500 19151 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19214500 19199 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19242500 19227 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19261500 19246 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19262500 19247 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19304500 19289 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19322500 19307 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19323500 19308 1c001f42 e09ff06f jal x0, -504 - 19345500 19330 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19346500 19331 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104ff760 PA:104ff770 - 19367500 19352 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19397500 19382 1c001e34 00440c13 addi x24, x8, 4 x24=104ff7e8 x8:104ff7e4 - 19398500 19383 1c001e38 00042503 lw x10, 0(x8) x10=00000001 x8:104ff7e4 PA:104ff7e4 - 19404500 19389 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19453500 19438 1c001e54 00055863 bge x10, x0, 16 x10:00000001 - 19477500 19462 1c001e64 00410593 addi x11, x2, 4 x11=104ff764 x2:104ff760 - 19478500 19463 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 19507500 19492 1c0019fe 0105a683 lw x13, 16(x11) x13=104ff778 x11:104ff764 PA:104ff774 - 19527500 19512 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104ff764 PA:104ff770 - 19532500 19517 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 19533500 19518 1c001a04 02f55633 divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001 - 19567500 19552 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000001 x14:0000000a - 19568500 19553 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 19569500 19554 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 19570500 19555 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 19573500 19558 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104ff764 PA:104ff770 - 19594500 19579 1c001a20 02f55833 divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001 - 19628500 19613 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001 - 19662500 19647 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 19693500 19678 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 19694500 19679 1c001a2e 01004663 blt x0, x16, 12 x16:00000001 - 19697500 19682 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 19719500 19704 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000001 - 19740500 19725 1c001a56 01070733 add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001 - 19741500 19726 1c001a58 00e68023 sb x14, 0(x13) x14:00000031 x13:104ff778 PA:104ff778 - 19746500 19731 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 19747500 19732 1c001a5e 00168693 addi x13, x13, 1 x13=104ff779 x13:104ff778 - 19760500 19745 1c001a60 fb1ff06f jal x0, -80 - 19762500 19747 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 19763500 19748 1c001a12 00068023 sb x0, 0(x13) x13:104ff779 PA:104ff779 - 19767500 19752 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 19768500 19753 1c001e68 f17ff06f jal x0, -234 - 19786500 19771 1c001d7e 00410613 addi x12, x2, 4 x12=104ff764 x2:104ff760 - 19806500 19791 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 19807500 19792 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19808500 19793 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 19810500 19795 1c001a62 fe010113 addi x2, x2, -32 x2=104ff740 x2:104ff760 - 19811500 19796 1c001a64 00812c23 sw x8, 24(x2) x8:104ff7e4 x2:104ff740 PA:104ff758 - 19818500 19803 1c001a66 01062783 lw x15, 16(x12) x15=104ff778 x12:104ff764 PA:104ff774 - 19819500 19804 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104ff764 PA:104ff768 - 19820500 19805 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:104ff740 PA:104ff754 - 19821500 19806 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104ff740 PA:104ff750 - 19822500 19807 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104ff740 PA:104ff74c - 19835500 19820 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104ff740 PA:104ff75c - 19841500 19826 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104ff740 PA:104ff748 - 19842500 19827 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19843500 19828 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19844500 19829 1c001a78 00c004b3 add x9, x0, x12 x9=104ff764 x12:104ff764 - 19845500 19830 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000031 x15=104ff779 x15:104ff778 PA:104ff778 - 19847500 19832 1c001a7e 00070363 beq x14, x0, 6 x14:00000031 - 19862500 19847 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 19863500 19848 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104ff764 PA:104ff76c - 19867500 19852 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 19870500 19855 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764 - 19886500 19871 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 19887500 19872 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 19906500 19891 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 19907500 19892 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 19908500 19893 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 19928500 19913 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 19929500 19914 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 19951500 19936 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 19952500 19937 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 19953500 19938 1c001b36 f71ff06f jal x0, -144 - 19955500 19940 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104ff764 PA:104ff76c - 19960500 19945 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 19977500 19962 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764 - 19982500 19967 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 19983500 19968 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20000500 19985 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764 - 20018500 20003 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20019500 20004 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20020500 20005 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20021500 20006 1c001ae8 0104aa03 lw x20, 16(x9) x20=104ff778 x9:104ff764 PA:104ff774 - 20026500 20011 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000031 x20=104ff779 x20:104ff778 PA:104ff778 - 20039500 20024 1c001af0 06059763 bne x11, x0, 110 x11:00000031 - 20059500 20044 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20077500 20062 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20079500 20064 1c001776 00b00533 add x10, x0, x11 x10=00000031 x11:00000031 - 20080500 20065 1c001778 fddff06f jal x0, -36 - 20082500 20067 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20083500 20068 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 20084500 20069 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20085500 20070 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 20086500 20071 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 20087500 20072 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 20088500 20073 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 20089500 20074 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 20090500 20075 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20091500 20076 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a1040a8 - 20095500 20080 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20096500 20081 1c001b62 f8bff06f jal x0, -118 - 20098500 20083 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104ff77a x20:104ff779 PA:104ff779 - 20103500 20088 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20104500 20089 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764 - 20106500 20091 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20107500 20092 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20123500 20108 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104ff740 PA:104ff75c - 20128500 20113 1c001b02 01812403 lw x8, 24(x2) x8=104ff7e4 x2:104ff740 PA:104ff758 - 20129500 20114 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:104ff740 PA:104ff754 - 20130500 20115 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104ff740 PA:104ff750 - 20131500 20116 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104ff740 PA:104ff74c - 20132500 20117 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104ff740 PA:104ff748 - 20133500 20118 1c001b0c 02010113 addi x2, x2, 32 x2=104ff760 x2:104ff740 - 20134500 20119 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20152500 20137 1c001d86 01800433 add x8, x0, x24 x8=104ff7e8 x24:104ff7e8 - 20153500 20138 1c001d88 fadff06f jal x0, -84 - 20155500 20140 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20156500 20141 1c001d36 e69ff06f jal x0, -408 - 20159500 20144 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20184500 20169 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20185500 20170 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20188500 20173 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20189500 20174 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20190500 20175 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20192500 20177 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20193500 20178 1c001778 fddff06f jal x0, -36 - 20195500 20180 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20196500 20181 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 20197500 20182 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20198500 20183 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 20199500 20184 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 20200500 20185 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 20201500 20186 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 20202500 20187 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 20203500 20188 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20204500 20189 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040a8 - 20208500 20193 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20209500 20194 1c001bca 16a0006f jal x0, 362 - 20211500 20196 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20212500 20197 1c001d36 e69ff06f jal x0, -408 - 20215500 20200 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20232500 20217 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20233500 20218 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20236500 20221 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20237500 20222 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20238500 20223 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20240500 20225 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20241500 20226 1c001778 fddff06f jal x0, -36 - 20243500 20228 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20244500 20229 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 20245500 20230 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20246500 20231 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 20247500 20232 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 20248500 20233 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 20249500 20234 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 20250500 20235 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 20251500 20236 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20252500 20237 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040a8 - 20256500 20241 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20257500 20242 1c001bca 16a0006f jal x0, 362 - 20259500 20244 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20260500 20245 1c001d36 e69ff06f jal x0, -408 - 20263500 20248 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20281500 20266 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20282500 20267 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20285500 20270 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20288500 20273 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:104ff760 PA:104ff764 - 20289500 20274 1c001bd0 00012423 sw x0, 8(x2) x2:104ff760 PA:104ff768 - 20290500 20275 1c001bd2 00010623 sb x0, 12(x2) x2:104ff760 PA:104ff76c - 20291500 20276 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20292500 20277 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20293500 20278 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20294500 20279 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104ff760 PA:104ff764 - 20296500 20281 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20297500 20282 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20298500 20283 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20299500 20284 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20300500 20285 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20301500 20286 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20302500 20287 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20303500 20288 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20319500 20304 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20320500 20305 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20323500 20308 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20324500 20309 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20325500 20310 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20328500 20313 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20331500 20316 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20334500 20319 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20337500 20322 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20338500 20323 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20339500 20324 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20340500 20325 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20343500 20328 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20344500 20329 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20347500 20332 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20348500 20333 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20351500 20336 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20353500 20338 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20356500 20341 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20357500 20342 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20360500 20345 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20361500 20346 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20362500 20347 1c001f42 e09ff06f jal x0, -504 - 20364500 20349 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20365500 20350 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104ff760 PA:104ff770 - 20366500 20351 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20369500 20354 1c001e34 00440c13 addi x24, x8, 4 x24=104ff7ec x8:104ff7e8 - 20370500 20355 1c001e38 00042503 lw x10, 0(x8) x10=00000005 x8:104ff7e8 PA:104ff7e8 - 20371500 20356 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20374500 20359 1c001e54 00055863 bge x10, x0, 16 x10:00000005 - 20377500 20362 1c001e64 00410593 addi x11, x2, 4 x11=104ff764 x2:104ff760 - 20378500 20363 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20380500 20365 1c0019fe 0105a683 lw x13, 16(x11) x13=104ff778 x11:104ff764 PA:104ff774 - 20381500 20366 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104ff764 PA:104ff770 - 20382500 20367 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20383500 20368 1c001a04 02f55633 divu x12, x10, x15 x12=00000005 x10:00000005 x15:00000001 - 20417500 20402 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000005 x14:0000000a - 20418500 20403 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20419500 20404 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20420500 20405 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20423500 20408 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104ff764 PA:104ff770 - 20424500 20409 1c001a20 02f55833 divu x16, x10, x15 x16=00000005 x10:00000005 x15:00000001 - 20458500 20443 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000005 x15:00000001 - 20492500 20477 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20523500 20508 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20524500 20509 1c001a2e 01004663 blt x0, x16, 12 x16:00000005 - 20527500 20512 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20529500 20514 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000005 - 20532500 20517 1c001a56 01070733 add x14, x14, x16 x14=00000035 x14:00000030 x16:00000005 - 20533500 20518 1c001a58 00e68023 sb x14, 0(x13) x14:00000035 x13:104ff778 PA:104ff778 - 20536500 20521 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20537500 20522 1c001a5e 00168693 addi x13, x13, 1 x13=104ff779 x13:104ff778 - 20538500 20523 1c001a60 fb1ff06f jal x0, -80 - 20540500 20525 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20541500 20526 1c001a12 00068023 sb x0, 0(x13) x13:104ff779 PA:104ff779 - 20542500 20527 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20544500 20529 1c001e68 f17ff06f jal x0, -234 - 20546500 20531 1c001d7e 00410613 addi x12, x2, 4 x12=104ff764 x2:104ff760 - 20547500 20532 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20548500 20533 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20549500 20534 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20551500 20536 1c001a62 fe010113 addi x2, x2, -32 x2=104ff740 x2:104ff760 - 20552500 20537 1c001a64 00812c23 sw x8, 24(x2) x8:104ff7e8 x2:104ff740 PA:104ff758 - 20553500 20538 1c001a66 01062783 lw x15, 16(x12) x15=104ff778 x12:104ff764 PA:104ff774 - 20554500 20539 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104ff764 PA:104ff768 - 20555500 20540 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:104ff740 PA:104ff754 - 20556500 20541 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104ff740 PA:104ff750 - 20557500 20542 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104ff740 PA:104ff74c - 20558500 20543 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104ff740 PA:104ff75c - 20559500 20544 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104ff740 PA:104ff748 - 20560500 20545 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20561500 20546 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20562500 20547 1c001a78 00c004b3 add x9, x0, x12 x9=104ff764 x12:104ff764 - 20563500 20548 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000035 x15=104ff779 x15:104ff778 PA:104ff778 - 20565500 20550 1c001a7e 00070363 beq x14, x0, 6 x14:00000035 - 20566500 20551 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20567500 20552 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104ff764 PA:104ff76c - 20569500 20554 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20572500 20557 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764 - 20574500 20559 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20575500 20560 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20578500 20563 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20579500 20564 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20580500 20565 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20583500 20568 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20584500 20569 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20585500 20570 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20586500 20571 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20587500 20572 1c001b36 f71ff06f jal x0, -144 - 20589500 20574 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104ff764 PA:104ff76c - 20591500 20576 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20594500 20579 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764 - 20596500 20581 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20597500 20582 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20600500 20585 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764 - 20601500 20586 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20602500 20587 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20603500 20588 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20604500 20589 1c001ae8 0104aa03 lw x20, 16(x9) x20=104ff778 x9:104ff764 PA:104ff774 - 20606500 20591 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000035 x20=104ff779 x20:104ff778 PA:104ff778 - 20608500 20593 1c001af0 06059763 bne x11, x0, 110 x11:00000035 - 20611500 20596 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20612500 20597 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20614500 20599 1c001776 00b00533 add x10, x0, x11 x10=00000035 x11:00000035 - 20615500 20600 1c001778 fddff06f jal x0, -36 - 20617500 20602 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20618500 20603 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 20619500 20604 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20620500 20605 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 20621500 20606 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 20622500 20607 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 20623500 20608 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 20624500 20609 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 20625500 20610 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20626500 20611 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000035 x14:1a104000 PA:1a1040a8 - 20630500 20615 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20631500 20616 1c001b62 f8bff06f jal x0, -118 - 20633500 20618 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104ff77a x20:104ff779 PA:104ff779 - 20635500 20620 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20636500 20621 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ff764 PA:104ff764 - 20638500 20623 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20639500 20624 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20642500 20627 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104ff740 PA:104ff75c - 20643500 20628 1c001b02 01812403 lw x8, 24(x2) x8=104ff7e8 x2:104ff740 PA:104ff758 - 20644500 20629 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:104ff740 PA:104ff754 - 20645500 20630 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104ff740 PA:104ff750 - 20646500 20631 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104ff740 PA:104ff74c - 20647500 20632 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104ff740 PA:104ff748 - 20648500 20633 1c001b0c 02010113 addi x2, x2, 32 x2=104ff760 x2:104ff740 - 20649500 20634 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20651500 20636 1c001d86 01800433 add x8, x0, x24 x8=104ff7ec x24:104ff7ec - 20652500 20637 1c001d88 fadff06f jal x0, -84 - 20654500 20639 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 20655500 20640 1c001d36 e69ff06f jal x0, -408 - 20658500 20643 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 20682500 20667 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 20683500 20668 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 20686500 20671 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 20687500 20672 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20688500 20673 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20690500 20675 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 20691500 20676 1c001778 fddff06f jal x0, -36 - 20693500 20678 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20694500 20679 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 20695500 20680 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20696500 20681 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 20697500 20682 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 20698500 20683 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 20699500 20684 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 20700500 20685 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 20701500 20686 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20702500 20687 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1040a8 - 20706500 20691 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20707500 20692 1c001bca 16a0006f jal x0, 362 - 20709500 20694 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 20710500 20695 1c001d36 e69ff06f jal x0, -408 - 20713500 20698 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 20729500 20714 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 20730500 20715 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 20733500 20718 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 20734500 20719 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20735500 20720 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20737500 20722 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 20738500 20723 1c001778 fddff06f jal x0, -36 - 20740500 20725 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20741500 20726 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 20742500 20727 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20743500 20728 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 20744500 20729 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 20745500 20730 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 20746500 20731 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 20747500 20732 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 20748500 20733 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20749500 20734 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1040a8 - 20753500 20738 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20754500 20739 1c001bca 16a0006f jal x0, 362 - 20756500 20741 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 20757500 20742 1c001d36 e69ff06f jal x0, -408 - 20760500 20745 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 20775500 20760 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 20776500 20761 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 20779500 20764 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 20780500 20765 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20781500 20766 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20783500 20768 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 20784500 20769 1c001778 fddff06f jal x0, -36 - 20786500 20771 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20787500 20772 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000025 - 20788500 20773 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20789500 20774 1c00175e 00379713 slli x14, x15, 0x3 x14=00000128 x15:00000025 - 20790500 20775 1c001762 00279793 slli x15, x15, 0x2 x15=00000094 x15:00000025 - 20791500 20776 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000128 - 20792500 20777 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000094 x13:00001f80 - 20793500 20778 1c00176a 00e787b3 add x15, x15, x14 x15=000000a8 x15:00000080 x14:00000028 - 20794500 20779 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20795500 20780 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1040a8 - 20799500 20784 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20800500 20785 1c001bca 16a0006f jal x0, 362 - 20802500 20787 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 20803500 20788 1c001d36 e69ff06f jal x0, -408 - 20806500 20791 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 20822500 20807 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 20823500 20808 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 20824500 20809 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:104ff760 PA:104ff7bc - 20825500 20810 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:104ff760 PA:104ff7b8 - 20826500 20811 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:104ff760 PA:104ff7b4 - 20827500 20812 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:104ff760 PA:104ff7b0 - 20828500 20813 1c001bb0 04c12983 lw x19, 76(x2) x19=00000005 x2:104ff760 PA:104ff7ac - 20829500 20814 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:104ff760 PA:104ff7a8 - 20830500 20815 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:104ff760 PA:104ff7a4 - 20831500 20816 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:104ff760 PA:104ff7a0 - 20832500 20817 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:104ff760 PA:104ff79c - 20833500 20818 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:104ff760 PA:104ff798 - 20834500 20819 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:104ff760 PA:104ff794 - 20835500 20820 1c001bbe 06010113 addi x2, x2, 96 x2=104ff7c0 x2:104ff760 - 20836500 20821 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 20838500 20823 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:104ff7c0 PA:104ff7dc - 20839500 20824 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 20840500 20825 1c001838 04010113 addi x2, x2, 64 x2=104ff800 x2:104ff7c0 - 20841500 20826 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 20843500 20828 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_01_6.log b/sw/scripts/tracevis/example/traces/trace_core_01_6.log deleted file mode 100644 index 05121da..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_01_6.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 12603500 12588 1c000080 0180006f jal x0, 24 - 12621500 12606 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000026 - 12622500 12607 1c00009c 01f57593 andi x11, x10, 31 x11=00000006 x10:00000026 - 12639500 12624 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000001 x10:00000026 - 12640500 12625 1c0000a2 00058463 beq x11, x0, 8 x11:00000006 - 12641500 12626 1c0000a6 05a0206f jal x0, 8282 - 12659500 12644 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 12660500 12645 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 12661500 12646 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 12662500 12647 1c00210c 0e059163 bne x11, x0, 226 x11:00000006 - 12714500 12699 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 12715500 12700 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000026 - 12716500 12701 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000006 x19:00000026 - 12717500 12702 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 12734500 12719 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 12735500 12720 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 12736500 12721 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 12737500 12722 1c00220a 0060006f jal x0, 6 - 12757500 12742 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 17807500 17792 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 17825500 17810 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 17826500 17811 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 17844500 17829 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 17845500 17830 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 17847500 17832 1c00222c 08096283 p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080 - 17871500 17856 1c002230 02a98533 mul x10, x19, x10 x10=00001800 x19:00000006 x10:00000400 - 17872500 17857 1c002234 00550133 add x2, x10, x5 x2=104ffc00 x10:00001800 x5:104fe400 - 17873500 17858 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 17875500 17860 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 17911500 17896 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 17919500 17904 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 17920500 17905 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 17921500 17906 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 17922500 17907 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 17940500 17925 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000026 - 17957500 17942 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 17958500 17943 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000001 x12:00000026 - 17959500 17944 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001 - 17960500 17945 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000006 x12:00000026 - 17961500 17946 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 17962500 17947 1c0009d4 63d0006f jal x0, 3644 - 17980500 17965 1c001810 fc010113 addi x2, x2, -64 x2=104ffbc0 x2:104ffc00 - 17981500 17966 1c001812 02b12223 sw x11, 36(x2) x11:00000001 x2:104ffbc0 PA:104ffbe4 - 17987500 17972 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 17988500 17973 1c001818 02c12423 sw x12, 40(x2) x12:00000006 x2:104ffbc0 PA:104ffbe8 - 17989500 17974 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:104ffbc0 PA:104ffbec - 17990500 17975 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 17991500 17976 1c00181e 02410693 addi x13, x2, 36 x13=104ffbe4 x2:104ffbc0 - 18002500 17987 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18003500 17988 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18004500 17989 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:104ffbc0 PA:104ffbdc - 18011500 17996 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:104ffbc0 PA:104ffbf0 - 18012500 17997 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:104ffbc0 PA:104ffbf4 - 18013500 17998 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:104ffbc0 PA:104ffbf8 - 18014500 17999 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:104ffbc0 PA:104ffbfc - 18024500 18009 1c001830 00d12623 sw x13, 12(x2) x13:104ffbe4 x2:104ffbc0 PA:104ffbcc - 18031500 18016 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18043500 18028 1c001b70 fa010113 addi x2, x2, -96 x2=104ffb60 x2:104ffbc0 - 18044500 18029 1c001b72 01810793 addi x15, x2, 24 x15=104ffb78 x2:104ffb60 - 18045500 18030 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:104ffb60 PA:104ffbb8 - 18050500 18035 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:104ffb60 PA:104ffbb0 - 18051500 18036 1c001b78 05312623 sw x19, 76(x2) x19:00000006 x2:104ffb60 PA:104ffbac - 18052500 18037 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:104ffb60 PA:104ffba8 - 18053500 18038 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:104ffb60 PA:104ffba4 - 18054500 18039 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:104ffb60 PA:104ffba0 - 18066500 18051 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:104ffb60 PA:104ffb9c - 18067500 18052 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:104ffb60 PA:104ffbbc - 18068500 18053 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:104ffb60 PA:104ffbb4 - 18069500 18054 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:104ffb60 PA:104ffb98 - 18070500 18055 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:104ffb60 PA:104ffb94 - 18071500 18056 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18072500 18057 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18073500 18058 1c001b8e 00d00433 add x8, x0, x13 x8=104ffbe4 x13:104ffbe4 - 18089500 18074 1c001b90 00f12a23 sw x15, 20(x2) x15:104ffb78 x2:104ffb60 PA:104ffb74 - 18095500 18080 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18096500 18081 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18097500 18082 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18098500 18083 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18110500 18095 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18136500 18121 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18137500 18122 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18145500 18130 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18146500 18131 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18147500 18132 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18165500 18150 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18166500 18151 1c001778 fddff06f jal x0, -36 - 18184500 18169 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18185500 18170 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18186500 18171 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18203500 18188 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18204500 18189 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18205500 18190 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18206500 18191 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18207500 18192 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18208500 18193 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18209500 18194 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1040b0 - 18213500 18198 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18214500 18199 1c001bca 16a0006f jal x0, 362 - 18232500 18217 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18233500 18218 1c001d36 e69ff06f jal x0, -408 - 18236500 18221 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18263500 18248 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18264500 18249 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18267500 18252 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18268500 18253 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18269500 18254 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18271500 18256 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18272500 18257 1c001778 fddff06f jal x0, -36 - 18274500 18259 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18275500 18260 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18276500 18261 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18277500 18262 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18278500 18263 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18279500 18264 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18280500 18265 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18281500 18266 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18282500 18267 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18283500 18268 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040b0 - 18287500 18272 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18288500 18273 1c001bca 16a0006f jal x0, 362 - 18290500 18275 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18291500 18276 1c001d36 e69ff06f jal x0, -408 - 18294500 18279 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18311500 18296 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18312500 18297 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18315500 18300 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18316500 18301 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18317500 18302 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18319500 18304 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18320500 18305 1c001778 fddff06f jal x0, -36 - 18322500 18307 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18323500 18308 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18324500 18309 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18325500 18310 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18326500 18311 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18327500 18312 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18328500 18313 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18329500 18314 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18330500 18315 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18331500 18316 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1040b0 - 18335500 18320 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18336500 18321 1c001bca 16a0006f jal x0, 362 - 18338500 18323 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18339500 18324 1c001d36 e69ff06f jal x0, -408 - 18342500 18327 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18361500 18346 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18362500 18347 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18365500 18350 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18366500 18351 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18367500 18352 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18369500 18354 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18370500 18355 1c001778 fddff06f jal x0, -36 - 18372500 18357 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18373500 18358 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18374500 18359 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18375500 18360 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18376500 18361 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18377500 18362 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18378500 18363 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18379500 18364 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18380500 18365 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18381500 18366 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040b0 - 18385500 18370 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18386500 18371 1c001bca 16a0006f jal x0, 362 - 18388500 18373 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18389500 18374 1c001d36 e69ff06f jal x0, -408 - 18392500 18377 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18406500 18391 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18407500 18392 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18410500 18395 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18411500 18396 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18412500 18397 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18414500 18399 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18415500 18400 1c001778 fddff06f jal x0, -36 - 18417500 18402 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18418500 18403 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18419500 18404 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18420500 18405 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18421500 18406 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18422500 18407 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18423500 18408 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18424500 18409 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18425500 18410 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18426500 18411 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b0 - 18430500 18415 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18431500 18416 1c001bca 16a0006f jal x0, 362 - 18433500 18418 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18434500 18419 1c001d36 e69ff06f jal x0, -408 - 18437500 18422 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18451500 18436 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18452500 18437 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18455500 18440 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18456500 18441 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18457500 18442 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18459500 18444 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18460500 18445 1c001778 fddff06f jal x0, -36 - 18462500 18447 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18463500 18448 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18464500 18449 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18465500 18450 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18466500 18451 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18467500 18452 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18468500 18453 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18469500 18454 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18470500 18455 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18471500 18456 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1040b0 - 18475500 18460 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18476500 18461 1c001bca 16a0006f jal x0, 362 - 18478500 18463 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 18479500 18464 1c001d36 e69ff06f jal x0, -408 - 18482500 18467 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 18497500 18482 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 18498500 18483 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 18501500 18486 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 18502500 18487 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18503500 18488 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18505500 18490 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 18506500 18491 1c001778 fddff06f jal x0, -36 - 18508500 18493 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18509500 18494 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18510500 18495 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18511500 18496 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18512500 18497 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18513500 18498 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18514500 18499 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18515500 18500 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18516500 18501 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18517500 18502 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1040b0 - 18521500 18506 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18522500 18507 1c001bca 16a0006f jal x0, 362 - 18524500 18509 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 18525500 18510 1c001d36 e69ff06f jal x0, -408 - 18528500 18513 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 18542500 18527 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 18543500 18528 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 18546500 18531 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 18547500 18532 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18548500 18533 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18550500 18535 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 18551500 18536 1c001778 fddff06f jal x0, -36 - 18553500 18538 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18554500 18539 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18555500 18540 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18556500 18541 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18557500 18542 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18558500 18543 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18559500 18544 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18560500 18545 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18561500 18546 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18562500 18547 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1040b0 - 18566500 18551 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18567500 18552 1c001bca 16a0006f jal x0, 362 - 18569500 18554 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 18570500 18555 1c001d36 e69ff06f jal x0, -408 - 18573500 18558 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 18588500 18573 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 18589500 18574 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18592500 18577 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18593500 18578 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18594500 18579 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18596500 18581 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18597500 18582 1c001778 fddff06f jal x0, -36 - 18599500 18584 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18600500 18585 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18601500 18586 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18602500 18587 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18603500 18588 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18604500 18589 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18605500 18590 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18606500 18591 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18607500 18592 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18608500 18593 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b0 - 18612500 18597 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18613500 18598 1c001bca 16a0006f jal x0, 362 - 18615500 18600 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 18616500 18601 1c001d36 e69ff06f jal x0, -408 - 18619500 18604 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 18634500 18619 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 18635500 18620 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 18638500 18623 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 18639500 18624 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18640500 18625 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18642500 18627 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 18643500 18628 1c001778 fddff06f jal x0, -36 - 18645500 18630 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18646500 18631 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18647500 18632 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18648500 18633 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18649500 18634 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18650500 18635 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18651500 18636 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18652500 18637 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18653500 18638 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18654500 18639 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1040b0 - 18658500 18643 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18659500 18644 1c001bca 16a0006f jal x0, 362 - 18661500 18646 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 18662500 18647 1c001d36 e69ff06f jal x0, -408 - 18665500 18650 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 18681500 18666 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 18682500 18667 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 18685500 18670 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 18686500 18671 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18687500 18672 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18689500 18674 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 18690500 18675 1c001778 fddff06f jal x0, -36 - 18692500 18677 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18693500 18678 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18694500 18679 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18695500 18680 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18696500 18681 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18697500 18682 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18698500 18683 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18699500 18684 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18700500 18685 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18701500 18686 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1040b0 - 18705500 18690 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18706500 18691 1c001bca 16a0006f jal x0, 362 - 18708500 18693 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 18709500 18694 1c001d36 e69ff06f jal x0, -408 - 18712500 18697 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 18728500 18713 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 18729500 18714 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 18732500 18717 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 18733500 18718 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18734500 18719 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18736500 18721 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 18737500 18722 1c001778 fddff06f jal x0, -36 - 18739500 18724 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18740500 18725 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18741500 18726 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18742500 18727 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18743500 18728 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18744500 18729 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18745500 18730 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18746500 18731 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18747500 18732 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18748500 18733 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1040b0 - 18752500 18737 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18753500 18738 1c001bca 16a0006f jal x0, 362 - 18755500 18740 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 18756500 18741 1c001d36 e69ff06f jal x0, -408 - 18759500 18744 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 18777500 18762 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 18778500 18763 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18781500 18766 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18782500 18767 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18783500 18768 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18785500 18770 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18786500 18771 1c001778 fddff06f jal x0, -36 - 18788500 18773 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18789500 18774 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18790500 18775 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18791500 18776 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18792500 18777 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18793500 18778 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18794500 18779 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18795500 18780 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18796500 18781 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18797500 18782 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040b0 - 18801500 18786 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18802500 18787 1c001bca 16a0006f jal x0, 362 - 18804500 18789 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 18805500 18790 1c001d36 e69ff06f jal x0, -408 - 18808500 18793 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 18823500 18808 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 18824500 18809 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18827500 18812 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18828500 18813 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18829500 18814 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18831500 18816 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18832500 18817 1c001778 fddff06f jal x0, -36 - 18834500 18819 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18835500 18820 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18836500 18821 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18837500 18822 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18838500 18823 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18839500 18824 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18840500 18825 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18841500 18826 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18842500 18827 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18843500 18828 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b0 - 18847500 18832 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18848500 18833 1c001bca 16a0006f jal x0, 362 - 18850500 18835 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 18851500 18836 1c001d36 e69ff06f jal x0, -408 - 18854500 18839 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 18872500 18857 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 18873500 18858 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 18876500 18861 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 18877500 18862 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18878500 18863 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18880500 18865 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 18881500 18866 1c001778 fddff06f jal x0, -36 - 18883500 18868 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18884500 18869 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 18885500 18870 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18886500 18871 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 18887500 18872 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 18888500 18873 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 18889500 18874 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 18890500 18875 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 18891500 18876 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18892500 18877 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1040b0 - 18896500 18881 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18897500 18882 1c001bca 16a0006f jal x0, 362 - 18899500 18884 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 18900500 18885 1c001d36 e69ff06f jal x0, -408 - 18903500 18888 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 18917500 18902 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 18918500 18903 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 18921500 18906 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 18924500 18909 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:104ffb60 PA:104ffb64 - 18929500 18914 1c001bd0 00012423 sw x0, 8(x2) x2:104ffb60 PA:104ffb68 - 18935500 18920 1c001bd2 00010623 sb x0, 12(x2) x2:104ffb60 PA:104ffb6c - 18936500 18921 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 18937500 18922 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 18952500 18937 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 18953500 18938 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104ffb60 PA:104ffb64 - 18958500 18943 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 18959500 18944 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 18960500 18945 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 18961500 18946 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 18962500 18947 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 18974500 18959 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 18975500 18960 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 18976500 18961 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19005500 18990 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19006500 18991 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19021500 19006 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19022500 19007 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19023500 19008 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19043500 19028 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19066500 19051 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19069500 19054 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19088500 19073 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19105500 19090 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19106500 19091 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19107500 19092 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19128500 19113 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19145500 19130 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19165500 19150 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19166500 19151 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19214500 19199 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19242500 19227 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19261500 19246 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19262500 19247 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19304500 19289 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19322500 19307 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19323500 19308 1c001f42 e09ff06f jal x0, -504 - 19345500 19330 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19346500 19331 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104ffb60 PA:104ffb70 - 19367500 19352 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19397500 19382 1c001e34 00440c13 addi x24, x8, 4 x24=104ffbe8 x8:104ffbe4 - 19398500 19383 1c001e38 00042503 lw x10, 0(x8) x10=00000001 x8:104ffbe4 PA:104ffbe4 - 19405500 19390 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19453500 19438 1c001e54 00055863 bge x10, x0, 16 x10:00000001 - 19477500 19462 1c001e64 00410593 addi x11, x2, 4 x11=104ffb64 x2:104ffb60 - 19478500 19463 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 19507500 19492 1c0019fe 0105a683 lw x13, 16(x11) x13=104ffb78 x11:104ffb64 PA:104ffb74 - 19527500 19512 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104ffb64 PA:104ffb70 - 19533500 19518 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 19534500 19519 1c001a04 02f55633 divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001 - 19568500 19553 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000001 x14:0000000a - 19569500 19554 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 19570500 19555 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 19571500 19556 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 19574500 19559 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104ffb64 PA:104ffb70 - 19594500 19579 1c001a20 02f55833 divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001 - 19628500 19613 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001 - 19662500 19647 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 19693500 19678 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 19694500 19679 1c001a2e 01004663 blt x0, x16, 12 x16:00000001 - 19697500 19682 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 19719500 19704 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000001 - 19740500 19725 1c001a56 01070733 add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001 - 19741500 19726 1c001a58 00e68023 sb x14, 0(x13) x14:00000031 x13:104ffb78 PA:104ffb78 - 19747500 19732 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 19748500 19733 1c001a5e 00168693 addi x13, x13, 1 x13=104ffb79 x13:104ffb78 - 19760500 19745 1c001a60 fb1ff06f jal x0, -80 - 19762500 19747 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 19763500 19748 1c001a12 00068023 sb x0, 0(x13) x13:104ffb79 PA:104ffb79 - 19768500 19753 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 19769500 19754 1c001e68 f17ff06f jal x0, -234 - 19786500 19771 1c001d7e 00410613 addi x12, x2, 4 x12=104ffb64 x2:104ffb60 - 19806500 19791 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 19807500 19792 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19808500 19793 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 19810500 19795 1c001a62 fe010113 addi x2, x2, -32 x2=104ffb40 x2:104ffb60 - 19811500 19796 1c001a64 00812c23 sw x8, 24(x2) x8:104ffbe4 x2:104ffb40 PA:104ffb58 - 19819500 19804 1c001a66 01062783 lw x15, 16(x12) x15=104ffb78 x12:104ffb64 PA:104ffb74 - 19820500 19805 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104ffb64 PA:104ffb68 - 19821500 19806 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:104ffb40 PA:104ffb54 - 19822500 19807 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104ffb40 PA:104ffb50 - 19823500 19808 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104ffb40 PA:104ffb4c - 19835500 19820 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104ffb40 PA:104ffb5c - 19842500 19827 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104ffb40 PA:104ffb48 - 19843500 19828 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19844500 19829 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19845500 19830 1c001a78 00c004b3 add x9, x0, x12 x9=104ffb64 x12:104ffb64 - 19846500 19831 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000031 x15=104ffb79 x15:104ffb78 PA:104ffb78 - 19848500 19833 1c001a7e 00070363 beq x14, x0, 6 x14:00000031 - 19862500 19847 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 19863500 19848 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104ffb64 PA:104ffb6c - 19868500 19853 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 19871500 19856 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64 - 19886500 19871 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 19887500 19872 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 19906500 19891 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 19907500 19892 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 19908500 19893 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 19928500 19913 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 19929500 19914 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 19951500 19936 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 19952500 19937 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 19953500 19938 1c001b36 f71ff06f jal x0, -144 - 19955500 19940 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104ffb64 PA:104ffb6c - 19963500 19948 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 19977500 19962 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64 - 19983500 19968 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 19984500 19969 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20000500 19985 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64 - 20018500 20003 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20019500 20004 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20020500 20005 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20021500 20006 1c001ae8 0104aa03 lw x20, 16(x9) x20=104ffb78 x9:104ffb64 PA:104ffb74 - 20027500 20012 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000031 x20=104ffb79 x20:104ffb78 PA:104ffb78 - 20039500 20024 1c001af0 06059763 bne x11, x0, 110 x11:00000031 - 20059500 20044 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20077500 20062 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20079500 20064 1c001776 00b00533 add x10, x0, x11 x10=00000031 x11:00000031 - 20080500 20065 1c001778 fddff06f jal x0, -36 - 20082500 20067 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20083500 20068 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 20084500 20069 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20085500 20070 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 20086500 20071 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 20087500 20072 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 20088500 20073 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 20089500 20074 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 20090500 20075 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20091500 20076 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a1040b0 - 20095500 20080 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20096500 20081 1c001b62 f8bff06f jal x0, -118 - 20098500 20083 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104ffb7a x20:104ffb79 PA:104ffb79 - 20106500 20091 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20107500 20092 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64 - 20109500 20094 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20110500 20095 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20123500 20108 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104ffb40 PA:104ffb5c - 20129500 20114 1c001b02 01812403 lw x8, 24(x2) x8=104ffbe4 x2:104ffb40 PA:104ffb58 - 20130500 20115 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:104ffb40 PA:104ffb54 - 20131500 20116 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104ffb40 PA:104ffb50 - 20132500 20117 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104ffb40 PA:104ffb4c - 20133500 20118 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104ffb40 PA:104ffb48 - 20134500 20119 1c001b0c 02010113 addi x2, x2, 32 x2=104ffb60 x2:104ffb40 - 20135500 20120 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20152500 20137 1c001d86 01800433 add x8, x0, x24 x8=104ffbe8 x24:104ffbe8 - 20153500 20138 1c001d88 fadff06f jal x0, -84 - 20155500 20140 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20156500 20141 1c001d36 e69ff06f jal x0, -408 - 20159500 20144 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20186500 20171 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20187500 20172 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20190500 20175 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20191500 20176 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20192500 20177 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20194500 20179 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20195500 20180 1c001778 fddff06f jal x0, -36 - 20197500 20182 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20198500 20183 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 20199500 20184 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20200500 20185 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 20201500 20186 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 20202500 20187 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 20203500 20188 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 20204500 20189 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 20205500 20190 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20206500 20191 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040b0 - 20210500 20195 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20211500 20196 1c001bca 16a0006f jal x0, 362 - 20213500 20198 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20214500 20199 1c001d36 e69ff06f jal x0, -408 - 20217500 20202 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20234500 20219 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20235500 20220 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20238500 20223 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20239500 20224 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20240500 20225 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20242500 20227 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20243500 20228 1c001778 fddff06f jal x0, -36 - 20245500 20230 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20246500 20231 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 20247500 20232 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20248500 20233 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 20249500 20234 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 20250500 20235 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 20251500 20236 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 20252500 20237 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 20253500 20238 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20254500 20239 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b0 - 20258500 20243 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20259500 20244 1c001bca 16a0006f jal x0, 362 - 20261500 20246 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20262500 20247 1c001d36 e69ff06f jal x0, -408 - 20265500 20250 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20283500 20268 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20284500 20269 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20287500 20272 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20290500 20275 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:104ffb60 PA:104ffb64 - 20292500 20277 1c001bd0 00012423 sw x0, 8(x2) x2:104ffb60 PA:104ffb68 - 20293500 20278 1c001bd2 00010623 sb x0, 12(x2) x2:104ffb60 PA:104ffb6c - 20294500 20279 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20295500 20280 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20296500 20281 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20297500 20282 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104ffb60 PA:104ffb64 - 20298500 20283 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20299500 20284 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20300500 20285 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20301500 20286 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20302500 20287 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20303500 20288 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20304500 20289 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20305500 20290 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20320500 20305 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20321500 20306 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20324500 20309 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20325500 20310 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20326500 20311 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20329500 20314 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20332500 20317 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20335500 20320 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20338500 20323 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20339500 20324 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20340500 20325 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20341500 20326 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20344500 20329 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20345500 20330 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20348500 20333 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20349500 20334 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20352500 20337 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20354500 20339 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20357500 20342 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20358500 20343 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20361500 20346 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20362500 20347 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20363500 20348 1c001f42 e09ff06f jal x0, -504 - 20365500 20350 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20366500 20351 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104ffb60 PA:104ffb70 - 20367500 20352 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20370500 20355 1c001e34 00440c13 addi x24, x8, 4 x24=104ffbec x8:104ffbe8 - 20371500 20356 1c001e38 00042503 lw x10, 0(x8) x10=00000006 x8:104ffbe8 PA:104ffbe8 - 20372500 20357 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20375500 20360 1c001e54 00055863 bge x10, x0, 16 x10:00000006 - 20378500 20363 1c001e64 00410593 addi x11, x2, 4 x11=104ffb64 x2:104ffb60 - 20379500 20364 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20381500 20366 1c0019fe 0105a683 lw x13, 16(x11) x13=104ffb78 x11:104ffb64 PA:104ffb74 - 20382500 20367 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104ffb64 PA:104ffb70 - 20383500 20368 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20384500 20369 1c001a04 02f55633 divu x12, x10, x15 x12=00000006 x10:00000006 x15:00000001 - 20418500 20403 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000006 x14:0000000a - 20419500 20404 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20420500 20405 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20421500 20406 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20424500 20409 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104ffb64 PA:104ffb70 - 20425500 20410 1c001a20 02f55833 divu x16, x10, x15 x16=00000006 x10:00000006 x15:00000001 - 20459500 20444 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000006 x15:00000001 - 20493500 20478 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20524500 20509 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20525500 20510 1c001a2e 01004663 blt x0, x16, 12 x16:00000006 - 20528500 20513 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20530500 20515 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000006 - 20533500 20518 1c001a56 01070733 add x14, x14, x16 x14=00000036 x14:00000030 x16:00000006 - 20534500 20519 1c001a58 00e68023 sb x14, 0(x13) x14:00000036 x13:104ffb78 PA:104ffb78 - 20535500 20520 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20536500 20521 1c001a5e 00168693 addi x13, x13, 1 x13=104ffb79 x13:104ffb78 - 20537500 20522 1c001a60 fb1ff06f jal x0, -80 - 20539500 20524 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20540500 20525 1c001a12 00068023 sb x0, 0(x13) x13:104ffb79 PA:104ffb79 - 20541500 20526 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20543500 20528 1c001e68 f17ff06f jal x0, -234 - 20545500 20530 1c001d7e 00410613 addi x12, x2, 4 x12=104ffb64 x2:104ffb60 - 20546500 20531 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20547500 20532 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20548500 20533 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20550500 20535 1c001a62 fe010113 addi x2, x2, -32 x2=104ffb40 x2:104ffb60 - 20551500 20536 1c001a64 00812c23 sw x8, 24(x2) x8:104ffbe8 x2:104ffb40 PA:104ffb58 - 20552500 20537 1c001a66 01062783 lw x15, 16(x12) x15=104ffb78 x12:104ffb64 PA:104ffb74 - 20553500 20538 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104ffb64 PA:104ffb68 - 20554500 20539 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:104ffb40 PA:104ffb54 - 20555500 20540 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104ffb40 PA:104ffb50 - 20556500 20541 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104ffb40 PA:104ffb4c - 20557500 20542 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104ffb40 PA:104ffb5c - 20558500 20543 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104ffb40 PA:104ffb48 - 20559500 20544 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20560500 20545 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20561500 20546 1c001a78 00c004b3 add x9, x0, x12 x9=104ffb64 x12:104ffb64 - 20562500 20547 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000036 x15=104ffb79 x15:104ffb78 PA:104ffb78 - 20564500 20549 1c001a7e 00070363 beq x14, x0, 6 x14:00000036 - 20565500 20550 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20566500 20551 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104ffb64 PA:104ffb6c - 20568500 20553 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20571500 20556 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64 - 20573500 20558 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20574500 20559 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20577500 20562 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20578500 20563 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20579500 20564 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20582500 20567 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20583500 20568 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20584500 20569 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20585500 20570 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20586500 20571 1c001b36 f71ff06f jal x0, -144 - 20588500 20573 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104ffb64 PA:104ffb6c - 20590500 20575 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20593500 20578 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64 - 20595500 20580 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20596500 20581 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20599500 20584 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64 - 20600500 20585 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20601500 20586 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20602500 20587 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20603500 20588 1c001ae8 0104aa03 lw x20, 16(x9) x20=104ffb78 x9:104ffb64 PA:104ffb74 - 20605500 20590 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000036 x20=104ffb79 x20:104ffb78 PA:104ffb78 - 20607500 20592 1c001af0 06059763 bne x11, x0, 110 x11:00000036 - 20610500 20595 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20611500 20596 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20613500 20598 1c001776 00b00533 add x10, x0, x11 x10=00000036 x11:00000036 - 20614500 20599 1c001778 fddff06f jal x0, -36 - 20616500 20601 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20617500 20602 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 20618500 20603 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20619500 20604 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 20620500 20605 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 20621500 20606 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 20622500 20607 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 20623500 20608 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 20624500 20609 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20625500 20610 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000036 x14:1a104000 PA:1a1040b0 - 20629500 20614 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20630500 20615 1c001b62 f8bff06f jal x0, -118 - 20632500 20617 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104ffb7a x20:104ffb79 PA:104ffb79 - 20634500 20619 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20635500 20620 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104ffb64 PA:104ffb64 - 20637500 20622 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20638500 20623 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20641500 20626 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104ffb40 PA:104ffb5c - 20642500 20627 1c001b02 01812403 lw x8, 24(x2) x8=104ffbe8 x2:104ffb40 PA:104ffb58 - 20643500 20628 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:104ffb40 PA:104ffb54 - 20644500 20629 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104ffb40 PA:104ffb50 - 20645500 20630 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104ffb40 PA:104ffb4c - 20646500 20631 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104ffb40 PA:104ffb48 - 20647500 20632 1c001b0c 02010113 addi x2, x2, 32 x2=104ffb60 x2:104ffb40 - 20648500 20633 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20650500 20635 1c001d86 01800433 add x8, x0, x24 x8=104ffbec x24:104ffbec - 20651500 20636 1c001d88 fadff06f jal x0, -84 - 20653500 20638 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 20654500 20639 1c001d36 e69ff06f jal x0, -408 - 20657500 20642 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 20680500 20665 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 20681500 20666 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 20684500 20669 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 20685500 20670 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20686500 20671 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20688500 20673 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 20689500 20674 1c001778 fddff06f jal x0, -36 - 20691500 20676 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20692500 20677 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 20693500 20678 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20694500 20679 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 20695500 20680 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 20696500 20681 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 20697500 20682 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 20698500 20683 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 20699500 20684 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20700500 20685 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1040b0 - 20704500 20689 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20705500 20690 1c001bca 16a0006f jal x0, 362 - 20707500 20692 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 20708500 20693 1c001d36 e69ff06f jal x0, -408 - 20711500 20696 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 20727500 20712 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 20728500 20713 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 20731500 20716 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 20732500 20717 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20733500 20718 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20735500 20720 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 20736500 20721 1c001778 fddff06f jal x0, -36 - 20738500 20723 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20739500 20724 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 20740500 20725 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20741500 20726 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 20742500 20727 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 20743500 20728 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 20744500 20729 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 20745500 20730 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 20746500 20731 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20747500 20732 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1040b0 - 20751500 20736 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20752500 20737 1c001bca 16a0006f jal x0, 362 - 20754500 20739 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 20755500 20740 1c001d36 e69ff06f jal x0, -408 - 20758500 20743 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 20773500 20758 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 20774500 20759 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 20777500 20762 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 20778500 20763 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20779500 20764 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20781500 20766 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 20782500 20767 1c001778 fddff06f jal x0, -36 - 20784500 20769 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20785500 20770 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000026 - 20786500 20771 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20787500 20772 1c00175e 00379713 slli x14, x15, 0x3 x14=00000130 x15:00000026 - 20788500 20773 1c001762 00279793 slli x15, x15, 0x2 x15=00000098 x15:00000026 - 20789500 20774 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000130 - 20790500 20775 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:00000098 x13:00001f80 - 20791500 20776 1c00176a 00e787b3 add x15, x15, x14 x15=000000b0 x15:00000080 x14:00000030 - 20792500 20777 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20793500 20778 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1040b0 - 20797500 20782 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20798500 20783 1c001bca 16a0006f jal x0, 362 - 20800500 20785 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 20801500 20786 1c001d36 e69ff06f jal x0, -408 - 20804500 20789 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 20818500 20803 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 20819500 20804 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 20820500 20805 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:104ffb60 PA:104ffbbc - 20821500 20806 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:104ffb60 PA:104ffbb8 - 20822500 20807 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:104ffb60 PA:104ffbb4 - 20823500 20808 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:104ffb60 PA:104ffbb0 - 20824500 20809 1c001bb0 04c12983 lw x19, 76(x2) x19=00000006 x2:104ffb60 PA:104ffbac - 20825500 20810 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:104ffb60 PA:104ffba8 - 20826500 20811 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:104ffb60 PA:104ffba4 - 20827500 20812 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:104ffb60 PA:104ffba0 - 20828500 20813 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:104ffb60 PA:104ffb9c - 20831500 20816 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:104ffb60 PA:104ffb98 - 20832500 20817 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:104ffb60 PA:104ffb94 - 20833500 20818 1c001bbe 06010113 addi x2, x2, 96 x2=104ffbc0 x2:104ffb60 - 20834500 20819 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 20836500 20821 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:104ffbc0 PA:104ffbdc - 20837500 20822 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 20838500 20823 1c001838 04010113 addi x2, x2, 64 x2=104ffc00 x2:104ffbc0 - 20839500 20824 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 20841500 20826 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_01_7.log b/sw/scripts/tracevis/example/traces/trace_core_01_7.log deleted file mode 100644 index 4eb4dde..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_01_7.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 12603500 12588 1c000080 0180006f jal x0, 24 - 12621500 12606 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000027 - 12622500 12607 1c00009c 01f57593 andi x11, x10, 31 x11=00000007 x10:00000027 - 12639500 12624 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000001 x10:00000027 - 12640500 12625 1c0000a2 00058463 beq x11, x0, 8 x11:00000007 - 12641500 12626 1c0000a6 05a0206f jal x0, 8282 - 12659500 12644 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 12660500 12645 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 12661500 12646 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 12662500 12647 1c00210c 0e059163 bne x11, x0, 226 x11:00000007 - 12714500 12699 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 12715500 12700 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000027 - 12716500 12701 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000007 x19:00000027 - 12717500 12702 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 12734500 12719 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 12735500 12720 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 12736500 12721 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 12737500 12722 1c00220a 0060006f jal x0, 6 - 12757500 12742 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 17807500 17792 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 17825500 17810 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 17826500 17811 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 17844500 17829 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 17845500 17830 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 17847500 17832 1c00222c 08096283 p.elw x5, 128(x18) x5=104fe400 x18:1b204000 PA:1b204080 - 17871500 17856 1c002230 02a98533 mul x10, x19, x10 x10=00001c00 x19:00000007 x10:00000400 - 17872500 17857 1c002234 00550133 add x2, x10, x5 x2=10500000 x10:00001c00 x5:104fe400 - 17873500 17858 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 17875500 17860 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 17911500 17896 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 17919500 17904 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 17920500 17905 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 17921500 17906 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 17922500 17907 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 17940500 17925 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000027 - 17957500 17942 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 17958500 17943 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000001 x12:00000027 - 17959500 17944 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000001 x11:00000001 - 17960500 17945 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000007 x12:00000027 - 17961500 17946 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 17962500 17947 1c0009d4 63d0006f jal x0, 3644 - 17980500 17965 1c001810 fc010113 addi x2, x2, -64 x2=104fffc0 x2:10500000 - 17981500 17966 1c001812 02b12223 sw x11, 36(x2) x11:00000001 x2:104fffc0 PA:104fffe4 - 17988500 17973 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 17989500 17974 1c001818 02c12423 sw x12, 40(x2) x12:00000007 x2:104fffc0 PA:104fffe8 - 17990500 17975 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:104fffc0 PA:104fffec - 17991500 17976 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 17992500 17977 1c00181e 02410693 addi x13, x2, 36 x13=104fffe4 x2:104fffc0 - 18002500 17987 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18003500 17988 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18004500 17989 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:104fffc0 PA:104fffdc - 18010500 17995 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:104fffc0 PA:104ffff0 - 18011500 17996 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:104fffc0 PA:104ffff4 - 18012500 17997 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:104fffc0 PA:104ffff8 - 18013500 17998 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:104fffc0 PA:104ffffc - 18024500 18009 1c001830 00d12623 sw x13, 12(x2) x13:104fffe4 x2:104fffc0 PA:104fffcc - 18029500 18014 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18043500 18028 1c001b70 fa010113 addi x2, x2, -96 x2=104fff60 x2:104fffc0 - 18044500 18029 1c001b72 01810793 addi x15, x2, 24 x15=104fff78 x2:104fff60 - 18045500 18030 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:104fff60 PA:104fffb8 - 18051500 18036 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:104fff60 PA:104fffb0 - 18052500 18037 1c001b78 05312623 sw x19, 76(x2) x19:00000007 x2:104fff60 PA:104fffac - 18053500 18038 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:104fff60 PA:104fffa8 - 18054500 18039 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:104fff60 PA:104fffa4 - 18055500 18040 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:104fff60 PA:104fffa0 - 18066500 18051 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:104fff60 PA:104fff9c - 18068500 18053 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:104fff60 PA:104fffbc - 18069500 18054 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:104fff60 PA:104fffb4 - 18070500 18055 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:104fff60 PA:104fff98 - 18071500 18056 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:104fff60 PA:104fff94 - 18072500 18057 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18073500 18058 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18074500 18059 1c001b8e 00d00433 add x8, x0, x13 x8=104fffe4 x13:104fffe4 - 18089500 18074 1c001b90 00f12a23 sw x15, 20(x2) x15:104fff78 x2:104fff60 PA:104fff74 - 18096500 18081 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18097500 18082 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18098500 18083 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18099500 18084 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18110500 18095 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18138500 18123 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18139500 18124 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18146500 18131 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18147500 18132 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18148500 18133 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18165500 18150 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18166500 18151 1c001778 fddff06f jal x0, -36 - 18184500 18169 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18185500 18170 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18186500 18171 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18203500 18188 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18204500 18189 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18205500 18190 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18206500 18191 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18207500 18192 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18208500 18193 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18209500 18194 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1040b8 - 18213500 18198 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18214500 18199 1c001bca 16a0006f jal x0, 362 - 18232500 18217 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18233500 18218 1c001d36 e69ff06f jal x0, -408 - 18236500 18221 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18265500 18250 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18266500 18251 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18269500 18254 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18270500 18255 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18271500 18256 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18273500 18258 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18274500 18259 1c001778 fddff06f jal x0, -36 - 18276500 18261 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18277500 18262 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18278500 18263 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18279500 18264 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18280500 18265 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18281500 18266 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18282500 18267 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18283500 18268 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18284500 18269 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18285500 18270 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040b8 - 18289500 18274 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18290500 18275 1c001bca 16a0006f jal x0, 362 - 18292500 18277 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18293500 18278 1c001d36 e69ff06f jal x0, -408 - 18296500 18281 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18313500 18298 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18314500 18299 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18317500 18302 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18318500 18303 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18319500 18304 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18321500 18306 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18322500 18307 1c001778 fddff06f jal x0, -36 - 18324500 18309 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18325500 18310 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18326500 18311 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18327500 18312 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18328500 18313 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18329500 18314 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18330500 18315 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18331500 18316 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18332500 18317 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18333500 18318 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1040b8 - 18337500 18322 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18338500 18323 1c001bca 16a0006f jal x0, 362 - 18340500 18325 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18341500 18326 1c001d36 e69ff06f jal x0, -408 - 18344500 18329 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18363500 18348 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18364500 18349 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18367500 18352 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18368500 18353 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18369500 18354 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18371500 18356 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18372500 18357 1c001778 fddff06f jal x0, -36 - 18374500 18359 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18375500 18360 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18376500 18361 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18377500 18362 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18378500 18363 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18379500 18364 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18380500 18365 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18381500 18366 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18382500 18367 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18383500 18368 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040b8 - 18387500 18372 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18388500 18373 1c001bca 16a0006f jal x0, 362 - 18390500 18375 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18391500 18376 1c001d36 e69ff06f jal x0, -408 - 18394500 18379 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18408500 18393 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18409500 18394 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18412500 18397 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18413500 18398 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18414500 18399 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18416500 18401 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18417500 18402 1c001778 fddff06f jal x0, -36 - 18419500 18404 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18420500 18405 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18421500 18406 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18422500 18407 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18423500 18408 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18424500 18409 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18425500 18410 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18426500 18411 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18427500 18412 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18428500 18413 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b8 - 18432500 18417 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18433500 18418 1c001bca 16a0006f jal x0, 362 - 18435500 18420 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18436500 18421 1c001d36 e69ff06f jal x0, -408 - 18439500 18424 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18454500 18439 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18455500 18440 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18458500 18443 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18459500 18444 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18460500 18445 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18462500 18447 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18463500 18448 1c001778 fddff06f jal x0, -36 - 18465500 18450 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18466500 18451 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18467500 18452 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18468500 18453 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18469500 18454 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18470500 18455 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18471500 18456 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18472500 18457 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18473500 18458 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18474500 18459 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1040b8 - 18478500 18463 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18479500 18464 1c001bca 16a0006f jal x0, 362 - 18481500 18466 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 18482500 18467 1c001d36 e69ff06f jal x0, -408 - 18485500 18470 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 18500500 18485 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 18501500 18486 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 18504500 18489 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 18505500 18490 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18506500 18491 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18508500 18493 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 18509500 18494 1c001778 fddff06f jal x0, -36 - 18511500 18496 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18512500 18497 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18513500 18498 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18514500 18499 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18515500 18500 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18516500 18501 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18517500 18502 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18518500 18503 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18519500 18504 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18520500 18505 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1040b8 - 18524500 18509 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18525500 18510 1c001bca 16a0006f jal x0, 362 - 18527500 18512 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 18528500 18513 1c001d36 e69ff06f jal x0, -408 - 18531500 18516 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 18548500 18533 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 18549500 18534 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 18552500 18537 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 18553500 18538 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18554500 18539 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18556500 18541 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 18557500 18542 1c001778 fddff06f jal x0, -36 - 18559500 18544 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18560500 18545 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18561500 18546 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18562500 18547 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18563500 18548 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18564500 18549 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18565500 18550 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18566500 18551 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18567500 18552 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18568500 18553 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1040b8 - 18572500 18557 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18573500 18558 1c001bca 16a0006f jal x0, 362 - 18575500 18560 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 18576500 18561 1c001d36 e69ff06f jal x0, -408 - 18579500 18564 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 18594500 18579 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 18595500 18580 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18598500 18583 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18599500 18584 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18600500 18585 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18602500 18587 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18603500 18588 1c001778 fddff06f jal x0, -36 - 18605500 18590 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18606500 18591 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18607500 18592 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18608500 18593 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18609500 18594 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18610500 18595 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18611500 18596 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18612500 18597 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18613500 18598 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18614500 18599 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b8 - 18618500 18603 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18619500 18604 1c001bca 16a0006f jal x0, 362 - 18621500 18606 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 18622500 18607 1c001d36 e69ff06f jal x0, -408 - 18625500 18610 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 18640500 18625 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 18641500 18626 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 18644500 18629 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 18645500 18630 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18646500 18631 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18648500 18633 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 18649500 18634 1c001778 fddff06f jal x0, -36 - 18651500 18636 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18652500 18637 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18653500 18638 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18654500 18639 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18655500 18640 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18656500 18641 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18657500 18642 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18658500 18643 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18659500 18644 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18660500 18645 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1040b8 - 18664500 18649 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18665500 18650 1c001bca 16a0006f jal x0, 362 - 18667500 18652 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 18668500 18653 1c001d36 e69ff06f jal x0, -408 - 18671500 18656 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 18686500 18671 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 18687500 18672 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 18690500 18675 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 18691500 18676 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18692500 18677 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18694500 18679 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 18695500 18680 1c001778 fddff06f jal x0, -36 - 18697500 18682 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18698500 18683 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18699500 18684 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18700500 18685 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18701500 18686 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18702500 18687 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18703500 18688 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18704500 18689 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18705500 18690 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18706500 18691 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1040b8 - 18710500 18695 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18711500 18696 1c001bca 16a0006f jal x0, 362 - 18713500 18698 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 18714500 18699 1c001d36 e69ff06f jal x0, -408 - 18717500 18702 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 18732500 18717 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 18733500 18718 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 18736500 18721 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 18737500 18722 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18738500 18723 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18740500 18725 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 18741500 18726 1c001778 fddff06f jal x0, -36 - 18743500 18728 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18744500 18729 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18745500 18730 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18746500 18731 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18747500 18732 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18748500 18733 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18749500 18734 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18750500 18735 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18751500 18736 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18752500 18737 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1040b8 - 18756500 18741 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18757500 18742 1c001bca 16a0006f jal x0, 362 - 18759500 18744 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 18760500 18745 1c001d36 e69ff06f jal x0, -408 - 18763500 18748 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 18779500 18764 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 18780500 18765 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18783500 18768 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18784500 18769 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18785500 18770 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18787500 18772 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18788500 18773 1c001778 fddff06f jal x0, -36 - 18790500 18775 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18791500 18776 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18792500 18777 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18793500 18778 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18794500 18779 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18795500 18780 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18796500 18781 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18797500 18782 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18798500 18783 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18799500 18784 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1040b8 - 18803500 18788 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18804500 18789 1c001bca 16a0006f jal x0, 362 - 18806500 18791 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 18807500 18792 1c001d36 e69ff06f jal x0, -408 - 18810500 18795 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 18827500 18812 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 18828500 18813 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18831500 18816 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18832500 18817 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18833500 18818 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18835500 18820 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18836500 18821 1c001778 fddff06f jal x0, -36 - 18838500 18823 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18839500 18824 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18840500 18825 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18841500 18826 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18842500 18827 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18843500 18828 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18844500 18829 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18845500 18830 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18846500 18831 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18847500 18832 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b8 - 18851500 18836 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18852500 18837 1c001bca 16a0006f jal x0, 362 - 18854500 18839 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 18855500 18840 1c001d36 e69ff06f jal x0, -408 - 18858500 18843 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 18874500 18859 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 18875500 18860 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 18878500 18863 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 18879500 18864 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18880500 18865 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18882500 18867 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 18883500 18868 1c001778 fddff06f jal x0, -36 - 18885500 18870 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18886500 18871 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 18887500 18872 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18888500 18873 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 18889500 18874 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 18890500 18875 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 18891500 18876 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 18892500 18877 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 18893500 18878 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18894500 18879 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1040b8 - 18898500 18883 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18899500 18884 1c001bca 16a0006f jal x0, 362 - 18901500 18886 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 18902500 18887 1c001d36 e69ff06f jal x0, -408 - 18905500 18890 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 18920500 18905 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 18921500 18906 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 18924500 18909 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 18927500 18912 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:104fff60 PA:104fff64 - 18948500 18933 1c001bd0 00012423 sw x0, 8(x2) x2:104fff60 PA:104fff68 - 18949500 18934 1c001bd2 00010623 sb x0, 12(x2) x2:104fff60 PA:104fff6c - 18950500 18935 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 18951500 18936 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 18952500 18937 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 18953500 18938 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104fff60 PA:104fff64 - 18954500 18939 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 18955500 18940 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 18956500 18941 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 18957500 18942 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 18958500 18943 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 18974500 18959 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 18975500 18960 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 18976500 18961 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19007500 18992 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19008500 18993 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19021500 19006 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19022500 19007 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19023500 19008 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19043500 19028 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19066500 19051 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19069500 19054 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19088500 19073 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19105500 19090 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19106500 19091 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19107500 19092 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19128500 19113 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19145500 19130 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19165500 19150 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19166500 19151 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19214500 19199 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19242500 19227 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19261500 19246 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19262500 19247 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19304500 19289 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19322500 19307 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19323500 19308 1c001f42 e09ff06f jal x0, -504 - 19345500 19330 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19346500 19331 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104fff60 PA:104fff70 - 19367500 19352 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19397500 19382 1c001e34 00440c13 addi x24, x8, 4 x24=104fffe8 x8:104fffe4 - 19398500 19383 1c001e38 00042503 lw x10, 0(x8) x10=00000001 x8:104fffe4 PA:104fffe4 - 19402500 19387 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19453500 19438 1c001e54 00055863 bge x10, x0, 16 x10:00000001 - 19477500 19462 1c001e64 00410593 addi x11, x2, 4 x11=104fff64 x2:104fff60 - 19478500 19463 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 19507500 19492 1c0019fe 0105a683 lw x13, 16(x11) x13=104fff78 x11:104fff64 PA:104fff74 - 19527500 19512 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fff64 PA:104fff70 - 19534500 19519 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 19535500 19520 1c001a04 02f55633 divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001 - 19569500 19554 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000001 x14:0000000a - 19570500 19555 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 19571500 19556 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 19572500 19557 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 19575500 19560 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fff64 PA:104fff70 - 19594500 19579 1c001a20 02f55833 divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001 - 19628500 19613 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001 - 19662500 19647 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 19693500 19678 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 19694500 19679 1c001a2e 01004663 blt x0, x16, 12 x16:00000001 - 19697500 19682 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 19719500 19704 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000001 - 19740500 19725 1c001a56 01070733 add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001 - 19741500 19726 1c001a58 00e68023 sb x14, 0(x13) x14:00000031 x13:104fff78 PA:104fff78 - 19748500 19733 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 19749500 19734 1c001a5e 00168693 addi x13, x13, 1 x13=104fff79 x13:104fff78 - 19760500 19745 1c001a60 fb1ff06f jal x0, -80 - 19762500 19747 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 19763500 19748 1c001a12 00068023 sb x0, 0(x13) x13:104fff79 PA:104fff79 - 19769500 19754 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 19770500 19755 1c001e68 f17ff06f jal x0, -234 - 19786500 19771 1c001d7e 00410613 addi x12, x2, 4 x12=104fff64 x2:104fff60 - 19806500 19791 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 19807500 19792 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19808500 19793 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 19810500 19795 1c001a62 fe010113 addi x2, x2, -32 x2=104fff40 x2:104fff60 - 19811500 19796 1c001a64 00812c23 sw x8, 24(x2) x8:104fffe4 x2:104fff40 PA:104fff58 - 19812500 19797 1c001a66 01062783 lw x15, 16(x12) x15=104fff78 x12:104fff64 PA:104fff74 - 19813500 19798 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104fff64 PA:104fff68 - 19814500 19799 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:104fff40 PA:104fff54 - 19815500 19800 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104fff40 PA:104fff50 - 19816500 19801 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104fff40 PA:104fff4c - 19835500 19820 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104fff40 PA:104fff5c - 19839500 19824 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104fff40 PA:104fff48 - 19840500 19825 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19841500 19826 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19842500 19827 1c001a78 00c004b3 add x9, x0, x12 x9=104fff64 x12:104fff64 - 19843500 19828 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000031 x15=104fff79 x15:104fff78 PA:104fff78 - 19845500 19830 1c001a7e 00070363 beq x14, x0, 6 x14:00000031 - 19862500 19847 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 19863500 19848 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104fff64 PA:104fff6c - 19869500 19854 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 19872500 19857 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64 - 19886500 19871 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 19887500 19872 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 19906500 19891 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 19907500 19892 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 19908500 19893 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 19928500 19913 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 19929500 19914 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 19951500 19936 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 19952500 19937 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 19953500 19938 1c001b36 f71ff06f jal x0, -144 - 19955500 19940 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104fff64 PA:104fff6c - 19962500 19947 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 19977500 19962 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64 - 19984500 19969 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 19985500 19970 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20000500 19985 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64 - 20018500 20003 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20019500 20004 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20020500 20005 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20021500 20006 1c001ae8 0104aa03 lw x20, 16(x9) x20=104fff78 x9:104fff64 PA:104fff74 - 20028500 20013 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000031 x20=104fff79 x20:104fff78 PA:104fff78 - 20039500 20024 1c001af0 06059763 bne x11, x0, 110 x11:00000031 - 20059500 20044 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20077500 20062 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20079500 20064 1c001776 00b00533 add x10, x0, x11 x10=00000031 x11:00000031 - 20080500 20065 1c001778 fddff06f jal x0, -36 - 20082500 20067 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20083500 20068 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 20084500 20069 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20085500 20070 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 20086500 20071 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 20087500 20072 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 20088500 20073 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 20089500 20074 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 20090500 20075 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20091500 20076 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a1040b8 - 20095500 20080 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20096500 20081 1c001b62 f8bff06f jal x0, -118 - 20098500 20083 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104fff7a x20:104fff79 PA:104fff79 - 20105500 20090 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20106500 20091 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64 - 20108500 20093 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20109500 20094 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20123500 20108 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104fff40 PA:104fff5c - 20130500 20115 1c001b02 01812403 lw x8, 24(x2) x8=104fffe4 x2:104fff40 PA:104fff58 - 20131500 20116 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:104fff40 PA:104fff54 - 20132500 20117 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104fff40 PA:104fff50 - 20133500 20118 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104fff40 PA:104fff4c - 20134500 20119 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104fff40 PA:104fff48 - 20135500 20120 1c001b0c 02010113 addi x2, x2, 32 x2=104fff60 x2:104fff40 - 20136500 20121 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20152500 20137 1c001d86 01800433 add x8, x0, x24 x8=104fffe8 x24:104fffe8 - 20153500 20138 1c001d88 fadff06f jal x0, -84 - 20155500 20140 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20156500 20141 1c001d36 e69ff06f jal x0, -408 - 20159500 20144 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20190500 20175 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20191500 20176 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20194500 20179 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20195500 20180 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20196500 20181 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20198500 20183 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20199500 20184 1c001778 fddff06f jal x0, -36 - 20201500 20186 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20202500 20187 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 20203500 20188 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20204500 20189 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 20205500 20190 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 20206500 20191 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 20207500 20192 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 20208500 20193 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 20209500 20194 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20210500 20195 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1040b8 - 20214500 20199 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20215500 20200 1c001bca 16a0006f jal x0, 362 - 20217500 20202 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20218500 20203 1c001d36 e69ff06f jal x0, -408 - 20221500 20206 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20238500 20223 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20239500 20224 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20242500 20227 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20243500 20228 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20244500 20229 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20246500 20231 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20247500 20232 1c001778 fddff06f jal x0, -36 - 20249500 20234 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20250500 20235 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 20251500 20236 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20252500 20237 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 20253500 20238 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 20254500 20239 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 20255500 20240 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 20256500 20241 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 20257500 20242 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20258500 20243 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1040b8 - 20262500 20247 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20263500 20248 1c001bca 16a0006f jal x0, 362 - 20265500 20250 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20266500 20251 1c001d36 e69ff06f jal x0, -408 - 20269500 20254 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20287500 20272 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20288500 20273 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20291500 20276 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20294500 20279 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:104fff60 PA:104fff64 - 20295500 20280 1c001bd0 00012423 sw x0, 8(x2) x2:104fff60 PA:104fff68 - 20296500 20281 1c001bd2 00010623 sb x0, 12(x2) x2:104fff60 PA:104fff6c - 20297500 20282 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20298500 20283 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20299500 20284 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20300500 20285 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:104fff60 PA:104fff64 - 20301500 20286 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20302500 20287 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20303500 20288 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20304500 20289 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20305500 20290 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20306500 20291 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20307500 20292 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20308500 20293 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20323500 20308 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20324500 20309 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20327500 20312 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20328500 20313 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20329500 20314 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20332500 20317 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20335500 20320 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20338500 20323 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20341500 20326 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20342500 20327 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20343500 20328 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20344500 20329 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20347500 20332 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20348500 20333 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20351500 20336 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20352500 20337 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20355500 20340 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20357500 20342 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20360500 20345 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20361500 20346 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20364500 20349 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20365500 20350 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20366500 20351 1c001f42 e09ff06f jal x0, -504 - 20368500 20353 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20369500 20354 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:104fff60 PA:104fff70 - 20370500 20355 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20373500 20358 1c001e34 00440c13 addi x24, x8, 4 x24=104fffec x8:104fffe8 - 20374500 20359 1c001e38 00042503 lw x10, 0(x8) x10=00000007 x8:104fffe8 PA:104fffe8 - 20375500 20360 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20378500 20363 1c001e54 00055863 bge x10, x0, 16 x10:00000007 - 20381500 20366 1c001e64 00410593 addi x11, x2, 4 x11=104fff64 x2:104fff60 - 20382500 20367 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20384500 20369 1c0019fe 0105a683 lw x13, 16(x11) x13=104fff78 x11:104fff64 PA:104fff74 - 20385500 20370 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fff64 PA:104fff70 - 20386500 20371 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20387500 20372 1c001a04 02f55633 divu x12, x10, x15 x12=00000007 x10:00000007 x15:00000001 - 20421500 20406 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000007 x14:0000000a - 20422500 20407 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20423500 20408 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20424500 20409 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20427500 20412 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:104fff64 PA:104fff70 - 20428500 20413 1c001a20 02f55833 divu x16, x10, x15 x16=00000007 x10:00000007 x15:00000001 - 20462500 20447 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000007 x15:00000001 - 20496500 20481 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20527500 20512 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20528500 20513 1c001a2e 01004663 blt x0, x16, 12 x16:00000007 - 20531500 20516 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20533500 20518 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000007 - 20536500 20521 1c001a56 01070733 add x14, x14, x16 x14=00000037 x14:00000030 x16:00000007 - 20537500 20522 1c001a58 00e68023 sb x14, 0(x13) x14:00000037 x13:104fff78 PA:104fff78 - 20539500 20524 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20540500 20525 1c001a5e 00168693 addi x13, x13, 1 x13=104fff79 x13:104fff78 - 20541500 20526 1c001a60 fb1ff06f jal x0, -80 - 20543500 20528 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20544500 20529 1c001a12 00068023 sb x0, 0(x13) x13:104fff79 PA:104fff79 - 20546500 20531 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20547500 20532 1c001e68 f17ff06f jal x0, -234 - 20549500 20534 1c001d7e 00410613 addi x12, x2, 4 x12=104fff64 x2:104fff60 - 20550500 20535 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20551500 20536 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20552500 20537 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20554500 20539 1c001a62 fe010113 addi x2, x2, -32 x2=104fff40 x2:104fff60 - 20555500 20540 1c001a64 00812c23 sw x8, 24(x2) x8:104fffe8 x2:104fff40 PA:104fff58 - 20556500 20541 1c001a66 01062783 lw x15, 16(x12) x15=104fff78 x12:104fff64 PA:104fff74 - 20557500 20542 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:104fff64 PA:104fff68 - 20558500 20543 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:104fff40 PA:104fff54 - 20559500 20544 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:104fff40 PA:104fff50 - 20560500 20545 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:104fff40 PA:104fff4c - 20562500 20547 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:104fff40 PA:104fff5c - 20563500 20548 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:104fff40 PA:104fff48 - 20564500 20549 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20565500 20550 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20566500 20551 1c001a78 00c004b3 add x9, x0, x12 x9=104fff64 x12:104fff64 - 20567500 20552 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000037 x15=104fff79 x15:104fff78 PA:104fff78 - 20569500 20554 1c001a7e 00070363 beq x14, x0, 6 x14:00000037 - 20570500 20555 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20571500 20556 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:104fff64 PA:104fff6c - 20573500 20558 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20576500 20561 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64 - 20578500 20563 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20579500 20564 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20582500 20567 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20583500 20568 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20584500 20569 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20587500 20572 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20588500 20573 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20589500 20574 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20590500 20575 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20591500 20576 1c001b36 f71ff06f jal x0, -144 - 20593500 20578 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:104fff64 PA:104fff6c - 20595500 20580 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20598500 20583 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64 - 20600500 20585 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20601500 20586 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20604500 20589 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64 - 20605500 20590 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20606500 20591 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20607500 20592 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20608500 20593 1c001ae8 0104aa03 lw x20, 16(x9) x20=104fff78 x9:104fff64 PA:104fff74 - 20610500 20595 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000037 x20=104fff79 x20:104fff78 PA:104fff78 - 20612500 20597 1c001af0 06059763 bne x11, x0, 110 x11:00000037 - 20615500 20600 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20616500 20601 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20618500 20603 1c001776 00b00533 add x10, x0, x11 x10=00000037 x11:00000037 - 20619500 20604 1c001778 fddff06f jal x0, -36 - 20621500 20606 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20622500 20607 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 20623500 20608 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20624500 20609 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 20625500 20610 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 20626500 20611 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 20627500 20612 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 20628500 20613 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 20629500 20614 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20630500 20615 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000037 x14:1a104000 PA:1a1040b8 - 20634500 20619 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20635500 20620 1c001b62 f8bff06f jal x0, -118 - 20637500 20622 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=104fff7a x20:104fff79 PA:104fff79 - 20639500 20624 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20640500 20625 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:104fff64 PA:104fff64 - 20642500 20627 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20643500 20628 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20646500 20631 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:104fff40 PA:104fff5c - 20647500 20632 1c001b02 01812403 lw x8, 24(x2) x8=104fffe8 x2:104fff40 PA:104fff58 - 20648500 20633 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:104fff40 PA:104fff54 - 20649500 20634 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:104fff40 PA:104fff50 - 20650500 20635 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:104fff40 PA:104fff4c - 20651500 20636 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:104fff40 PA:104fff48 - 20652500 20637 1c001b0c 02010113 addi x2, x2, 32 x2=104fff60 x2:104fff40 - 20653500 20638 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20655500 20640 1c001d86 01800433 add x8, x0, x24 x8=104fffec x24:104fffec - 20656500 20641 1c001d88 fadff06f jal x0, -84 - 20658500 20643 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 20659500 20644 1c001d36 e69ff06f jal x0, -408 - 20662500 20647 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 20686500 20671 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 20687500 20672 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 20690500 20675 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 20691500 20676 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20692500 20677 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20694500 20679 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 20695500 20680 1c001778 fddff06f jal x0, -36 - 20697500 20682 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20698500 20683 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 20699500 20684 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20700500 20685 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 20701500 20686 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 20702500 20687 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 20703500 20688 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 20704500 20689 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 20705500 20690 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20706500 20691 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1040b8 - 20710500 20695 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20711500 20696 1c001bca 16a0006f jal x0, 362 - 20713500 20698 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 20714500 20699 1c001d36 e69ff06f jal x0, -408 - 20717500 20702 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 20733500 20718 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 20734500 20719 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 20737500 20722 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 20738500 20723 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20739500 20724 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20741500 20726 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 20742500 20727 1c001778 fddff06f jal x0, -36 - 20744500 20729 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20745500 20730 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 20746500 20731 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20747500 20732 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 20748500 20733 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 20749500 20734 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 20750500 20735 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 20751500 20736 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 20752500 20737 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20753500 20738 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1040b8 - 20757500 20742 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20758500 20743 1c001bca 16a0006f jal x0, 362 - 20760500 20745 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 20761500 20746 1c001d36 e69ff06f jal x0, -408 - 20764500 20749 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 20781500 20766 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 20782500 20767 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 20785500 20770 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 20786500 20771 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20787500 20772 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20789500 20774 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 20790500 20775 1c001778 fddff06f jal x0, -36 - 20792500 20777 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20793500 20778 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000027 - 20794500 20779 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20795500 20780 1c00175e 00379713 slli x14, x15, 0x3 x14=00000138 x15:00000027 - 20796500 20781 1c001762 00279793 slli x15, x15, 0x2 x15=0000009c x15:00000027 - 20797500 20782 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000138 - 20798500 20783 1c001768 00d7f7b3 and x15, x15, x13 x15=00000080 x15:0000009c x13:00001f80 - 20799500 20784 1c00176a 00e787b3 add x15, x15, x14 x15=000000b8 x15:00000080 x14:00000038 - 20800500 20785 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20801500 20786 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1040b8 - 20805500 20790 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20806500 20791 1c001bca 16a0006f jal x0, 362 - 20808500 20793 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 20809500 20794 1c001d36 e69ff06f jal x0, -408 - 20812500 20797 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 20826500 20811 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 20827500 20812 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 20828500 20813 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:104fff60 PA:104fffbc - 20829500 20814 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:104fff60 PA:104fffb8 - 20830500 20815 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:104fff60 PA:104fffb4 - 20831500 20816 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:104fff60 PA:104fffb0 - 20832500 20817 1c001bb0 04c12983 lw x19, 76(x2) x19=00000007 x2:104fff60 PA:104fffac - 20833500 20818 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:104fff60 PA:104fffa8 - 20834500 20819 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:104fff60 PA:104fffa4 - 20835500 20820 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:104fff60 PA:104fffa0 - 20836500 20821 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:104fff60 PA:104fff9c - 20838500 20823 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:104fff60 PA:104fff98 - 20839500 20824 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:104fff60 PA:104fff94 - 20840500 20825 1c001bbe 06010113 addi x2, x2, 96 x2=104fffc0 x2:104fff60 - 20841500 20826 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 20843500 20828 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:104fffc0 PA:104fffdc - 20844500 20829 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 20845500 20830 1c001838 04010113 addi x2, x2, 64 x2=10500000 x2:104fffc0 - 20846500 20831 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 20848500 20833 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_02_0.log b/sw/scripts/tracevis/example/traces/trace_core_02_0.log deleted file mode 100644 index e8daea5..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_02_0.log +++ /dev/null @@ -1,921 +0,0 @@ - Time Cycles PC Instr Mnemonic - 14833500 14818 1c000080 0180006f jal x0, 24 - 14851500 14836 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000040 - 14852500 14837 1c00009c 01f57593 andi x11, x10, 31 x11=00000000 x10:00000040 - 14869500 14854 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000002 x10:00000040 - 14870500 14855 1c0000a2 00058463 beq x11, x0, 8 x11:00000000 - 14873500 14858 1c0000aa 00050463 beq x10, x0, 8 x10:00000002 - 14892500 14877 1c0000ae 0520206f jal x0, 8274 - 14894500 14879 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 14895500 14880 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 14896500 14881 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 14897500 14882 1c00210c 0e059163 bne x11, x0, 226 x11:00000000 - 14909500 14894 1c002110 feffe417 auipc x8, 0xfeffe000 x8=1b000110 - 14910500 14895 1c002114 ef840413 addi x8, x8, -264 x8=1b000008 x8:1b000110 - 14911500 14896 1c002118 04040493 addi x9, x8, 64 x9=1b000048 x8:1b000008 - 14912500 14897 1c00211c 00800933 add x18, x0, x8 x18=1b000008 x8:1b000008 - 14929500 14914 1c00211e 1b2049b7 lui x19, 0x1b204000 x19=1b204000 - 14930500 14915 1c002122 00200a13 addi x20, x0, 2 x20=00000002 - 14931500 14916 1c002124 00000a97 auipc x21, 0x0 x21=1c002124 - 14932500 14917 1c002128 036a8a93 addi x21, x21, 54 x21=1c00215a x21:1c002124 - 14933500 14918 1c00212c 00000b97 auipc x23, 0x0 x23=1c00212c - 14950500 14935 1c002130 57cb8b93 addi x23, x23, 1404 x23=1c0026a8 x23:1c00212c - 14951500 14936 1c002134 000bab83 lw x23, 0(x23) x23=1c2fff50 x23:1c0026a8 PA:1c0026a8 - 14966500 14951 1c002138 01800393 addi x7, x0, 24 x7=00000018 - 14967500 14952 1c00213a 02a383b3 mul x7, x7, x10 x7=00000030 x7:00000018 x10:00000002 - 14968500 14953 1c00213e 007b8bb3 add x23, x23, x7 x23=1c2fff80 x23:1c2fff50 x7:00000030 - 14988500 14973 1c002140 008b8b93 addi x23, x23, 8 x23=1c2fff88 x23:1c2fff80 - 14989500 14974 1c002142 10201cb7 lui x25, 0x10201000 x25=10201000 - 14990500 14975 1c002146 e04c8c93 addi x25, x25, -508 x25=10200e04 x25:10201000 - 14991500 14976 1c00214a 00100c13 addi x24, x0, 1 x24=00000001 - 14992500 14977 1c00214c 00000d17 auipc x26, 0x0 x26=1c00214c - 15009500 14994 1c002150 0e0d0d13 addi x26, x26, 224 x26=1c00222c x26:1c00214c - 15010500 14995 1c002154 001d6d13 ori x26, x26, 1 x26=1c00222d x26:1c00222c - 15011500 14996 1c002158 0160006f jal x0, 22 - 15046500 15031 1c00216e 00042e03 lw x28, 0(x8) x28=00000000 x8:1b000008 PA:1b000008 - 15048500 15033 1c002172 060e0063 beq x28, x0, 96 x28:00000000 - 15067500 15052 1c0021d2 0149a423 sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008 - 15068500 15053 1c0021d6 03c9e003 p.elw x0, 60(x19) x19:1b204000 PA:1b20403c - 18211500 18196 1c0021da 0149a223 sw x20, 4(x19) x20:00000002 x19:1b204000 PA:1b204004 - 18212500 18197 1c0021de f91ff06f jal x0, -112 - 18215500 18200 1c00216e 00042e03 lw x28, 0(x8) x28=00000008 x8:1b000008 PA:1b000008 - 18217500 18202 1c002172 060e0063 beq x28, x0, 96 x28:00000008 - 18218500 18203 1c002176 00842503 lw x10, 8(x8) x10=00000000 x8:1b000008 PA:1b000010 - 18219500 18204 1c002178 00442283 lw x5, 4(x8) x5=1c0009d8 x8:1b000008 PA:1b00000c - 18220500 18205 1c00217c 00c42103 lw x2, 12(x8) x2=108fe400 x8:1b000008 PA:1b000014 - 18237500 18222 1c002180 01042303 lw x6, 16(x8) x6=00000400 x8:1b000008 PA:1b000018 - 18238500 18223 1c002184 01442383 lw x7, 20(x8) x7=00000400 x8:1b000008 PA:1b00001c - 18239500 18224 1c002188 01842b03 lw x22, 24(x8) x22=100fc720 x8:1b000008 PA:1b000020 - 18240500 18225 1c00218c 01c42e83 lw x29, 28(x8) x29=1000013c x8:1b000008 PA:1b000024 - 18264500 18249 1c002190 00042023 sw x0, 0(x8) x8:1b000008 PA:1b000008 - 18265500 18250 1c002194 feffef17 auipc x30, 0xfeffe000 x30=1b000194 - 18266500 18251 1c002198 eb4f0f13 addi x30, x30, -332 x30=1b000048 x30:1b000194 - 18267500 18252 1c00219c 01df2023 sw x29, 0(x30) x29:1000013c x30:1b000048 PA:1b000048 - 18284500 18269 1c0021a0 015000b3 add x1, x0, x21 x1=1c00215a x21:1c00215a - 18285500 18270 1c0021a2 00100e93 addi x29, x0, 1 x29=00000001 - 18286500 18271 1c0021a4 01ce9e33 sll x28, x29, x28 x28=00000100 x29:00000001 x28:00000008 - 18287500 18272 1c0021a8 fffe0e13 addi x28, x28, -1 x28=000000ff x28:00000100 - 18288500 18273 1c0021aa 21c9a023 sw x28, 512(x19) x28:000000ff x19:1b204000 PA:1b204200 - 18310500 18295 1c0021ae 21c9a623 sw x28, 524(x19) x28:000000ff x19:1b204000 PA:1b20420c - 18311500 18296 1c0021b2 09c9a223 sw x28, 132(x19) x28:000000ff x19:1b204000 PA:1b204084 - 18312500 18297 1c0021b6 001e2863 p.beqimm x28, 16 x28:000000ff - 18313500 18298 1c0021ba 09a9a023 sw x26, 128(x19) x26:1c00222d x19:1b204000 PA:1b204080 - 18330500 18315 1c0021be 0879a023 sw x7, 128(x19) x7:00000400 x19:1b204000 PA:1b204080 - 18331500 18316 1c0021c2 0829a023 sw x2, 128(x19) x2:108fe400 x19:1b204000 PA:1b204080 - 18332500 18317 1c0021c6 02040413 addi x8, x8, 32 x8=1b000028 x8:1b000008 - 18333500 18318 1c0021ca 00941363 bne x8, x9, 6 x8:1b000028 x9:1b000048 - 18336500 18321 1c0021d0 00028067 jalr x0, x5, 0 x5:1c0009d8 - 18356500 18341 1c0009d8 ff010113 addi x2, x2, -16 x2=108fe3f0 x2:108fe400 - 18357500 18342 1c0009da 0ff00713 addi x14, x0, 255 x14=000000ff - 18375500 18360 1c0009de 1b2047b7 lui x15, 0x1b204000 x15=1b204000 - 18376500 18361 1c0009e2 00112623 sw x1, 12(x2) x1:1c00215a x2:108fe3f0 PA:108fe3fc - 18377500 18362 1c0009e4 00812423 sw x8, 8(x2) x8:1b000028 x2:108fe3f0 PA:108fe3f8 - 18378500 18363 1c0009e6 00912223 sw x9, 4(x2) x9:1b000048 x2:108fe3f0 PA:108fe3f4 - 18379500 18364 1c0009e8 08e7a223 sw x14, 132(x15) x14:000000ff x15:1b204000 PA:1b204084 - 18380500 18365 1c0009ec 20078493 addi x9, x15, 512 x9=1b204200 x15:1b204000 - 18397500 18382 1c0009f0 00e4a023 sw x14, 0(x9) x14:000000ff x9:1b204200 PA:1b204200 - 18398500 18383 1c0009f2 20c78793 addi x15, x15, 524 x15=1b20420c x15:1b204000 - 18399500 18384 1c0009f6 00e7a023 sw x14, 0(x15) x14:000000ff x15:1b20420c PA:1b20420c - 18400500 18385 1c0009f8 1c0017b7 lui x15, 0x1c001000 x15=1c001000 - 18401500 18386 1c0009fc 9bc78793 addi x15, x15, -1604 x15=1c0009bc x15:1c001000 - 18418500 18403 1c000a00 1b204737 lui x14, 0x1b204000 x14=1b204000 - 18419500 18404 1c000a04 08f72023 sw x15, 128(x14) x15:1c0009bc x14:1b204000 PA:1b204080 - 18420500 18405 1c000a08 1b2047b7 lui x15, 0x1b204000 x15=1b204000 - 18421500 18406 1c000a0c 08a7a023 sw x10, 128(x15) x10:00000000 x15:1b204000 PA:1b204080 - 18440500 18425 1c000a10 f1402673 csrrs x12, x0, 0xf14 x12=00000040 - 18441500 18426 1c000a14 40565413 srai x8, x12, 0x405 x8=00000002 x12:00000040 - 18442500 18427 1c000a18 f2643433 p.bclr x8, x8, 25, 6 x8=00000002 x8:00000002 - 18443500 18428 1c000a1c 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18462500 18447 1c000a20 f4563633 p.bclr x12, x12, 26, 5 x12=00000000 x12:00000040 - 18463500 18448 1c000a24 008005b3 add x11, x0, x8 x11=00000002 x8:00000002 - 18464500 18449 1c000a26 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18465500 18450 1c000a2a 5e7000ef jal x1, 3558 x1=1c000a2e - 18502500 18487 1c001810 fc010113 addi x2, x2, -64 x2=108fe3b0 x2:108fe3f0 - 18503500 18488 1c001812 02b12223 sw x11, 36(x2) x11:00000002 x2:108fe3b0 PA:108fe3d4 - 18504500 18489 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18505500 18490 1c001818 02c12423 sw x12, 40(x2) x12:00000000 x2:108fe3b0 PA:108fe3d8 - 18506500 18491 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:108fe3b0 PA:108fe3dc - 18507500 18492 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18508500 18493 1c00181e 02410693 addi x13, x2, 36 x13=108fe3d4 x2:108fe3b0 - 18526500 18511 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18527500 18512 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18528500 18513 1c001826 00112e23 sw x1, 28(x2) x1:1c000a2e x2:108fe3b0 PA:108fe3cc - 18529500 18514 1c001828 02e12823 sw x14, 48(x2) x14:1b204000 x2:108fe3b0 PA:108fe3e0 - 18530500 18515 1c00182a 02f12a23 sw x15, 52(x2) x15:1b204000 x2:108fe3b0 PA:108fe3e4 - 18531500 18516 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:108fe3b0 PA:108fe3e8 - 18532500 18517 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:108fe3b0 PA:108fe3ec - 18549500 18534 1c001830 00d12623 sw x13, 12(x2) x13:108fe3d4 x2:108fe3b0 PA:108fe3bc - 18550500 18535 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18568500 18553 1c001b70 fa010113 addi x2, x2, -96 x2=108fe350 x2:108fe3b0 - 18569500 18554 1c001b72 01810793 addi x15, x2, 24 x15=108fe368 x2:108fe350 - 18570500 18555 1c001b74 04812c23 sw x8, 88(x2) x8:00000002 x2:108fe350 PA:108fe3a8 - 18571500 18556 1c001b76 05212823 sw x18, 80(x2) x18:1b000008 x2:108fe350 PA:108fe3a0 - 18572500 18557 1c001b78 05312623 sw x19, 76(x2) x19:1b204000 x2:108fe350 PA:108fe39c - 18573500 18558 1c001b7a 05412423 sw x20, 72(x2) x20:00000002 x2:108fe350 PA:108fe398 - 18574500 18559 1c001b7c 05512223 sw x21, 68(x2) x21:1c00215a x2:108fe350 PA:108fe394 - 18575500 18560 1c001b7e 05612023 sw x22, 64(x2) x22:100fc720 x2:108fe350 PA:108fe390 - 18592500 18577 1c001b80 03712e23 sw x23, 60(x2) x23:1c2fff88 x2:108fe350 PA:108fe38c - 18593500 18578 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:108fe350 PA:108fe3ac - 18594500 18579 1c001b84 04912a23 sw x9, 84(x2) x9:1b204200 x2:108fe350 PA:108fe3a4 - 18595500 18580 1c001b86 03812c23 sw x24, 56(x2) x24:00000001 x2:108fe350 PA:108fe388 - 18596500 18581 1c001b88 03912a23 sw x25, 52(x2) x25:10200e04 x2:108fe350 PA:108fe384 - 18597500 18582 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18598500 18583 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18599500 18584 1c001b8e 00d00433 add x8, x0, x13 x8=108fe3d4 x13:108fe3d4 - 18616500 18601 1c001b90 00f12a23 sw x15, 20(x2) x15:108fe368 x2:108fe350 PA:108fe364 - 18617500 18602 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18618500 18603 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18619500 18604 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18620500 18605 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18638500 18623 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18667500 18652 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18668500 18653 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18678500 18663 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18679500 18664 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18680500 18665 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18698500 18683 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18699500 18684 1c001778 fddff06f jal x0, -36 - 18718500 18703 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18719500 18704 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 18720500 18705 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18738500 18723 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 18739500 18724 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 18740500 18725 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 18741500 18726 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 18742500 18727 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 18743500 18728 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18744500 18729 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104100 - 18748500 18733 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18749500 18734 1c001bca 16a0006f jal x0, 362 - 18768500 18753 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18769500 18754 1c001d36 e69ff06f jal x0, -408 - 18772500 18757 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18807500 18792 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18808500 18793 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18811500 18796 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18812500 18797 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18813500 18798 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18815500 18800 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18816500 18801 1c001778 fddff06f jal x0, -36 - 18818500 18803 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18819500 18804 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 18820500 18805 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18821500 18806 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 18822500 18807 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 18823500 18808 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 18824500 18809 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 18825500 18810 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 18826500 18811 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18827500 18812 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104100 - 18831500 18816 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18832500 18817 1c001bca 16a0006f jal x0, 362 - 18834500 18819 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18835500 18820 1c001d36 e69ff06f jal x0, -408 - 18838500 18823 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18854500 18839 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18855500 18840 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18858500 18843 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18859500 18844 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18860500 18845 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18862500 18847 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18863500 18848 1c001778 fddff06f jal x0, -36 - 18865500 18850 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18866500 18851 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 18867500 18852 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18868500 18853 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 18869500 18854 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 18870500 18855 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 18871500 18856 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 18872500 18857 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 18873500 18858 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18874500 18859 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104100 - 18878500 18863 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18879500 18864 1c001bca 16a0006f jal x0, 362 - 18881500 18866 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18882500 18867 1c001d36 e69ff06f jal x0, -408 - 18885500 18870 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18902500 18887 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18903500 18888 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18906500 18891 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18907500 18892 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18908500 18893 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18910500 18895 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18911500 18896 1c001778 fddff06f jal x0, -36 - 18913500 18898 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18914500 18899 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 18915500 18900 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18916500 18901 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 18917500 18902 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 18918500 18903 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 18919500 18904 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 18920500 18905 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 18921500 18906 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18922500 18907 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104100 - 18926500 18911 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18927500 18912 1c001bca 16a0006f jal x0, 362 - 18929500 18914 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18930500 18915 1c001d36 e69ff06f jal x0, -408 - 18933500 18918 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18950500 18935 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18951500 18936 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18954500 18939 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18955500 18940 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18956500 18941 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18958500 18943 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18959500 18944 1c001778 fddff06f jal x0, -36 - 18961500 18946 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18962500 18947 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 18963500 18948 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18964500 18949 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 18965500 18950 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 18966500 18951 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 18967500 18952 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 18968500 18953 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 18969500 18954 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18970500 18955 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104100 - 18974500 18959 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18975500 18960 1c001bca 16a0006f jal x0, 362 - 18977500 18962 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18978500 18963 1c001d36 e69ff06f jal x0, -408 - 18981500 18966 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19003500 18988 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19004500 18989 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19007500 18992 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19008500 18993 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19009500 18994 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19011500 18996 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19012500 18997 1c001778 fddff06f jal x0, -36 - 19014500 18999 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19015500 19000 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 19016500 19001 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19017500 19002 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 19018500 19003 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 19019500 19004 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 19020500 19005 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 19021500 19006 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 19022500 19007 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19023500 19008 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104100 - 19027500 19012 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19028500 19013 1c001bca 16a0006f jal x0, 362 - 19030500 19015 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19031500 19016 1c001d36 e69ff06f jal x0, -408 - 19034500 19019 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19048500 19033 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19049500 19034 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19052500 19037 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19053500 19038 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19054500 19039 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19056500 19041 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19057500 19042 1c001778 fddff06f jal x0, -36 - 19059500 19044 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19060500 19045 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 19061500 19046 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19062500 19047 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 19063500 19048 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 19064500 19049 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 19065500 19050 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 19066500 19051 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 19067500 19052 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19068500 19053 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104100 - 19072500 19057 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19073500 19058 1c001bca 16a0006f jal x0, 362 - 19075500 19060 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19076500 19061 1c001d36 e69ff06f jal x0, -408 - 19079500 19064 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19093500 19078 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19094500 19079 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19097500 19082 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19098500 19083 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19099500 19084 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19101500 19086 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19102500 19087 1c001778 fddff06f jal x0, -36 - 19104500 19089 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19105500 19090 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 19106500 19091 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19107500 19092 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 19108500 19093 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 19109500 19094 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 19110500 19095 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 19111500 19096 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 19112500 19097 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19113500 19098 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104100 - 19117500 19102 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19118500 19103 1c001bca 16a0006f jal x0, 362 - 19120500 19105 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19121500 19106 1c001d36 e69ff06f jal x0, -408 - 19124500 19109 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19138500 19123 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19139500 19124 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19142500 19127 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19143500 19128 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19144500 19129 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19146500 19131 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19147500 19132 1c001778 fddff06f jal x0, -36 - 19149500 19134 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19150500 19135 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 19151500 19136 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19152500 19137 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 19153500 19138 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 19154500 19139 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 19155500 19140 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 19156500 19141 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 19157500 19142 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19158500 19143 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104100 - 19162500 19147 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19163500 19148 1c001bca 16a0006f jal x0, 362 - 19165500 19150 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19166500 19151 1c001d36 e69ff06f jal x0, -408 - 19169500 19154 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19202500 19187 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19203500 19188 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19206500 19191 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19207500 19192 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19208500 19193 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19210500 19195 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19211500 19196 1c001778 fddff06f jal x0, -36 - 19213500 19198 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19214500 19199 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 19215500 19200 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19216500 19201 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 19217500 19202 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 19218500 19203 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 19219500 19204 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 19220500 19205 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 19221500 19206 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19222500 19207 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104100 - 19226500 19211 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19227500 19212 1c001bca 16a0006f jal x0, 362 - 19229500 19214 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19230500 19215 1c001d36 e69ff06f jal x0, -408 - 19233500 19218 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19251500 19236 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19252500 19237 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19255500 19240 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19256500 19241 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19257500 19242 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19259500 19244 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19260500 19245 1c001778 fddff06f jal x0, -36 - 19262500 19247 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19263500 19248 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 19264500 19249 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19265500 19250 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 19266500 19251 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 19267500 19252 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 19268500 19253 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 19269500 19254 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 19270500 19255 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19271500 19256 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104100 - 19275500 19260 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19276500 19261 1c001bca 16a0006f jal x0, 362 - 19278500 19263 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19279500 19264 1c001d36 e69ff06f jal x0, -408 - 19282500 19267 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19300500 19285 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19301500 19286 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19304500 19289 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19305500 19290 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19306500 19291 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19308500 19293 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19309500 19294 1c001778 fddff06f jal x0, -36 - 19311500 19296 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19312500 19297 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 19313500 19298 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19314500 19299 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 19315500 19300 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 19316500 19301 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 19317500 19302 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 19318500 19303 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 19319500 19304 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19320500 19305 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104100 - 19324500 19309 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19325500 19310 1c001bca 16a0006f jal x0, 362 - 19327500 19312 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19328500 19313 1c001d36 e69ff06f jal x0, -408 - 19331500 19316 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19348500 19333 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19349500 19334 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19352500 19337 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19353500 19338 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19354500 19339 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19356500 19341 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19357500 19342 1c001778 fddff06f jal x0, -36 - 19359500 19344 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19360500 19345 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 19361500 19346 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19362500 19347 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 19363500 19348 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 19364500 19349 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 19365500 19350 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 19366500 19351 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 19367500 19352 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19368500 19353 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104100 - 19372500 19357 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19373500 19358 1c001bca 16a0006f jal x0, 362 - 19375500 19360 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19376500 19361 1c001d36 e69ff06f jal x0, -408 - 19379500 19364 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19400500 19385 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19401500 19386 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19404500 19389 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19405500 19390 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19406500 19391 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19408500 19393 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19409500 19394 1c001778 fddff06f jal x0, -36 - 19411500 19396 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19412500 19397 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 19413500 19398 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19414500 19399 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 19415500 19400 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 19416500 19401 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 19417500 19402 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 19418500 19403 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 19419500 19404 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19420500 19405 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104100 - 19424500 19409 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19425500 19410 1c001bca 16a0006f jal x0, 362 - 19427500 19412 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19428500 19413 1c001d36 e69ff06f jal x0, -408 - 19431500 19416 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19452500 19437 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19453500 19438 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19456500 19441 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19457500 19442 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19458500 19443 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19460500 19445 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19461500 19446 1c001778 fddff06f jal x0, -36 - 19463500 19448 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19464500 19449 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 19465500 19450 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19466500 19451 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 19467500 19452 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 19468500 19453 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 19469500 19454 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 19470500 19455 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 19471500 19456 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19472500 19457 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104100 - 19476500 19461 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19477500 19462 1c001bca 16a0006f jal x0, 362 - 19479500 19464 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19480500 19465 1c001d36 e69ff06f jal x0, -408 - 19483500 19468 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19502500 19487 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19503500 19488 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19506500 19491 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19509500 19494 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:108fe350 PA:108fe354 - 19510500 19495 1c001bd0 00012423 sw x0, 8(x2) x2:108fe350 PA:108fe358 - 19511500 19496 1c001bd2 00010623 sb x0, 12(x2) x2:108fe350 PA:108fe35c - 19512500 19497 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19513500 19498 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19514500 19499 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19515500 19500 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108fe350 PA:108fe354 - 19516500 19501 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19517500 19502 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19518500 19503 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19519500 19504 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19520500 19505 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19536500 19521 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19537500 19522 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19538500 19523 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19573500 19558 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19574500 19559 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19586500 19571 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19587500 19572 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19588500 19573 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19611500 19596 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19630500 19615 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19633500 19618 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19656500 19641 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19674500 19659 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19675500 19660 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19676500 19661 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19696500 19681 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19714500 19699 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19733500 19718 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19734500 19719 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19774500 19759 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19793500 19778 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19816500 19801 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19817500 19802 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19856500 19841 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19880500 19865 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19881500 19866 1c001f42 e09ff06f jal x0, -504 - 19901500 19886 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19902500 19887 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108fe350 PA:108fe360 - 19921500 19906 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19943500 19928 1c001e34 00440c13 addi x24, x8, 4 x24=108fe3d8 x8:108fe3d4 - 19944500 19929 1c001e38 00042503 lw x10, 0(x8) x10=00000002 x8:108fe3d4 PA:108fe3d4 - 19945500 19930 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19984500 19969 1c001e54 00055863 bge x10, x0, 16 x10:00000002 - 20003500 19988 1c001e64 00410593 addi x11, x2, 4 x11=108fe354 x2:108fe350 - 20004500 19989 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20024500 20009 1c0019fe 0105a683 lw x13, 16(x11) x13=108fe368 x11:108fe354 PA:108fe364 - 20041500 20026 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fe354 PA:108fe360 - 20042500 20027 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20043500 20028 1c001a04 02f55633 divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001 - 20077500 20062 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000002 x14:0000000a - 20078500 20063 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20079500 20064 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20080500 20065 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20083500 20068 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fe354 PA:108fe360 - 20100500 20085 1c001a20 02f55833 divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001 - 20134500 20119 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001 - 20168500 20153 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20199500 20184 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20200500 20185 1c001a2e 01004663 blt x0, x16, 12 x16:00000002 - 20203500 20188 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20222500 20207 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000002 - 20244500 20229 1c001a56 01070733 add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002 - 20245500 20230 1c001a58 00e68023 sb x14, 0(x13) x14:00000032 x13:108fe368 PA:108fe368 - 20246500 20231 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20247500 20232 1c001a5e 00168693 addi x13, x13, 1 x13=108fe369 x13:108fe368 - 20263500 20248 1c001a60 fb1ff06f jal x0, -80 - 20265500 20250 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20266500 20251 1c001a12 00068023 sb x0, 0(x13) x13:108fe369 PA:108fe369 - 20267500 20252 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20269500 20254 1c001e68 f17ff06f jal x0, -234 - 20292500 20277 1c001d7e 00410613 addi x12, x2, 4 x12=108fe354 x2:108fe350 - 20310500 20295 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20311500 20296 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20312500 20297 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20314500 20299 1c001a62 fe010113 addi x2, x2, -32 x2=108fe330 x2:108fe350 - 20315500 20300 1c001a64 00812c23 sw x8, 24(x2) x8:108fe3d4 x2:108fe330 PA:108fe348 - 20316500 20301 1c001a66 01062783 lw x15, 16(x12) x15=108fe368 x12:108fe354 PA:108fe364 - 20317500 20302 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108fe354 PA:108fe358 - 20318500 20303 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:108fe330 PA:108fe344 - 20319500 20304 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108fe330 PA:108fe340 - 20320500 20305 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108fe330 PA:108fe33c - 20337500 20322 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108fe330 PA:108fe34c - 20338500 20323 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108fe330 PA:108fe338 - 20339500 20324 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20340500 20325 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20341500 20326 1c001a78 00c004b3 add x9, x0, x12 x9=108fe354 x12:108fe354 - 20342500 20327 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000032 x15=108fe369 x15:108fe368 PA:108fe368 - 20344500 20329 1c001a7e 00070363 beq x14, x0, 6 x14:00000032 - 20360500 20345 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20361500 20346 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108fe354 PA:108fe35c - 20363500 20348 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20366500 20351 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354 - 20384500 20369 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20385500 20370 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20404500 20389 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20405500 20390 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20406500 20391 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20426500 20411 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20427500 20412 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20444500 20429 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20445500 20430 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20446500 20431 1c001b36 f71ff06f jal x0, -144 - 20448500 20433 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108fe354 PA:108fe35c - 20450500 20435 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20468500 20453 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354 - 20470500 20455 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20471500 20456 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20490500 20475 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354 - 20507500 20492 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20508500 20493 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20509500 20494 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20510500 20495 1c001ae8 0104aa03 lw x20, 16(x9) x20=108fe368 x9:108fe354 PA:108fe364 - 20512500 20497 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000032 x20=108fe369 x20:108fe368 PA:108fe368 - 20528500 20513 1c001af0 06059763 bne x11, x0, 110 x11:00000032 - 20547500 20532 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20564500 20549 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20566500 20551 1c001776 00b00533 add x10, x0, x11 x10=00000032 x11:00000032 - 20567500 20552 1c001778 fddff06f jal x0, -36 - 20569500 20554 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20570500 20555 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 20571500 20556 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20572500 20557 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 20573500 20558 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 20574500 20559 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 20575500 20560 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 20576500 20561 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 20577500 20562 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20578500 20563 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104100 - 20582500 20567 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20583500 20568 1c001b62 f8bff06f jal x0, -118 - 20585500 20570 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108fe36a x20:108fe369 PA:108fe369 - 20587500 20572 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20588500 20573 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354 - 20590500 20575 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20591500 20576 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20610500 20595 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108fe330 PA:108fe34c - 20611500 20596 1c001b02 01812403 lw x8, 24(x2) x8=108fe3d4 x2:108fe330 PA:108fe348 - 20612500 20597 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:108fe330 PA:108fe344 - 20613500 20598 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108fe330 PA:108fe340 - 20614500 20599 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108fe330 PA:108fe33c - 20615500 20600 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108fe330 PA:108fe338 - 20616500 20601 1c001b0c 02010113 addi x2, x2, 32 x2=108fe350 x2:108fe330 - 20617500 20602 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20636500 20621 1c001d86 01800433 add x8, x0, x24 x8=108fe3d8 x24:108fe3d8 - 20637500 20622 1c001d88 fadff06f jal x0, -84 - 20639500 20624 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20640500 20625 1c001d36 e69ff06f jal x0, -408 - 20643500 20628 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20684500 20669 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20685500 20670 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20688500 20673 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20689500 20674 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20690500 20675 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20692500 20677 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20693500 20678 1c001778 fddff06f jal x0, -36 - 20695500 20680 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20696500 20681 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 20697500 20682 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20698500 20683 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 20699500 20684 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 20700500 20685 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 20701500 20686 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 20702500 20687 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 20703500 20688 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20704500 20689 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104100 - 20708500 20693 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20709500 20694 1c001bca 16a0006f jal x0, 362 - 20711500 20696 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20712500 20697 1c001d36 e69ff06f jal x0, -408 - 20715500 20700 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20731500 20716 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20732500 20717 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20735500 20720 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20736500 20721 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20737500 20722 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20739500 20724 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20740500 20725 1c001778 fddff06f jal x0, -36 - 20742500 20727 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20743500 20728 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 20744500 20729 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20745500 20730 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 20746500 20731 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 20747500 20732 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 20748500 20733 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 20749500 20734 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 20750500 20735 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20751500 20736 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104100 - 20755500 20740 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20756500 20741 1c001bca 16a0006f jal x0, 362 - 20758500 20743 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20759500 20744 1c001d36 e69ff06f jal x0, -408 - 20762500 20747 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20779500 20764 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20780500 20765 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20783500 20768 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20786500 20771 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:108fe350 PA:108fe354 - 20787500 20772 1c001bd0 00012423 sw x0, 8(x2) x2:108fe350 PA:108fe358 - 20788500 20773 1c001bd2 00010623 sb x0, 12(x2) x2:108fe350 PA:108fe35c - 20789500 20774 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20790500 20775 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20791500 20776 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20792500 20777 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108fe350 PA:108fe354 - 20793500 20778 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20794500 20779 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20795500 20780 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20796500 20781 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20797500 20782 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20798500 20783 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20799500 20784 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20800500 20785 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20816500 20801 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20817500 20802 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20820500 20805 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20821500 20806 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20822500 20807 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20825500 20810 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20828500 20813 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20831500 20816 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20834500 20819 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20835500 20820 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20836500 20821 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20837500 20822 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20840500 20825 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20841500 20826 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20844500 20829 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20845500 20830 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20848500 20833 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20850500 20835 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20853500 20838 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20854500 20839 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20857500 20842 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20858500 20843 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20859500 20844 1c001f42 e09ff06f jal x0, -504 - 20861500 20846 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20862500 20847 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108fe350 PA:108fe360 - 20863500 20848 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20866500 20851 1c001e34 00440c13 addi x24, x8, 4 x24=108fe3dc x8:108fe3d8 - 20867500 20852 1c001e38 00042503 lw x10, 0(x8) x10=00000000 x8:108fe3d8 PA:108fe3d8 - 20868500 20853 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20871500 20856 1c001e54 00055863 bge x10, x0, 16 x10:00000000 - 20874500 20859 1c001e64 00410593 addi x11, x2, 4 x11=108fe354 x2:108fe350 - 20875500 20860 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20877500 20862 1c0019fe 0105a683 lw x13, 16(x11) x13=108fe368 x11:108fe354 PA:108fe364 - 20878500 20863 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fe354 PA:108fe360 - 20879500 20864 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20880500 20865 1c001a04 02f55633 divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001 - 20914500 20899 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000000 x14:0000000a - 20915500 20900 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20916500 20901 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20917500 20902 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20920500 20905 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fe354 PA:108fe360 - 20921500 20906 1c001a20 02f55833 divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001 - 20955500 20940 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001 - 20989500 20974 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21020500 21005 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21021500 21006 1c001a2e 01004663 blt x0, x16, 12 x16:00000000 - 21022500 21007 1c001a32 fc079fe3 bne x15, x0, -34 x15:00000000 - 21023500 21008 1c001a34 03000713 addi x14, x0, 48 x14=00000030 - 21024500 21009 1c001a38 01e0006f jal x0, 30 - 21026500 21011 1c001a56 01070733 add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000 - 21027500 21012 1c001a58 00e68023 sb x14, 0(x13) x14:00000030 x13:108fe368 PA:108fe368 - 21028500 21013 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21029500 21014 1c001a5e 00168693 addi x13, x13, 1 x13=108fe369 x13:108fe368 - 21030500 21015 1c001a60 fb1ff06f jal x0, -80 - 21032500 21017 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21033500 21018 1c001a12 00068023 sb x0, 0(x13) x13:108fe369 PA:108fe369 - 21034500 21019 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21036500 21021 1c001e68 f17ff06f jal x0, -234 - 21038500 21023 1c001d7e 00410613 addi x12, x2, 4 x12=108fe354 x2:108fe350 - 21039500 21024 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21040500 21025 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21041500 21026 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21043500 21028 1c001a62 fe010113 addi x2, x2, -32 x2=108fe330 x2:108fe350 - 21044500 21029 1c001a64 00812c23 sw x8, 24(x2) x8:108fe3d8 x2:108fe330 PA:108fe348 - 21045500 21030 1c001a66 01062783 lw x15, 16(x12) x15=108fe368 x12:108fe354 PA:108fe364 - 21046500 21031 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108fe354 PA:108fe358 - 21047500 21032 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:108fe330 PA:108fe344 - 21048500 21033 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108fe330 PA:108fe340 - 21049500 21034 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108fe330 PA:108fe33c - 21050500 21035 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108fe330 PA:108fe34c - 21051500 21036 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108fe330 PA:108fe338 - 21052500 21037 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21053500 21038 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21054500 21039 1c001a78 00c004b3 add x9, x0, x12 x9=108fe354 x12:108fe354 - 21055500 21040 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000030 x15=108fe369 x15:108fe368 PA:108fe368 - 21057500 21042 1c001a7e 00070363 beq x14, x0, 6 x14:00000030 - 21058500 21043 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21059500 21044 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108fe354 PA:108fe35c - 21061500 21046 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21064500 21049 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354 - 21066500 21051 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21067500 21052 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21070500 21055 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21071500 21056 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21072500 21057 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21075500 21060 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21076500 21061 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21077500 21062 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21078500 21063 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21079500 21064 1c001b36 f71ff06f jal x0, -144 - 21081500 21066 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108fe354 PA:108fe35c - 21083500 21068 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21086500 21071 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354 - 21088500 21073 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21089500 21074 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21092500 21077 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354 - 21093500 21078 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21094500 21079 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21095500 21080 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21096500 21081 1c001ae8 0104aa03 lw x20, 16(x9) x20=108fe368 x9:108fe354 PA:108fe364 - 21098500 21083 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000030 x20=108fe369 x20:108fe368 PA:108fe368 - 21100500 21085 1c001af0 06059763 bne x11, x0, 110 x11:00000030 - 21103500 21088 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21104500 21089 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21106500 21091 1c001776 00b00533 add x10, x0, x11 x10=00000030 x11:00000030 - 21107500 21092 1c001778 fddff06f jal x0, -36 - 21109500 21094 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21110500 21095 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 21111500 21096 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21112500 21097 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 21113500 21098 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 21114500 21099 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 21115500 21100 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 21116500 21101 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 21117500 21102 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21118500 21103 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104100 - 21122500 21107 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21123500 21108 1c001b62 f8bff06f jal x0, -118 - 21125500 21110 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108fe36a x20:108fe369 PA:108fe369 - 21127500 21112 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21128500 21113 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe354 PA:108fe354 - 21130500 21115 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21131500 21116 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21134500 21119 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108fe330 PA:108fe34c - 21135500 21120 1c001b02 01812403 lw x8, 24(x2) x8=108fe3d8 x2:108fe330 PA:108fe348 - 21136500 21121 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:108fe330 PA:108fe344 - 21137500 21122 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108fe330 PA:108fe340 - 21138500 21123 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108fe330 PA:108fe33c - 21139500 21124 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108fe330 PA:108fe338 - 21140500 21125 1c001b0c 02010113 addi x2, x2, 32 x2=108fe350 x2:108fe330 - 21141500 21126 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21143500 21128 1c001d86 01800433 add x8, x0, x24 x8=108fe3dc x24:108fe3dc - 21144500 21129 1c001d88 fadff06f jal x0, -84 - 21146500 21131 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21147500 21132 1c001d36 e69ff06f jal x0, -408 - 21150500 21135 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21164500 21149 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21165500 21150 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21168500 21153 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21169500 21154 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21170500 21155 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21172500 21157 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21173500 21158 1c001778 fddff06f jal x0, -36 - 21175500 21160 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21176500 21161 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 21177500 21162 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21178500 21163 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 21179500 21164 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 21180500 21165 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 21181500 21166 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 21182500 21167 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 21183500 21168 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21184500 21169 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104100 - 21188500 21173 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21189500 21174 1c001bca 16a0006f jal x0, 362 - 21191500 21176 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21192500 21177 1c001d36 e69ff06f jal x0, -408 - 21195500 21180 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21215500 21200 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21216500 21201 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21219500 21204 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21220500 21205 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21221500 21206 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21223500 21208 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21224500 21209 1c001778 fddff06f jal x0, -36 - 21226500 21211 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21227500 21212 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 21228500 21213 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21229500 21214 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 21230500 21215 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 21231500 21216 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 21232500 21217 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 21233500 21218 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 21234500 21219 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21235500 21220 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104100 - 21239500 21224 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21240500 21225 1c001bca 16a0006f jal x0, 362 - 21242500 21227 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21243500 21228 1c001d36 e69ff06f jal x0, -408 - 21246500 21231 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21260500 21245 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21261500 21246 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21264500 21249 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21265500 21250 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21266500 21251 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21268500 21253 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21269500 21254 1c001778 fddff06f jal x0, -36 - 21271500 21256 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21272500 21257 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000040 - 21273500 21258 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21274500 21259 1c00175e 00379713 slli x14, x15, 0x3 x14=00000200 x15:00000040 - 21275500 21260 1c001762 00279793 slli x15, x15, 0x2 x15=00000100 x15:00000040 - 21276500 21261 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000200 - 21277500 21262 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000100 x13:00001f80 - 21278500 21263 1c00176a 00e787b3 add x15, x15, x14 x15=00000100 x15:00000100 x14:00000000 - 21279500 21264 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21280500 21265 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104100 - 21284500 21269 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21285500 21270 1c001bca 16a0006f jal x0, 362 - 21287500 21272 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21288500 21273 1c001d36 e69ff06f jal x0, -408 - 21291500 21276 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21308500 21293 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21309500 21294 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21310500 21295 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:108fe350 PA:108fe3ac - 21311500 21296 1c001baa 05812403 lw x8, 88(x2) x8=00000002 x2:108fe350 PA:108fe3a8 - 21312500 21297 1c001bac 05412483 lw x9, 84(x2) x9=1b204200 x2:108fe350 PA:108fe3a4 - 21313500 21298 1c001bae 05012903 lw x18, 80(x2) x18=1b000008 x2:108fe350 PA:108fe3a0 - 21314500 21299 1c001bb0 04c12983 lw x19, 76(x2) x19=1b204000 x2:108fe350 PA:108fe39c - 21315500 21300 1c001bb2 04812a03 lw x20, 72(x2) x20=00000002 x2:108fe350 PA:108fe398 - 21316500 21301 1c001bb4 04412a83 lw x21, 68(x2) x21=1c00215a x2:108fe350 PA:108fe394 - 21317500 21302 1c001bb6 04012b03 lw x22, 64(x2) x22=100fc720 x2:108fe350 PA:108fe390 - 21318500 21303 1c001bb8 03c12b83 lw x23, 60(x2) x23=1c2fff88 x2:108fe350 PA:108fe38c - 21319500 21304 1c001bba 03812c03 lw x24, 56(x2) x24=00000001 x2:108fe350 PA:108fe388 - 21320500 21305 1c001bbc 03412c83 lw x25, 52(x2) x25=10200e04 x2:108fe350 PA:108fe384 - 21321500 21306 1c001bbe 06010113 addi x2, x2, 96 x2=108fe3b0 x2:108fe350 - 21322500 21307 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21324500 21309 1c001834 01c12083 lw x1, 28(x2) x1=1c000a2e x2:108fe3b0 PA:108fe3cc - 21325500 21310 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21326500 21311 1c001838 04010113 addi x2, x2, 64 x2=108fe3f0 x2:108fe3b0 - 21327500 21312 1c00183a 00008067 jalr x0, x1, 0 x1:1c000a2e - 21330500 21315 1c000a2e 01c4e783 p.elw x15, 28(x9) x15=00000000 x9:1b204200 PA:1b20421c - 21343500 21328 1c000a32 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 21344500 21329 1c000a36 00241413 slli x8, x8, 0x2 x8=00000008 x8:00000002 - 21345500 21330 1c000a38 68478793 addi x15, x15, 1668 x15=1c002684 x15:1c002000 - 21346500 21331 1c000a3c 00100713 addi x14, x0, 1 x14=00000001 - 21363500 21348 1c000a3e 00e7e423 p.sw x14, x0(x15) x14:00000001 x15:1c002684 PA:1c00268c - 21381500 21366 1c000a42 00c12083 lw x1, 12(x2) x1=1c00215a x2:108fe3f0 PA:108fe3fc - 21382500 21367 1c000a44 00812403 lw x8, 8(x2) x8=1b000028 x2:108fe3f0 PA:108fe3f8 - 21383500 21368 1c000a46 00412483 lw x9, 4(x2) x9=1b000048 x2:108fe3f0 PA:108fe3f4 - 21384500 21369 1c000a48 01010113 addi x2, x2, 16 x2=108fe400 x2:108fe3f0 - 21385500 21370 1c000a4a 00008067 jalr x0, x1, 0 x1:1c00215a - 21387500 21372 1c00215a 000b0a63 beq x22, x0, 20 x22:100fc720 - 21389500 21374 1c00215e 000ba283 lw x5, 0(x23) x5=00000000 x23:1c2fff88 PA:1c2fff88 - 21404500 21389 1c002162 06029f63 bne x5, x0, 126 x5:00000000 - 21405500 21390 1c002166 016ba023 sw x22, 0(x23) x22:100fc720 x23:1c2fff88 PA:1c2fff88 - 21423500 21408 1c00216a 018ca023 sw x24, 0(x25) x24:00000001 x25:10200e04 PA:10200e04 - 21427500 21412 1c00216e 00042e03 lw x28, 0(x8) x28=00000000 x8:1b000028 PA:1b000028 - 21429500 21414 1c002172 060e0063 beq x28, x0, 96 x28:00000000 - 21432500 21417 1c0021d2 0149a423 sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008 - 21433500 21418 1c0021d6 03c9e003 p.elw x0, 60(x19) x19:1b204000 PA:1b20403c - 21438500 21423 1c0021da 0149a223 sw x20, 4(x19) x20:00000002 x19:1b204000 PA:1b204004 - 21439500 21424 1c0021de f91ff06f jal x0, -112 - 21442500 21427 1c00216e 00042e03 lw x28, 0(x8) x28=00000000 x8:1b000028 PA:1b000028 - 21444500 21429 1c002172 060e0063 beq x28, x0, 96 x28:00000000 - 21447500 21432 1c0021d2 0149a423 sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008 diff --git a/sw/scripts/tracevis/example/traces/trace_core_02_1.log b/sw/scripts/tracevis/example/traces/trace_core_02_1.log deleted file mode 100644 index 3dfe2a4..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_02_1.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 14833500 14818 1c000080 0180006f jal x0, 24 - 14851500 14836 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000041 - 14852500 14837 1c00009c 01f57593 andi x11, x10, 31 x11=00000001 x10:00000041 - 14869500 14854 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000002 x10:00000041 - 14870500 14855 1c0000a2 00058463 beq x11, x0, 8 x11:00000001 - 14871500 14856 1c0000a6 05a0206f jal x0, 8282 - 14889500 14874 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 14890500 14875 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 14891500 14876 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 14892500 14877 1c00210c 0e059163 bne x11, x0, 226 x11:00000001 - 14944500 14929 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 14945500 14930 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000041 - 14946500 14931 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000001 x19:00000041 - 14947500 14932 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 14964500 14949 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 14965500 14950 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 14966500 14951 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 14967500 14952 1c00220a 0060006f jal x0, 6 - 14986500 14971 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18321500 18306 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18338500 18323 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18339500 18324 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18361500 18346 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18362500 18347 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18364500 18349 1c00222c 08096283 p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080 - 18388500 18373 1c002230 02a98533 mul x10, x19, x10 x10=00000400 x19:00000001 x10:00000400 - 18389500 18374 1c002234 00550133 add x2, x10, x5 x2=108fe800 x10:00000400 x5:108fe400 - 18390500 18375 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18392500 18377 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18427500 18412 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18435500 18420 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18436500 18421 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18437500 18422 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18438500 18423 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18459500 18444 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000041 - 18476500 18461 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18477500 18462 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000002 x12:00000041 - 18478500 18463 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002 - 18479500 18464 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000001 x12:00000041 - 18480500 18465 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18481500 18466 1c0009d4 63d0006f jal x0, 3644 - 18502500 18487 1c001810 fc010113 addi x2, x2, -64 x2=108fe7c0 x2:108fe800 - 18503500 18488 1c001812 02b12223 sw x11, 36(x2) x11:00000002 x2:108fe7c0 PA:108fe7e4 - 18507500 18492 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18508500 18493 1c001818 02c12423 sw x12, 40(x2) x12:00000001 x2:108fe7c0 PA:108fe7e8 - 18509500 18494 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:108fe7c0 PA:108fe7ec - 18510500 18495 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18511500 18496 1c00181e 02410693 addi x13, x2, 36 x13=108fe7e4 x2:108fe7c0 - 18526500 18511 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18527500 18512 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18528500 18513 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:108fe7c0 PA:108fe7dc - 18531500 18516 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:108fe7c0 PA:108fe7f0 - 18532500 18517 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:108fe7c0 PA:108fe7f4 - 18533500 18518 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:108fe7c0 PA:108fe7f8 - 18534500 18519 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:108fe7c0 PA:108fe7fc - 18549500 18534 1c001830 00d12623 sw x13, 12(x2) x13:108fe7e4 x2:108fe7c0 PA:108fe7cc - 18551500 18536 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18568500 18553 1c001b70 fa010113 addi x2, x2, -96 x2=108fe760 x2:108fe7c0 - 18569500 18554 1c001b72 01810793 addi x15, x2, 24 x15=108fe778 x2:108fe760 - 18570500 18555 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:108fe760 PA:108fe7b8 - 18577500 18562 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:108fe760 PA:108fe7b0 - 18578500 18563 1c001b78 05312623 sw x19, 76(x2) x19:00000001 x2:108fe760 PA:108fe7ac - 18579500 18564 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:108fe760 PA:108fe7a8 - 18580500 18565 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:108fe760 PA:108fe7a4 - 18581500 18566 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:108fe760 PA:108fe7a0 - 18592500 18577 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:108fe760 PA:108fe79c - 18595500 18580 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:108fe760 PA:108fe7bc - 18596500 18581 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:108fe760 PA:108fe7b4 - 18597500 18582 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:108fe760 PA:108fe798 - 18598500 18583 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:108fe760 PA:108fe794 - 18599500 18584 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18600500 18585 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18601500 18586 1c001b8e 00d00433 add x8, x0, x13 x8=108fe7e4 x13:108fe7e4 - 18616500 18601 1c001b90 00f12a23 sw x15, 20(x2) x15:108fe778 x2:108fe760 PA:108fe774 - 18617500 18602 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18618500 18603 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18619500 18604 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18620500 18605 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18638500 18623 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18653500 18638 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18654500 18639 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18678500 18663 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18679500 18664 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18680500 18665 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18698500 18683 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18699500 18684 1c001778 fddff06f jal x0, -36 - 18718500 18703 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18719500 18704 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 18720500 18705 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18738500 18723 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 18739500 18724 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 18740500 18725 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 18741500 18726 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 18742500 18727 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 18743500 18728 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18744500 18729 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104108 - 18748500 18733 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18749500 18734 1c001bca 16a0006f jal x0, 362 - 18768500 18753 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18769500 18754 1c001d36 e69ff06f jal x0, -408 - 18772500 18757 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18787500 18772 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18788500 18773 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18791500 18776 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18792500 18777 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18793500 18778 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18795500 18780 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18796500 18781 1c001778 fddff06f jal x0, -36 - 18798500 18783 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18799500 18784 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 18800500 18785 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18801500 18786 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 18802500 18787 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 18803500 18788 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 18804500 18789 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 18805500 18790 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 18806500 18791 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18807500 18792 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104108 - 18811500 18796 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18812500 18797 1c001bca 16a0006f jal x0, 362 - 18814500 18799 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18815500 18800 1c001d36 e69ff06f jal x0, -408 - 18818500 18803 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18832500 18817 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18833500 18818 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18836500 18821 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18837500 18822 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18838500 18823 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18840500 18825 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18841500 18826 1c001778 fddff06f jal x0, -36 - 18843500 18828 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18844500 18829 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 18845500 18830 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18846500 18831 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 18847500 18832 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 18848500 18833 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 18849500 18834 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 18850500 18835 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 18851500 18836 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18852500 18837 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104108 - 18856500 18841 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18857500 18842 1c001bca 16a0006f jal x0, 362 - 18859500 18844 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18860500 18845 1c001d36 e69ff06f jal x0, -408 - 18863500 18848 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18879500 18864 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18880500 18865 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18883500 18868 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18884500 18869 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18885500 18870 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18887500 18872 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18888500 18873 1c001778 fddff06f jal x0, -36 - 18890500 18875 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18891500 18876 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 18892500 18877 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18893500 18878 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 18894500 18879 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 18895500 18880 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 18896500 18881 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 18897500 18882 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 18898500 18883 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18899500 18884 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104108 - 18903500 18888 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18904500 18889 1c001bca 16a0006f jal x0, 362 - 18906500 18891 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18907500 18892 1c001d36 e69ff06f jal x0, -408 - 18910500 18895 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18929500 18914 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18930500 18915 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18933500 18918 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18934500 18919 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18935500 18920 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18937500 18922 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18938500 18923 1c001778 fddff06f jal x0, -36 - 18940500 18925 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18941500 18926 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 18942500 18927 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18943500 18928 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 18944500 18929 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 18945500 18930 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 18946500 18931 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 18947500 18932 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 18948500 18933 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18949500 18934 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104108 - 18953500 18938 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18954500 18939 1c001bca 16a0006f jal x0, 362 - 18956500 18941 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18957500 18942 1c001d36 e69ff06f jal x0, -408 - 18960500 18945 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18975500 18960 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18976500 18961 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18979500 18964 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18980500 18965 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18981500 18966 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18983500 18968 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18984500 18969 1c001778 fddff06f jal x0, -36 - 18986500 18971 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18987500 18972 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 18988500 18973 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18989500 18974 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 18990500 18975 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 18991500 18976 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 18992500 18977 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 18993500 18978 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 18994500 18979 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18995500 18980 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104108 - 18999500 18984 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19000500 18985 1c001bca 16a0006f jal x0, 362 - 19002500 18987 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19003500 18988 1c001d36 e69ff06f jal x0, -408 - 19006500 18991 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19021500 19006 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19022500 19007 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19025500 19010 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19026500 19011 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19027500 19012 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19029500 19014 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19030500 19015 1c001778 fddff06f jal x0, -36 - 19032500 19017 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19033500 19018 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 19034500 19019 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19035500 19020 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 19036500 19021 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 19037500 19022 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 19038500 19023 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 19039500 19024 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 19040500 19025 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19041500 19026 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104108 - 19045500 19030 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19046500 19031 1c001bca 16a0006f jal x0, 362 - 19048500 19033 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19049500 19034 1c001d36 e69ff06f jal x0, -408 - 19052500 19037 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19071500 19056 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19072500 19057 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19075500 19060 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19076500 19061 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19077500 19062 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19079500 19064 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19080500 19065 1c001778 fddff06f jal x0, -36 - 19082500 19067 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19083500 19068 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 19084500 19069 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19085500 19070 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 19086500 19071 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 19087500 19072 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 19088500 19073 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 19089500 19074 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 19090500 19075 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19091500 19076 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104108 - 19095500 19080 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19096500 19081 1c001bca 16a0006f jal x0, 362 - 19098500 19083 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19099500 19084 1c001d36 e69ff06f jal x0, -408 - 19102500 19087 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19117500 19102 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19118500 19103 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19121500 19106 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19122500 19107 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19123500 19108 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19125500 19110 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19126500 19111 1c001778 fddff06f jal x0, -36 - 19128500 19113 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19129500 19114 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 19130500 19115 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19131500 19116 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 19132500 19117 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 19133500 19118 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 19134500 19119 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 19135500 19120 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 19136500 19121 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19137500 19122 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104108 - 19141500 19126 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19142500 19127 1c001bca 16a0006f jal x0, 362 - 19144500 19129 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19145500 19130 1c001d36 e69ff06f jal x0, -408 - 19148500 19133 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19163500 19148 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19164500 19149 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19167500 19152 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19168500 19153 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19169500 19154 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19171500 19156 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19172500 19157 1c001778 fddff06f jal x0, -36 - 19174500 19159 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19175500 19160 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 19176500 19161 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19177500 19162 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 19178500 19163 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 19179500 19164 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 19180500 19165 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 19181500 19166 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 19182500 19167 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19183500 19168 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104108 - 19187500 19172 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19188500 19173 1c001bca 16a0006f jal x0, 362 - 19190500 19175 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19191500 19176 1c001d36 e69ff06f jal x0, -408 - 19194500 19179 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19215500 19200 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19216500 19201 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19219500 19204 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19220500 19205 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19221500 19206 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19223500 19208 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19224500 19209 1c001778 fddff06f jal x0, -36 - 19226500 19211 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19227500 19212 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 19228500 19213 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19229500 19214 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 19230500 19215 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 19231500 19216 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 19232500 19217 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 19233500 19218 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 19234500 19219 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19235500 19220 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104108 - 19239500 19224 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19240500 19225 1c001bca 16a0006f jal x0, 362 - 19242500 19227 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19243500 19228 1c001d36 e69ff06f jal x0, -408 - 19246500 19231 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19260500 19245 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19261500 19246 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19264500 19249 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19265500 19250 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19266500 19251 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19268500 19253 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19269500 19254 1c001778 fddff06f jal x0, -36 - 19271500 19256 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19272500 19257 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 19273500 19258 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19274500 19259 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 19275500 19260 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 19276500 19261 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 19277500 19262 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 19278500 19263 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 19279500 19264 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19280500 19265 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104108 - 19284500 19269 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19285500 19270 1c001bca 16a0006f jal x0, 362 - 19287500 19272 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19288500 19273 1c001d36 e69ff06f jal x0, -408 - 19291500 19276 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19305500 19290 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19306500 19291 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19309500 19294 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19310500 19295 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19311500 19296 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19313500 19298 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19314500 19299 1c001778 fddff06f jal x0, -36 - 19316500 19301 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19317500 19302 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 19318500 19303 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19319500 19304 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 19320500 19305 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 19321500 19306 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 19322500 19307 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 19323500 19308 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 19324500 19309 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19325500 19310 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104108 - 19329500 19314 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19330500 19315 1c001bca 16a0006f jal x0, 362 - 19332500 19317 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19333500 19318 1c001d36 e69ff06f jal x0, -408 - 19336500 19321 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19352500 19337 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19353500 19338 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19356500 19341 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19357500 19342 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19358500 19343 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19360500 19345 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19361500 19346 1c001778 fddff06f jal x0, -36 - 19363500 19348 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19364500 19349 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 19365500 19350 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19366500 19351 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 19367500 19352 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 19368500 19353 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 19369500 19354 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 19370500 19355 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 19371500 19356 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19372500 19357 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104108 - 19376500 19361 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19377500 19362 1c001bca 16a0006f jal x0, 362 - 19379500 19364 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19380500 19365 1c001d36 e69ff06f jal x0, -408 - 19383500 19368 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19402500 19387 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19403500 19388 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19406500 19391 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19407500 19392 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19408500 19393 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19410500 19395 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19411500 19396 1c001778 fddff06f jal x0, -36 - 19413500 19398 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19414500 19399 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 19415500 19400 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19416500 19401 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 19417500 19402 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 19418500 19403 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 19419500 19404 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 19420500 19405 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 19421500 19406 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19422500 19407 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104108 - 19426500 19411 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19427500 19412 1c001bca 16a0006f jal x0, 362 - 19429500 19414 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19430500 19415 1c001d36 e69ff06f jal x0, -408 - 19433500 19418 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19455500 19440 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19456500 19441 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19459500 19444 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19462500 19447 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:108fe760 PA:108fe764 - 19488500 19473 1c001bd0 00012423 sw x0, 8(x2) x2:108fe760 PA:108fe768 - 19493500 19478 1c001bd2 00010623 sb x0, 12(x2) x2:108fe760 PA:108fe76c - 19494500 19479 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19495500 19480 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19513500 19498 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19514500 19499 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108fe760 PA:108fe764 - 19516500 19501 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19517500 19502 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19518500 19503 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19519500 19504 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19520500 19505 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19536500 19521 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19537500 19522 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19538500 19523 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19553500 19538 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19562500 19547 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19586500 19571 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19587500 19572 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19588500 19573 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19611500 19596 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19630500 19615 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19633500 19618 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19656500 19641 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19674500 19659 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19675500 19660 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19676500 19661 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19696500 19681 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19714500 19699 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19733500 19718 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19734500 19719 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19774500 19759 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19793500 19778 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19816500 19801 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19817500 19802 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19856500 19841 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19880500 19865 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19881500 19866 1c001f42 e09ff06f jal x0, -504 - 19901500 19886 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19902500 19887 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108fe760 PA:108fe770 - 19921500 19906 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19943500 19928 1c001e34 00440c13 addi x24, x8, 4 x24=108fe7e8 x8:108fe7e4 - 19944500 19929 1c001e38 00042503 lw x10, 0(x8) x10=00000002 x8:108fe7e4 PA:108fe7e4 - 19945500 19930 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19984500 19969 1c001e54 00055863 bge x10, x0, 16 x10:00000002 - 20003500 19988 1c001e64 00410593 addi x11, x2, 4 x11=108fe764 x2:108fe760 - 20004500 19989 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20024500 20009 1c0019fe 0105a683 lw x13, 16(x11) x13=108fe778 x11:108fe764 PA:108fe774 - 20041500 20026 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fe764 PA:108fe770 - 20042500 20027 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20043500 20028 1c001a04 02f55633 divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001 - 20077500 20062 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000002 x14:0000000a - 20078500 20063 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20079500 20064 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20080500 20065 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20083500 20068 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fe764 PA:108fe770 - 20100500 20085 1c001a20 02f55833 divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001 - 20134500 20119 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001 - 20168500 20153 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20199500 20184 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20200500 20185 1c001a2e 01004663 blt x0, x16, 12 x16:00000002 - 20203500 20188 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20222500 20207 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000002 - 20244500 20229 1c001a56 01070733 add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002 - 20245500 20230 1c001a58 00e68023 sb x14, 0(x13) x14:00000032 x13:108fe778 PA:108fe778 - 20246500 20231 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20247500 20232 1c001a5e 00168693 addi x13, x13, 1 x13=108fe779 x13:108fe778 - 20263500 20248 1c001a60 fb1ff06f jal x0, -80 - 20265500 20250 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20266500 20251 1c001a12 00068023 sb x0, 0(x13) x13:108fe779 PA:108fe779 - 20273500 20258 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20274500 20259 1c001e68 f17ff06f jal x0, -234 - 20292500 20277 1c001d7e 00410613 addi x12, x2, 4 x12=108fe764 x2:108fe760 - 20310500 20295 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20311500 20296 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20312500 20297 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20314500 20299 1c001a62 fe010113 addi x2, x2, -32 x2=108fe740 x2:108fe760 - 20315500 20300 1c001a64 00812c23 sw x8, 24(x2) x8:108fe7e4 x2:108fe740 PA:108fe758 - 20317500 20302 1c001a66 01062783 lw x15, 16(x12) x15=108fe778 x12:108fe764 PA:108fe774 - 20318500 20303 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108fe764 PA:108fe768 - 20319500 20304 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:108fe740 PA:108fe754 - 20320500 20305 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108fe740 PA:108fe750 - 20321500 20306 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108fe740 PA:108fe74c - 20337500 20322 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108fe740 PA:108fe75c - 20338500 20323 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108fe740 PA:108fe748 - 20339500 20324 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20340500 20325 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20341500 20326 1c001a78 00c004b3 add x9, x0, x12 x9=108fe764 x12:108fe764 - 20342500 20327 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000032 x15=108fe779 x15:108fe778 PA:108fe778 - 20344500 20329 1c001a7e 00070363 beq x14, x0, 6 x14:00000032 - 20360500 20345 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20361500 20346 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108fe764 PA:108fe76c - 20368500 20353 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20371500 20356 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764 - 20384500 20369 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20385500 20370 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20404500 20389 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20405500 20390 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20406500 20391 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20426500 20411 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20427500 20412 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20444500 20429 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20445500 20430 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20446500 20431 1c001b36 f71ff06f jal x0, -144 - 20448500 20433 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108fe764 PA:108fe76c - 20454500 20439 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20468500 20453 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764 - 20476500 20461 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20477500 20462 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20490500 20475 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764 - 20507500 20492 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20508500 20493 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20509500 20494 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20510500 20495 1c001ae8 0104aa03 lw x20, 16(x9) x20=108fe778 x9:108fe764 PA:108fe774 - 20518500 20503 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000032 x20=108fe779 x20:108fe778 PA:108fe778 - 20528500 20513 1c001af0 06059763 bne x11, x0, 110 x11:00000032 - 20547500 20532 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20564500 20549 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20566500 20551 1c001776 00b00533 add x10, x0, x11 x10=00000032 x11:00000032 - 20567500 20552 1c001778 fddff06f jal x0, -36 - 20569500 20554 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20570500 20555 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 20571500 20556 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20572500 20557 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 20573500 20558 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 20574500 20559 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 20575500 20560 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 20576500 20561 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 20577500 20562 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20578500 20563 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104108 - 20582500 20567 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20583500 20568 1c001b62 f8bff06f jal x0, -118 - 20585500 20570 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108fe77a x20:108fe779 PA:108fe779 - 20591500 20576 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20592500 20577 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764 - 20594500 20579 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20595500 20580 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20610500 20595 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108fe740 PA:108fe75c - 20611500 20596 1c001b02 01812403 lw x8, 24(x2) x8=108fe7e4 x2:108fe740 PA:108fe758 - 20612500 20597 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:108fe740 PA:108fe754 - 20613500 20598 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108fe740 PA:108fe750 - 20614500 20599 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108fe740 PA:108fe74c - 20615500 20600 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108fe740 PA:108fe748 - 20616500 20601 1c001b0c 02010113 addi x2, x2, 32 x2=108fe760 x2:108fe740 - 20617500 20602 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20636500 20621 1c001d86 01800433 add x8, x0, x24 x8=108fe7e8 x24:108fe7e8 - 20637500 20622 1c001d88 fadff06f jal x0, -84 - 20639500 20624 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20640500 20625 1c001d36 e69ff06f jal x0, -408 - 20643500 20628 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20658500 20643 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20659500 20644 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20662500 20647 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20663500 20648 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20664500 20649 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20666500 20651 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20667500 20652 1c001778 fddff06f jal x0, -36 - 20669500 20654 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20670500 20655 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 20671500 20656 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20672500 20657 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 20673500 20658 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 20674500 20659 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 20675500 20660 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 20676500 20661 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 20677500 20662 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20678500 20663 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104108 - 20682500 20667 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20683500 20668 1c001bca 16a0006f jal x0, 362 - 20685500 20670 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20686500 20671 1c001d36 e69ff06f jal x0, -408 - 20689500 20674 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20703500 20688 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20704500 20689 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20707500 20692 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20708500 20693 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20709500 20694 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20711500 20696 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20712500 20697 1c001778 fddff06f jal x0, -36 - 20714500 20699 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20715500 20700 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 20716500 20701 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20717500 20702 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 20718500 20703 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 20719500 20704 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 20720500 20705 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 20721500 20706 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 20722500 20707 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20723500 20708 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104108 - 20727500 20712 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20728500 20713 1c001bca 16a0006f jal x0, 362 - 20730500 20715 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20731500 20716 1c001d36 e69ff06f jal x0, -408 - 20734500 20719 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20748500 20733 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20749500 20734 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20752500 20737 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20755500 20740 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:108fe760 PA:108fe764 - 20756500 20741 1c001bd0 00012423 sw x0, 8(x2) x2:108fe760 PA:108fe768 - 20757500 20742 1c001bd2 00010623 sb x0, 12(x2) x2:108fe760 PA:108fe76c - 20758500 20743 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20759500 20744 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20760500 20745 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20761500 20746 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108fe760 PA:108fe764 - 20762500 20747 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20763500 20748 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20764500 20749 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20765500 20750 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20766500 20751 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20767500 20752 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20768500 20753 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20769500 20754 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20787500 20772 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20788500 20773 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20791500 20776 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20792500 20777 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20793500 20778 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20796500 20781 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20799500 20784 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20802500 20787 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20805500 20790 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20806500 20791 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20807500 20792 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20808500 20793 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20811500 20796 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20812500 20797 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20815500 20800 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20816500 20801 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20819500 20804 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20821500 20806 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20824500 20809 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20825500 20810 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20828500 20813 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20829500 20814 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20830500 20815 1c001f42 e09ff06f jal x0, -504 - 20832500 20817 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20833500 20818 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108fe760 PA:108fe770 - 20834500 20819 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20837500 20822 1c001e34 00440c13 addi x24, x8, 4 x24=108fe7ec x8:108fe7e8 - 20838500 20823 1c001e38 00042503 lw x10, 0(x8) x10=00000001 x8:108fe7e8 PA:108fe7e8 - 20839500 20824 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20842500 20827 1c001e54 00055863 bge x10, x0, 16 x10:00000001 - 20845500 20830 1c001e64 00410593 addi x11, x2, 4 x11=108fe764 x2:108fe760 - 20846500 20831 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20848500 20833 1c0019fe 0105a683 lw x13, 16(x11) x13=108fe778 x11:108fe764 PA:108fe774 - 20849500 20834 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fe764 PA:108fe770 - 20850500 20835 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20851500 20836 1c001a04 02f55633 divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001 - 20885500 20870 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000001 x14:0000000a - 20886500 20871 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20887500 20872 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20888500 20873 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20891500 20876 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fe764 PA:108fe770 - 20892500 20877 1c001a20 02f55833 divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001 - 20926500 20911 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001 - 20960500 20945 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20991500 20976 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20992500 20977 1c001a2e 01004663 blt x0, x16, 12 x16:00000001 - 20995500 20980 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20997500 20982 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000001 - 21000500 20985 1c001a56 01070733 add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001 - 21001500 20986 1c001a58 00e68023 sb x14, 0(x13) x14:00000031 x13:108fe778 PA:108fe778 - 21002500 20987 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21003500 20988 1c001a5e 00168693 addi x13, x13, 1 x13=108fe779 x13:108fe778 - 21004500 20989 1c001a60 fb1ff06f jal x0, -80 - 21006500 20991 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21007500 20992 1c001a12 00068023 sb x0, 0(x13) x13:108fe779 PA:108fe779 - 21008500 20993 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21010500 20995 1c001e68 f17ff06f jal x0, -234 - 21012500 20997 1c001d7e 00410613 addi x12, x2, 4 x12=108fe764 x2:108fe760 - 21013500 20998 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21014500 20999 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21015500 21000 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21017500 21002 1c001a62 fe010113 addi x2, x2, -32 x2=108fe740 x2:108fe760 - 21018500 21003 1c001a64 00812c23 sw x8, 24(x2) x8:108fe7e8 x2:108fe740 PA:108fe758 - 21019500 21004 1c001a66 01062783 lw x15, 16(x12) x15=108fe778 x12:108fe764 PA:108fe774 - 21020500 21005 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108fe764 PA:108fe768 - 21021500 21006 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:108fe740 PA:108fe754 - 21022500 21007 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108fe740 PA:108fe750 - 21023500 21008 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108fe740 PA:108fe74c - 21024500 21009 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108fe740 PA:108fe75c - 21025500 21010 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108fe740 PA:108fe748 - 21026500 21011 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21027500 21012 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21028500 21013 1c001a78 00c004b3 add x9, x0, x12 x9=108fe764 x12:108fe764 - 21029500 21014 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000031 x15=108fe779 x15:108fe778 PA:108fe778 - 21031500 21016 1c001a7e 00070363 beq x14, x0, 6 x14:00000031 - 21032500 21017 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21033500 21018 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108fe764 PA:108fe76c - 21035500 21020 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21038500 21023 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764 - 21040500 21025 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21041500 21026 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21044500 21029 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21045500 21030 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21046500 21031 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21049500 21034 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21050500 21035 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21051500 21036 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21052500 21037 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21053500 21038 1c001b36 f71ff06f jal x0, -144 - 21055500 21040 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108fe764 PA:108fe76c - 21057500 21042 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21060500 21045 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764 - 21062500 21047 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21063500 21048 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21066500 21051 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764 - 21067500 21052 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21068500 21053 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21069500 21054 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21070500 21055 1c001ae8 0104aa03 lw x20, 16(x9) x20=108fe778 x9:108fe764 PA:108fe774 - 21072500 21057 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000031 x20=108fe779 x20:108fe778 PA:108fe778 - 21074500 21059 1c001af0 06059763 bne x11, x0, 110 x11:00000031 - 21077500 21062 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21078500 21063 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21080500 21065 1c001776 00b00533 add x10, x0, x11 x10=00000031 x11:00000031 - 21081500 21066 1c001778 fddff06f jal x0, -36 - 21083500 21068 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21084500 21069 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 21085500 21070 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21086500 21071 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 21087500 21072 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 21088500 21073 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 21089500 21074 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 21090500 21075 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 21091500 21076 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21092500 21077 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104108 - 21096500 21081 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21097500 21082 1c001b62 f8bff06f jal x0, -118 - 21099500 21084 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108fe77a x20:108fe779 PA:108fe779 - 21101500 21086 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21102500 21087 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fe764 PA:108fe764 - 21104500 21089 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21105500 21090 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21108500 21093 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108fe740 PA:108fe75c - 21109500 21094 1c001b02 01812403 lw x8, 24(x2) x8=108fe7e8 x2:108fe740 PA:108fe758 - 21110500 21095 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:108fe740 PA:108fe754 - 21111500 21096 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108fe740 PA:108fe750 - 21112500 21097 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108fe740 PA:108fe74c - 21113500 21098 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108fe740 PA:108fe748 - 21114500 21099 1c001b0c 02010113 addi x2, x2, 32 x2=108fe760 x2:108fe740 - 21115500 21100 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21117500 21102 1c001d86 01800433 add x8, x0, x24 x8=108fe7ec x24:108fe7ec - 21118500 21103 1c001d88 fadff06f jal x0, -84 - 21120500 21105 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21121500 21106 1c001d36 e69ff06f jal x0, -408 - 21124500 21109 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21139500 21124 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21140500 21125 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21143500 21128 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21144500 21129 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21145500 21130 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21147500 21132 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21148500 21133 1c001778 fddff06f jal x0, -36 - 21150500 21135 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21151500 21136 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 21152500 21137 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21153500 21138 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 21154500 21139 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 21155500 21140 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 21156500 21141 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 21157500 21142 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 21158500 21143 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21159500 21144 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104108 - 21163500 21148 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21164500 21149 1c001bca 16a0006f jal x0, 362 - 21166500 21151 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21167500 21152 1c001d36 e69ff06f jal x0, -408 - 21170500 21155 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21186500 21171 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21187500 21172 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21190500 21175 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21191500 21176 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21192500 21177 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21194500 21179 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21195500 21180 1c001778 fddff06f jal x0, -36 - 21197500 21182 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21198500 21183 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 21199500 21184 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21200500 21185 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 21201500 21186 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 21202500 21187 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 21203500 21188 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 21204500 21189 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 21205500 21190 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21206500 21191 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104108 - 21210500 21195 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21211500 21196 1c001bca 16a0006f jal x0, 362 - 21213500 21198 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21214500 21199 1c001d36 e69ff06f jal x0, -408 - 21217500 21202 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21232500 21217 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21233500 21218 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21236500 21221 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21237500 21222 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21238500 21223 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21240500 21225 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21241500 21226 1c001778 fddff06f jal x0, -36 - 21243500 21228 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21244500 21229 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000041 - 21245500 21230 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21246500 21231 1c00175e 00379713 slli x14, x15, 0x3 x14=00000208 x15:00000041 - 21247500 21232 1c001762 00279793 slli x15, x15, 0x2 x15=00000104 x15:00000041 - 21248500 21233 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000208 - 21249500 21234 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000104 x13:00001f80 - 21250500 21235 1c00176a 00e787b3 add x15, x15, x14 x15=00000108 x15:00000100 x14:00000008 - 21251500 21236 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21252500 21237 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104108 - 21256500 21241 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21257500 21242 1c001bca 16a0006f jal x0, 362 - 21259500 21244 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21260500 21245 1c001d36 e69ff06f jal x0, -408 - 21263500 21248 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21278500 21263 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21279500 21264 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21280500 21265 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:108fe760 PA:108fe7bc - 21281500 21266 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:108fe760 PA:108fe7b8 - 21282500 21267 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:108fe760 PA:108fe7b4 - 21283500 21268 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:108fe760 PA:108fe7b0 - 21302500 21287 1c001bb0 04c12983 lw x19, 76(x2) x19=00000001 x2:108fe760 PA:108fe7ac - 21305500 21290 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:108fe760 PA:108fe7a8 - 21306500 21291 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:108fe760 PA:108fe7a4 - 21307500 21292 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:108fe760 PA:108fe7a0 - 21308500 21293 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:108fe760 PA:108fe79c - 21309500 21294 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:108fe760 PA:108fe798 - 21310500 21295 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:108fe760 PA:108fe794 - 21311500 21296 1c001bbe 06010113 addi x2, x2, 96 x2=108fe7c0 x2:108fe760 - 21312500 21297 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21314500 21299 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:108fe7c0 PA:108fe7dc - 21316500 21301 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21317500 21302 1c001838 04010113 addi x2, x2, 64 x2=108fe800 x2:108fe7c0 - 21318500 21303 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21320500 21305 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_02_2.log b/sw/scripts/tracevis/example/traces/trace_core_02_2.log deleted file mode 100644 index 86333d9..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_02_2.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 14833500 14818 1c000080 0180006f jal x0, 24 - 14851500 14836 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000042 - 14852500 14837 1c00009c 01f57593 andi x11, x10, 31 x11=00000002 x10:00000042 - 14869500 14854 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000002 x10:00000042 - 14870500 14855 1c0000a2 00058463 beq x11, x0, 8 x11:00000002 - 14871500 14856 1c0000a6 05a0206f jal x0, 8282 - 14889500 14874 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 14890500 14875 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 14891500 14876 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 14892500 14877 1c00210c 0e059163 bne x11, x0, 226 x11:00000002 - 14944500 14929 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 14945500 14930 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000042 - 14946500 14931 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000002 x19:00000042 - 14947500 14932 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 14964500 14949 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 14965500 14950 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 14966500 14951 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 14967500 14952 1c00220a 0060006f jal x0, 6 - 14986500 14971 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18321500 18306 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18338500 18323 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18339500 18324 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18361500 18346 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18362500 18347 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18364500 18349 1c00222c 08096283 p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080 - 18388500 18373 1c002230 02a98533 mul x10, x19, x10 x10=00000800 x19:00000002 x10:00000400 - 18389500 18374 1c002234 00550133 add x2, x10, x5 x2=108fec00 x10:00000800 x5:108fe400 - 18390500 18375 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18392500 18377 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18427500 18412 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18435500 18420 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18436500 18421 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18437500 18422 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18438500 18423 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18459500 18444 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000042 - 18476500 18461 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18477500 18462 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000002 x12:00000042 - 18478500 18463 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002 - 18479500 18464 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000002 x12:00000042 - 18480500 18465 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18481500 18466 1c0009d4 63d0006f jal x0, 3644 - 18502500 18487 1c001810 fc010113 addi x2, x2, -64 x2=108febc0 x2:108fec00 - 18503500 18488 1c001812 02b12223 sw x11, 36(x2) x11:00000002 x2:108febc0 PA:108febe4 - 18508500 18493 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18509500 18494 1c001818 02c12423 sw x12, 40(x2) x12:00000002 x2:108febc0 PA:108febe8 - 18510500 18495 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:108febc0 PA:108febec - 18511500 18496 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18512500 18497 1c00181e 02410693 addi x13, x2, 36 x13=108febe4 x2:108febc0 - 18526500 18511 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18527500 18512 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18528500 18513 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:108febc0 PA:108febdc - 18533500 18518 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:108febc0 PA:108febf0 - 18534500 18519 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:108febc0 PA:108febf4 - 18535500 18520 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:108febc0 PA:108febf8 - 18536500 18521 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:108febc0 PA:108febfc - 18549500 18534 1c001830 00d12623 sw x13, 12(x2) x13:108febe4 x2:108febc0 PA:108febcc - 18553500 18538 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18568500 18553 1c001b70 fa010113 addi x2, x2, -96 x2=108feb60 x2:108febc0 - 18569500 18554 1c001b72 01810793 addi x15, x2, 24 x15=108feb78 x2:108feb60 - 18570500 18555 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:108feb60 PA:108febb8 - 18571500 18556 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:108feb60 PA:108febb0 - 18572500 18557 1c001b78 05312623 sw x19, 76(x2) x19:00000002 x2:108feb60 PA:108febac - 18573500 18558 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:108feb60 PA:108feba8 - 18574500 18559 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:108feb60 PA:108feba4 - 18575500 18560 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:108feb60 PA:108feba0 - 18592500 18577 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:108feb60 PA:108feb9c - 18597500 18582 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:108feb60 PA:108febbc - 18598500 18583 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:108feb60 PA:108febb4 - 18599500 18584 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:108feb60 PA:108feb98 - 18600500 18585 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:108feb60 PA:108feb94 - 18601500 18586 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18602500 18587 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18603500 18588 1c001b8e 00d00433 add x8, x0, x13 x8=108febe4 x13:108febe4 - 18616500 18601 1c001b90 00f12a23 sw x15, 20(x2) x15:108feb78 x2:108feb60 PA:108feb74 - 18618500 18603 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18619500 18604 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18620500 18605 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18621500 18606 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18638500 18623 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18655500 18640 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18656500 18641 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18678500 18663 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18679500 18664 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18680500 18665 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18698500 18683 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18699500 18684 1c001778 fddff06f jal x0, -36 - 18718500 18703 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18719500 18704 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 18720500 18705 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18738500 18723 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 18739500 18724 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 18740500 18725 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 18741500 18726 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 18742500 18727 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 18743500 18728 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18744500 18729 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104110 - 18748500 18733 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18749500 18734 1c001bca 16a0006f jal x0, 362 - 18768500 18753 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18769500 18754 1c001d36 e69ff06f jal x0, -408 - 18772500 18757 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18789500 18774 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18790500 18775 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18793500 18778 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18794500 18779 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18795500 18780 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18797500 18782 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18798500 18783 1c001778 fddff06f jal x0, -36 - 18800500 18785 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18801500 18786 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 18802500 18787 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18803500 18788 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 18804500 18789 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 18805500 18790 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 18806500 18791 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 18807500 18792 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 18808500 18793 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18809500 18794 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104110 - 18813500 18798 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18814500 18799 1c001bca 16a0006f jal x0, 362 - 18816500 18801 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18817500 18802 1c001d36 e69ff06f jal x0, -408 - 18820500 18805 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18834500 18819 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18835500 18820 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18838500 18823 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18839500 18824 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18840500 18825 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18842500 18827 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18843500 18828 1c001778 fddff06f jal x0, -36 - 18845500 18830 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18846500 18831 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 18847500 18832 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18848500 18833 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 18849500 18834 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 18850500 18835 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 18851500 18836 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 18852500 18837 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 18853500 18838 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18854500 18839 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104110 - 18858500 18843 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18859500 18844 1c001bca 16a0006f jal x0, 362 - 18861500 18846 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18862500 18847 1c001d36 e69ff06f jal x0, -408 - 18865500 18850 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18883500 18868 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18884500 18869 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18887500 18872 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18888500 18873 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18889500 18874 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18891500 18876 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18892500 18877 1c001778 fddff06f jal x0, -36 - 18894500 18879 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18895500 18880 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 18896500 18881 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18897500 18882 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 18898500 18883 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 18899500 18884 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 18900500 18885 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 18901500 18886 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 18902500 18887 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18903500 18888 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104110 - 18907500 18892 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18908500 18893 1c001bca 16a0006f jal x0, 362 - 18910500 18895 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18911500 18896 1c001d36 e69ff06f jal x0, -408 - 18914500 18899 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18930500 18915 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18931500 18916 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18934500 18919 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18935500 18920 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18936500 18921 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18938500 18923 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18939500 18924 1c001778 fddff06f jal x0, -36 - 18941500 18926 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18942500 18927 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 18943500 18928 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18944500 18929 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 18945500 18930 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 18946500 18931 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 18947500 18932 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 18948500 18933 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 18949500 18934 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18950500 18935 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104110 - 18954500 18939 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18955500 18940 1c001bca 16a0006f jal x0, 362 - 18957500 18942 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18958500 18943 1c001d36 e69ff06f jal x0, -408 - 18961500 18946 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18978500 18963 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18979500 18964 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18982500 18967 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18983500 18968 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18984500 18969 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18986500 18971 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18987500 18972 1c001778 fddff06f jal x0, -36 - 18989500 18974 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18990500 18975 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 18991500 18976 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18992500 18977 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 18993500 18978 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 18994500 18979 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 18995500 18980 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 18996500 18981 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 18997500 18982 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18998500 18983 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104110 - 19002500 18987 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19003500 18988 1c001bca 16a0006f jal x0, 362 - 19005500 18990 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19006500 18991 1c001d36 e69ff06f jal x0, -408 - 19009500 18994 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19024500 19009 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19025500 19010 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19028500 19013 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19029500 19014 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19030500 19015 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19032500 19017 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19033500 19018 1c001778 fddff06f jal x0, -36 - 19035500 19020 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19036500 19021 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 19037500 19022 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19038500 19023 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 19039500 19024 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 19040500 19025 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 19041500 19026 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 19042500 19027 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 19043500 19028 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19044500 19029 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104110 - 19048500 19033 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19049500 19034 1c001bca 16a0006f jal x0, 362 - 19051500 19036 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19052500 19037 1c001d36 e69ff06f jal x0, -408 - 19055500 19040 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19075500 19060 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19076500 19061 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19079500 19064 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19080500 19065 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19081500 19066 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19083500 19068 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19084500 19069 1c001778 fddff06f jal x0, -36 - 19086500 19071 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19087500 19072 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 19088500 19073 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19089500 19074 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 19090500 19075 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 19091500 19076 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 19092500 19077 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 19093500 19078 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 19094500 19079 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19095500 19080 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104110 - 19099500 19084 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19100500 19085 1c001bca 16a0006f jal x0, 362 - 19102500 19087 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19103500 19088 1c001d36 e69ff06f jal x0, -408 - 19106500 19091 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19120500 19105 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19121500 19106 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19124500 19109 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19125500 19110 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19126500 19111 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19128500 19113 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19129500 19114 1c001778 fddff06f jal x0, -36 - 19131500 19116 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19132500 19117 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 19133500 19118 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19134500 19119 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 19135500 19120 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 19136500 19121 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 19137500 19122 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 19138500 19123 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 19139500 19124 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19140500 19125 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104110 - 19144500 19129 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19145500 19130 1c001bca 16a0006f jal x0, 362 - 19147500 19132 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19148500 19133 1c001d36 e69ff06f jal x0, -408 - 19151500 19136 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19166500 19151 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19167500 19152 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19170500 19155 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19171500 19156 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19172500 19157 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19174500 19159 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19175500 19160 1c001778 fddff06f jal x0, -36 - 19177500 19162 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19178500 19163 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 19179500 19164 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19180500 19165 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 19181500 19166 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 19182500 19167 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 19183500 19168 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 19184500 19169 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 19185500 19170 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19186500 19171 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104110 - 19190500 19175 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19191500 19176 1c001bca 16a0006f jal x0, 362 - 19193500 19178 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19194500 19179 1c001d36 e69ff06f jal x0, -408 - 19197500 19182 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19218500 19203 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19219500 19204 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19222500 19207 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19223500 19208 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19224500 19209 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19226500 19211 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19227500 19212 1c001778 fddff06f jal x0, -36 - 19229500 19214 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19230500 19215 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 19231500 19216 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19232500 19217 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 19233500 19218 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 19234500 19219 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 19235500 19220 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 19236500 19221 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 19237500 19222 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19238500 19223 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104110 - 19242500 19227 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19243500 19228 1c001bca 16a0006f jal x0, 362 - 19245500 19230 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19246500 19231 1c001d36 e69ff06f jal x0, -408 - 19249500 19234 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19263500 19248 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19264500 19249 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19267500 19252 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19268500 19253 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19269500 19254 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19271500 19256 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19272500 19257 1c001778 fddff06f jal x0, -36 - 19274500 19259 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19275500 19260 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 19276500 19261 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19277500 19262 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 19278500 19263 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 19279500 19264 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 19280500 19265 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 19281500 19266 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 19282500 19267 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19283500 19268 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104110 - 19287500 19272 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19288500 19273 1c001bca 16a0006f jal x0, 362 - 19290500 19275 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19291500 19276 1c001d36 e69ff06f jal x0, -408 - 19294500 19279 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19308500 19293 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19309500 19294 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19312500 19297 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19313500 19298 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19314500 19299 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19316500 19301 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19317500 19302 1c001778 fddff06f jal x0, -36 - 19319500 19304 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19320500 19305 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 19321500 19306 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19322500 19307 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 19323500 19308 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 19324500 19309 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 19325500 19310 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 19326500 19311 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 19327500 19312 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19328500 19313 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104110 - 19332500 19317 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19333500 19318 1c001bca 16a0006f jal x0, 362 - 19335500 19320 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19336500 19321 1c001d36 e69ff06f jal x0, -408 - 19339500 19324 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19360500 19345 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19361500 19346 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19364500 19349 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19365500 19350 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19366500 19351 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19368500 19353 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19369500 19354 1c001778 fddff06f jal x0, -36 - 19371500 19356 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19372500 19357 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 19373500 19358 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19374500 19359 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 19375500 19360 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 19376500 19361 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 19377500 19362 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 19378500 19363 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 19379500 19364 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19380500 19365 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104110 - 19384500 19369 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19385500 19370 1c001bca 16a0006f jal x0, 362 - 19387500 19372 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19388500 19373 1c001d36 e69ff06f jal x0, -408 - 19391500 19376 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19410500 19395 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19411500 19396 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19414500 19399 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19415500 19400 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19416500 19401 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19418500 19403 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19419500 19404 1c001778 fddff06f jal x0, -36 - 19421500 19406 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19422500 19407 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 19423500 19408 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19424500 19409 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 19425500 19410 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 19426500 19411 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 19427500 19412 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 19428500 19413 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 19429500 19414 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19430500 19415 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104110 - 19434500 19419 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19435500 19420 1c001bca 16a0006f jal x0, 362 - 19437500 19422 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19438500 19423 1c001d36 e69ff06f jal x0, -408 - 19441500 19426 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19460500 19445 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19461500 19446 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19464500 19449 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19467500 19452 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:108feb60 PA:108feb64 - 19488500 19473 1c001bd0 00012423 sw x0, 8(x2) x2:108feb60 PA:108feb68 - 19489500 19474 1c001bd2 00010623 sb x0, 12(x2) x2:108feb60 PA:108feb6c - 19490500 19475 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19491500 19476 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19513500 19498 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19514500 19499 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108feb60 PA:108feb64 - 19518500 19503 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19519500 19504 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19520500 19505 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19521500 19506 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19522500 19507 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19536500 19521 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19537500 19522 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19538500 19523 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19557500 19542 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19562500 19547 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19586500 19571 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19587500 19572 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19588500 19573 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19611500 19596 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19630500 19615 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19633500 19618 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19656500 19641 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19674500 19659 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19675500 19660 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19676500 19661 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19696500 19681 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19714500 19699 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19733500 19718 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19734500 19719 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19774500 19759 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19793500 19778 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19816500 19801 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19817500 19802 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19856500 19841 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19880500 19865 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19881500 19866 1c001f42 e09ff06f jal x0, -504 - 19901500 19886 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19902500 19887 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108feb60 PA:108feb70 - 19921500 19906 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19943500 19928 1c001e34 00440c13 addi x24, x8, 4 x24=108febe8 x8:108febe4 - 19944500 19929 1c001e38 00042503 lw x10, 0(x8) x10=00000002 x8:108febe4 PA:108febe4 - 19947500 19932 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19984500 19969 1c001e54 00055863 bge x10, x0, 16 x10:00000002 - 20003500 19988 1c001e64 00410593 addi x11, x2, 4 x11=108feb64 x2:108feb60 - 20004500 19989 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20024500 20009 1c0019fe 0105a683 lw x13, 16(x11) x13=108feb78 x11:108feb64 PA:108feb74 - 20041500 20026 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108feb64 PA:108feb70 - 20043500 20028 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20044500 20029 1c001a04 02f55633 divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001 - 20078500 20063 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000002 x14:0000000a - 20079500 20064 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20080500 20065 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20081500 20066 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20084500 20069 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108feb64 PA:108feb70 - 20100500 20085 1c001a20 02f55833 divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001 - 20134500 20119 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001 - 20168500 20153 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20199500 20184 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20200500 20185 1c001a2e 01004663 blt x0, x16, 12 x16:00000002 - 20203500 20188 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20222500 20207 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000002 - 20244500 20229 1c001a56 01070733 add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002 - 20245500 20230 1c001a58 00e68023 sb x14, 0(x13) x14:00000032 x13:108feb78 PA:108feb78 - 20247500 20232 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20248500 20233 1c001a5e 00168693 addi x13, x13, 1 x13=108feb79 x13:108feb78 - 20263500 20248 1c001a60 fb1ff06f jal x0, -80 - 20265500 20250 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20266500 20251 1c001a12 00068023 sb x0, 0(x13) x13:108feb79 PA:108feb79 - 20267500 20252 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20269500 20254 1c001e68 f17ff06f jal x0, -234 - 20292500 20277 1c001d7e 00410613 addi x12, x2, 4 x12=108feb64 x2:108feb60 - 20310500 20295 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20311500 20296 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20312500 20297 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20314500 20299 1c001a62 fe010113 addi x2, x2, -32 x2=108feb40 x2:108feb60 - 20315500 20300 1c001a64 00812c23 sw x8, 24(x2) x8:108febe4 x2:108feb40 PA:108feb58 - 20319500 20304 1c001a66 01062783 lw x15, 16(x12) x15=108feb78 x12:108feb64 PA:108feb74 - 20320500 20305 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108feb64 PA:108feb68 - 20321500 20306 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:108feb40 PA:108feb54 - 20322500 20307 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108feb40 PA:108feb50 - 20323500 20308 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108feb40 PA:108feb4c - 20337500 20322 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108feb40 PA:108feb5c - 20340500 20325 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108feb40 PA:108feb48 - 20341500 20326 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20342500 20327 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20343500 20328 1c001a78 00c004b3 add x9, x0, x12 x9=108feb64 x12:108feb64 - 20344500 20329 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000032 x15=108feb79 x15:108feb78 PA:108feb78 - 20346500 20331 1c001a7e 00070363 beq x14, x0, 6 x14:00000032 - 20360500 20345 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20361500 20346 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108feb64 PA:108feb6c - 20369500 20354 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20372500 20357 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64 - 20384500 20369 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20385500 20370 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20404500 20389 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20405500 20390 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20406500 20391 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20426500 20411 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20427500 20412 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20444500 20429 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20445500 20430 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20446500 20431 1c001b36 f71ff06f jal x0, -144 - 20448500 20433 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108feb64 PA:108feb6c - 20450500 20435 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20468500 20453 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64 - 20470500 20455 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20471500 20456 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20490500 20475 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64 - 20507500 20492 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20508500 20493 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20509500 20494 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20510500 20495 1c001ae8 0104aa03 lw x20, 16(x9) x20=108feb78 x9:108feb64 PA:108feb74 - 20512500 20497 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000032 x20=108feb79 x20:108feb78 PA:108feb78 - 20528500 20513 1c001af0 06059763 bne x11, x0, 110 x11:00000032 - 20547500 20532 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20564500 20549 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20566500 20551 1c001776 00b00533 add x10, x0, x11 x10=00000032 x11:00000032 - 20567500 20552 1c001778 fddff06f jal x0, -36 - 20569500 20554 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20570500 20555 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 20571500 20556 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20572500 20557 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 20573500 20558 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 20574500 20559 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 20575500 20560 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 20576500 20561 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 20577500 20562 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20578500 20563 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104110 - 20582500 20567 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20583500 20568 1c001b62 f8bff06f jal x0, -118 - 20585500 20570 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108feb7a x20:108feb79 PA:108feb79 - 20587500 20572 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20588500 20573 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64 - 20590500 20575 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20591500 20576 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20610500 20595 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108feb40 PA:108feb5c - 20612500 20597 1c001b02 01812403 lw x8, 24(x2) x8=108febe4 x2:108feb40 PA:108feb58 - 20613500 20598 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:108feb40 PA:108feb54 - 20614500 20599 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108feb40 PA:108feb50 - 20615500 20600 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108feb40 PA:108feb4c - 20616500 20601 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108feb40 PA:108feb48 - 20617500 20602 1c001b0c 02010113 addi x2, x2, 32 x2=108feb60 x2:108feb40 - 20618500 20603 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20636500 20621 1c001d86 01800433 add x8, x0, x24 x8=108febe8 x24:108febe8 - 20637500 20622 1c001d88 fadff06f jal x0, -84 - 20639500 20624 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20640500 20625 1c001d36 e69ff06f jal x0, -408 - 20643500 20628 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20660500 20645 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20661500 20646 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20664500 20649 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20665500 20650 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20666500 20651 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20668500 20653 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20669500 20654 1c001778 fddff06f jal x0, -36 - 20671500 20656 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20672500 20657 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 20673500 20658 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20674500 20659 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 20675500 20660 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 20676500 20661 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 20677500 20662 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 20678500 20663 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 20679500 20664 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20680500 20665 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104110 - 20684500 20669 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20685500 20670 1c001bca 16a0006f jal x0, 362 - 20687500 20672 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20688500 20673 1c001d36 e69ff06f jal x0, -408 - 20691500 20676 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20705500 20690 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20706500 20691 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20709500 20694 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20710500 20695 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20711500 20696 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20713500 20698 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20714500 20699 1c001778 fddff06f jal x0, -36 - 20716500 20701 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20717500 20702 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 20718500 20703 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20719500 20704 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 20720500 20705 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 20721500 20706 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 20722500 20707 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 20723500 20708 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 20724500 20709 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20725500 20710 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104110 - 20729500 20714 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20730500 20715 1c001bca 16a0006f jal x0, 362 - 20732500 20717 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20733500 20718 1c001d36 e69ff06f jal x0, -408 - 20736500 20721 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20750500 20735 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20751500 20736 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20754500 20739 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20757500 20742 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:108feb60 PA:108feb64 - 20758500 20743 1c001bd0 00012423 sw x0, 8(x2) x2:108feb60 PA:108feb68 - 20759500 20744 1c001bd2 00010623 sb x0, 12(x2) x2:108feb60 PA:108feb6c - 20760500 20745 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20761500 20746 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20762500 20747 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20763500 20748 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108feb60 PA:108feb64 - 20764500 20749 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20765500 20750 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20766500 20751 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20767500 20752 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20768500 20753 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20769500 20754 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20770500 20755 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20771500 20756 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20789500 20774 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20790500 20775 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20793500 20778 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20794500 20779 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20795500 20780 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20798500 20783 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20801500 20786 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20804500 20789 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20807500 20792 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20808500 20793 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20809500 20794 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20810500 20795 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20813500 20798 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20814500 20799 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20817500 20802 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20818500 20803 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20821500 20806 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20823500 20808 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20826500 20811 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20827500 20812 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20830500 20815 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20831500 20816 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20832500 20817 1c001f42 e09ff06f jal x0, -504 - 20834500 20819 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20835500 20820 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108feb60 PA:108feb70 - 20836500 20821 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20839500 20824 1c001e34 00440c13 addi x24, x8, 4 x24=108febec x8:108febe8 - 20840500 20825 1c001e38 00042503 lw x10, 0(x8) x10=00000002 x8:108febe8 PA:108febe8 - 20841500 20826 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20844500 20829 1c001e54 00055863 bge x10, x0, 16 x10:00000002 - 20847500 20832 1c001e64 00410593 addi x11, x2, 4 x11=108feb64 x2:108feb60 - 20848500 20833 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20850500 20835 1c0019fe 0105a683 lw x13, 16(x11) x13=108feb78 x11:108feb64 PA:108feb74 - 20851500 20836 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108feb64 PA:108feb70 - 20852500 20837 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20853500 20838 1c001a04 02f55633 divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001 - 20887500 20872 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000002 x14:0000000a - 20888500 20873 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20889500 20874 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20890500 20875 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20893500 20878 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108feb64 PA:108feb70 - 20894500 20879 1c001a20 02f55833 divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001 - 20928500 20913 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001 - 20962500 20947 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20993500 20978 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20994500 20979 1c001a2e 01004663 blt x0, x16, 12 x16:00000002 - 20997500 20982 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20999500 20984 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000002 - 21002500 20987 1c001a56 01070733 add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002 - 21003500 20988 1c001a58 00e68023 sb x14, 0(x13) x14:00000032 x13:108feb78 PA:108feb78 - 21004500 20989 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21005500 20990 1c001a5e 00168693 addi x13, x13, 1 x13=108feb79 x13:108feb78 - 21006500 20991 1c001a60 fb1ff06f jal x0, -80 - 21008500 20993 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21009500 20994 1c001a12 00068023 sb x0, 0(x13) x13:108feb79 PA:108feb79 - 21010500 20995 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21012500 20997 1c001e68 f17ff06f jal x0, -234 - 21014500 20999 1c001d7e 00410613 addi x12, x2, 4 x12=108feb64 x2:108feb60 - 21015500 21000 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21016500 21001 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21017500 21002 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21019500 21004 1c001a62 fe010113 addi x2, x2, -32 x2=108feb40 x2:108feb60 - 21020500 21005 1c001a64 00812c23 sw x8, 24(x2) x8:108febe8 x2:108feb40 PA:108feb58 - 21021500 21006 1c001a66 01062783 lw x15, 16(x12) x15=108feb78 x12:108feb64 PA:108feb74 - 21022500 21007 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108feb64 PA:108feb68 - 21023500 21008 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:108feb40 PA:108feb54 - 21024500 21009 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108feb40 PA:108feb50 - 21025500 21010 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108feb40 PA:108feb4c - 21026500 21011 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108feb40 PA:108feb5c - 21027500 21012 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108feb40 PA:108feb48 - 21028500 21013 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21029500 21014 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21030500 21015 1c001a78 00c004b3 add x9, x0, x12 x9=108feb64 x12:108feb64 - 21031500 21016 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000032 x15=108feb79 x15:108feb78 PA:108feb78 - 21033500 21018 1c001a7e 00070363 beq x14, x0, 6 x14:00000032 - 21034500 21019 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21035500 21020 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108feb64 PA:108feb6c - 21037500 21022 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21040500 21025 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64 - 21042500 21027 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21043500 21028 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21046500 21031 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21047500 21032 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21048500 21033 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21051500 21036 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21052500 21037 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21053500 21038 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21054500 21039 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21055500 21040 1c001b36 f71ff06f jal x0, -144 - 21057500 21042 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108feb64 PA:108feb6c - 21059500 21044 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21062500 21047 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64 - 21064500 21049 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21065500 21050 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21068500 21053 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64 - 21069500 21054 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21070500 21055 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21071500 21056 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21072500 21057 1c001ae8 0104aa03 lw x20, 16(x9) x20=108feb78 x9:108feb64 PA:108feb74 - 21074500 21059 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000032 x20=108feb79 x20:108feb78 PA:108feb78 - 21076500 21061 1c001af0 06059763 bne x11, x0, 110 x11:00000032 - 21079500 21064 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21080500 21065 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21082500 21067 1c001776 00b00533 add x10, x0, x11 x10=00000032 x11:00000032 - 21083500 21068 1c001778 fddff06f jal x0, -36 - 21085500 21070 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21086500 21071 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 21087500 21072 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21088500 21073 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 21089500 21074 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 21090500 21075 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 21091500 21076 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 21092500 21077 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 21093500 21078 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21094500 21079 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104110 - 21098500 21083 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21099500 21084 1c001b62 f8bff06f jal x0, -118 - 21101500 21086 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108feb7a x20:108feb79 PA:108feb79 - 21103500 21088 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21104500 21089 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108feb64 PA:108feb64 - 21106500 21091 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21107500 21092 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21110500 21095 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108feb40 PA:108feb5c - 21111500 21096 1c001b02 01812403 lw x8, 24(x2) x8=108febe8 x2:108feb40 PA:108feb58 - 21112500 21097 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:108feb40 PA:108feb54 - 21113500 21098 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108feb40 PA:108feb50 - 21114500 21099 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108feb40 PA:108feb4c - 21115500 21100 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108feb40 PA:108feb48 - 21116500 21101 1c001b0c 02010113 addi x2, x2, 32 x2=108feb60 x2:108feb40 - 21117500 21102 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21119500 21104 1c001d86 01800433 add x8, x0, x24 x8=108febec x24:108febec - 21120500 21105 1c001d88 fadff06f jal x0, -84 - 21122500 21107 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21123500 21108 1c001d36 e69ff06f jal x0, -408 - 21126500 21111 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21146500 21131 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21147500 21132 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21150500 21135 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21151500 21136 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21152500 21137 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21154500 21139 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21155500 21140 1c001778 fddff06f jal x0, -36 - 21157500 21142 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21158500 21143 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 21159500 21144 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21160500 21145 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 21161500 21146 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 21162500 21147 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 21163500 21148 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 21164500 21149 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 21165500 21150 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21166500 21151 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104110 - 21170500 21155 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21171500 21156 1c001bca 16a0006f jal x0, 362 - 21173500 21158 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21174500 21159 1c001d36 e69ff06f jal x0, -408 - 21177500 21162 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21192500 21177 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21193500 21178 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21196500 21181 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21197500 21182 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21198500 21183 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21200500 21185 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21201500 21186 1c001778 fddff06f jal x0, -36 - 21203500 21188 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21204500 21189 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 21205500 21190 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21206500 21191 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 21207500 21192 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 21208500 21193 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 21209500 21194 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 21210500 21195 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 21211500 21196 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21212500 21197 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104110 - 21216500 21201 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21217500 21202 1c001bca 16a0006f jal x0, 362 - 21219500 21204 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21220500 21205 1c001d36 e69ff06f jal x0, -408 - 21223500 21208 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21238500 21223 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21239500 21224 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21242500 21227 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21243500 21228 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21244500 21229 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21246500 21231 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21247500 21232 1c001778 fddff06f jal x0, -36 - 21249500 21234 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21250500 21235 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000042 - 21251500 21236 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21252500 21237 1c00175e 00379713 slli x14, x15, 0x3 x14=00000210 x15:00000042 - 21253500 21238 1c001762 00279793 slli x15, x15, 0x2 x15=00000108 x15:00000042 - 21254500 21239 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000210 - 21255500 21240 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000108 x13:00001f80 - 21256500 21241 1c00176a 00e787b3 add x15, x15, x14 x15=00000110 x15:00000100 x14:00000010 - 21257500 21242 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21258500 21243 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104110 - 21262500 21247 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21263500 21248 1c001bca 16a0006f jal x0, 362 - 21265500 21250 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21266500 21251 1c001d36 e69ff06f jal x0, -408 - 21269500 21254 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21284500 21269 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21285500 21270 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21286500 21271 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:108feb60 PA:108febbc - 21287500 21272 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:108feb60 PA:108febb8 - 21288500 21273 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:108feb60 PA:108febb4 - 21289500 21274 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:108feb60 PA:108febb0 - 21302500 21287 1c001bb0 04c12983 lw x19, 76(x2) x19=00000002 x2:108feb60 PA:108febac - 21303500 21288 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:108feb60 PA:108feba8 - 21304500 21289 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:108feb60 PA:108feba4 - 21305500 21290 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:108feb60 PA:108feba0 - 21306500 21291 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:108feb60 PA:108feb9c - 21307500 21292 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:108feb60 PA:108feb98 - 21308500 21293 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:108feb60 PA:108feb94 - 21309500 21294 1c001bbe 06010113 addi x2, x2, 96 x2=108febc0 x2:108feb60 - 21310500 21295 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21312500 21297 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:108febc0 PA:108febdc - 21313500 21298 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21314500 21299 1c001838 04010113 addi x2, x2, 64 x2=108fec00 x2:108febc0 - 21315500 21300 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21317500 21302 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_02_3.log b/sw/scripts/tracevis/example/traces/trace_core_02_3.log deleted file mode 100644 index dbfaf7a..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_02_3.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 14833500 14818 1c000080 0180006f jal x0, 24 - 14851500 14836 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000043 - 14852500 14837 1c00009c 01f57593 andi x11, x10, 31 x11=00000003 x10:00000043 - 14869500 14854 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000002 x10:00000043 - 14870500 14855 1c0000a2 00058463 beq x11, x0, 8 x11:00000003 - 14871500 14856 1c0000a6 05a0206f jal x0, 8282 - 14889500 14874 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 14890500 14875 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 14891500 14876 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 14892500 14877 1c00210c 0e059163 bne x11, x0, 226 x11:00000003 - 14944500 14929 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 14945500 14930 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000043 - 14946500 14931 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000003 x19:00000043 - 14947500 14932 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 14964500 14949 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 14965500 14950 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 14966500 14951 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 14967500 14952 1c00220a 0060006f jal x0, 6 - 14986500 14971 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18321500 18306 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18338500 18323 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18339500 18324 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18361500 18346 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18362500 18347 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18364500 18349 1c00222c 08096283 p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080 - 18388500 18373 1c002230 02a98533 mul x10, x19, x10 x10=00000c00 x19:00000003 x10:00000400 - 18389500 18374 1c002234 00550133 add x2, x10, x5 x2=108ff000 x10:00000c00 x5:108fe400 - 18390500 18375 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18392500 18377 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18427500 18412 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18435500 18420 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18436500 18421 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18437500 18422 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18438500 18423 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18459500 18444 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000043 - 18476500 18461 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18477500 18462 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000002 x12:00000043 - 18478500 18463 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002 - 18479500 18464 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000003 x12:00000043 - 18480500 18465 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18481500 18466 1c0009d4 63d0006f jal x0, 3644 - 18502500 18487 1c001810 fc010113 addi x2, x2, -64 x2=108fefc0 x2:108ff000 - 18503500 18488 1c001812 02b12223 sw x11, 36(x2) x11:00000002 x2:108fefc0 PA:108fefe4 - 18504500 18489 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18505500 18490 1c001818 02c12423 sw x12, 40(x2) x12:00000003 x2:108fefc0 PA:108fefe8 - 18506500 18491 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:108fefc0 PA:108fefec - 18507500 18492 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18508500 18493 1c00181e 02410693 addi x13, x2, 36 x13=108fefe4 x2:108fefc0 - 18526500 18511 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18527500 18512 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18528500 18513 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:108fefc0 PA:108fefdc - 18532500 18517 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:108fefc0 PA:108feff0 - 18533500 18518 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:108fefc0 PA:108feff4 - 18534500 18519 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:108fefc0 PA:108feff8 - 18535500 18520 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:108fefc0 PA:108feffc - 18549500 18534 1c001830 00d12623 sw x13, 12(x2) x13:108fefe4 x2:108fefc0 PA:108fefcc - 18552500 18537 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18568500 18553 1c001b70 fa010113 addi x2, x2, -96 x2=108fef60 x2:108fefc0 - 18569500 18554 1c001b72 01810793 addi x15, x2, 24 x15=108fef78 x2:108fef60 - 18570500 18555 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:108fef60 PA:108fefb8 - 18572500 18557 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:108fef60 PA:108fefb0 - 18573500 18558 1c001b78 05312623 sw x19, 76(x2) x19:00000003 x2:108fef60 PA:108fefac - 18574500 18559 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:108fef60 PA:108fefa8 - 18575500 18560 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:108fef60 PA:108fefa4 - 18576500 18561 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:108fef60 PA:108fefa0 - 18592500 18577 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:108fef60 PA:108fef9c - 18596500 18581 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:108fef60 PA:108fefbc - 18597500 18582 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:108fef60 PA:108fefb4 - 18598500 18583 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:108fef60 PA:108fef98 - 18599500 18584 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:108fef60 PA:108fef94 - 18600500 18585 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18601500 18586 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18602500 18587 1c001b8e 00d00433 add x8, x0, x13 x8=108fefe4 x13:108fefe4 - 18616500 18601 1c001b90 00f12a23 sw x15, 20(x2) x15:108fef78 x2:108fef60 PA:108fef74 - 18619500 18604 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18620500 18605 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18621500 18606 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18622500 18607 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18638500 18623 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18657500 18642 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18658500 18643 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18678500 18663 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18679500 18664 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18680500 18665 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18698500 18683 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18699500 18684 1c001778 fddff06f jal x0, -36 - 18718500 18703 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18719500 18704 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 18720500 18705 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18738500 18723 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 18739500 18724 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 18740500 18725 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 18741500 18726 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 18742500 18727 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 18743500 18728 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18744500 18729 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104118 - 18748500 18733 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18749500 18734 1c001bca 16a0006f jal x0, 362 - 18768500 18753 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18769500 18754 1c001d36 e69ff06f jal x0, -408 - 18772500 18757 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18791500 18776 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18792500 18777 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18795500 18780 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18796500 18781 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18797500 18782 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18799500 18784 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18800500 18785 1c001778 fddff06f jal x0, -36 - 18802500 18787 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18803500 18788 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 18804500 18789 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18805500 18790 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 18806500 18791 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 18807500 18792 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 18808500 18793 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 18809500 18794 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 18810500 18795 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18811500 18796 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104118 - 18815500 18800 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18816500 18801 1c001bca 16a0006f jal x0, 362 - 18818500 18803 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18819500 18804 1c001d36 e69ff06f jal x0, -408 - 18822500 18807 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18838500 18823 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18839500 18824 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18842500 18827 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18843500 18828 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18844500 18829 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18846500 18831 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18847500 18832 1c001778 fddff06f jal x0, -36 - 18849500 18834 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18850500 18835 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 18851500 18836 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18852500 18837 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 18853500 18838 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 18854500 18839 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 18855500 18840 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 18856500 18841 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 18857500 18842 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18858500 18843 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104118 - 18862500 18847 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18863500 18848 1c001bca 16a0006f jal x0, 362 - 18865500 18850 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18866500 18851 1c001d36 e69ff06f jal x0, -408 - 18869500 18854 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18886500 18871 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18887500 18872 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18890500 18875 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18891500 18876 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18892500 18877 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18894500 18879 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18895500 18880 1c001778 fddff06f jal x0, -36 - 18897500 18882 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18898500 18883 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 18899500 18884 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18900500 18885 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 18901500 18886 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 18902500 18887 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 18903500 18888 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 18904500 18889 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 18905500 18890 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18906500 18891 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104118 - 18910500 18895 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18911500 18896 1c001bca 16a0006f jal x0, 362 - 18913500 18898 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18914500 18899 1c001d36 e69ff06f jal x0, -408 - 18917500 18902 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18933500 18918 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18934500 18919 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18937500 18922 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18938500 18923 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18939500 18924 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18941500 18926 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18942500 18927 1c001778 fddff06f jal x0, -36 - 18944500 18929 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18945500 18930 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 18946500 18931 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18947500 18932 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 18948500 18933 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 18949500 18934 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 18950500 18935 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 18951500 18936 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 18952500 18937 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18953500 18938 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104118 - 18957500 18942 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18958500 18943 1c001bca 16a0006f jal x0, 362 - 18960500 18945 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18961500 18946 1c001d36 e69ff06f jal x0, -408 - 18964500 18949 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18982500 18967 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18983500 18968 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18986500 18971 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18987500 18972 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18988500 18973 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18990500 18975 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18991500 18976 1c001778 fddff06f jal x0, -36 - 18993500 18978 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18994500 18979 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 18995500 18980 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18996500 18981 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 18997500 18982 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 18998500 18983 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 18999500 18984 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 19000500 18985 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 19001500 18986 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19002500 18987 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104118 - 19006500 18991 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19007500 18992 1c001bca 16a0006f jal x0, 362 - 19009500 18994 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19010500 18995 1c001d36 e69ff06f jal x0, -408 - 19013500 18998 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19028500 19013 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19029500 19014 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19032500 19017 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19033500 19018 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19034500 19019 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19036500 19021 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19037500 19022 1c001778 fddff06f jal x0, -36 - 19039500 19024 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19040500 19025 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 19041500 19026 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19042500 19027 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 19043500 19028 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 19044500 19029 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 19045500 19030 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 19046500 19031 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 19047500 19032 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19048500 19033 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104118 - 19052500 19037 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19053500 19038 1c001bca 16a0006f jal x0, 362 - 19055500 19040 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19056500 19041 1c001d36 e69ff06f jal x0, -408 - 19059500 19044 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19077500 19062 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19078500 19063 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19081500 19066 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19082500 19067 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19083500 19068 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19085500 19070 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19086500 19071 1c001778 fddff06f jal x0, -36 - 19088500 19073 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19089500 19074 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 19090500 19075 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19091500 19076 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 19092500 19077 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 19093500 19078 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 19094500 19079 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 19095500 19080 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 19096500 19081 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19097500 19082 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104118 - 19101500 19086 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19102500 19087 1c001bca 16a0006f jal x0, 362 - 19104500 19089 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19105500 19090 1c001d36 e69ff06f jal x0, -408 - 19108500 19093 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19123500 19108 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19124500 19109 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19127500 19112 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19128500 19113 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19129500 19114 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19131500 19116 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19132500 19117 1c001778 fddff06f jal x0, -36 - 19134500 19119 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19135500 19120 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 19136500 19121 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19137500 19122 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 19138500 19123 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 19139500 19124 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 19140500 19125 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 19141500 19126 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 19142500 19127 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19143500 19128 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104118 - 19147500 19132 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19148500 19133 1c001bca 16a0006f jal x0, 362 - 19150500 19135 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19151500 19136 1c001d36 e69ff06f jal x0, -408 - 19154500 19139 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19169500 19154 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19170500 19155 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19173500 19158 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19174500 19159 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19175500 19160 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19177500 19162 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19178500 19163 1c001778 fddff06f jal x0, -36 - 19180500 19165 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19181500 19166 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 19182500 19167 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19183500 19168 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 19184500 19169 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 19185500 19170 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 19186500 19171 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 19187500 19172 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 19188500 19173 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19189500 19174 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104118 - 19193500 19178 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19194500 19179 1c001bca 16a0006f jal x0, 362 - 19196500 19181 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19197500 19182 1c001d36 e69ff06f jal x0, -408 - 19200500 19185 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19220500 19205 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19221500 19206 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19224500 19209 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19225500 19210 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19226500 19211 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19228500 19213 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19229500 19214 1c001778 fddff06f jal x0, -36 - 19231500 19216 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19232500 19217 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 19233500 19218 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19234500 19219 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 19235500 19220 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 19236500 19221 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 19237500 19222 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 19238500 19223 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 19239500 19224 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19240500 19225 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104118 - 19244500 19229 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19245500 19230 1c001bca 16a0006f jal x0, 362 - 19247500 19232 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19248500 19233 1c001d36 e69ff06f jal x0, -408 - 19251500 19236 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19266500 19251 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19267500 19252 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19270500 19255 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19271500 19256 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19272500 19257 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19274500 19259 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19275500 19260 1c001778 fddff06f jal x0, -36 - 19277500 19262 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19278500 19263 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 19279500 19264 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19280500 19265 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 19281500 19266 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 19282500 19267 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 19283500 19268 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 19284500 19269 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 19285500 19270 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19286500 19271 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104118 - 19290500 19275 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19291500 19276 1c001bca 16a0006f jal x0, 362 - 19293500 19278 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19294500 19279 1c001d36 e69ff06f jal x0, -408 - 19297500 19282 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19312500 19297 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19313500 19298 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19316500 19301 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19317500 19302 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19318500 19303 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19320500 19305 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19321500 19306 1c001778 fddff06f jal x0, -36 - 19323500 19308 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19324500 19309 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 19325500 19310 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19326500 19311 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 19327500 19312 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 19328500 19313 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 19329500 19314 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 19330500 19315 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 19331500 19316 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19332500 19317 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104118 - 19336500 19321 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19337500 19322 1c001bca 16a0006f jal x0, 362 - 19339500 19324 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19340500 19325 1c001d36 e69ff06f jal x0, -408 - 19343500 19328 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19366500 19351 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19367500 19352 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19370500 19355 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19371500 19356 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19372500 19357 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19374500 19359 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19375500 19360 1c001778 fddff06f jal x0, -36 - 19377500 19362 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19378500 19363 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 19379500 19364 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19380500 19365 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 19381500 19366 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 19382500 19367 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 19383500 19368 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 19384500 19369 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 19385500 19370 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19386500 19371 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104118 - 19390500 19375 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19391500 19376 1c001bca 16a0006f jal x0, 362 - 19393500 19378 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19394500 19379 1c001d36 e69ff06f jal x0, -408 - 19397500 19382 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19416500 19401 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19417500 19402 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19420500 19405 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19421500 19406 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19422500 19407 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19424500 19409 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19425500 19410 1c001778 fddff06f jal x0, -36 - 19427500 19412 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19428500 19413 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 19429500 19414 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19430500 19415 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 19431500 19416 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 19432500 19417 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 19433500 19418 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 19434500 19419 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 19435500 19420 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19436500 19421 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104118 - 19440500 19425 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19441500 19426 1c001bca 16a0006f jal x0, 362 - 19443500 19428 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19444500 19429 1c001d36 e69ff06f jal x0, -408 - 19447500 19432 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19466500 19451 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19467500 19452 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19470500 19455 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19473500 19458 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:108fef60 PA:108fef64 - 19488500 19473 1c001bd0 00012423 sw x0, 8(x2) x2:108fef60 PA:108fef68 - 19490500 19475 1c001bd2 00010623 sb x0, 12(x2) x2:108fef60 PA:108fef6c - 19491500 19476 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19492500 19477 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19513500 19498 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19514500 19499 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108fef60 PA:108fef64 - 19517500 19502 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19518500 19503 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19519500 19504 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19520500 19505 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19521500 19506 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19536500 19521 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19537500 19522 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19538500 19523 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19561500 19546 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19562500 19547 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19586500 19571 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19587500 19572 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19588500 19573 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19611500 19596 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19630500 19615 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19633500 19618 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19656500 19641 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19674500 19659 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19675500 19660 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19676500 19661 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19696500 19681 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19714500 19699 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19733500 19718 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19734500 19719 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19774500 19759 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19793500 19778 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19816500 19801 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19817500 19802 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19856500 19841 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19880500 19865 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19881500 19866 1c001f42 e09ff06f jal x0, -504 - 19901500 19886 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19902500 19887 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108fef60 PA:108fef70 - 19921500 19906 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19943500 19928 1c001e34 00440c13 addi x24, x8, 4 x24=108fefe8 x8:108fefe4 - 19944500 19929 1c001e38 00042503 lw x10, 0(x8) x10=00000002 x8:108fefe4 PA:108fefe4 - 19946500 19931 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19984500 19969 1c001e54 00055863 bge x10, x0, 16 x10:00000002 - 20003500 19988 1c001e64 00410593 addi x11, x2, 4 x11=108fef64 x2:108fef60 - 20004500 19989 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20024500 20009 1c0019fe 0105a683 lw x13, 16(x11) x13=108fef78 x11:108fef64 PA:108fef74 - 20041500 20026 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fef64 PA:108fef70 - 20044500 20029 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20045500 20030 1c001a04 02f55633 divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001 - 20079500 20064 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000002 x14:0000000a - 20080500 20065 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20081500 20066 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20082500 20067 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20085500 20070 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fef64 PA:108fef70 - 20100500 20085 1c001a20 02f55833 divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001 - 20134500 20119 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001 - 20168500 20153 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20199500 20184 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20200500 20185 1c001a2e 01004663 blt x0, x16, 12 x16:00000002 - 20203500 20188 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20222500 20207 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000002 - 20244500 20229 1c001a56 01070733 add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002 - 20245500 20230 1c001a58 00e68023 sb x14, 0(x13) x14:00000032 x13:108fef78 PA:108fef78 - 20248500 20233 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20249500 20234 1c001a5e 00168693 addi x13, x13, 1 x13=108fef79 x13:108fef78 - 20263500 20248 1c001a60 fb1ff06f jal x0, -80 - 20265500 20250 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20266500 20251 1c001a12 00068023 sb x0, 0(x13) x13:108fef79 PA:108fef79 - 20268500 20253 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20269500 20254 1c001e68 f17ff06f jal x0, -234 - 20292500 20277 1c001d7e 00410613 addi x12, x2, 4 x12=108fef64 x2:108fef60 - 20310500 20295 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20311500 20296 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20312500 20297 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20314500 20299 1c001a62 fe010113 addi x2, x2, -32 x2=108fef40 x2:108fef60 - 20315500 20300 1c001a64 00812c23 sw x8, 24(x2) x8:108fefe4 x2:108fef40 PA:108fef58 - 20320500 20305 1c001a66 01062783 lw x15, 16(x12) x15=108fef78 x12:108fef64 PA:108fef74 - 20321500 20306 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108fef64 PA:108fef68 - 20322500 20307 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:108fef40 PA:108fef54 - 20323500 20308 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108fef40 PA:108fef50 - 20324500 20309 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108fef40 PA:108fef4c - 20337500 20322 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108fef40 PA:108fef5c - 20339500 20324 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108fef40 PA:108fef48 - 20340500 20325 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20341500 20326 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20342500 20327 1c001a78 00c004b3 add x9, x0, x12 x9=108fef64 x12:108fef64 - 20343500 20328 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000032 x15=108fef79 x15:108fef78 PA:108fef78 - 20345500 20330 1c001a7e 00070363 beq x14, x0, 6 x14:00000032 - 20360500 20345 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20361500 20346 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108fef64 PA:108fef6c - 20363500 20348 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20366500 20351 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64 - 20384500 20369 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20385500 20370 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20404500 20389 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20405500 20390 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20406500 20391 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20426500 20411 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20427500 20412 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20444500 20429 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20445500 20430 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20446500 20431 1c001b36 f71ff06f jal x0, -144 - 20448500 20433 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108fef64 PA:108fef6c - 20451500 20436 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20468500 20453 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64 - 20471500 20456 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20472500 20457 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20490500 20475 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64 - 20507500 20492 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20508500 20493 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20509500 20494 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20510500 20495 1c001ae8 0104aa03 lw x20, 16(x9) x20=108fef78 x9:108fef64 PA:108fef74 - 20513500 20498 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000032 x20=108fef79 x20:108fef78 PA:108fef78 - 20528500 20513 1c001af0 06059763 bne x11, x0, 110 x11:00000032 - 20547500 20532 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20564500 20549 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20566500 20551 1c001776 00b00533 add x10, x0, x11 x10=00000032 x11:00000032 - 20567500 20552 1c001778 fddff06f jal x0, -36 - 20569500 20554 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20570500 20555 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 20571500 20556 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20572500 20557 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 20573500 20558 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 20574500 20559 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 20575500 20560 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 20576500 20561 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 20577500 20562 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20578500 20563 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104118 - 20582500 20567 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20583500 20568 1c001b62 f8bff06f jal x0, -118 - 20585500 20570 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108fef7a x20:108fef79 PA:108fef79 - 20588500 20573 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20589500 20574 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64 - 20591500 20576 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20592500 20577 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20610500 20595 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108fef40 PA:108fef5c - 20613500 20598 1c001b02 01812403 lw x8, 24(x2) x8=108fefe4 x2:108fef40 PA:108fef58 - 20614500 20599 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:108fef40 PA:108fef54 - 20615500 20600 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108fef40 PA:108fef50 - 20616500 20601 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108fef40 PA:108fef4c - 20617500 20602 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108fef40 PA:108fef48 - 20618500 20603 1c001b0c 02010113 addi x2, x2, 32 x2=108fef60 x2:108fef40 - 20619500 20604 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20636500 20621 1c001d86 01800433 add x8, x0, x24 x8=108fefe8 x24:108fefe8 - 20637500 20622 1c001d88 fadff06f jal x0, -84 - 20639500 20624 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20640500 20625 1c001d36 e69ff06f jal x0, -408 - 20643500 20628 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20662500 20647 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20663500 20648 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20666500 20651 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20667500 20652 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20668500 20653 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20670500 20655 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20671500 20656 1c001778 fddff06f jal x0, -36 - 20673500 20658 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20674500 20659 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 20675500 20660 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20676500 20661 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 20677500 20662 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 20678500 20663 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 20679500 20664 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 20680500 20665 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 20681500 20666 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20682500 20667 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104118 - 20686500 20671 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20687500 20672 1c001bca 16a0006f jal x0, 362 - 20689500 20674 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20690500 20675 1c001d36 e69ff06f jal x0, -408 - 20693500 20678 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20707500 20692 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20708500 20693 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20711500 20696 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20712500 20697 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20713500 20698 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20715500 20700 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20716500 20701 1c001778 fddff06f jal x0, -36 - 20718500 20703 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20719500 20704 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 20720500 20705 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20721500 20706 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 20722500 20707 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 20723500 20708 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 20724500 20709 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 20725500 20710 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 20726500 20711 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20727500 20712 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104118 - 20731500 20716 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20732500 20717 1c001bca 16a0006f jal x0, 362 - 20734500 20719 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20735500 20720 1c001d36 e69ff06f jal x0, -408 - 20738500 20723 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20753500 20738 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20754500 20739 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20757500 20742 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20760500 20745 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:108fef60 PA:108fef64 - 20761500 20746 1c001bd0 00012423 sw x0, 8(x2) x2:108fef60 PA:108fef68 - 20762500 20747 1c001bd2 00010623 sb x0, 12(x2) x2:108fef60 PA:108fef6c - 20763500 20748 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20764500 20749 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20765500 20750 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20766500 20751 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108fef60 PA:108fef64 - 20767500 20752 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20768500 20753 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20769500 20754 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20770500 20755 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20771500 20756 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20772500 20757 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20773500 20758 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20774500 20759 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20791500 20776 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20792500 20777 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20795500 20780 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20796500 20781 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20797500 20782 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20800500 20785 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20803500 20788 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20806500 20791 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20809500 20794 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20810500 20795 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20811500 20796 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20812500 20797 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20815500 20800 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20816500 20801 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20819500 20804 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20820500 20805 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20823500 20808 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20825500 20810 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20828500 20813 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20829500 20814 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20832500 20817 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20833500 20818 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20834500 20819 1c001f42 e09ff06f jal x0, -504 - 20836500 20821 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20837500 20822 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108fef60 PA:108fef70 - 20838500 20823 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20841500 20826 1c001e34 00440c13 addi x24, x8, 4 x24=108fefec x8:108fefe8 - 20842500 20827 1c001e38 00042503 lw x10, 0(x8) x10=00000003 x8:108fefe8 PA:108fefe8 - 20843500 20828 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20846500 20831 1c001e54 00055863 bge x10, x0, 16 x10:00000003 - 20849500 20834 1c001e64 00410593 addi x11, x2, 4 x11=108fef64 x2:108fef60 - 20850500 20835 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20852500 20837 1c0019fe 0105a683 lw x13, 16(x11) x13=108fef78 x11:108fef64 PA:108fef74 - 20853500 20838 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fef64 PA:108fef70 - 20854500 20839 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20855500 20840 1c001a04 02f55633 divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001 - 20889500 20874 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000003 x14:0000000a - 20890500 20875 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20891500 20876 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20892500 20877 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20895500 20880 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fef64 PA:108fef70 - 20896500 20881 1c001a20 02f55833 divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001 - 20930500 20915 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001 - 20964500 20949 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20995500 20980 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20996500 20981 1c001a2e 01004663 blt x0, x16, 12 x16:00000003 - 20999500 20984 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21001500 20986 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000003 - 21004500 20989 1c001a56 01070733 add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003 - 21005500 20990 1c001a58 00e68023 sb x14, 0(x13) x14:00000033 x13:108fef78 PA:108fef78 - 21006500 20991 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21007500 20992 1c001a5e 00168693 addi x13, x13, 1 x13=108fef79 x13:108fef78 - 21008500 20993 1c001a60 fb1ff06f jal x0, -80 - 21010500 20995 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21011500 20996 1c001a12 00068023 sb x0, 0(x13) x13:108fef79 PA:108fef79 - 21012500 20997 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21014500 20999 1c001e68 f17ff06f jal x0, -234 - 21016500 21001 1c001d7e 00410613 addi x12, x2, 4 x12=108fef64 x2:108fef60 - 21017500 21002 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21018500 21003 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21019500 21004 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21021500 21006 1c001a62 fe010113 addi x2, x2, -32 x2=108fef40 x2:108fef60 - 21022500 21007 1c001a64 00812c23 sw x8, 24(x2) x8:108fefe8 x2:108fef40 PA:108fef58 - 21023500 21008 1c001a66 01062783 lw x15, 16(x12) x15=108fef78 x12:108fef64 PA:108fef74 - 21024500 21009 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108fef64 PA:108fef68 - 21025500 21010 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:108fef40 PA:108fef54 - 21026500 21011 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108fef40 PA:108fef50 - 21027500 21012 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108fef40 PA:108fef4c - 21028500 21013 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108fef40 PA:108fef5c - 21029500 21014 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108fef40 PA:108fef48 - 21030500 21015 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21031500 21016 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21032500 21017 1c001a78 00c004b3 add x9, x0, x12 x9=108fef64 x12:108fef64 - 21033500 21018 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000033 x15=108fef79 x15:108fef78 PA:108fef78 - 21035500 21020 1c001a7e 00070363 beq x14, x0, 6 x14:00000033 - 21036500 21021 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21037500 21022 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108fef64 PA:108fef6c - 21039500 21024 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21042500 21027 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64 - 21044500 21029 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21045500 21030 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21048500 21033 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21049500 21034 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21050500 21035 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21053500 21038 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21054500 21039 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21055500 21040 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21056500 21041 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21057500 21042 1c001b36 f71ff06f jal x0, -144 - 21059500 21044 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108fef64 PA:108fef6c - 21061500 21046 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21064500 21049 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64 - 21066500 21051 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21067500 21052 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21070500 21055 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64 - 21071500 21056 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21072500 21057 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21073500 21058 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21074500 21059 1c001ae8 0104aa03 lw x20, 16(x9) x20=108fef78 x9:108fef64 PA:108fef74 - 21076500 21061 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000033 x20=108fef79 x20:108fef78 PA:108fef78 - 21078500 21063 1c001af0 06059763 bne x11, x0, 110 x11:00000033 - 21081500 21066 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21082500 21067 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21084500 21069 1c001776 00b00533 add x10, x0, x11 x10=00000033 x11:00000033 - 21085500 21070 1c001778 fddff06f jal x0, -36 - 21087500 21072 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21088500 21073 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 21089500 21074 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21090500 21075 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 21091500 21076 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 21092500 21077 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 21093500 21078 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 21094500 21079 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 21095500 21080 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21096500 21081 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104118 - 21100500 21085 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21101500 21086 1c001b62 f8bff06f jal x0, -118 - 21103500 21088 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108fef7a x20:108fef79 PA:108fef79 - 21105500 21090 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21106500 21091 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fef64 PA:108fef64 - 21108500 21093 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21109500 21094 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21112500 21097 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108fef40 PA:108fef5c - 21113500 21098 1c001b02 01812403 lw x8, 24(x2) x8=108fefe8 x2:108fef40 PA:108fef58 - 21114500 21099 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:108fef40 PA:108fef54 - 21115500 21100 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108fef40 PA:108fef50 - 21116500 21101 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108fef40 PA:108fef4c - 21117500 21102 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108fef40 PA:108fef48 - 21118500 21103 1c001b0c 02010113 addi x2, x2, 32 x2=108fef60 x2:108fef40 - 21119500 21104 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21121500 21106 1c001d86 01800433 add x8, x0, x24 x8=108fefec x24:108fefec - 21122500 21107 1c001d88 fadff06f jal x0, -84 - 21124500 21109 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21125500 21110 1c001d36 e69ff06f jal x0, -408 - 21128500 21113 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21147500 21132 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21148500 21133 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21151500 21136 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21152500 21137 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21153500 21138 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21155500 21140 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21156500 21141 1c001778 fddff06f jal x0, -36 - 21158500 21143 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21159500 21144 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 21160500 21145 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21161500 21146 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 21162500 21147 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 21163500 21148 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 21164500 21149 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 21165500 21150 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 21166500 21151 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21167500 21152 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104118 - 21171500 21156 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21172500 21157 1c001bca 16a0006f jal x0, 362 - 21174500 21159 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21175500 21160 1c001d36 e69ff06f jal x0, -408 - 21178500 21163 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21193500 21178 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21194500 21179 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21197500 21182 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21198500 21183 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21199500 21184 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21201500 21186 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21202500 21187 1c001778 fddff06f jal x0, -36 - 21204500 21189 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21205500 21190 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 21206500 21191 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21207500 21192 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 21208500 21193 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 21209500 21194 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 21210500 21195 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 21211500 21196 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 21212500 21197 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21213500 21198 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104118 - 21217500 21202 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21218500 21203 1c001bca 16a0006f jal x0, 362 - 21220500 21205 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21221500 21206 1c001d36 e69ff06f jal x0, -408 - 21224500 21209 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21239500 21224 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21240500 21225 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21243500 21228 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21244500 21229 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21245500 21230 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21247500 21232 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21248500 21233 1c001778 fddff06f jal x0, -36 - 21250500 21235 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21251500 21236 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000043 - 21252500 21237 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21253500 21238 1c00175e 00379713 slli x14, x15, 0x3 x14=00000218 x15:00000043 - 21254500 21239 1c001762 00279793 slli x15, x15, 0x2 x15=0000010c x15:00000043 - 21255500 21240 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000218 - 21256500 21241 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000010c x13:00001f80 - 21257500 21242 1c00176a 00e787b3 add x15, x15, x14 x15=00000118 x15:00000100 x14:00000018 - 21258500 21243 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21259500 21244 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104118 - 21263500 21248 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21264500 21249 1c001bca 16a0006f jal x0, 362 - 21266500 21251 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21267500 21252 1c001d36 e69ff06f jal x0, -408 - 21270500 21255 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21285500 21270 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21286500 21271 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21287500 21272 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:108fef60 PA:108fefbc - 21288500 21273 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:108fef60 PA:108fefb8 - 21289500 21274 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:108fef60 PA:108fefb4 - 21290500 21275 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:108fef60 PA:108fefb0 - 21302500 21287 1c001bb0 04c12983 lw x19, 76(x2) x19=00000003 x2:108fef60 PA:108fefac - 21304500 21289 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:108fef60 PA:108fefa8 - 21305500 21290 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:108fef60 PA:108fefa4 - 21306500 21291 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:108fef60 PA:108fefa0 - 21307500 21292 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:108fef60 PA:108fef9c - 21308500 21293 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:108fef60 PA:108fef98 - 21309500 21294 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:108fef60 PA:108fef94 - 21310500 21295 1c001bbe 06010113 addi x2, x2, 96 x2=108fefc0 x2:108fef60 - 21311500 21296 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21313500 21298 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:108fefc0 PA:108fefdc - 21314500 21299 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21315500 21300 1c001838 04010113 addi x2, x2, 64 x2=108ff000 x2:108fefc0 - 21316500 21301 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21318500 21303 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_02_4.log b/sw/scripts/tracevis/example/traces/trace_core_02_4.log deleted file mode 100644 index b4be6f9..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_02_4.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 14833500 14818 1c000080 0180006f jal x0, 24 - 14851500 14836 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000044 - 14852500 14837 1c00009c 01f57593 andi x11, x10, 31 x11=00000004 x10:00000044 - 14869500 14854 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000002 x10:00000044 - 14870500 14855 1c0000a2 00058463 beq x11, x0, 8 x11:00000004 - 14871500 14856 1c0000a6 05a0206f jal x0, 8282 - 14889500 14874 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 14890500 14875 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 14891500 14876 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 14892500 14877 1c00210c 0e059163 bne x11, x0, 226 x11:00000004 - 14944500 14929 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 14945500 14930 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000044 - 14946500 14931 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000004 x19:00000044 - 14947500 14932 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 14964500 14949 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 14965500 14950 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 14966500 14951 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 14967500 14952 1c00220a 0060006f jal x0, 6 - 14986500 14971 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18321500 18306 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18338500 18323 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18339500 18324 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18361500 18346 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18362500 18347 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18364500 18349 1c00222c 08096283 p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080 - 18388500 18373 1c002230 02a98533 mul x10, x19, x10 x10=00001000 x19:00000004 x10:00000400 - 18389500 18374 1c002234 00550133 add x2, x10, x5 x2=108ff400 x10:00001000 x5:108fe400 - 18390500 18375 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18392500 18377 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18427500 18412 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18435500 18420 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18436500 18421 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18437500 18422 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18438500 18423 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18459500 18444 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000044 - 18476500 18461 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18477500 18462 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000002 x12:00000044 - 18478500 18463 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002 - 18479500 18464 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000004 x12:00000044 - 18480500 18465 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18481500 18466 1c0009d4 63d0006f jal x0, 3644 - 18502500 18487 1c001810 fc010113 addi x2, x2, -64 x2=108ff3c0 x2:108ff400 - 18503500 18488 1c001812 02b12223 sw x11, 36(x2) x11:00000002 x2:108ff3c0 PA:108ff3e4 - 18505500 18490 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18506500 18491 1c001818 02c12423 sw x12, 40(x2) x12:00000004 x2:108ff3c0 PA:108ff3e8 - 18507500 18492 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:108ff3c0 PA:108ff3ec - 18508500 18493 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18509500 18494 1c00181e 02410693 addi x13, x2, 36 x13=108ff3e4 x2:108ff3c0 - 18526500 18511 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18527500 18512 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18528500 18513 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:108ff3c0 PA:108ff3dc - 18529500 18514 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:108ff3c0 PA:108ff3f0 - 18530500 18515 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:108ff3c0 PA:108ff3f4 - 18531500 18516 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:108ff3c0 PA:108ff3f8 - 18532500 18517 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:108ff3c0 PA:108ff3fc - 18549500 18534 1c001830 00d12623 sw x13, 12(x2) x13:108ff3e4 x2:108ff3c0 PA:108ff3cc - 18555500 18540 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18568500 18553 1c001b70 fa010113 addi x2, x2, -96 x2=108ff360 x2:108ff3c0 - 18569500 18554 1c001b72 01810793 addi x15, x2, 24 x15=108ff378 x2:108ff360 - 18570500 18555 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:108ff360 PA:108ff3b8 - 18573500 18558 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:108ff360 PA:108ff3b0 - 18574500 18559 1c001b78 05312623 sw x19, 76(x2) x19:00000004 x2:108ff360 PA:108ff3ac - 18575500 18560 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:108ff360 PA:108ff3a8 - 18576500 18561 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:108ff360 PA:108ff3a4 - 18577500 18562 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:108ff360 PA:108ff3a0 - 18592500 18577 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:108ff360 PA:108ff39c - 18599500 18584 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:108ff360 PA:108ff3bc - 18600500 18585 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:108ff360 PA:108ff3b4 - 18601500 18586 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:108ff360 PA:108ff398 - 18602500 18587 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:108ff360 PA:108ff394 - 18603500 18588 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18604500 18589 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18605500 18590 1c001b8e 00d00433 add x8, x0, x13 x8=108ff3e4 x13:108ff3e4 - 18616500 18601 1c001b90 00f12a23 sw x15, 20(x2) x15:108ff378 x2:108ff360 PA:108ff374 - 18620500 18605 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18621500 18606 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18622500 18607 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18623500 18608 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18638500 18623 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18659500 18644 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18660500 18645 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18678500 18663 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18679500 18664 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18680500 18665 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18698500 18683 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18699500 18684 1c001778 fddff06f jal x0, -36 - 18718500 18703 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18719500 18704 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 18720500 18705 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18738500 18723 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 18739500 18724 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 18740500 18725 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 18741500 18726 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 18742500 18727 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 18743500 18728 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18744500 18729 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104120 - 18748500 18733 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18749500 18734 1c001bca 16a0006f jal x0, 362 - 18768500 18753 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18769500 18754 1c001d36 e69ff06f jal x0, -408 - 18772500 18757 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18793500 18778 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18794500 18779 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18797500 18782 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18798500 18783 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18799500 18784 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18801500 18786 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18802500 18787 1c001778 fddff06f jal x0, -36 - 18804500 18789 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18805500 18790 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 18806500 18791 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18807500 18792 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 18808500 18793 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 18809500 18794 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 18810500 18795 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 18811500 18796 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 18812500 18797 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18813500 18798 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104120 - 18817500 18802 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18818500 18803 1c001bca 16a0006f jal x0, 362 - 18820500 18805 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18821500 18806 1c001d36 e69ff06f jal x0, -408 - 18824500 18809 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18840500 18825 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18841500 18826 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18844500 18829 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18845500 18830 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18846500 18831 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18848500 18833 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18849500 18834 1c001778 fddff06f jal x0, -36 - 18851500 18836 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18852500 18837 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 18853500 18838 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18854500 18839 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 18855500 18840 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 18856500 18841 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 18857500 18842 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 18858500 18843 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 18859500 18844 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18860500 18845 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104120 - 18864500 18849 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18865500 18850 1c001bca 16a0006f jal x0, 362 - 18867500 18852 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18868500 18853 1c001d36 e69ff06f jal x0, -408 - 18871500 18856 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18890500 18875 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18891500 18876 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18894500 18879 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18895500 18880 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18896500 18881 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18898500 18883 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18899500 18884 1c001778 fddff06f jal x0, -36 - 18901500 18886 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18902500 18887 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 18903500 18888 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18904500 18889 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 18905500 18890 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 18906500 18891 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 18907500 18892 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 18908500 18893 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 18909500 18894 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18910500 18895 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104120 - 18914500 18899 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18915500 18900 1c001bca 16a0006f jal x0, 362 - 18917500 18902 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18918500 18903 1c001d36 e69ff06f jal x0, -408 - 18921500 18906 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18935500 18920 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18936500 18921 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18939500 18924 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18940500 18925 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18941500 18926 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18943500 18928 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18944500 18929 1c001778 fddff06f jal x0, -36 - 18946500 18931 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18947500 18932 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 18948500 18933 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18949500 18934 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 18950500 18935 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 18951500 18936 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 18952500 18937 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 18953500 18938 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 18954500 18939 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18955500 18940 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104120 - 18959500 18944 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18960500 18945 1c001bca 16a0006f jal x0, 362 - 18962500 18947 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18963500 18948 1c001d36 e69ff06f jal x0, -408 - 18966500 18951 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18985500 18970 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18986500 18971 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18989500 18974 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18990500 18975 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18991500 18976 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18993500 18978 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18994500 18979 1c001778 fddff06f jal x0, -36 - 18996500 18981 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18997500 18982 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 18998500 18983 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18999500 18984 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 19000500 18985 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 19001500 18986 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 19002500 18987 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 19003500 18988 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 19004500 18989 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19005500 18990 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104120 - 19009500 18994 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19010500 18995 1c001bca 16a0006f jal x0, 362 - 19012500 18997 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19013500 18998 1c001d36 e69ff06f jal x0, -408 - 19016500 19001 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19032500 19017 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19033500 19018 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19036500 19021 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19037500 19022 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19038500 19023 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19040500 19025 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19041500 19026 1c001778 fddff06f jal x0, -36 - 19043500 19028 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19044500 19029 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 19045500 19030 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19046500 19031 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 19047500 19032 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 19048500 19033 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 19049500 19034 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 19050500 19035 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 19051500 19036 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19052500 19037 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104120 - 19056500 19041 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19057500 19042 1c001bca 16a0006f jal x0, 362 - 19059500 19044 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19060500 19045 1c001d36 e69ff06f jal x0, -408 - 19063500 19048 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19078500 19063 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19079500 19064 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19082500 19067 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19083500 19068 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19084500 19069 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19086500 19071 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19087500 19072 1c001778 fddff06f jal x0, -36 - 19089500 19074 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19090500 19075 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 19091500 19076 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19092500 19077 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 19093500 19078 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 19094500 19079 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 19095500 19080 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 19096500 19081 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 19097500 19082 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19098500 19083 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104120 - 19102500 19087 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19103500 19088 1c001bca 16a0006f jal x0, 362 - 19105500 19090 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19106500 19091 1c001d36 e69ff06f jal x0, -408 - 19109500 19094 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19127500 19112 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19128500 19113 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19131500 19116 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19132500 19117 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19133500 19118 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19135500 19120 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19136500 19121 1c001778 fddff06f jal x0, -36 - 19138500 19123 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19139500 19124 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 19140500 19125 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19141500 19126 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 19142500 19127 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 19143500 19128 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 19144500 19129 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 19145500 19130 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 19146500 19131 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19147500 19132 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104120 - 19151500 19136 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19152500 19137 1c001bca 16a0006f jal x0, 362 - 19154500 19139 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19155500 19140 1c001d36 e69ff06f jal x0, -408 - 19158500 19143 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19179500 19164 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19180500 19165 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19183500 19168 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19184500 19169 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19185500 19170 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19187500 19172 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19188500 19173 1c001778 fddff06f jal x0, -36 - 19190500 19175 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19191500 19176 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 19192500 19177 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19193500 19178 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 19194500 19179 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 19195500 19180 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 19196500 19181 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 19197500 19182 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 19198500 19183 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19199500 19184 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104120 - 19203500 19188 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19204500 19189 1c001bca 16a0006f jal x0, 362 - 19206500 19191 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19207500 19192 1c001d36 e69ff06f jal x0, -408 - 19210500 19195 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19230500 19215 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19231500 19216 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19234500 19219 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19235500 19220 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19236500 19221 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19238500 19223 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19239500 19224 1c001778 fddff06f jal x0, -36 - 19241500 19226 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19242500 19227 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 19243500 19228 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19244500 19229 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 19245500 19230 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 19246500 19231 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 19247500 19232 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 19248500 19233 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 19249500 19234 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19250500 19235 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104120 - 19254500 19239 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19255500 19240 1c001bca 16a0006f jal x0, 362 - 19257500 19242 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19258500 19243 1c001d36 e69ff06f jal x0, -408 - 19261500 19246 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19278500 19263 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19279500 19264 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19282500 19267 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19283500 19268 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19284500 19269 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19286500 19271 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19287500 19272 1c001778 fddff06f jal x0, -36 - 19289500 19274 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19290500 19275 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 19291500 19276 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19292500 19277 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 19293500 19278 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 19294500 19279 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 19295500 19280 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 19296500 19281 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 19297500 19282 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19298500 19283 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104120 - 19302500 19287 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19303500 19288 1c001bca 16a0006f jal x0, 362 - 19305500 19290 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19306500 19291 1c001d36 e69ff06f jal x0, -408 - 19309500 19294 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19323500 19308 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19324500 19309 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19327500 19312 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19328500 19313 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19329500 19314 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19331500 19316 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19332500 19317 1c001778 fddff06f jal x0, -36 - 19334500 19319 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19335500 19320 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 19336500 19321 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19337500 19322 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 19338500 19323 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 19339500 19324 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 19340500 19325 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 19341500 19326 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 19342500 19327 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19343500 19328 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104120 - 19347500 19332 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19348500 19333 1c001bca 16a0006f jal x0, 362 - 19350500 19335 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19351500 19336 1c001d36 e69ff06f jal x0, -408 - 19354500 19339 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19375500 19360 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19376500 19361 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19379500 19364 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19380500 19365 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19381500 19366 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19383500 19368 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19384500 19369 1c001778 fddff06f jal x0, -36 - 19386500 19371 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19387500 19372 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 19388500 19373 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19389500 19374 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 19390500 19375 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 19391500 19376 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 19392500 19377 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 19393500 19378 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 19394500 19379 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19395500 19380 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104120 - 19399500 19384 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19400500 19385 1c001bca 16a0006f jal x0, 362 - 19402500 19387 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19403500 19388 1c001d36 e69ff06f jal x0, -408 - 19406500 19391 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19426500 19411 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19427500 19412 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19430500 19415 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19431500 19416 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19432500 19417 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19434500 19419 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19435500 19420 1c001778 fddff06f jal x0, -36 - 19437500 19422 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19438500 19423 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 19439500 19424 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19440500 19425 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 19441500 19426 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 19442500 19427 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 19443500 19428 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 19444500 19429 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 19445500 19430 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19446500 19431 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104120 - 19450500 19435 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19451500 19436 1c001bca 16a0006f jal x0, 362 - 19453500 19438 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19454500 19439 1c001d36 e69ff06f jal x0, -408 - 19457500 19442 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19476500 19461 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19477500 19462 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19480500 19465 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19483500 19468 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:108ff360 PA:108ff364 - 19488500 19473 1c001bd0 00012423 sw x0, 8(x2) x2:108ff360 PA:108ff368 - 19491500 19476 1c001bd2 00010623 sb x0, 12(x2) x2:108ff360 PA:108ff36c - 19492500 19477 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19493500 19478 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19513500 19498 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19514500 19499 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108ff360 PA:108ff364 - 19520500 19505 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19521500 19506 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19522500 19507 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19523500 19508 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19524500 19509 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19536500 19521 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19537500 19522 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19538500 19523 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19581500 19566 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19582500 19567 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19606500 19591 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19607500 19592 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19608500 19593 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19611500 19596 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19630500 19615 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19633500 19618 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19656500 19641 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19674500 19659 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19675500 19660 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19676500 19661 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19696500 19681 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19714500 19699 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19733500 19718 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19734500 19719 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19774500 19759 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19793500 19778 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19816500 19801 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19817500 19802 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19856500 19841 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19880500 19865 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19881500 19866 1c001f42 e09ff06f jal x0, -504 - 19901500 19886 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19902500 19887 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108ff360 PA:108ff370 - 19921500 19906 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19943500 19928 1c001e34 00440c13 addi x24, x8, 4 x24=108ff3e8 x8:108ff3e4 - 19944500 19929 1c001e38 00042503 lw x10, 0(x8) x10=00000002 x8:108ff3e4 PA:108ff3e4 - 19949500 19934 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19984500 19969 1c001e54 00055863 bge x10, x0, 16 x10:00000002 - 20003500 19988 1c001e64 00410593 addi x11, x2, 4 x11=108ff364 x2:108ff360 - 20004500 19989 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20024500 20009 1c0019fe 0105a683 lw x13, 16(x11) x13=108ff378 x11:108ff364 PA:108ff374 - 20041500 20026 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108ff364 PA:108ff370 - 20045500 20030 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20046500 20031 1c001a04 02f55633 divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001 - 20080500 20065 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000002 x14:0000000a - 20081500 20066 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20082500 20067 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20083500 20068 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20086500 20071 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108ff364 PA:108ff370 - 20100500 20085 1c001a20 02f55833 divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001 - 20134500 20119 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001 - 20168500 20153 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20199500 20184 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20200500 20185 1c001a2e 01004663 blt x0, x16, 12 x16:00000002 - 20203500 20188 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20222500 20207 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000002 - 20244500 20229 1c001a56 01070733 add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002 - 20245500 20230 1c001a58 00e68023 sb x14, 0(x13) x14:00000032 x13:108ff378 PA:108ff378 - 20249500 20234 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20250500 20235 1c001a5e 00168693 addi x13, x13, 1 x13=108ff379 x13:108ff378 - 20263500 20248 1c001a60 fb1ff06f jal x0, -80 - 20265500 20250 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20266500 20251 1c001a12 00068023 sb x0, 0(x13) x13:108ff379 PA:108ff379 - 20269500 20254 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20270500 20255 1c001e68 f17ff06f jal x0, -234 - 20292500 20277 1c001d7e 00410613 addi x12, x2, 4 x12=108ff364 x2:108ff360 - 20310500 20295 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20311500 20296 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20312500 20297 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20314500 20299 1c001a62 fe010113 addi x2, x2, -32 x2=108ff340 x2:108ff360 - 20315500 20300 1c001a64 00812c23 sw x8, 24(x2) x8:108ff3e4 x2:108ff340 PA:108ff358 - 20321500 20306 1c001a66 01062783 lw x15, 16(x12) x15=108ff378 x12:108ff364 PA:108ff374 - 20322500 20307 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108ff364 PA:108ff368 - 20323500 20308 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:108ff340 PA:108ff354 - 20324500 20309 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108ff340 PA:108ff350 - 20325500 20310 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108ff340 PA:108ff34c - 20337500 20322 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108ff340 PA:108ff35c - 20342500 20327 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108ff340 PA:108ff348 - 20343500 20328 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20344500 20329 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20345500 20330 1c001a78 00c004b3 add x9, x0, x12 x9=108ff364 x12:108ff364 - 20346500 20331 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000032 x15=108ff379 x15:108ff378 PA:108ff378 - 20348500 20333 1c001a7e 00070363 beq x14, x0, 6 x14:00000032 - 20360500 20345 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20361500 20346 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108ff364 PA:108ff36c - 20364500 20349 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20367500 20352 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364 - 20384500 20369 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20385500 20370 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20404500 20389 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20405500 20390 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20406500 20391 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20426500 20411 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20427500 20412 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20444500 20429 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20445500 20430 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20446500 20431 1c001b36 f71ff06f jal x0, -144 - 20448500 20433 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108ff364 PA:108ff36c - 20452500 20437 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20468500 20453 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364 - 20472500 20457 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20473500 20458 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20490500 20475 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364 - 20507500 20492 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20508500 20493 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20509500 20494 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20510500 20495 1c001ae8 0104aa03 lw x20, 16(x9) x20=108ff378 x9:108ff364 PA:108ff374 - 20514500 20499 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000032 x20=108ff379 x20:108ff378 PA:108ff378 - 20528500 20513 1c001af0 06059763 bne x11, x0, 110 x11:00000032 - 20547500 20532 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20564500 20549 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20566500 20551 1c001776 00b00533 add x10, x0, x11 x10=00000032 x11:00000032 - 20567500 20552 1c001778 fddff06f jal x0, -36 - 20569500 20554 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20570500 20555 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 20571500 20556 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20572500 20557 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 20573500 20558 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 20574500 20559 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 20575500 20560 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 20576500 20561 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 20577500 20562 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20578500 20563 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104120 - 20582500 20567 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20583500 20568 1c001b62 f8bff06f jal x0, -118 - 20585500 20570 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108ff37a x20:108ff379 PA:108ff379 - 20589500 20574 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20590500 20575 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364 - 20592500 20577 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20593500 20578 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20610500 20595 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108ff340 PA:108ff35c - 20614500 20599 1c001b02 01812403 lw x8, 24(x2) x8=108ff3e4 x2:108ff340 PA:108ff358 - 20615500 20600 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:108ff340 PA:108ff354 - 20616500 20601 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108ff340 PA:108ff350 - 20617500 20602 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108ff340 PA:108ff34c - 20618500 20603 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108ff340 PA:108ff348 - 20619500 20604 1c001b0c 02010113 addi x2, x2, 32 x2=108ff360 x2:108ff340 - 20620500 20605 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20636500 20621 1c001d86 01800433 add x8, x0, x24 x8=108ff3e8 x24:108ff3e8 - 20637500 20622 1c001d88 fadff06f jal x0, -84 - 20639500 20624 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20640500 20625 1c001d36 e69ff06f jal x0, -408 - 20643500 20628 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20664500 20649 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20665500 20650 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20668500 20653 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20669500 20654 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20670500 20655 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20672500 20657 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20673500 20658 1c001778 fddff06f jal x0, -36 - 20675500 20660 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20676500 20661 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 20677500 20662 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20678500 20663 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 20679500 20664 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 20680500 20665 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 20681500 20666 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 20682500 20667 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 20683500 20668 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20684500 20669 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104120 - 20688500 20673 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20689500 20674 1c001bca 16a0006f jal x0, 362 - 20691500 20676 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20692500 20677 1c001d36 e69ff06f jal x0, -408 - 20695500 20680 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20709500 20694 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20710500 20695 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20713500 20698 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20714500 20699 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20715500 20700 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20717500 20702 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20718500 20703 1c001778 fddff06f jal x0, -36 - 20720500 20705 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20721500 20706 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 20722500 20707 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20723500 20708 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 20724500 20709 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 20725500 20710 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 20726500 20711 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 20727500 20712 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 20728500 20713 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20729500 20714 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104120 - 20733500 20718 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20734500 20719 1c001bca 16a0006f jal x0, 362 - 20736500 20721 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20737500 20722 1c001d36 e69ff06f jal x0, -408 - 20740500 20725 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20757500 20742 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20758500 20743 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20761500 20746 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20764500 20749 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:108ff360 PA:108ff364 - 20765500 20750 1c001bd0 00012423 sw x0, 8(x2) x2:108ff360 PA:108ff368 - 20766500 20751 1c001bd2 00010623 sb x0, 12(x2) x2:108ff360 PA:108ff36c - 20767500 20752 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20768500 20753 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20769500 20754 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20770500 20755 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108ff360 PA:108ff364 - 20771500 20756 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20772500 20757 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20773500 20758 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20774500 20759 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20775500 20760 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20776500 20761 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20777500 20762 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20778500 20763 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20795500 20780 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20796500 20781 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20799500 20784 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20800500 20785 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20801500 20786 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20804500 20789 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20807500 20792 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20810500 20795 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20813500 20798 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20814500 20799 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20815500 20800 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20816500 20801 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20819500 20804 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20820500 20805 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20823500 20808 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20824500 20809 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20827500 20812 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20829500 20814 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20832500 20817 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20833500 20818 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20836500 20821 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20837500 20822 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20838500 20823 1c001f42 e09ff06f jal x0, -504 - 20840500 20825 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20841500 20826 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108ff360 PA:108ff370 - 20842500 20827 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20845500 20830 1c001e34 00440c13 addi x24, x8, 4 x24=108ff3ec x8:108ff3e8 - 20846500 20831 1c001e38 00042503 lw x10, 0(x8) x10=00000004 x8:108ff3e8 PA:108ff3e8 - 20847500 20832 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20850500 20835 1c001e54 00055863 bge x10, x0, 16 x10:00000004 - 20853500 20838 1c001e64 00410593 addi x11, x2, 4 x11=108ff364 x2:108ff360 - 20854500 20839 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20856500 20841 1c0019fe 0105a683 lw x13, 16(x11) x13=108ff378 x11:108ff364 PA:108ff374 - 20857500 20842 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108ff364 PA:108ff370 - 20858500 20843 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20859500 20844 1c001a04 02f55633 divu x12, x10, x15 x12=00000004 x10:00000004 x15:00000001 - 20893500 20878 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000004 x14:0000000a - 20894500 20879 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20895500 20880 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20896500 20881 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20899500 20884 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108ff364 PA:108ff370 - 20900500 20885 1c001a20 02f55833 divu x16, x10, x15 x16=00000004 x10:00000004 x15:00000001 - 20934500 20919 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000004 x15:00000001 - 20968500 20953 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20999500 20984 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21000500 20985 1c001a2e 01004663 blt x0, x16, 12 x16:00000004 - 21003500 20988 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21005500 20990 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000004 - 21008500 20993 1c001a56 01070733 add x14, x14, x16 x14=00000034 x14:00000030 x16:00000004 - 21009500 20994 1c001a58 00e68023 sb x14, 0(x13) x14:00000034 x13:108ff378 PA:108ff378 - 21011500 20996 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21012500 20997 1c001a5e 00168693 addi x13, x13, 1 x13=108ff379 x13:108ff378 - 21013500 20998 1c001a60 fb1ff06f jal x0, -80 - 21015500 21000 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21016500 21001 1c001a12 00068023 sb x0, 0(x13) x13:108ff379 PA:108ff379 - 21017500 21002 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21019500 21004 1c001e68 f17ff06f jal x0, -234 - 21021500 21006 1c001d7e 00410613 addi x12, x2, 4 x12=108ff364 x2:108ff360 - 21022500 21007 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21023500 21008 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21024500 21009 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21026500 21011 1c001a62 fe010113 addi x2, x2, -32 x2=108ff340 x2:108ff360 - 21027500 21012 1c001a64 00812c23 sw x8, 24(x2) x8:108ff3e8 x2:108ff340 PA:108ff358 - 21028500 21013 1c001a66 01062783 lw x15, 16(x12) x15=108ff378 x12:108ff364 PA:108ff374 - 21029500 21014 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108ff364 PA:108ff368 - 21030500 21015 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:108ff340 PA:108ff354 - 21031500 21016 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108ff340 PA:108ff350 - 21032500 21017 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108ff340 PA:108ff34c - 21033500 21018 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108ff340 PA:108ff35c - 21034500 21019 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108ff340 PA:108ff348 - 21035500 21020 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21036500 21021 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21037500 21022 1c001a78 00c004b3 add x9, x0, x12 x9=108ff364 x12:108ff364 - 21038500 21023 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000034 x15=108ff379 x15:108ff378 PA:108ff378 - 21040500 21025 1c001a7e 00070363 beq x14, x0, 6 x14:00000034 - 21041500 21026 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21042500 21027 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108ff364 PA:108ff36c - 21044500 21029 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21047500 21032 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364 - 21049500 21034 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21050500 21035 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21053500 21038 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21054500 21039 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21055500 21040 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21058500 21043 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21059500 21044 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21060500 21045 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21061500 21046 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21062500 21047 1c001b36 f71ff06f jal x0, -144 - 21064500 21049 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108ff364 PA:108ff36c - 21066500 21051 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21069500 21054 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364 - 21071500 21056 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21072500 21057 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21075500 21060 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364 - 21076500 21061 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21077500 21062 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21078500 21063 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21079500 21064 1c001ae8 0104aa03 lw x20, 16(x9) x20=108ff378 x9:108ff364 PA:108ff374 - 21081500 21066 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000034 x20=108ff379 x20:108ff378 PA:108ff378 - 21083500 21068 1c001af0 06059763 bne x11, x0, 110 x11:00000034 - 21086500 21071 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21087500 21072 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21089500 21074 1c001776 00b00533 add x10, x0, x11 x10=00000034 x11:00000034 - 21090500 21075 1c001778 fddff06f jal x0, -36 - 21092500 21077 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21093500 21078 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 21094500 21079 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21095500 21080 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 21096500 21081 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 21097500 21082 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 21098500 21083 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 21099500 21084 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 21100500 21085 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21101500 21086 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000034 x14:1a104000 PA:1a104120 - 21105500 21090 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21106500 21091 1c001b62 f8bff06f jal x0, -118 - 21108500 21093 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108ff37a x20:108ff379 PA:108ff379 - 21110500 21095 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21111500 21096 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff364 PA:108ff364 - 21113500 21098 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21114500 21099 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21117500 21102 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108ff340 PA:108ff35c - 21118500 21103 1c001b02 01812403 lw x8, 24(x2) x8=108ff3e8 x2:108ff340 PA:108ff358 - 21119500 21104 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:108ff340 PA:108ff354 - 21120500 21105 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108ff340 PA:108ff350 - 21121500 21106 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108ff340 PA:108ff34c - 21122500 21107 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108ff340 PA:108ff348 - 21123500 21108 1c001b0c 02010113 addi x2, x2, 32 x2=108ff360 x2:108ff340 - 21124500 21109 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21126500 21111 1c001d86 01800433 add x8, x0, x24 x8=108ff3ec x24:108ff3ec - 21127500 21112 1c001d88 fadff06f jal x0, -84 - 21129500 21114 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21130500 21115 1c001d36 e69ff06f jal x0, -408 - 21133500 21118 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21158500 21143 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21159500 21144 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21162500 21147 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21163500 21148 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21164500 21149 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21166500 21151 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21167500 21152 1c001778 fddff06f jal x0, -36 - 21169500 21154 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21170500 21155 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 21171500 21156 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21172500 21157 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 21173500 21158 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 21174500 21159 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 21175500 21160 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 21176500 21161 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 21177500 21162 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21178500 21163 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104120 - 21182500 21167 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21183500 21168 1c001bca 16a0006f jal x0, 362 - 21185500 21170 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21186500 21171 1c001d36 e69ff06f jal x0, -408 - 21189500 21174 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21209500 21194 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21210500 21195 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21213500 21198 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21214500 21199 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21215500 21200 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21217500 21202 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21218500 21203 1c001778 fddff06f jal x0, -36 - 21220500 21205 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21221500 21206 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 21222500 21207 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21223500 21208 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 21224500 21209 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 21225500 21210 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 21226500 21211 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 21227500 21212 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 21228500 21213 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21229500 21214 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104120 - 21233500 21218 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21234500 21219 1c001bca 16a0006f jal x0, 362 - 21236500 21221 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21237500 21222 1c001d36 e69ff06f jal x0, -408 - 21240500 21225 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21254500 21239 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21255500 21240 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21258500 21243 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21259500 21244 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21260500 21245 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21262500 21247 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21263500 21248 1c001778 fddff06f jal x0, -36 - 21265500 21250 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21266500 21251 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000044 - 21267500 21252 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21268500 21253 1c00175e 00379713 slli x14, x15, 0x3 x14=00000220 x15:00000044 - 21269500 21254 1c001762 00279793 slli x15, x15, 0x2 x15=00000110 x15:00000044 - 21270500 21255 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000220 - 21271500 21256 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000110 x13:00001f80 - 21272500 21257 1c00176a 00e787b3 add x15, x15, x14 x15=00000120 x15:00000100 x14:00000020 - 21273500 21258 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21274500 21259 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104120 - 21278500 21263 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21279500 21264 1c001bca 16a0006f jal x0, 362 - 21281500 21266 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21282500 21267 1c001d36 e69ff06f jal x0, -408 - 21285500 21270 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21303500 21288 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21304500 21289 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21305500 21290 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:108ff360 PA:108ff3bc - 21306500 21291 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:108ff360 PA:108ff3b8 - 21307500 21292 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:108ff360 PA:108ff3b4 - 21308500 21293 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:108ff360 PA:108ff3b0 - 21309500 21294 1c001bb0 04c12983 lw x19, 76(x2) x19=00000004 x2:108ff360 PA:108ff3ac - 21310500 21295 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:108ff360 PA:108ff3a8 - 21311500 21296 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:108ff360 PA:108ff3a4 - 21312500 21297 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:108ff360 PA:108ff3a0 - 21313500 21298 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:108ff360 PA:108ff39c - 21317500 21302 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:108ff360 PA:108ff398 - 21318500 21303 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:108ff360 PA:108ff394 - 21319500 21304 1c001bbe 06010113 addi x2, x2, 96 x2=108ff3c0 x2:108ff360 - 21320500 21305 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21322500 21307 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:108ff3c0 PA:108ff3dc - 21323500 21308 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21324500 21309 1c001838 04010113 addi x2, x2, 64 x2=108ff400 x2:108ff3c0 - 21325500 21310 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21327500 21312 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_02_5.log b/sw/scripts/tracevis/example/traces/trace_core_02_5.log deleted file mode 100644 index 4509040..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_02_5.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 14833500 14818 1c000080 0180006f jal x0, 24 - 14851500 14836 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000045 - 14852500 14837 1c00009c 01f57593 andi x11, x10, 31 x11=00000005 x10:00000045 - 14869500 14854 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000002 x10:00000045 - 14870500 14855 1c0000a2 00058463 beq x11, x0, 8 x11:00000005 - 14871500 14856 1c0000a6 05a0206f jal x0, 8282 - 14889500 14874 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 14890500 14875 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 14891500 14876 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 14892500 14877 1c00210c 0e059163 bne x11, x0, 226 x11:00000005 - 14944500 14929 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 14945500 14930 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000045 - 14946500 14931 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000005 x19:00000045 - 14947500 14932 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 14964500 14949 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 14965500 14950 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 14966500 14951 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 14967500 14952 1c00220a 0060006f jal x0, 6 - 14986500 14971 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18321500 18306 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18338500 18323 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18339500 18324 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18361500 18346 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18362500 18347 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18364500 18349 1c00222c 08096283 p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080 - 18388500 18373 1c002230 02a98533 mul x10, x19, x10 x10=00001400 x19:00000005 x10:00000400 - 18389500 18374 1c002234 00550133 add x2, x10, x5 x2=108ff800 x10:00001400 x5:108fe400 - 18390500 18375 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18392500 18377 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18427500 18412 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18435500 18420 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18436500 18421 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18437500 18422 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18438500 18423 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18459500 18444 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000045 - 18476500 18461 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18477500 18462 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000002 x12:00000045 - 18478500 18463 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002 - 18479500 18464 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000005 x12:00000045 - 18480500 18465 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18481500 18466 1c0009d4 63d0006f jal x0, 3644 - 18502500 18487 1c001810 fc010113 addi x2, x2, -64 x2=108ff7c0 x2:108ff800 - 18503500 18488 1c001812 02b12223 sw x11, 36(x2) x11:00000002 x2:108ff7c0 PA:108ff7e4 - 18506500 18491 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18507500 18492 1c001818 02c12423 sw x12, 40(x2) x12:00000005 x2:108ff7c0 PA:108ff7e8 - 18508500 18493 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:108ff7c0 PA:108ff7ec - 18509500 18494 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18510500 18495 1c00181e 02410693 addi x13, x2, 36 x13=108ff7e4 x2:108ff7c0 - 18526500 18511 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18527500 18512 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18528500 18513 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:108ff7c0 PA:108ff7dc - 18530500 18515 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:108ff7c0 PA:108ff7f0 - 18531500 18516 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:108ff7c0 PA:108ff7f4 - 18532500 18517 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:108ff7c0 PA:108ff7f8 - 18533500 18518 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:108ff7c0 PA:108ff7fc - 18549500 18534 1c001830 00d12623 sw x13, 12(x2) x13:108ff7e4 x2:108ff7c0 PA:108ff7cc - 18550500 18535 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18568500 18553 1c001b70 fa010113 addi x2, x2, -96 x2=108ff760 x2:108ff7c0 - 18569500 18554 1c001b72 01810793 addi x15, x2, 24 x15=108ff778 x2:108ff760 - 18570500 18555 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:108ff760 PA:108ff7b8 - 18574500 18559 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:108ff760 PA:108ff7b0 - 18575500 18560 1c001b78 05312623 sw x19, 76(x2) x19:00000005 x2:108ff760 PA:108ff7ac - 18576500 18561 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:108ff760 PA:108ff7a8 - 18577500 18562 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:108ff760 PA:108ff7a4 - 18578500 18563 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:108ff760 PA:108ff7a0 - 18592500 18577 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:108ff760 PA:108ff79c - 18598500 18583 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:108ff760 PA:108ff7bc - 18599500 18584 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:108ff760 PA:108ff7b4 - 18600500 18585 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:108ff760 PA:108ff798 - 18601500 18586 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:108ff760 PA:108ff794 - 18602500 18587 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18603500 18588 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18604500 18589 1c001b8e 00d00433 add x8, x0, x13 x8=108ff7e4 x13:108ff7e4 - 18616500 18601 1c001b90 00f12a23 sw x15, 20(x2) x15:108ff778 x2:108ff760 PA:108ff774 - 18621500 18606 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18622500 18607 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18623500 18608 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18624500 18609 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18638500 18623 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18661500 18646 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18662500 18647 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18678500 18663 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18679500 18664 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18680500 18665 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18698500 18683 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18699500 18684 1c001778 fddff06f jal x0, -36 - 18718500 18703 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18719500 18704 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 18720500 18705 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18738500 18723 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 18739500 18724 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 18740500 18725 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 18741500 18726 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 18742500 18727 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 18743500 18728 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18744500 18729 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104128 - 18748500 18733 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18749500 18734 1c001bca 16a0006f jal x0, 362 - 18768500 18753 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18769500 18754 1c001d36 e69ff06f jal x0, -408 - 18772500 18757 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18797500 18782 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18798500 18783 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18801500 18786 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18802500 18787 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18803500 18788 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18805500 18790 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18806500 18791 1c001778 fddff06f jal x0, -36 - 18808500 18793 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18809500 18794 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 18810500 18795 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18811500 18796 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 18812500 18797 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 18813500 18798 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 18814500 18799 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 18815500 18800 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 18816500 18801 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18817500 18802 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104128 - 18821500 18806 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18822500 18807 1c001bca 16a0006f jal x0, 362 - 18824500 18809 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18825500 18810 1c001d36 e69ff06f jal x0, -408 - 18828500 18813 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18842500 18827 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18843500 18828 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18846500 18831 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18847500 18832 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18848500 18833 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18850500 18835 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18851500 18836 1c001778 fddff06f jal x0, -36 - 18853500 18838 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18854500 18839 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 18855500 18840 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18856500 18841 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 18857500 18842 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 18858500 18843 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 18859500 18844 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 18860500 18845 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 18861500 18846 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18862500 18847 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104128 - 18866500 18851 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18867500 18852 1c001bca 16a0006f jal x0, 362 - 18869500 18854 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18870500 18855 1c001d36 e69ff06f jal x0, -408 - 18873500 18858 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18893500 18878 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18894500 18879 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18897500 18882 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18898500 18883 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18899500 18884 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18901500 18886 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18902500 18887 1c001778 fddff06f jal x0, -36 - 18904500 18889 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18905500 18890 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 18906500 18891 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18907500 18892 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 18908500 18893 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 18909500 18894 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 18910500 18895 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 18911500 18896 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 18912500 18897 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18913500 18898 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104128 - 18917500 18902 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18918500 18903 1c001bca 16a0006f jal x0, 362 - 18920500 18905 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18921500 18906 1c001d36 e69ff06f jal x0, -408 - 18924500 18909 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18939500 18924 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18940500 18925 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18943500 18928 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18944500 18929 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18945500 18930 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18947500 18932 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18948500 18933 1c001778 fddff06f jal x0, -36 - 18950500 18935 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18951500 18936 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 18952500 18937 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18953500 18938 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 18954500 18939 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 18955500 18940 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 18956500 18941 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 18957500 18942 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 18958500 18943 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18959500 18944 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104128 - 18963500 18948 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18964500 18949 1c001bca 16a0006f jal x0, 362 - 18966500 18951 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18967500 18952 1c001d36 e69ff06f jal x0, -408 - 18970500 18955 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18987500 18972 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18988500 18973 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18991500 18976 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18992500 18977 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18993500 18978 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18995500 18980 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18996500 18981 1c001778 fddff06f jal x0, -36 - 18998500 18983 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18999500 18984 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 19000500 18985 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19001500 18986 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 19002500 18987 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 19003500 18988 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 19004500 18989 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 19005500 18990 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 19006500 18991 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19007500 18992 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104128 - 19011500 18996 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19012500 18997 1c001bca 16a0006f jal x0, 362 - 19014500 18999 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19015500 19000 1c001d36 e69ff06f jal x0, -408 - 19018500 19003 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19035500 19020 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19036500 19021 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19039500 19024 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19040500 19025 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19041500 19026 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19043500 19028 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19044500 19029 1c001778 fddff06f jal x0, -36 - 19046500 19031 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19047500 19032 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 19048500 19033 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19049500 19034 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 19050500 19035 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 19051500 19036 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 19052500 19037 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 19053500 19038 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 19054500 19039 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19055500 19040 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104128 - 19059500 19044 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19060500 19045 1c001bca 16a0006f jal x0, 362 - 19062500 19047 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19063500 19048 1c001d36 e69ff06f jal x0, -408 - 19066500 19051 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19081500 19066 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19082500 19067 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19085500 19070 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19086500 19071 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19087500 19072 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19089500 19074 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19090500 19075 1c001778 fddff06f jal x0, -36 - 19092500 19077 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19093500 19078 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 19094500 19079 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19095500 19080 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 19096500 19081 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 19097500 19082 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 19098500 19083 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 19099500 19084 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 19100500 19085 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19101500 19086 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104128 - 19105500 19090 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19106500 19091 1c001bca 16a0006f jal x0, 362 - 19108500 19093 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19109500 19094 1c001d36 e69ff06f jal x0, -408 - 19112500 19097 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19129500 19114 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19130500 19115 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19133500 19118 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19134500 19119 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19135500 19120 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19137500 19122 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19138500 19123 1c001778 fddff06f jal x0, -36 - 19140500 19125 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19141500 19126 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 19142500 19127 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19143500 19128 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 19144500 19129 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 19145500 19130 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 19146500 19131 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 19147500 19132 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 19148500 19133 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19149500 19134 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104128 - 19153500 19138 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19154500 19139 1c001bca 16a0006f jal x0, 362 - 19156500 19141 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19157500 19142 1c001d36 e69ff06f jal x0, -408 - 19160500 19145 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19181500 19166 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19182500 19167 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19185500 19170 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19186500 19171 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19187500 19172 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19189500 19174 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19190500 19175 1c001778 fddff06f jal x0, -36 - 19192500 19177 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19193500 19178 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 19194500 19179 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19195500 19180 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 19196500 19181 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 19197500 19182 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 19198500 19183 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 19199500 19184 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 19200500 19185 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19201500 19186 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104128 - 19205500 19190 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19206500 19191 1c001bca 16a0006f jal x0, 362 - 19208500 19193 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19209500 19194 1c001d36 e69ff06f jal x0, -408 - 19212500 19197 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19231500 19216 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19232500 19217 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19235500 19220 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19236500 19221 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19237500 19222 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19239500 19224 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19240500 19225 1c001778 fddff06f jal x0, -36 - 19242500 19227 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19243500 19228 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 19244500 19229 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19245500 19230 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 19246500 19231 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 19247500 19232 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 19248500 19233 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 19249500 19234 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 19250500 19235 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19251500 19236 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104128 - 19255500 19240 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19256500 19241 1c001bca 16a0006f jal x0, 362 - 19258500 19243 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19259500 19244 1c001d36 e69ff06f jal x0, -408 - 19262500 19247 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19282500 19267 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19283500 19268 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19286500 19271 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19287500 19272 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19288500 19273 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19290500 19275 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19291500 19276 1c001778 fddff06f jal x0, -36 - 19293500 19278 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19294500 19279 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 19295500 19280 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19296500 19281 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 19297500 19282 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 19298500 19283 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 19299500 19284 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 19300500 19285 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 19301500 19286 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19302500 19287 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104128 - 19306500 19291 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19307500 19292 1c001bca 16a0006f jal x0, 362 - 19309500 19294 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19310500 19295 1c001d36 e69ff06f jal x0, -408 - 19313500 19298 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19330500 19315 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19331500 19316 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19334500 19319 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19335500 19320 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19336500 19321 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19338500 19323 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19339500 19324 1c001778 fddff06f jal x0, -36 - 19341500 19326 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19342500 19327 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 19343500 19328 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19344500 19329 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 19345500 19330 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 19346500 19331 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 19347500 19332 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 19348500 19333 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 19349500 19334 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19350500 19335 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104128 - 19354500 19339 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19355500 19340 1c001bca 16a0006f jal x0, 362 - 19357500 19342 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19358500 19343 1c001d36 e69ff06f jal x0, -408 - 19361500 19346 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19380500 19365 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19381500 19366 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19384500 19369 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19385500 19370 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19386500 19371 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19388500 19373 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19389500 19374 1c001778 fddff06f jal x0, -36 - 19391500 19376 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19392500 19377 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 19393500 19378 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19394500 19379 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 19395500 19380 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 19396500 19381 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 19397500 19382 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 19398500 19383 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 19399500 19384 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19400500 19385 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104128 - 19404500 19389 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19405500 19390 1c001bca 16a0006f jal x0, 362 - 19407500 19392 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19408500 19393 1c001d36 e69ff06f jal x0, -408 - 19411500 19396 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19430500 19415 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19431500 19416 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19434500 19419 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19435500 19420 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19436500 19421 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19438500 19423 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19439500 19424 1c001778 fddff06f jal x0, -36 - 19441500 19426 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19442500 19427 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 19443500 19428 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19444500 19429 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 19445500 19430 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 19446500 19431 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 19447500 19432 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 19448500 19433 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 19449500 19434 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19450500 19435 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104128 - 19454500 19439 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19455500 19440 1c001bca 16a0006f jal x0, 362 - 19457500 19442 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19458500 19443 1c001d36 e69ff06f jal x0, -408 - 19461500 19446 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19480500 19465 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19481500 19466 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19484500 19469 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19487500 19472 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:108ff760 PA:108ff764 - 19488500 19473 1c001bd0 00012423 sw x0, 8(x2) x2:108ff760 PA:108ff768 - 19492500 19477 1c001bd2 00010623 sb x0, 12(x2) x2:108ff760 PA:108ff76c - 19493500 19478 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19494500 19479 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19513500 19498 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19514500 19499 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108ff760 PA:108ff764 - 19521500 19506 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19522500 19507 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19523500 19508 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19524500 19509 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19525500 19510 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19536500 19521 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19537500 19522 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19538500 19523 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19563500 19548 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19564500 19549 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19586500 19571 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19587500 19572 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19588500 19573 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19611500 19596 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19630500 19615 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19633500 19618 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19656500 19641 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19674500 19659 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19675500 19660 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19676500 19661 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19696500 19681 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19714500 19699 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19733500 19718 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19734500 19719 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19774500 19759 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19793500 19778 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19816500 19801 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19817500 19802 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19856500 19841 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19880500 19865 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19881500 19866 1c001f42 e09ff06f jal x0, -504 - 19901500 19886 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19902500 19887 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108ff760 PA:108ff770 - 19921500 19906 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19943500 19928 1c001e34 00440c13 addi x24, x8, 4 x24=108ff7e8 x8:108ff7e4 - 19944500 19929 1c001e38 00042503 lw x10, 0(x8) x10=00000002 x8:108ff7e4 PA:108ff7e4 - 19950500 19935 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19984500 19969 1c001e54 00055863 bge x10, x0, 16 x10:00000002 - 20003500 19988 1c001e64 00410593 addi x11, x2, 4 x11=108ff764 x2:108ff760 - 20004500 19989 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20024500 20009 1c0019fe 0105a683 lw x13, 16(x11) x13=108ff778 x11:108ff764 PA:108ff774 - 20041500 20026 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108ff764 PA:108ff770 - 20046500 20031 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20047500 20032 1c001a04 02f55633 divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001 - 20081500 20066 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000002 x14:0000000a - 20082500 20067 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20083500 20068 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20084500 20069 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20087500 20072 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108ff764 PA:108ff770 - 20100500 20085 1c001a20 02f55833 divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001 - 20134500 20119 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001 - 20168500 20153 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20199500 20184 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20200500 20185 1c001a2e 01004663 blt x0, x16, 12 x16:00000002 - 20203500 20188 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20222500 20207 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000002 - 20244500 20229 1c001a56 01070733 add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002 - 20245500 20230 1c001a58 00e68023 sb x14, 0(x13) x14:00000032 x13:108ff778 PA:108ff778 - 20250500 20235 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20251500 20236 1c001a5e 00168693 addi x13, x13, 1 x13=108ff779 x13:108ff778 - 20263500 20248 1c001a60 fb1ff06f jal x0, -80 - 20265500 20250 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20266500 20251 1c001a12 00068023 sb x0, 0(x13) x13:108ff779 PA:108ff779 - 20270500 20255 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20271500 20256 1c001e68 f17ff06f jal x0, -234 - 20292500 20277 1c001d7e 00410613 addi x12, x2, 4 x12=108ff764 x2:108ff760 - 20310500 20295 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20311500 20296 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20312500 20297 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20314500 20299 1c001a62 fe010113 addi x2, x2, -32 x2=108ff740 x2:108ff760 - 20315500 20300 1c001a64 00812c23 sw x8, 24(x2) x8:108ff7e4 x2:108ff740 PA:108ff758 - 20322500 20307 1c001a66 01062783 lw x15, 16(x12) x15=108ff778 x12:108ff764 PA:108ff774 - 20323500 20308 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108ff764 PA:108ff768 - 20324500 20309 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:108ff740 PA:108ff754 - 20325500 20310 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108ff740 PA:108ff750 - 20326500 20311 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108ff740 PA:108ff74c - 20337500 20322 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108ff740 PA:108ff75c - 20343500 20328 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108ff740 PA:108ff748 - 20344500 20329 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20345500 20330 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20346500 20331 1c001a78 00c004b3 add x9, x0, x12 x9=108ff764 x12:108ff764 - 20347500 20332 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000032 x15=108ff779 x15:108ff778 PA:108ff778 - 20349500 20334 1c001a7e 00070363 beq x14, x0, 6 x14:00000032 - 20360500 20345 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20361500 20346 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108ff764 PA:108ff76c - 20365500 20350 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20368500 20353 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764 - 20384500 20369 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20385500 20370 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20404500 20389 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20405500 20390 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20406500 20391 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20426500 20411 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20427500 20412 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20444500 20429 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20445500 20430 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20446500 20431 1c001b36 f71ff06f jal x0, -144 - 20448500 20433 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108ff764 PA:108ff76c - 20453500 20438 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20468500 20453 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764 - 20473500 20458 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20474500 20459 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20490500 20475 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764 - 20507500 20492 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20508500 20493 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20509500 20494 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20510500 20495 1c001ae8 0104aa03 lw x20, 16(x9) x20=108ff778 x9:108ff764 PA:108ff774 - 20515500 20500 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000032 x20=108ff779 x20:108ff778 PA:108ff778 - 20528500 20513 1c001af0 06059763 bne x11, x0, 110 x11:00000032 - 20547500 20532 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20564500 20549 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20566500 20551 1c001776 00b00533 add x10, x0, x11 x10=00000032 x11:00000032 - 20567500 20552 1c001778 fddff06f jal x0, -36 - 20569500 20554 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20570500 20555 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 20571500 20556 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20572500 20557 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 20573500 20558 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 20574500 20559 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 20575500 20560 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 20576500 20561 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 20577500 20562 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20578500 20563 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104128 - 20582500 20567 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20583500 20568 1c001b62 f8bff06f jal x0, -118 - 20585500 20570 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108ff77a x20:108ff779 PA:108ff779 - 20590500 20575 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20591500 20576 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764 - 20593500 20578 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20594500 20579 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20610500 20595 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108ff740 PA:108ff75c - 20615500 20600 1c001b02 01812403 lw x8, 24(x2) x8=108ff7e4 x2:108ff740 PA:108ff758 - 20616500 20601 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:108ff740 PA:108ff754 - 20617500 20602 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108ff740 PA:108ff750 - 20618500 20603 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108ff740 PA:108ff74c - 20619500 20604 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108ff740 PA:108ff748 - 20620500 20605 1c001b0c 02010113 addi x2, x2, 32 x2=108ff760 x2:108ff740 - 20621500 20606 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20636500 20621 1c001d86 01800433 add x8, x0, x24 x8=108ff7e8 x24:108ff7e8 - 20637500 20622 1c001d88 fadff06f jal x0, -84 - 20639500 20624 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20640500 20625 1c001d36 e69ff06f jal x0, -408 - 20643500 20628 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20668500 20653 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20669500 20654 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20672500 20657 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20673500 20658 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20674500 20659 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20676500 20661 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20677500 20662 1c001778 fddff06f jal x0, -36 - 20679500 20664 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20680500 20665 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 20681500 20666 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20682500 20667 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 20683500 20668 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 20684500 20669 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 20685500 20670 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 20686500 20671 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 20687500 20672 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20688500 20673 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104128 - 20692500 20677 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20693500 20678 1c001bca 16a0006f jal x0, 362 - 20695500 20680 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20696500 20681 1c001d36 e69ff06f jal x0, -408 - 20699500 20684 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20713500 20698 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20714500 20699 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20717500 20702 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20718500 20703 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20719500 20704 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20721500 20706 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20722500 20707 1c001778 fddff06f jal x0, -36 - 20724500 20709 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20725500 20710 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 20726500 20711 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20727500 20712 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 20728500 20713 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 20729500 20714 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 20730500 20715 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 20731500 20716 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 20732500 20717 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20733500 20718 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104128 - 20737500 20722 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20738500 20723 1c001bca 16a0006f jal x0, 362 - 20740500 20725 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20741500 20726 1c001d36 e69ff06f jal x0, -408 - 20744500 20729 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20762500 20747 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20763500 20748 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20766500 20751 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20769500 20754 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:108ff760 PA:108ff764 - 20770500 20755 1c001bd0 00012423 sw x0, 8(x2) x2:108ff760 PA:108ff768 - 20771500 20756 1c001bd2 00010623 sb x0, 12(x2) x2:108ff760 PA:108ff76c - 20772500 20757 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20773500 20758 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20774500 20759 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20775500 20760 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108ff760 PA:108ff764 - 20776500 20761 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20777500 20762 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20778500 20763 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20779500 20764 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20780500 20765 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20781500 20766 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20782500 20767 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20783500 20768 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20799500 20784 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20800500 20785 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20803500 20788 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20804500 20789 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20805500 20790 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20808500 20793 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20811500 20796 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20814500 20799 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20817500 20802 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20818500 20803 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20819500 20804 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20820500 20805 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20823500 20808 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20824500 20809 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20827500 20812 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20828500 20813 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20831500 20816 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20833500 20818 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20836500 20821 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20837500 20822 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20840500 20825 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20841500 20826 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20842500 20827 1c001f42 e09ff06f jal x0, -504 - 20844500 20829 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20845500 20830 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108ff760 PA:108ff770 - 20846500 20831 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20849500 20834 1c001e34 00440c13 addi x24, x8, 4 x24=108ff7ec x8:108ff7e8 - 20850500 20835 1c001e38 00042503 lw x10, 0(x8) x10=00000005 x8:108ff7e8 PA:108ff7e8 - 20851500 20836 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20854500 20839 1c001e54 00055863 bge x10, x0, 16 x10:00000005 - 20857500 20842 1c001e64 00410593 addi x11, x2, 4 x11=108ff764 x2:108ff760 - 20858500 20843 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20860500 20845 1c0019fe 0105a683 lw x13, 16(x11) x13=108ff778 x11:108ff764 PA:108ff774 - 20861500 20846 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108ff764 PA:108ff770 - 20862500 20847 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20863500 20848 1c001a04 02f55633 divu x12, x10, x15 x12=00000005 x10:00000005 x15:00000001 - 20897500 20882 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000005 x14:0000000a - 20898500 20883 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20899500 20884 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20900500 20885 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20903500 20888 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108ff764 PA:108ff770 - 20904500 20889 1c001a20 02f55833 divu x16, x10, x15 x16=00000005 x10:00000005 x15:00000001 - 20938500 20923 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000005 x15:00000001 - 20972500 20957 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21003500 20988 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21004500 20989 1c001a2e 01004663 blt x0, x16, 12 x16:00000005 - 21007500 20992 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21009500 20994 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000005 - 21012500 20997 1c001a56 01070733 add x14, x14, x16 x14=00000035 x14:00000030 x16:00000005 - 21013500 20998 1c001a58 00e68023 sb x14, 0(x13) x14:00000035 x13:108ff778 PA:108ff778 - 21014500 20999 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21015500 21000 1c001a5e 00168693 addi x13, x13, 1 x13=108ff779 x13:108ff778 - 21016500 21001 1c001a60 fb1ff06f jal x0, -80 - 21018500 21003 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21019500 21004 1c001a12 00068023 sb x0, 0(x13) x13:108ff779 PA:108ff779 - 21020500 21005 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21022500 21007 1c001e68 f17ff06f jal x0, -234 - 21024500 21009 1c001d7e 00410613 addi x12, x2, 4 x12=108ff764 x2:108ff760 - 21025500 21010 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21026500 21011 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21027500 21012 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21029500 21014 1c001a62 fe010113 addi x2, x2, -32 x2=108ff740 x2:108ff760 - 21030500 21015 1c001a64 00812c23 sw x8, 24(x2) x8:108ff7e8 x2:108ff740 PA:108ff758 - 21031500 21016 1c001a66 01062783 lw x15, 16(x12) x15=108ff778 x12:108ff764 PA:108ff774 - 21032500 21017 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108ff764 PA:108ff768 - 21033500 21018 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:108ff740 PA:108ff754 - 21034500 21019 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108ff740 PA:108ff750 - 21035500 21020 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108ff740 PA:108ff74c - 21036500 21021 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108ff740 PA:108ff75c - 21037500 21022 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108ff740 PA:108ff748 - 21038500 21023 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21039500 21024 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21040500 21025 1c001a78 00c004b3 add x9, x0, x12 x9=108ff764 x12:108ff764 - 21041500 21026 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000035 x15=108ff779 x15:108ff778 PA:108ff778 - 21043500 21028 1c001a7e 00070363 beq x14, x0, 6 x14:00000035 - 21044500 21029 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21045500 21030 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108ff764 PA:108ff76c - 21047500 21032 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21050500 21035 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764 - 21052500 21037 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21053500 21038 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21056500 21041 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21057500 21042 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21058500 21043 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21061500 21046 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21062500 21047 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21063500 21048 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21064500 21049 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21065500 21050 1c001b36 f71ff06f jal x0, -144 - 21067500 21052 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108ff764 PA:108ff76c - 21069500 21054 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21072500 21057 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764 - 21074500 21059 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21075500 21060 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21078500 21063 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764 - 21079500 21064 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21080500 21065 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21081500 21066 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21082500 21067 1c001ae8 0104aa03 lw x20, 16(x9) x20=108ff778 x9:108ff764 PA:108ff774 - 21084500 21069 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000035 x20=108ff779 x20:108ff778 PA:108ff778 - 21086500 21071 1c001af0 06059763 bne x11, x0, 110 x11:00000035 - 21089500 21074 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21090500 21075 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21092500 21077 1c001776 00b00533 add x10, x0, x11 x10=00000035 x11:00000035 - 21093500 21078 1c001778 fddff06f jal x0, -36 - 21095500 21080 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21096500 21081 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 21097500 21082 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21098500 21083 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 21099500 21084 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 21100500 21085 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 21101500 21086 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 21102500 21087 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 21103500 21088 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21104500 21089 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000035 x14:1a104000 PA:1a104128 - 21108500 21093 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21109500 21094 1c001b62 f8bff06f jal x0, -118 - 21111500 21096 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108ff77a x20:108ff779 PA:108ff779 - 21113500 21098 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21114500 21099 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ff764 PA:108ff764 - 21116500 21101 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21117500 21102 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21120500 21105 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108ff740 PA:108ff75c - 21121500 21106 1c001b02 01812403 lw x8, 24(x2) x8=108ff7e8 x2:108ff740 PA:108ff758 - 21122500 21107 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:108ff740 PA:108ff754 - 21123500 21108 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108ff740 PA:108ff750 - 21124500 21109 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108ff740 PA:108ff74c - 21125500 21110 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108ff740 PA:108ff748 - 21126500 21111 1c001b0c 02010113 addi x2, x2, 32 x2=108ff760 x2:108ff740 - 21127500 21112 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21129500 21114 1c001d86 01800433 add x8, x0, x24 x8=108ff7ec x24:108ff7ec - 21130500 21115 1c001d88 fadff06f jal x0, -84 - 21132500 21117 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21133500 21118 1c001d36 e69ff06f jal x0, -408 - 21136500 21121 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21159500 21144 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21160500 21145 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21163500 21148 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21164500 21149 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21165500 21150 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21167500 21152 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21168500 21153 1c001778 fddff06f jal x0, -36 - 21170500 21155 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21171500 21156 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 21172500 21157 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21173500 21158 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 21174500 21159 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 21175500 21160 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 21176500 21161 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 21177500 21162 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 21178500 21163 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21179500 21164 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104128 - 21183500 21168 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21184500 21169 1c001bca 16a0006f jal x0, 362 - 21186500 21171 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21187500 21172 1c001d36 e69ff06f jal x0, -408 - 21190500 21175 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21211500 21196 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21212500 21197 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21215500 21200 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21216500 21201 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21217500 21202 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21219500 21204 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21220500 21205 1c001778 fddff06f jal x0, -36 - 21222500 21207 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21223500 21208 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 21224500 21209 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21225500 21210 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 21226500 21211 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 21227500 21212 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 21228500 21213 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 21229500 21214 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 21230500 21215 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21231500 21216 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104128 - 21235500 21220 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21236500 21221 1c001bca 16a0006f jal x0, 362 - 21238500 21223 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21239500 21224 1c001d36 e69ff06f jal x0, -408 - 21242500 21227 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21256500 21241 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21257500 21242 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21260500 21245 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21261500 21246 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21262500 21247 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21264500 21249 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21265500 21250 1c001778 fddff06f jal x0, -36 - 21267500 21252 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21268500 21253 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000045 - 21269500 21254 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21270500 21255 1c00175e 00379713 slli x14, x15, 0x3 x14=00000228 x15:00000045 - 21271500 21256 1c001762 00279793 slli x15, x15, 0x2 x15=00000114 x15:00000045 - 21272500 21257 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000228 - 21273500 21258 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000114 x13:00001f80 - 21274500 21259 1c00176a 00e787b3 add x15, x15, x14 x15=00000128 x15:00000100 x14:00000028 - 21275500 21260 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21276500 21261 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104128 - 21280500 21265 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21281500 21266 1c001bca 16a0006f jal x0, 362 - 21283500 21268 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21284500 21269 1c001d36 e69ff06f jal x0, -408 - 21287500 21272 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21304500 21289 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21305500 21290 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21306500 21291 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:108ff760 PA:108ff7bc - 21307500 21292 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:108ff760 PA:108ff7b8 - 21308500 21293 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:108ff760 PA:108ff7b4 - 21309500 21294 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:108ff760 PA:108ff7b0 - 21310500 21295 1c001bb0 04c12983 lw x19, 76(x2) x19=00000005 x2:108ff760 PA:108ff7ac - 21312500 21297 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:108ff760 PA:108ff7a8 - 21313500 21298 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:108ff760 PA:108ff7a4 - 21314500 21299 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:108ff760 PA:108ff7a0 - 21315500 21300 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:108ff760 PA:108ff79c - 21318500 21303 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:108ff760 PA:108ff798 - 21319500 21304 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:108ff760 PA:108ff794 - 21320500 21305 1c001bbe 06010113 addi x2, x2, 96 x2=108ff7c0 x2:108ff760 - 21321500 21306 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21323500 21308 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:108ff7c0 PA:108ff7dc - 21326500 21311 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21327500 21312 1c001838 04010113 addi x2, x2, 64 x2=108ff800 x2:108ff7c0 - 21328500 21313 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21330500 21315 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_02_6.log b/sw/scripts/tracevis/example/traces/trace_core_02_6.log deleted file mode 100644 index 7754095..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_02_6.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 14833500 14818 1c000080 0180006f jal x0, 24 - 14851500 14836 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000046 - 14852500 14837 1c00009c 01f57593 andi x11, x10, 31 x11=00000006 x10:00000046 - 14869500 14854 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000002 x10:00000046 - 14870500 14855 1c0000a2 00058463 beq x11, x0, 8 x11:00000006 - 14871500 14856 1c0000a6 05a0206f jal x0, 8282 - 14889500 14874 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 14890500 14875 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 14891500 14876 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 14892500 14877 1c00210c 0e059163 bne x11, x0, 226 x11:00000006 - 14944500 14929 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 14945500 14930 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000046 - 14946500 14931 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000006 x19:00000046 - 14947500 14932 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 14964500 14949 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 14965500 14950 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 14966500 14951 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 14967500 14952 1c00220a 0060006f jal x0, 6 - 14986500 14971 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18321500 18306 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18338500 18323 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18339500 18324 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18361500 18346 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18362500 18347 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18364500 18349 1c00222c 08096283 p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080 - 18388500 18373 1c002230 02a98533 mul x10, x19, x10 x10=00001800 x19:00000006 x10:00000400 - 18389500 18374 1c002234 00550133 add x2, x10, x5 x2=108ffc00 x10:00001800 x5:108fe400 - 18390500 18375 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18392500 18377 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18427500 18412 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18435500 18420 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18436500 18421 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18437500 18422 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18438500 18423 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18459500 18444 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000046 - 18476500 18461 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18477500 18462 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000002 x12:00000046 - 18478500 18463 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002 - 18479500 18464 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000006 x12:00000046 - 18480500 18465 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18481500 18466 1c0009d4 63d0006f jal x0, 3644 - 18502500 18487 1c001810 fc010113 addi x2, x2, -64 x2=108ffbc0 x2:108ffc00 - 18503500 18488 1c001812 02b12223 sw x11, 36(x2) x11:00000002 x2:108ffbc0 PA:108ffbe4 - 18509500 18494 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18510500 18495 1c001818 02c12423 sw x12, 40(x2) x12:00000006 x2:108ffbc0 PA:108ffbe8 - 18511500 18496 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:108ffbc0 PA:108ffbec - 18512500 18497 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18513500 18498 1c00181e 02410693 addi x13, x2, 36 x13=108ffbe4 x2:108ffbc0 - 18526500 18511 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18527500 18512 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18528500 18513 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:108ffbc0 PA:108ffbdc - 18535500 18520 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:108ffbc0 PA:108ffbf0 - 18536500 18521 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:108ffbc0 PA:108ffbf4 - 18537500 18522 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:108ffbc0 PA:108ffbf8 - 18538500 18523 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:108ffbc0 PA:108ffbfc - 18549500 18534 1c001830 00d12623 sw x13, 12(x2) x13:108ffbe4 x2:108ffbc0 PA:108ffbcc - 18556500 18541 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18568500 18553 1c001b70 fa010113 addi x2, x2, -96 x2=108ffb60 x2:108ffbc0 - 18569500 18554 1c001b72 01810793 addi x15, x2, 24 x15=108ffb78 x2:108ffb60 - 18570500 18555 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:108ffb60 PA:108ffbb8 - 18575500 18560 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:108ffb60 PA:108ffbb0 - 18576500 18561 1c001b78 05312623 sw x19, 76(x2) x19:00000006 x2:108ffb60 PA:108ffbac - 18577500 18562 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:108ffb60 PA:108ffba8 - 18578500 18563 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:108ffb60 PA:108ffba4 - 18579500 18564 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:108ffb60 PA:108ffba0 - 18592500 18577 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:108ffb60 PA:108ffb9c - 18593500 18578 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:108ffb60 PA:108ffbbc - 18594500 18579 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:108ffb60 PA:108ffbb4 - 18595500 18580 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:108ffb60 PA:108ffb98 - 18596500 18581 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:108ffb60 PA:108ffb94 - 18597500 18582 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18598500 18583 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18599500 18584 1c001b8e 00d00433 add x8, x0, x13 x8=108ffbe4 x13:108ffbe4 - 18616500 18601 1c001b90 00f12a23 sw x15, 20(x2) x15:108ffb78 x2:108ffb60 PA:108ffb74 - 18622500 18607 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18623500 18608 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18624500 18609 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18625500 18610 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18638500 18623 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18665500 18650 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18666500 18651 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18678500 18663 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18679500 18664 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18680500 18665 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18698500 18683 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18699500 18684 1c001778 fddff06f jal x0, -36 - 18718500 18703 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18719500 18704 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 18720500 18705 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18738500 18723 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 18739500 18724 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 18740500 18725 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 18741500 18726 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 18742500 18727 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 18743500 18728 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18744500 18729 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104130 - 18748500 18733 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18749500 18734 1c001bca 16a0006f jal x0, 362 - 18768500 18753 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18769500 18754 1c001d36 e69ff06f jal x0, -408 - 18772500 18757 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18799500 18784 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18800500 18785 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18803500 18788 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18804500 18789 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18805500 18790 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18807500 18792 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18808500 18793 1c001778 fddff06f jal x0, -36 - 18810500 18795 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18811500 18796 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 18812500 18797 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18813500 18798 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 18814500 18799 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 18815500 18800 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 18816500 18801 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 18817500 18802 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 18818500 18803 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18819500 18804 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104130 - 18823500 18808 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18824500 18809 1c001bca 16a0006f jal x0, 362 - 18826500 18811 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18827500 18812 1c001d36 e69ff06f jal x0, -408 - 18830500 18815 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18844500 18829 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18845500 18830 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18848500 18833 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18849500 18834 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18850500 18835 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18852500 18837 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18853500 18838 1c001778 fddff06f jal x0, -36 - 18855500 18840 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18856500 18841 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 18857500 18842 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18858500 18843 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 18859500 18844 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 18860500 18845 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 18861500 18846 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 18862500 18847 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 18863500 18848 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18864500 18849 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104130 - 18868500 18853 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18869500 18854 1c001bca 16a0006f jal x0, 362 - 18871500 18856 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18872500 18857 1c001d36 e69ff06f jal x0, -408 - 18875500 18860 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18894500 18879 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18895500 18880 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18898500 18883 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18899500 18884 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18900500 18885 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18902500 18887 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18903500 18888 1c001778 fddff06f jal x0, -36 - 18905500 18890 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18906500 18891 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 18907500 18892 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18908500 18893 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 18909500 18894 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 18910500 18895 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 18911500 18896 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 18912500 18897 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 18913500 18898 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18914500 18899 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104130 - 18918500 18903 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18919500 18904 1c001bca 16a0006f jal x0, 362 - 18921500 18906 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18922500 18907 1c001d36 e69ff06f jal x0, -408 - 18925500 18910 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18941500 18926 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18942500 18927 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18945500 18930 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18946500 18931 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18947500 18932 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18949500 18934 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18950500 18935 1c001778 fddff06f jal x0, -36 - 18952500 18937 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18953500 18938 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 18954500 18939 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18955500 18940 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 18956500 18941 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 18957500 18942 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 18958500 18943 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 18959500 18944 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 18960500 18945 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18961500 18946 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104130 - 18965500 18950 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18966500 18951 1c001bca 16a0006f jal x0, 362 - 18968500 18953 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18969500 18954 1c001d36 e69ff06f jal x0, -408 - 18972500 18957 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18989500 18974 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18990500 18975 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18993500 18978 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18994500 18979 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18995500 18980 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18997500 18982 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 18998500 18983 1c001778 fddff06f jal x0, -36 - 19000500 18985 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19001500 18986 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 19002500 18987 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19003500 18988 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 19004500 18989 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 19005500 18990 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 19006500 18991 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 19007500 18992 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 19008500 18993 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19009500 18994 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104130 - 19013500 18998 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19014500 18999 1c001bca 16a0006f jal x0, 362 - 19016500 19001 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19017500 19002 1c001d36 e69ff06f jal x0, -408 - 19020500 19005 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19036500 19021 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19037500 19022 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19040500 19025 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19041500 19026 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19042500 19027 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19044500 19029 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19045500 19030 1c001778 fddff06f jal x0, -36 - 19047500 19032 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19048500 19033 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 19049500 19034 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19050500 19035 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 19051500 19036 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 19052500 19037 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 19053500 19038 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 19054500 19039 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 19055500 19040 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19056500 19041 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104130 - 19060500 19045 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19061500 19046 1c001bca 16a0006f jal x0, 362 - 19063500 19048 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19064500 19049 1c001d36 e69ff06f jal x0, -408 - 19067500 19052 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19083500 19068 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19084500 19069 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19087500 19072 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19088500 19073 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19089500 19074 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19091500 19076 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19092500 19077 1c001778 fddff06f jal x0, -36 - 19094500 19079 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19095500 19080 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 19096500 19081 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19097500 19082 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 19098500 19083 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 19099500 19084 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 19100500 19085 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 19101500 19086 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 19102500 19087 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19103500 19088 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104130 - 19107500 19092 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19108500 19093 1c001bca 16a0006f jal x0, 362 - 19110500 19095 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19111500 19096 1c001d36 e69ff06f jal x0, -408 - 19114500 19099 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19130500 19115 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19131500 19116 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19134500 19119 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19135500 19120 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19136500 19121 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19138500 19123 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19139500 19124 1c001778 fddff06f jal x0, -36 - 19141500 19126 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19142500 19127 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 19143500 19128 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19144500 19129 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 19145500 19130 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 19146500 19131 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 19147500 19132 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 19148500 19133 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 19149500 19134 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19150500 19135 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104130 - 19154500 19139 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19155500 19140 1c001bca 16a0006f jal x0, 362 - 19157500 19142 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19158500 19143 1c001d36 e69ff06f jal x0, -408 - 19161500 19146 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19191500 19176 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19192500 19177 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19195500 19180 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19196500 19181 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19197500 19182 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19199500 19184 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19200500 19185 1c001778 fddff06f jal x0, -36 - 19202500 19187 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19203500 19188 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 19204500 19189 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19205500 19190 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 19206500 19191 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 19207500 19192 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 19208500 19193 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 19209500 19194 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 19210500 19195 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19211500 19196 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104130 - 19215500 19200 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19216500 19201 1c001bca 16a0006f jal x0, 362 - 19218500 19203 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19219500 19204 1c001d36 e69ff06f jal x0, -408 - 19222500 19207 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19241500 19226 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19242500 19227 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19245500 19230 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19246500 19231 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19247500 19232 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19249500 19234 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19250500 19235 1c001778 fddff06f jal x0, -36 - 19252500 19237 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19253500 19238 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 19254500 19239 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19255500 19240 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 19256500 19241 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 19257500 19242 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 19258500 19243 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 19259500 19244 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 19260500 19245 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19261500 19246 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104130 - 19265500 19250 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19266500 19251 1c001bca 16a0006f jal x0, 362 - 19268500 19253 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19269500 19254 1c001d36 e69ff06f jal x0, -408 - 19272500 19257 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19288500 19273 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19289500 19274 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19292500 19277 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19293500 19278 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19294500 19279 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19296500 19281 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19297500 19282 1c001778 fddff06f jal x0, -36 - 19299500 19284 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19300500 19285 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 19301500 19286 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19302500 19287 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 19303500 19288 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 19304500 19289 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 19305500 19290 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 19306500 19291 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 19307500 19292 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19308500 19293 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104130 - 19312500 19297 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19313500 19298 1c001bca 16a0006f jal x0, 362 - 19315500 19300 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19316500 19301 1c001d36 e69ff06f jal x0, -408 - 19319500 19304 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19336500 19321 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19337500 19322 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19340500 19325 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19341500 19326 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19342500 19327 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19344500 19329 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19345500 19330 1c001778 fddff06f jal x0, -36 - 19347500 19332 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19348500 19333 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 19349500 19334 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19350500 19335 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 19351500 19336 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 19352500 19337 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 19353500 19338 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 19354500 19339 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 19355500 19340 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19356500 19341 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104130 - 19360500 19345 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19361500 19346 1c001bca 16a0006f jal x0, 362 - 19363500 19348 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19364500 19349 1c001d36 e69ff06f jal x0, -408 - 19367500 19352 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19387500 19372 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19388500 19373 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19391500 19376 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19392500 19377 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19393500 19378 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19395500 19380 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19396500 19381 1c001778 fddff06f jal x0, -36 - 19398500 19383 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19399500 19384 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 19400500 19385 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19401500 19386 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 19402500 19387 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 19403500 19388 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 19404500 19389 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 19405500 19390 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 19406500 19391 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19407500 19392 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104130 - 19411500 19396 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19412500 19397 1c001bca 16a0006f jal x0, 362 - 19414500 19399 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19415500 19400 1c001d36 e69ff06f jal x0, -408 - 19418500 19403 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19436500 19421 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19437500 19422 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19440500 19425 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19441500 19426 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19442500 19427 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19444500 19429 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19445500 19430 1c001778 fddff06f jal x0, -36 - 19447500 19432 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19448500 19433 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 19449500 19434 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19450500 19435 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 19451500 19436 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 19452500 19437 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 19453500 19438 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 19454500 19439 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 19455500 19440 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19456500 19441 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104130 - 19460500 19445 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19461500 19446 1c001bca 16a0006f jal x0, 362 - 19463500 19448 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19464500 19449 1c001d36 e69ff06f jal x0, -408 - 19467500 19452 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19487500 19472 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19488500 19473 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19491500 19476 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19494500 19479 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:108ffb60 PA:108ffb64 - 19495500 19480 1c001bd0 00012423 sw x0, 8(x2) x2:108ffb60 PA:108ffb68 - 19496500 19481 1c001bd2 00010623 sb x0, 12(x2) x2:108ffb60 PA:108ffb6c - 19497500 19482 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19498500 19483 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19513500 19498 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19514500 19499 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108ffb60 PA:108ffb64 - 19519500 19504 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19520500 19505 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19521500 19506 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19522500 19507 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19523500 19508 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19536500 19521 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19537500 19522 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19538500 19523 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19569500 19554 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19570500 19555 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19586500 19571 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19587500 19572 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19588500 19573 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19611500 19596 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19630500 19615 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19633500 19618 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19656500 19641 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19674500 19659 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19675500 19660 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19676500 19661 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19696500 19681 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19714500 19699 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19733500 19718 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19734500 19719 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19774500 19759 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19793500 19778 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19816500 19801 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19817500 19802 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19856500 19841 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19880500 19865 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19881500 19866 1c001f42 e09ff06f jal x0, -504 - 19901500 19886 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19902500 19887 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108ffb60 PA:108ffb70 - 19921500 19906 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19943500 19928 1c001e34 00440c13 addi x24, x8, 4 x24=108ffbe8 x8:108ffbe4 - 19944500 19929 1c001e38 00042503 lw x10, 0(x8) x10=00000002 x8:108ffbe4 PA:108ffbe4 - 19951500 19936 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19984500 19969 1c001e54 00055863 bge x10, x0, 16 x10:00000002 - 20003500 19988 1c001e64 00410593 addi x11, x2, 4 x11=108ffb64 x2:108ffb60 - 20004500 19989 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20024500 20009 1c0019fe 0105a683 lw x13, 16(x11) x13=108ffb78 x11:108ffb64 PA:108ffb74 - 20041500 20026 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108ffb64 PA:108ffb70 - 20047500 20032 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20048500 20033 1c001a04 02f55633 divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001 - 20082500 20067 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000002 x14:0000000a - 20083500 20068 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20084500 20069 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20085500 20070 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20088500 20073 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108ffb64 PA:108ffb70 - 20100500 20085 1c001a20 02f55833 divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001 - 20134500 20119 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001 - 20168500 20153 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20199500 20184 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20200500 20185 1c001a2e 01004663 blt x0, x16, 12 x16:00000002 - 20203500 20188 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20222500 20207 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000002 - 20244500 20229 1c001a56 01070733 add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002 - 20245500 20230 1c001a58 00e68023 sb x14, 0(x13) x14:00000032 x13:108ffb78 PA:108ffb78 - 20251500 20236 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20252500 20237 1c001a5e 00168693 addi x13, x13, 1 x13=108ffb79 x13:108ffb78 - 20263500 20248 1c001a60 fb1ff06f jal x0, -80 - 20265500 20250 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20266500 20251 1c001a12 00068023 sb x0, 0(x13) x13:108ffb79 PA:108ffb79 - 20271500 20256 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20272500 20257 1c001e68 f17ff06f jal x0, -234 - 20292500 20277 1c001d7e 00410613 addi x12, x2, 4 x12=108ffb64 x2:108ffb60 - 20310500 20295 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20311500 20296 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20312500 20297 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20314500 20299 1c001a62 fe010113 addi x2, x2, -32 x2=108ffb40 x2:108ffb60 - 20315500 20300 1c001a64 00812c23 sw x8, 24(x2) x8:108ffbe4 x2:108ffb40 PA:108ffb58 - 20323500 20308 1c001a66 01062783 lw x15, 16(x12) x15=108ffb78 x12:108ffb64 PA:108ffb74 - 20324500 20309 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108ffb64 PA:108ffb68 - 20325500 20310 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:108ffb40 PA:108ffb54 - 20326500 20311 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108ffb40 PA:108ffb50 - 20327500 20312 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108ffb40 PA:108ffb4c - 20337500 20322 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108ffb40 PA:108ffb5c - 20344500 20329 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108ffb40 PA:108ffb48 - 20345500 20330 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20346500 20331 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20347500 20332 1c001a78 00c004b3 add x9, x0, x12 x9=108ffb64 x12:108ffb64 - 20348500 20333 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000032 x15=108ffb79 x15:108ffb78 PA:108ffb78 - 20350500 20335 1c001a7e 00070363 beq x14, x0, 6 x14:00000032 - 20360500 20345 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20361500 20346 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108ffb64 PA:108ffb6c - 20366500 20351 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20369500 20354 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64 - 20384500 20369 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20385500 20370 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20404500 20389 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20405500 20390 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20406500 20391 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20426500 20411 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20427500 20412 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20444500 20429 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20445500 20430 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20446500 20431 1c001b36 f71ff06f jal x0, -144 - 20448500 20433 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108ffb64 PA:108ffb6c - 20456500 20441 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20468500 20453 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64 - 20474500 20459 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20475500 20460 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20490500 20475 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64 - 20507500 20492 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20508500 20493 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20509500 20494 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20510500 20495 1c001ae8 0104aa03 lw x20, 16(x9) x20=108ffb78 x9:108ffb64 PA:108ffb74 - 20516500 20501 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000032 x20=108ffb79 x20:108ffb78 PA:108ffb78 - 20528500 20513 1c001af0 06059763 bne x11, x0, 110 x11:00000032 - 20547500 20532 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20564500 20549 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20566500 20551 1c001776 00b00533 add x10, x0, x11 x10=00000032 x11:00000032 - 20567500 20552 1c001778 fddff06f jal x0, -36 - 20569500 20554 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20570500 20555 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 20571500 20556 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20572500 20557 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 20573500 20558 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 20574500 20559 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 20575500 20560 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 20576500 20561 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 20577500 20562 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20578500 20563 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104130 - 20582500 20567 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20583500 20568 1c001b62 f8bff06f jal x0, -118 - 20585500 20570 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108ffb7a x20:108ffb79 PA:108ffb79 - 20593500 20578 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20594500 20579 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64 - 20596500 20581 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20597500 20582 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20610500 20595 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108ffb40 PA:108ffb5c - 20616500 20601 1c001b02 01812403 lw x8, 24(x2) x8=108ffbe4 x2:108ffb40 PA:108ffb58 - 20617500 20602 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:108ffb40 PA:108ffb54 - 20618500 20603 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108ffb40 PA:108ffb50 - 20619500 20604 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108ffb40 PA:108ffb4c - 20620500 20605 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108ffb40 PA:108ffb48 - 20621500 20606 1c001b0c 02010113 addi x2, x2, 32 x2=108ffb60 x2:108ffb40 - 20622500 20607 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20636500 20621 1c001d86 01800433 add x8, x0, x24 x8=108ffbe8 x24:108ffbe8 - 20637500 20622 1c001d88 fadff06f jal x0, -84 - 20639500 20624 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20640500 20625 1c001d36 e69ff06f jal x0, -408 - 20643500 20628 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20674500 20659 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20675500 20660 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20678500 20663 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20679500 20664 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20680500 20665 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20682500 20667 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20683500 20668 1c001778 fddff06f jal x0, -36 - 20685500 20670 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20686500 20671 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 20687500 20672 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20688500 20673 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 20689500 20674 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 20690500 20675 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 20691500 20676 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 20692500 20677 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 20693500 20678 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20694500 20679 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104130 - 20698500 20683 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20699500 20684 1c001bca 16a0006f jal x0, 362 - 20701500 20686 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20702500 20687 1c001d36 e69ff06f jal x0, -408 - 20705500 20690 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20721500 20706 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20722500 20707 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20725500 20710 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20726500 20711 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20727500 20712 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20729500 20714 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20730500 20715 1c001778 fddff06f jal x0, -36 - 20732500 20717 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20733500 20718 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 20734500 20719 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20735500 20720 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 20736500 20721 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 20737500 20722 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 20738500 20723 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 20739500 20724 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 20740500 20725 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20741500 20726 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104130 - 20745500 20730 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20746500 20731 1c001bca 16a0006f jal x0, 362 - 20748500 20733 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20749500 20734 1c001d36 e69ff06f jal x0, -408 - 20752500 20737 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20766500 20751 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20767500 20752 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20770500 20755 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20773500 20758 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:108ffb60 PA:108ffb64 - 20774500 20759 1c001bd0 00012423 sw x0, 8(x2) x2:108ffb60 PA:108ffb68 - 20775500 20760 1c001bd2 00010623 sb x0, 12(x2) x2:108ffb60 PA:108ffb6c - 20776500 20761 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20777500 20762 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20778500 20763 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20779500 20764 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108ffb60 PA:108ffb64 - 20780500 20765 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20781500 20766 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20782500 20767 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20783500 20768 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20784500 20769 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20785500 20770 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20786500 20771 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20787500 20772 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20801500 20786 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20802500 20787 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20805500 20790 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20806500 20791 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20807500 20792 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20810500 20795 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20813500 20798 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20816500 20801 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20819500 20804 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20820500 20805 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20821500 20806 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20822500 20807 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20825500 20810 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20826500 20811 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20829500 20814 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20830500 20815 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20833500 20818 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20835500 20820 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20838500 20823 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20839500 20824 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20842500 20827 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20843500 20828 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20844500 20829 1c001f42 e09ff06f jal x0, -504 - 20846500 20831 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20847500 20832 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108ffb60 PA:108ffb70 - 20848500 20833 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20851500 20836 1c001e34 00440c13 addi x24, x8, 4 x24=108ffbec x8:108ffbe8 - 20852500 20837 1c001e38 00042503 lw x10, 0(x8) x10=00000006 x8:108ffbe8 PA:108ffbe8 - 20853500 20838 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20856500 20841 1c001e54 00055863 bge x10, x0, 16 x10:00000006 - 20859500 20844 1c001e64 00410593 addi x11, x2, 4 x11=108ffb64 x2:108ffb60 - 20860500 20845 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20862500 20847 1c0019fe 0105a683 lw x13, 16(x11) x13=108ffb78 x11:108ffb64 PA:108ffb74 - 20863500 20848 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108ffb64 PA:108ffb70 - 20864500 20849 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20865500 20850 1c001a04 02f55633 divu x12, x10, x15 x12=00000006 x10:00000006 x15:00000001 - 20899500 20884 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000006 x14:0000000a - 20900500 20885 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20901500 20886 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20902500 20887 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20905500 20890 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108ffb64 PA:108ffb70 - 20906500 20891 1c001a20 02f55833 divu x16, x10, x15 x16=00000006 x10:00000006 x15:00000001 - 20940500 20925 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000006 x15:00000001 - 20974500 20959 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21005500 20990 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21006500 20991 1c001a2e 01004663 blt x0, x16, 12 x16:00000006 - 21009500 20994 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21011500 20996 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000006 - 21014500 20999 1c001a56 01070733 add x14, x14, x16 x14=00000036 x14:00000030 x16:00000006 - 21015500 21000 1c001a58 00e68023 sb x14, 0(x13) x14:00000036 x13:108ffb78 PA:108ffb78 - 21016500 21001 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21017500 21002 1c001a5e 00168693 addi x13, x13, 1 x13=108ffb79 x13:108ffb78 - 21018500 21003 1c001a60 fb1ff06f jal x0, -80 - 21020500 21005 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21021500 21006 1c001a12 00068023 sb x0, 0(x13) x13:108ffb79 PA:108ffb79 - 21022500 21007 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21024500 21009 1c001e68 f17ff06f jal x0, -234 - 21026500 21011 1c001d7e 00410613 addi x12, x2, 4 x12=108ffb64 x2:108ffb60 - 21027500 21012 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21028500 21013 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21029500 21014 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21031500 21016 1c001a62 fe010113 addi x2, x2, -32 x2=108ffb40 x2:108ffb60 - 21032500 21017 1c001a64 00812c23 sw x8, 24(x2) x8:108ffbe8 x2:108ffb40 PA:108ffb58 - 21033500 21018 1c001a66 01062783 lw x15, 16(x12) x15=108ffb78 x12:108ffb64 PA:108ffb74 - 21034500 21019 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108ffb64 PA:108ffb68 - 21035500 21020 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:108ffb40 PA:108ffb54 - 21036500 21021 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108ffb40 PA:108ffb50 - 21037500 21022 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108ffb40 PA:108ffb4c - 21038500 21023 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108ffb40 PA:108ffb5c - 21039500 21024 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108ffb40 PA:108ffb48 - 21040500 21025 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21041500 21026 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21042500 21027 1c001a78 00c004b3 add x9, x0, x12 x9=108ffb64 x12:108ffb64 - 21043500 21028 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000036 x15=108ffb79 x15:108ffb78 PA:108ffb78 - 21045500 21030 1c001a7e 00070363 beq x14, x0, 6 x14:00000036 - 21046500 21031 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21047500 21032 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108ffb64 PA:108ffb6c - 21049500 21034 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21052500 21037 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64 - 21054500 21039 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21055500 21040 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21058500 21043 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21059500 21044 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21060500 21045 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21063500 21048 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21064500 21049 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21065500 21050 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21066500 21051 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21067500 21052 1c001b36 f71ff06f jal x0, -144 - 21069500 21054 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108ffb64 PA:108ffb6c - 21071500 21056 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21074500 21059 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64 - 21076500 21061 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21077500 21062 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21080500 21065 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64 - 21081500 21066 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21082500 21067 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21083500 21068 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21084500 21069 1c001ae8 0104aa03 lw x20, 16(x9) x20=108ffb78 x9:108ffb64 PA:108ffb74 - 21086500 21071 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000036 x20=108ffb79 x20:108ffb78 PA:108ffb78 - 21088500 21073 1c001af0 06059763 bne x11, x0, 110 x11:00000036 - 21091500 21076 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21092500 21077 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21094500 21079 1c001776 00b00533 add x10, x0, x11 x10=00000036 x11:00000036 - 21095500 21080 1c001778 fddff06f jal x0, -36 - 21097500 21082 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21098500 21083 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 21099500 21084 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21100500 21085 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 21101500 21086 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 21102500 21087 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 21103500 21088 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 21104500 21089 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 21105500 21090 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21106500 21091 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000036 x14:1a104000 PA:1a104130 - 21110500 21095 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21111500 21096 1c001b62 f8bff06f jal x0, -118 - 21113500 21098 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108ffb7a x20:108ffb79 PA:108ffb79 - 21115500 21100 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21116500 21101 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108ffb64 PA:108ffb64 - 21118500 21103 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21119500 21104 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21122500 21107 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108ffb40 PA:108ffb5c - 21123500 21108 1c001b02 01812403 lw x8, 24(x2) x8=108ffbe8 x2:108ffb40 PA:108ffb58 - 21124500 21109 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:108ffb40 PA:108ffb54 - 21125500 21110 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108ffb40 PA:108ffb50 - 21126500 21111 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108ffb40 PA:108ffb4c - 21127500 21112 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108ffb40 PA:108ffb48 - 21128500 21113 1c001b0c 02010113 addi x2, x2, 32 x2=108ffb60 x2:108ffb40 - 21129500 21114 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21131500 21116 1c001d86 01800433 add x8, x0, x24 x8=108ffbec x24:108ffbec - 21132500 21117 1c001d88 fadff06f jal x0, -84 - 21134500 21119 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21135500 21120 1c001d36 e69ff06f jal x0, -408 - 21138500 21123 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21161500 21146 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21162500 21147 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21165500 21150 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21166500 21151 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21167500 21152 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21169500 21154 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21170500 21155 1c001778 fddff06f jal x0, -36 - 21172500 21157 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21173500 21158 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 21174500 21159 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21175500 21160 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 21176500 21161 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 21177500 21162 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 21178500 21163 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 21179500 21164 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 21180500 21165 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21181500 21166 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104130 - 21185500 21170 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21186500 21171 1c001bca 16a0006f jal x0, 362 - 21188500 21173 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21189500 21174 1c001d36 e69ff06f jal x0, -408 - 21192500 21177 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21213500 21198 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21214500 21199 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21217500 21202 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21218500 21203 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21219500 21204 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21221500 21206 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21222500 21207 1c001778 fddff06f jal x0, -36 - 21224500 21209 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21225500 21210 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 21226500 21211 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21227500 21212 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 21228500 21213 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 21229500 21214 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 21230500 21215 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 21231500 21216 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 21232500 21217 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21233500 21218 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104130 - 21237500 21222 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21238500 21223 1c001bca 16a0006f jal x0, 362 - 21240500 21225 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21241500 21226 1c001d36 e69ff06f jal x0, -408 - 21244500 21229 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21258500 21243 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21259500 21244 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21262500 21247 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21263500 21248 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21264500 21249 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21266500 21251 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21267500 21252 1c001778 fddff06f jal x0, -36 - 21269500 21254 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21270500 21255 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000046 - 21271500 21256 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21272500 21257 1c00175e 00379713 slli x14, x15, 0x3 x14=00000230 x15:00000046 - 21273500 21258 1c001762 00279793 slli x15, x15, 0x2 x15=00000118 x15:00000046 - 21274500 21259 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000230 - 21275500 21260 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:00000118 x13:00001f80 - 21276500 21261 1c00176a 00e787b3 add x15, x15, x14 x15=00000130 x15:00000100 x14:00000030 - 21277500 21262 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21278500 21263 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104130 - 21282500 21267 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21283500 21268 1c001bca 16a0006f jal x0, 362 - 21285500 21270 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21286500 21271 1c001d36 e69ff06f jal x0, -408 - 21289500 21274 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21306500 21291 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21307500 21292 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21308500 21293 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:108ffb60 PA:108ffbbc - 21309500 21294 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:108ffb60 PA:108ffbb8 - 21310500 21295 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:108ffb60 PA:108ffbb4 - 21311500 21296 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:108ffb60 PA:108ffbb0 - 21312500 21297 1c001bb0 04c12983 lw x19, 76(x2) x19=00000006 x2:108ffb60 PA:108ffbac - 21313500 21298 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:108ffb60 PA:108ffba8 - 21314500 21299 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:108ffb60 PA:108ffba4 - 21315500 21300 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:108ffb60 PA:108ffba0 - 21316500 21301 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:108ffb60 PA:108ffb9c - 21319500 21304 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:108ffb60 PA:108ffb98 - 21320500 21305 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:108ffb60 PA:108ffb94 - 21321500 21306 1c001bbe 06010113 addi x2, x2, 96 x2=108ffbc0 x2:108ffb60 - 21322500 21307 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21324500 21309 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:108ffbc0 PA:108ffbdc - 21325500 21310 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21326500 21311 1c001838 04010113 addi x2, x2, 64 x2=108ffc00 x2:108ffbc0 - 21327500 21312 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21329500 21314 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_02_7.log b/sw/scripts/tracevis/example/traces/trace_core_02_7.log deleted file mode 100644 index efa757e..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_02_7.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 14833500 14818 1c000080 0180006f jal x0, 24 - 14851500 14836 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000047 - 14852500 14837 1c00009c 01f57593 andi x11, x10, 31 x11=00000007 x10:00000047 - 14869500 14854 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000002 x10:00000047 - 14870500 14855 1c0000a2 00058463 beq x11, x0, 8 x11:00000007 - 14871500 14856 1c0000a6 05a0206f jal x0, 8282 - 14889500 14874 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 14890500 14875 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 14891500 14876 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 14892500 14877 1c00210c 0e059163 bne x11, x0, 226 x11:00000007 - 14944500 14929 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 14945500 14930 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000047 - 14946500 14931 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000007 x19:00000047 - 14947500 14932 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 14964500 14949 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 14965500 14950 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 14966500 14951 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 14967500 14952 1c00220a 0060006f jal x0, 6 - 14986500 14971 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18321500 18306 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18338500 18323 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18339500 18324 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18361500 18346 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18362500 18347 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18364500 18349 1c00222c 08096283 p.elw x5, 128(x18) x5=108fe400 x18:1b204000 PA:1b204080 - 18388500 18373 1c002230 02a98533 mul x10, x19, x10 x10=00001c00 x19:00000007 x10:00000400 - 18389500 18374 1c002234 00550133 add x2, x10, x5 x2=10900000 x10:00001c00 x5:108fe400 - 18390500 18375 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18392500 18377 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18427500 18412 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18435500 18420 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18436500 18421 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18437500 18422 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18438500 18423 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18459500 18444 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000047 - 18476500 18461 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18477500 18462 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000002 x12:00000047 - 18478500 18463 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000002 x11:00000002 - 18479500 18464 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000007 x12:00000047 - 18480500 18465 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18481500 18466 1c0009d4 63d0006f jal x0, 3644 - 18502500 18487 1c001810 fc010113 addi x2, x2, -64 x2=108fffc0 x2:10900000 - 18503500 18488 1c001812 02b12223 sw x11, 36(x2) x11:00000002 x2:108fffc0 PA:108fffe4 - 18510500 18495 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 18511500 18496 1c001818 02c12423 sw x12, 40(x2) x12:00000007 x2:108fffc0 PA:108fffe8 - 18512500 18497 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:108fffc0 PA:108fffec - 18513500 18498 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 18514500 18499 1c00181e 02410693 addi x13, x2, 36 x13=108fffe4 x2:108fffc0 - 18526500 18511 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 18527500 18512 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 18528500 18513 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:108fffc0 PA:108fffdc - 18534500 18519 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:108fffc0 PA:108ffff0 - 18535500 18520 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:108fffc0 PA:108ffff4 - 18536500 18521 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:108fffc0 PA:108ffff8 - 18537500 18522 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:108fffc0 PA:108ffffc - 18549500 18534 1c001830 00d12623 sw x13, 12(x2) x13:108fffe4 x2:108fffc0 PA:108fffcc - 18554500 18539 1c001832 33e000ef jal x1, 830 x1=1c001834 - 18568500 18553 1c001b70 fa010113 addi x2, x2, -96 x2=108fff60 x2:108fffc0 - 18569500 18554 1c001b72 01810793 addi x15, x2, 24 x15=108fff78 x2:108fff60 - 18570500 18555 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:108fff60 PA:108fffb8 - 18576500 18561 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:108fff60 PA:108fffb0 - 18577500 18562 1c001b78 05312623 sw x19, 76(x2) x19:00000007 x2:108fff60 PA:108fffac - 18578500 18563 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:108fff60 PA:108fffa8 - 18579500 18564 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:108fff60 PA:108fffa4 - 18580500 18565 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:108fff60 PA:108fffa0 - 18592500 18577 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:108fff60 PA:108fff9c - 18594500 18579 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:108fff60 PA:108fffbc - 18595500 18580 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:108fff60 PA:108fffb4 - 18596500 18581 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:108fff60 PA:108fff98 - 18597500 18582 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:108fff60 PA:108fff94 - 18598500 18583 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 18599500 18584 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 18600500 18585 1c001b8e 00d00433 add x8, x0, x13 x8=108fffe4 x13:108fffe4 - 18616500 18601 1c001b90 00f12a23 sw x15, 20(x2) x15:108fff78 x2:108fff60 PA:108fff74 - 18623500 18608 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 18624500 18609 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 18625500 18610 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 18626500 18611 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 18638500 18623 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 18671500 18656 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 18672500 18657 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 18679500 18664 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 18680500 18665 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18681500 18666 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18698500 18683 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 18699500 18684 1c001778 fddff06f jal x0, -36 - 18718500 18703 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18719500 18704 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 18720500 18705 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18738500 18723 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 18739500 18724 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 18740500 18725 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 18741500 18726 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 18742500 18727 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 18743500 18728 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18744500 18729 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104138 - 18748500 18733 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18749500 18734 1c001bca 16a0006f jal x0, 362 - 18768500 18753 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 18769500 18754 1c001d36 e69ff06f jal x0, -408 - 18772500 18757 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 18801500 18786 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 18802500 18787 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 18805500 18790 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 18806500 18791 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18807500 18792 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18809500 18794 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 18810500 18795 1c001778 fddff06f jal x0, -36 - 18812500 18797 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18813500 18798 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 18814500 18799 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18815500 18800 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 18816500 18801 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 18817500 18802 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 18818500 18803 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 18819500 18804 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 18820500 18805 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18821500 18806 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104138 - 18825500 18810 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18826500 18811 1c001bca 16a0006f jal x0, 362 - 18828500 18813 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 18829500 18814 1c001d36 e69ff06f jal x0, -408 - 18832500 18817 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 18846500 18831 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 18847500 18832 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 18850500 18835 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 18851500 18836 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18852500 18837 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18854500 18839 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 18855500 18840 1c001778 fddff06f jal x0, -36 - 18857500 18842 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18858500 18843 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 18859500 18844 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18860500 18845 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 18861500 18846 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 18862500 18847 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 18863500 18848 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 18864500 18849 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 18865500 18850 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18866500 18851 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104138 - 18870500 18855 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18871500 18856 1c001bca 16a0006f jal x0, 362 - 18873500 18858 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 18874500 18859 1c001d36 e69ff06f jal x0, -408 - 18877500 18862 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 18896500 18881 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 18897500 18882 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 18900500 18885 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 18901500 18886 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18902500 18887 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18904500 18889 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 18905500 18890 1c001778 fddff06f jal x0, -36 - 18907500 18892 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18908500 18893 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 18909500 18894 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18910500 18895 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 18911500 18896 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 18912500 18897 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 18913500 18898 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 18914500 18899 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 18915500 18900 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18916500 18901 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104138 - 18920500 18905 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18921500 18906 1c001bca 16a0006f jal x0, 362 - 18923500 18908 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 18924500 18909 1c001d36 e69ff06f jal x0, -408 - 18927500 18912 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 18943500 18928 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 18944500 18929 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 18947500 18932 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 18948500 18933 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18949500 18934 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 18951500 18936 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 18952500 18937 1c001778 fddff06f jal x0, -36 - 18954500 18939 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 18955500 18940 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 18956500 18941 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 18957500 18942 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 18958500 18943 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 18959500 18944 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 18960500 18945 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 18961500 18946 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 18962500 18947 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 18963500 18948 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104138 - 18967500 18952 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 18968500 18953 1c001bca 16a0006f jal x0, 362 - 18970500 18955 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 18971500 18956 1c001d36 e69ff06f jal x0, -408 - 18974500 18959 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 18993500 18978 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 18994500 18979 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 18997500 18982 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 18998500 18983 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 18999500 18984 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19001500 18986 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19002500 18987 1c001778 fddff06f jal x0, -36 - 19004500 18989 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19005500 18990 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 19006500 18991 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19007500 18992 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 19008500 18993 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 19009500 18994 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 19010500 18995 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 19011500 18996 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 19012500 18997 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19013500 18998 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104138 - 19017500 19002 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19018500 19003 1c001bca 16a0006f jal x0, 362 - 19020500 19005 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19021500 19006 1c001d36 e69ff06f jal x0, -408 - 19024500 19009 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19042500 19027 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19043500 19028 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19046500 19031 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19047500 19032 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19048500 19033 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19050500 19035 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19051500 19036 1c001778 fddff06f jal x0, -36 - 19053500 19038 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19054500 19039 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 19055500 19040 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19056500 19041 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 19057500 19042 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 19058500 19043 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 19059500 19044 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 19060500 19045 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 19061500 19046 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19062500 19047 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104138 - 19066500 19051 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19067500 19052 1c001bca 16a0006f jal x0, 362 - 19069500 19054 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19070500 19055 1c001d36 e69ff06f jal x0, -408 - 19073500 19058 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19088500 19073 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19089500 19074 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19092500 19077 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19093500 19078 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19094500 19079 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19096500 19081 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19097500 19082 1c001778 fddff06f jal x0, -36 - 19099500 19084 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19100500 19085 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 19101500 19086 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19102500 19087 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 19103500 19088 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 19104500 19089 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 19105500 19090 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 19106500 19091 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 19107500 19092 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19108500 19093 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104138 - 19112500 19097 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19113500 19098 1c001bca 16a0006f jal x0, 362 - 19115500 19100 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19116500 19101 1c001d36 e69ff06f jal x0, -408 - 19119500 19104 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19133500 19118 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19134500 19119 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19137500 19122 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19138500 19123 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19139500 19124 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19141500 19126 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19142500 19127 1c001778 fddff06f jal x0, -36 - 19144500 19129 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19145500 19130 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 19146500 19131 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19147500 19132 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 19148500 19133 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 19149500 19134 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 19150500 19135 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 19151500 19136 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 19152500 19137 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19153500 19138 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104138 - 19157500 19142 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19158500 19143 1c001bca 16a0006f jal x0, 362 - 19160500 19145 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19161500 19146 1c001d36 e69ff06f jal x0, -408 - 19164500 19149 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19199500 19184 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19200500 19185 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19203500 19188 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19204500 19189 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19205500 19190 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19207500 19192 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19208500 19193 1c001778 fddff06f jal x0, -36 - 19210500 19195 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19211500 19196 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 19212500 19197 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19213500 19198 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 19214500 19199 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 19215500 19200 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 19216500 19201 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 19217500 19202 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 19218500 19203 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19219500 19204 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104138 - 19223500 19208 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19224500 19209 1c001bca 16a0006f jal x0, 362 - 19226500 19211 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19227500 19212 1c001d36 e69ff06f jal x0, -408 - 19230500 19215 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19249500 19234 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19250500 19235 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19253500 19238 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19254500 19239 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19255500 19240 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19257500 19242 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19258500 19243 1c001778 fddff06f jal x0, -36 - 19260500 19245 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19261500 19246 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 19262500 19247 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19263500 19248 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 19264500 19249 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 19265500 19250 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 19266500 19251 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 19267500 19252 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 19268500 19253 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19269500 19254 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104138 - 19273500 19258 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19274500 19259 1c001bca 16a0006f jal x0, 362 - 19276500 19261 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19277500 19262 1c001d36 e69ff06f jal x0, -408 - 19280500 19265 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19296500 19281 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19297500 19282 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19300500 19285 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19301500 19286 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19302500 19287 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19304500 19289 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19305500 19290 1c001778 fddff06f jal x0, -36 - 19307500 19292 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19308500 19293 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 19309500 19294 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19310500 19295 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 19311500 19296 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 19312500 19297 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 19313500 19298 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 19314500 19299 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 19315500 19300 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19316500 19301 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104138 - 19320500 19305 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19321500 19306 1c001bca 16a0006f jal x0, 362 - 19323500 19308 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19324500 19309 1c001d36 e69ff06f jal x0, -408 - 19327500 19312 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19347500 19332 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19348500 19333 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19351500 19336 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19352500 19337 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19353500 19338 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19355500 19340 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19356500 19341 1c001778 fddff06f jal x0, -36 - 19358500 19343 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19359500 19344 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 19360500 19345 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19361500 19346 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 19362500 19347 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 19363500 19348 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 19364500 19349 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 19365500 19350 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 19366500 19351 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19367500 19352 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104138 - 19371500 19356 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19372500 19357 1c001bca 16a0006f jal x0, 362 - 19374500 19359 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19375500 19360 1c001d36 e69ff06f jal x0, -408 - 19378500 19363 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19396500 19381 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19397500 19382 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19400500 19385 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19401500 19386 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19402500 19387 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19404500 19389 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19405500 19390 1c001778 fddff06f jal x0, -36 - 19407500 19392 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19408500 19393 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 19409500 19394 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19410500 19395 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 19411500 19396 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 19412500 19397 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 19413500 19398 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 19414500 19399 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 19415500 19400 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19416500 19401 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104138 - 19420500 19405 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19421500 19406 1c001bca 16a0006f jal x0, 362 - 19423500 19408 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19424500 19409 1c001d36 e69ff06f jal x0, -408 - 19427500 19412 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19446500 19431 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19447500 19432 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 19450500 19435 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 19451500 19436 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19452500 19437 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19454500 19439 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 19455500 19440 1c001778 fddff06f jal x0, -36 - 19457500 19442 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19458500 19443 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 19459500 19444 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19460500 19445 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 19461500 19446 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 19462500 19447 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 19463500 19448 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 19464500 19449 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 19465500 19450 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19466500 19451 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104138 - 19470500 19455 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19471500 19456 1c001bca 16a0006f jal x0, 362 - 19473500 19458 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 19474500 19459 1c001d36 e69ff06f jal x0, -408 - 19477500 19462 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 19496500 19481 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 19497500 19482 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 19500500 19485 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 19503500 19488 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:108fff60 PA:108fff64 - 19504500 19489 1c001bd0 00012423 sw x0, 8(x2) x2:108fff60 PA:108fff68 - 19505500 19490 1c001bd2 00010623 sb x0, 12(x2) x2:108fff60 PA:108fff6c - 19506500 19491 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 19507500 19492 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 19513500 19498 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 19514500 19499 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108fff60 PA:108fff64 - 19515500 19500 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 19516500 19501 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 19517500 19502 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 19518500 19503 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 19519500 19504 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 19536500 19521 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 19537500 19522 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 19538500 19523 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 19572500 19557 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 19573500 19558 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 19586500 19571 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 19587500 19572 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 19588500 19573 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 19611500 19596 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 19630500 19615 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 19633500 19618 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 19656500 19641 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 19674500 19659 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 19675500 19660 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 19676500 19661 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 19696500 19681 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 19714500 19699 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 19733500 19718 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 19734500 19719 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 19774500 19759 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 19793500 19778 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 19816500 19801 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 19817500 19802 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 19856500 19841 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 19880500 19865 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 19881500 19866 1c001f42 e09ff06f jal x0, -504 - 19901500 19886 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 19902500 19887 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108fff60 PA:108fff70 - 19921500 19906 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 19943500 19928 1c001e34 00440c13 addi x24, x8, 4 x24=108fffe8 x8:108fffe4 - 19944500 19929 1c001e38 00042503 lw x10, 0(x8) x10=00000002 x8:108fffe4 PA:108fffe4 - 19948500 19933 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 19984500 19969 1c001e54 00055863 bge x10, x0, 16 x10:00000002 - 20003500 19988 1c001e64 00410593 addi x11, x2, 4 x11=108fff64 x2:108fff60 - 20004500 19989 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20024500 20009 1c0019fe 0105a683 lw x13, 16(x11) x13=108fff78 x11:108fff64 PA:108fff74 - 20041500 20026 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fff64 PA:108fff70 - 20048500 20033 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20049500 20034 1c001a04 02f55633 divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001 - 20083500 20068 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000002 x14:0000000a - 20084500 20069 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20085500 20070 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20086500 20071 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20089500 20074 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fff64 PA:108fff70 - 20100500 20085 1c001a20 02f55833 divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001 - 20134500 20119 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001 - 20168500 20153 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20199500 20184 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20200500 20185 1c001a2e 01004663 blt x0, x16, 12 x16:00000002 - 20203500 20188 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20222500 20207 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000002 - 20244500 20229 1c001a56 01070733 add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002 - 20245500 20230 1c001a58 00e68023 sb x14, 0(x13) x14:00000032 x13:108fff78 PA:108fff78 - 20252500 20237 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20253500 20238 1c001a5e 00168693 addi x13, x13, 1 x13=108fff79 x13:108fff78 - 20263500 20248 1c001a60 fb1ff06f jal x0, -80 - 20265500 20250 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20266500 20251 1c001a12 00068023 sb x0, 0(x13) x13:108fff79 PA:108fff79 - 20272500 20257 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20273500 20258 1c001e68 f17ff06f jal x0, -234 - 20292500 20277 1c001d7e 00410613 addi x12, x2, 4 x12=108fff64 x2:108fff60 - 20310500 20295 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20311500 20296 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20312500 20297 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20314500 20299 1c001a62 fe010113 addi x2, x2, -32 x2=108fff40 x2:108fff60 - 20315500 20300 1c001a64 00812c23 sw x8, 24(x2) x8:108fffe4 x2:108fff40 PA:108fff58 - 20316500 20301 1c001a66 01062783 lw x15, 16(x12) x15=108fff78 x12:108fff64 PA:108fff74 - 20317500 20302 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108fff64 PA:108fff68 - 20318500 20303 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:108fff40 PA:108fff54 - 20319500 20304 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108fff40 PA:108fff50 - 20320500 20305 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108fff40 PA:108fff4c - 20337500 20322 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108fff40 PA:108fff5c - 20341500 20326 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108fff40 PA:108fff48 - 20342500 20327 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20343500 20328 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20344500 20329 1c001a78 00c004b3 add x9, x0, x12 x9=108fff64 x12:108fff64 - 20345500 20330 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000032 x15=108fff79 x15:108fff78 PA:108fff78 - 20347500 20332 1c001a7e 00070363 beq x14, x0, 6 x14:00000032 - 20360500 20345 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20361500 20346 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108fff64 PA:108fff6c - 20367500 20352 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20370500 20355 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64 - 20384500 20369 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20385500 20370 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20404500 20389 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20405500 20390 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20406500 20391 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20426500 20411 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20427500 20412 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20444500 20429 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20445500 20430 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20446500 20431 1c001b36 f71ff06f jal x0, -144 - 20448500 20433 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108fff64 PA:108fff6c - 20455500 20440 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20468500 20453 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64 - 20475500 20460 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 20476500 20461 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 20490500 20475 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64 - 20507500 20492 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 20508500 20493 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 20509500 20494 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 20510500 20495 1c001ae8 0104aa03 lw x20, 16(x9) x20=108fff78 x9:108fff64 PA:108fff74 - 20517500 20502 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000032 x20=108fff79 x20:108fff78 PA:108fff78 - 20528500 20513 1c001af0 06059763 bne x11, x0, 110 x11:00000032 - 20547500 20532 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20564500 20549 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 20566500 20551 1c001776 00b00533 add x10, x0, x11 x10=00000032 x11:00000032 - 20567500 20552 1c001778 fddff06f jal x0, -36 - 20569500 20554 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20570500 20555 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 20571500 20556 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20572500 20557 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 20573500 20558 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 20574500 20559 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 20575500 20560 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 20576500 20561 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 20577500 20562 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20578500 20563 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104138 - 20582500 20567 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 20583500 20568 1c001b62 f8bff06f jal x0, -118 - 20585500 20570 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108fff7a x20:108fff79 PA:108fff79 - 20592500 20577 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 20593500 20578 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64 - 20595500 20580 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20596500 20581 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 20610500 20595 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108fff40 PA:108fff5c - 20617500 20602 1c001b02 01812403 lw x8, 24(x2) x8=108fffe4 x2:108fff40 PA:108fff58 - 20618500 20603 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:108fff40 PA:108fff54 - 20619500 20604 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108fff40 PA:108fff50 - 20620500 20605 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108fff40 PA:108fff4c - 20621500 20606 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108fff40 PA:108fff48 - 20622500 20607 1c001b0c 02010113 addi x2, x2, 32 x2=108fff60 x2:108fff40 - 20623500 20608 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 20636500 20621 1c001d86 01800433 add x8, x0, x24 x8=108fffe8 x24:108fffe8 - 20637500 20622 1c001d88 fadff06f jal x0, -84 - 20639500 20624 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 20640500 20625 1c001d36 e69ff06f jal x0, -408 - 20643500 20628 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 20678500 20663 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 20679500 20664 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 20682500 20667 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 20683500 20668 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20684500 20669 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20686500 20671 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 20687500 20672 1c001778 fddff06f jal x0, -36 - 20689500 20674 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20690500 20675 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 20691500 20676 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20692500 20677 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 20693500 20678 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 20694500 20679 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 20695500 20680 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 20696500 20681 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 20697500 20682 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20698500 20683 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104138 - 20702500 20687 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20703500 20688 1c001bca 16a0006f jal x0, 362 - 20705500 20690 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 20706500 20691 1c001d36 e69ff06f jal x0, -408 - 20709500 20694 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 20725500 20710 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 20726500 20711 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 20729500 20714 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 20730500 20715 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20731500 20716 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20733500 20718 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 20734500 20719 1c001778 fddff06f jal x0, -36 - 20736500 20721 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20737500 20722 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 20738500 20723 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20739500 20724 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 20740500 20725 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 20741500 20726 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 20742500 20727 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 20743500 20728 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 20744500 20729 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20745500 20730 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104138 - 20749500 20734 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20750500 20735 1c001bca 16a0006f jal x0, 362 - 20752500 20737 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 20753500 20738 1c001d36 e69ff06f jal x0, -408 - 20756500 20741 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 20770500 20755 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 20771500 20756 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20774500 20759 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20777500 20762 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:108fff60 PA:108fff64 - 20778500 20763 1c001bd0 00012423 sw x0, 8(x2) x2:108fff60 PA:108fff68 - 20779500 20764 1c001bd2 00010623 sb x0, 12(x2) x2:108fff60 PA:108fff6c - 20780500 20765 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 20781500 20766 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20782500 20767 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20783500 20768 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:108fff60 PA:108fff64 - 20784500 20769 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20785500 20770 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20786500 20771 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20787500 20772 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20788500 20773 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20789500 20774 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20790500 20775 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20791500 20776 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 20806500 20791 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 20807500 20792 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20810500 20795 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20811500 20796 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20812500 20797 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20815500 20800 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20818500 20803 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20821500 20806 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20824500 20809 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20825500 20810 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20826500 20811 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20827500 20812 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20830500 20815 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20831500 20816 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20834500 20819 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20835500 20820 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20838500 20823 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20840500 20825 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20843500 20828 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20844500 20829 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20847500 20832 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 20848500 20833 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20849500 20834 1c001f42 e09ff06f jal x0, -504 - 20851500 20836 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20852500 20837 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:108fff60 PA:108fff70 - 20853500 20838 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20856500 20841 1c001e34 00440c13 addi x24, x8, 4 x24=108fffec x8:108fffe8 - 20857500 20842 1c001e38 00042503 lw x10, 0(x8) x10=00000007 x8:108fffe8 PA:108fffe8 - 20858500 20843 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20861500 20846 1c001e54 00055863 bge x10, x0, 16 x10:00000007 - 20864500 20849 1c001e64 00410593 addi x11, x2, 4 x11=108fff64 x2:108fff60 - 20865500 20850 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20867500 20852 1c0019fe 0105a683 lw x13, 16(x11) x13=108fff78 x11:108fff64 PA:108fff74 - 20868500 20853 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fff64 PA:108fff70 - 20869500 20854 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20870500 20855 1c001a04 02f55633 divu x12, x10, x15 x12=00000007 x10:00000007 x15:00000001 - 20904500 20889 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000007 x14:0000000a - 20905500 20890 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20906500 20891 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20907500 20892 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20910500 20895 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:108fff64 PA:108fff70 - 20911500 20896 1c001a20 02f55833 divu x16, x10, x15 x16=00000007 x10:00000007 x15:00000001 - 20945500 20930 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000007 x15:00000001 - 20979500 20964 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21010500 20995 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21011500 20996 1c001a2e 01004663 blt x0, x16, 12 x16:00000007 - 21014500 20999 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21016500 21001 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000007 - 21019500 21004 1c001a56 01070733 add x14, x14, x16 x14=00000037 x14:00000030 x16:00000007 - 21020500 21005 1c001a58 00e68023 sb x14, 0(x13) x14:00000037 x13:108fff78 PA:108fff78 - 21021500 21006 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21022500 21007 1c001a5e 00168693 addi x13, x13, 1 x13=108fff79 x13:108fff78 - 21023500 21008 1c001a60 fb1ff06f jal x0, -80 - 21025500 21010 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21026500 21011 1c001a12 00068023 sb x0, 0(x13) x13:108fff79 PA:108fff79 - 21027500 21012 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21029500 21014 1c001e68 f17ff06f jal x0, -234 - 21031500 21016 1c001d7e 00410613 addi x12, x2, 4 x12=108fff64 x2:108fff60 - 21032500 21017 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21033500 21018 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21034500 21019 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21036500 21021 1c001a62 fe010113 addi x2, x2, -32 x2=108fff40 x2:108fff60 - 21037500 21022 1c001a64 00812c23 sw x8, 24(x2) x8:108fffe8 x2:108fff40 PA:108fff58 - 21038500 21023 1c001a66 01062783 lw x15, 16(x12) x15=108fff78 x12:108fff64 PA:108fff74 - 21039500 21024 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:108fff64 PA:108fff68 - 21040500 21025 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:108fff40 PA:108fff54 - 21041500 21026 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:108fff40 PA:108fff50 - 21042500 21027 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:108fff40 PA:108fff4c - 21043500 21028 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:108fff40 PA:108fff5c - 21044500 21029 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:108fff40 PA:108fff48 - 21046500 21031 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21047500 21032 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21048500 21033 1c001a78 00c004b3 add x9, x0, x12 x9=108fff64 x12:108fff64 - 21049500 21034 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000037 x15=108fff79 x15:108fff78 PA:108fff78 - 21051500 21036 1c001a7e 00070363 beq x14, x0, 6 x14:00000037 - 21052500 21037 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21053500 21038 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:108fff64 PA:108fff6c - 21055500 21040 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21058500 21043 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64 - 21060500 21045 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21061500 21046 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21064500 21049 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21065500 21050 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21066500 21051 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21069500 21054 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21070500 21055 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21071500 21056 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21072500 21057 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21073500 21058 1c001b36 f71ff06f jal x0, -144 - 21075500 21060 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:108fff64 PA:108fff6c - 21077500 21062 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21080500 21065 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64 - 21083500 21068 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21084500 21069 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21087500 21072 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64 - 21088500 21073 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21089500 21074 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21090500 21075 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21091500 21076 1c001ae8 0104aa03 lw x20, 16(x9) x20=108fff78 x9:108fff64 PA:108fff74 - 21093500 21078 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000037 x20=108fff79 x20:108fff78 PA:108fff78 - 21095500 21080 1c001af0 06059763 bne x11, x0, 110 x11:00000037 - 21098500 21083 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21099500 21084 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21101500 21086 1c001776 00b00533 add x10, x0, x11 x10=00000037 x11:00000037 - 21102500 21087 1c001778 fddff06f jal x0, -36 - 21104500 21089 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21105500 21090 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 21106500 21091 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21107500 21092 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 21108500 21093 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 21109500 21094 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 21110500 21095 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 21111500 21096 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 21112500 21097 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21113500 21098 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000037 x14:1a104000 PA:1a104138 - 21117500 21102 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21118500 21103 1c001b62 f8bff06f jal x0, -118 - 21120500 21105 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=108fff7a x20:108fff79 PA:108fff79 - 21122500 21107 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21123500 21108 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:108fff64 PA:108fff64 - 21125500 21110 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21126500 21111 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21129500 21114 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:108fff40 PA:108fff5c - 21130500 21115 1c001b02 01812403 lw x8, 24(x2) x8=108fffe8 x2:108fff40 PA:108fff58 - 21131500 21116 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:108fff40 PA:108fff54 - 21132500 21117 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:108fff40 PA:108fff50 - 21133500 21118 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:108fff40 PA:108fff4c - 21134500 21119 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:108fff40 PA:108fff48 - 21135500 21120 1c001b0c 02010113 addi x2, x2, 32 x2=108fff60 x2:108fff40 - 21136500 21121 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21138500 21123 1c001d86 01800433 add x8, x0, x24 x8=108fffec x24:108fffec - 21139500 21124 1c001d88 fadff06f jal x0, -84 - 21141500 21126 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21142500 21127 1c001d36 e69ff06f jal x0, -408 - 21145500 21130 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21162500 21147 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21163500 21148 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21166500 21151 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21167500 21152 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21168500 21153 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21170500 21155 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21171500 21156 1c001778 fddff06f jal x0, -36 - 21173500 21158 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21174500 21159 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 21175500 21160 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21176500 21161 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 21177500 21162 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 21178500 21163 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 21179500 21164 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 21180500 21165 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 21181500 21166 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21182500 21167 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104138 - 21186500 21171 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21187500 21172 1c001bca 16a0006f jal x0, 362 - 21189500 21174 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21190500 21175 1c001d36 e69ff06f jal x0, -408 - 21193500 21178 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21219500 21204 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21220500 21205 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21223500 21208 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21224500 21209 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21225500 21210 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21227500 21212 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21228500 21213 1c001778 fddff06f jal x0, -36 - 21230500 21215 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21231500 21216 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 21232500 21217 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21233500 21218 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 21234500 21219 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 21235500 21220 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 21236500 21221 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 21237500 21222 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 21238500 21223 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21239500 21224 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104138 - 21243500 21228 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21244500 21229 1c001bca 16a0006f jal x0, 362 - 21246500 21231 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21247500 21232 1c001d36 e69ff06f jal x0, -408 - 21250500 21235 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21264500 21249 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21265500 21250 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21268500 21253 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21269500 21254 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21270500 21255 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21272500 21257 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21273500 21258 1c001778 fddff06f jal x0, -36 - 21275500 21260 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21276500 21261 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000047 - 21277500 21262 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21278500 21263 1c00175e 00379713 slli x14, x15, 0x3 x14=00000238 x15:00000047 - 21279500 21264 1c001762 00279793 slli x15, x15, 0x2 x15=0000011c x15:00000047 - 21280500 21265 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000238 - 21281500 21266 1c001768 00d7f7b3 and x15, x15, x13 x15=00000100 x15:0000011c x13:00001f80 - 21282500 21267 1c00176a 00e787b3 add x15, x15, x14 x15=00000138 x15:00000100 x14:00000038 - 21283500 21268 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21284500 21269 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104138 - 21288500 21273 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21289500 21274 1c001bca 16a0006f jal x0, 362 - 21291500 21276 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21292500 21277 1c001d36 e69ff06f jal x0, -408 - 21295500 21280 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21312500 21297 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21313500 21298 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21314500 21299 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:108fff60 PA:108fffbc - 21315500 21300 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:108fff60 PA:108fffb8 - 21316500 21301 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:108fff60 PA:108fffb4 - 21317500 21302 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:108fff60 PA:108fffb0 - 21318500 21303 1c001bb0 04c12983 lw x19, 76(x2) x19=00000007 x2:108fff60 PA:108fffac - 21319500 21304 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:108fff60 PA:108fffa8 - 21320500 21305 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:108fff60 PA:108fffa4 - 21321500 21306 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:108fff60 PA:108fffa0 - 21322500 21307 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:108fff60 PA:108fff9c - 21324500 21309 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:108fff60 PA:108fff98 - 21325500 21310 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:108fff60 PA:108fff94 - 21326500 21311 1c001bbe 06010113 addi x2, x2, 96 x2=108fffc0 x2:108fff60 - 21327500 21312 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21329500 21314 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:108fffc0 PA:108fffdc - 21330500 21315 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21331500 21316 1c001838 04010113 addi x2, x2, 64 x2=10900000 x2:108fffc0 - 21332500 21317 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21334500 21319 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_03_0.log b/sw/scripts/tracevis/example/traces/trace_core_03_0.log deleted file mode 100644 index 568444f..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_03_0.log +++ /dev/null @@ -1,921 +0,0 @@ - Time Cycles PC Instr Mnemonic - 17014500 16999 1c000080 0180006f jal x0, 24 - 17032500 17017 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000060 - 17033500 17018 1c00009c 01f57593 andi x11, x10, 31 x11=00000000 x10:00000060 - 17050500 17035 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000003 x10:00000060 - 17051500 17036 1c0000a2 00058463 beq x11, x0, 8 x11:00000000 - 17054500 17039 1c0000aa 00050463 beq x10, x0, 8 x10:00000003 - 17073500 17058 1c0000ae 0520206f jal x0, 8274 - 17075500 17060 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 17076500 17061 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 17077500 17062 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 17078500 17063 1c00210c 0e059163 bne x11, x0, 226 x11:00000000 - 17090500 17075 1c002110 feffe417 auipc x8, 0xfeffe000 x8=1b000110 - 17091500 17076 1c002114 ef840413 addi x8, x8, -264 x8=1b000008 x8:1b000110 - 17092500 17077 1c002118 04040493 addi x9, x8, 64 x9=1b000048 x8:1b000008 - 17093500 17078 1c00211c 00800933 add x18, x0, x8 x18=1b000008 x8:1b000008 - 17110500 17095 1c00211e 1b2049b7 lui x19, 0x1b204000 x19=1b204000 - 17111500 17096 1c002122 00200a13 addi x20, x0, 2 x20=00000002 - 17112500 17097 1c002124 00000a97 auipc x21, 0x0 x21=1c002124 - 17113500 17098 1c002128 036a8a93 addi x21, x21, 54 x21=1c00215a x21:1c002124 - 17114500 17099 1c00212c 00000b97 auipc x23, 0x0 x23=1c00212c - 17131500 17116 1c002130 57cb8b93 addi x23, x23, 1404 x23=1c0026a8 x23:1c00212c - 17132500 17117 1c002134 000bab83 lw x23, 0(x23) x23=1c2fff50 x23:1c0026a8 PA:1c0026a8 - 17146500 17131 1c002138 01800393 addi x7, x0, 24 x7=00000018 - 17147500 17132 1c00213a 02a383b3 mul x7, x7, x10 x7=00000048 x7:00000018 x10:00000003 - 17148500 17133 1c00213e 007b8bb3 add x23, x23, x7 x23=1c2fff98 x23:1c2fff50 x7:00000048 - 17165500 17150 1c002140 008b8b93 addi x23, x23, 8 x23=1c2fffa0 x23:1c2fff98 - 17166500 17151 1c002142 10201cb7 lui x25, 0x10201000 x25=10201000 - 17167500 17152 1c002146 e04c8c93 addi x25, x25, -508 x25=10200e04 x25:10201000 - 17168500 17153 1c00214a 00100c13 addi x24, x0, 1 x24=00000001 - 17169500 17154 1c00214c 00000d17 auipc x26, 0x0 x26=1c00214c - 17186500 17171 1c002150 0e0d0d13 addi x26, x26, 224 x26=1c00222c x26:1c00214c - 17187500 17172 1c002154 001d6d13 ori x26, x26, 1 x26=1c00222d x26:1c00222c - 17188500 17173 1c002158 0160006f jal x0, 22 - 17223500 17208 1c00216e 00042e03 lw x28, 0(x8) x28=00000000 x8:1b000008 PA:1b000008 - 17225500 17210 1c002172 060e0063 beq x28, x0, 96 x28:00000000 - 17244500 17229 1c0021d2 0149a423 sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008 - 17245500 17230 1c0021d6 03c9e003 p.elw x0, 60(x19) x19:1b204000 PA:1b20403c - 18702500 18687 1c0021da 0149a223 sw x20, 4(x19) x20:00000002 x19:1b204000 PA:1b204004 - 18703500 18688 1c0021de f91ff06f jal x0, -112 - 18706500 18691 1c00216e 00042e03 lw x28, 0(x8) x28=00000008 x8:1b000008 PA:1b000008 - 18708500 18693 1c002172 060e0063 beq x28, x0, 96 x28:00000008 - 18709500 18694 1c002176 00842503 lw x10, 8(x8) x10=00000000 x8:1b000008 PA:1b000010 - 18710500 18695 1c002178 00442283 lw x5, 4(x8) x5=1c0009d8 x8:1b000008 PA:1b00000c - 18711500 18696 1c00217c 00c42103 lw x2, 12(x8) x2=10cfe400 x8:1b000008 PA:1b000014 - 18732500 18717 1c002180 01042303 lw x6, 16(x8) x6=00000400 x8:1b000008 PA:1b000018 - 18733500 18718 1c002184 01442383 lw x7, 20(x8) x7=00000400 x8:1b000008 PA:1b00001c - 18734500 18719 1c002188 01842b03 lw x22, 24(x8) x22=100fc720 x8:1b000008 PA:1b000020 - 18735500 18720 1c00218c 01c42e83 lw x29, 28(x8) x29=1000013c x8:1b000008 PA:1b000024 - 18753500 18738 1c002190 00042023 sw x0, 0(x8) x8:1b000008 PA:1b000008 - 18754500 18739 1c002194 feffef17 auipc x30, 0xfeffe000 x30=1b000194 - 18755500 18740 1c002198 eb4f0f13 addi x30, x30, -332 x30=1b000048 x30:1b000194 - 18756500 18741 1c00219c 01df2023 sw x29, 0(x30) x29:1000013c x30:1b000048 PA:1b000048 - 18776500 18761 1c0021a0 015000b3 add x1, x0, x21 x1=1c00215a x21:1c00215a - 18777500 18762 1c0021a2 00100e93 addi x29, x0, 1 x29=00000001 - 18778500 18763 1c0021a4 01ce9e33 sll x28, x29, x28 x28=00000100 x29:00000001 x28:00000008 - 18779500 18764 1c0021a8 fffe0e13 addi x28, x28, -1 x28=000000ff x28:00000100 - 18780500 18765 1c0021aa 21c9a023 sw x28, 512(x19) x28:000000ff x19:1b204000 PA:1b204200 - 18806500 18791 1c0021ae 21c9a623 sw x28, 524(x19) x28:000000ff x19:1b204000 PA:1b20420c - 18807500 18792 1c0021b2 09c9a223 sw x28, 132(x19) x28:000000ff x19:1b204000 PA:1b204084 - 18808500 18793 1c0021b6 001e2863 p.beqimm x28, 16 x28:000000ff - 18809500 18794 1c0021ba 09a9a023 sw x26, 128(x19) x26:1c00222d x19:1b204000 PA:1b204080 - 18828500 18813 1c0021be 0879a023 sw x7, 128(x19) x7:00000400 x19:1b204000 PA:1b204080 - 18829500 18814 1c0021c2 0829a023 sw x2, 128(x19) x2:10cfe400 x19:1b204000 PA:1b204080 - 18830500 18815 1c0021c6 02040413 addi x8, x8, 32 x8=1b000028 x8:1b000008 - 18831500 18816 1c0021ca 00941363 bne x8, x9, 6 x8:1b000028 x9:1b000048 - 18834500 18819 1c0021d0 00028067 jalr x0, x5, 0 x5:1c0009d8 - 18852500 18837 1c0009d8 ff010113 addi x2, x2, -16 x2=10cfe3f0 x2:10cfe400 - 18853500 18838 1c0009da 0ff00713 addi x14, x0, 255 x14=000000ff - 18873500 18858 1c0009de 1b2047b7 lui x15, 0x1b204000 x15=1b204000 - 18874500 18859 1c0009e2 00112623 sw x1, 12(x2) x1:1c00215a x2:10cfe3f0 PA:10cfe3fc - 18875500 18860 1c0009e4 00812423 sw x8, 8(x2) x8:1b000028 x2:10cfe3f0 PA:10cfe3f8 - 18876500 18861 1c0009e6 00912223 sw x9, 4(x2) x9:1b000048 x2:10cfe3f0 PA:10cfe3f4 - 18877500 18862 1c0009e8 08e7a223 sw x14, 132(x15) x14:000000ff x15:1b204000 PA:1b204084 - 18878500 18863 1c0009ec 20078493 addi x9, x15, 512 x9=1b204200 x15:1b204000 - 18901500 18886 1c0009f0 00e4a023 sw x14, 0(x9) x14:000000ff x9:1b204200 PA:1b204200 - 18902500 18887 1c0009f2 20c78793 addi x15, x15, 524 x15=1b20420c x15:1b204000 - 18903500 18888 1c0009f6 00e7a023 sw x14, 0(x15) x14:000000ff x15:1b20420c PA:1b20420c - 18904500 18889 1c0009f8 1c0017b7 lui x15, 0x1c001000 x15=1c001000 - 18905500 18890 1c0009fc 9bc78793 addi x15, x15, -1604 x15=1c0009bc x15:1c001000 - 18927500 18912 1c000a00 1b204737 lui x14, 0x1b204000 x14=1b204000 - 18928500 18913 1c000a04 08f72023 sw x15, 128(x14) x15:1c0009bc x14:1b204000 PA:1b204080 - 18929500 18914 1c000a08 1b2047b7 lui x15, 0x1b204000 x15=1b204000 - 18930500 18915 1c000a0c 08a7a023 sw x10, 128(x15) x10:00000000 x15:1b204000 PA:1b204080 - 18950500 18935 1c000a10 f1402673 csrrs x12, x0, 0xf14 x12=00000060 - 18951500 18936 1c000a14 40565413 srai x8, x12, 0x405 x8=00000003 x12:00000060 - 18952500 18937 1c000a18 f2643433 p.bclr x8, x8, 25, 6 x8=00000003 x8:00000003 - 18953500 18938 1c000a1c 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18970500 18955 1c000a20 f4563633 p.bclr x12, x12, 26, 5 x12=00000000 x12:00000060 - 18971500 18956 1c000a24 008005b3 add x11, x0, x8 x11=00000003 x8:00000003 - 18972500 18957 1c000a26 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18973500 18958 1c000a2a 5e7000ef jal x1, 3558 x1=1c000a2e - 19020500 19005 1c001810 fc010113 addi x2, x2, -64 x2=10cfe3b0 x2:10cfe3f0 - 19021500 19006 1c001812 02b12223 sw x11, 36(x2) x11:00000003 x2:10cfe3b0 PA:10cfe3d4 - 19022500 19007 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 19023500 19008 1c001818 02c12423 sw x12, 40(x2) x12:00000000 x2:10cfe3b0 PA:10cfe3d8 - 19024500 19009 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:10cfe3b0 PA:10cfe3dc - 19025500 19010 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 19026500 19011 1c00181e 02410693 addi x13, x2, 36 x13=10cfe3d4 x2:10cfe3b0 - 19045500 19030 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 19046500 19031 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 19047500 19032 1c001826 00112e23 sw x1, 28(x2) x1:1c000a2e x2:10cfe3b0 PA:10cfe3cc - 19048500 19033 1c001828 02e12823 sw x14, 48(x2) x14:1b204000 x2:10cfe3b0 PA:10cfe3e0 - 19049500 19034 1c00182a 02f12a23 sw x15, 52(x2) x15:1b204000 x2:10cfe3b0 PA:10cfe3e4 - 19050500 19035 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:10cfe3b0 PA:10cfe3e8 - 19051500 19036 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:10cfe3b0 PA:10cfe3ec - 19072500 19057 1c001830 00d12623 sw x13, 12(x2) x13:10cfe3d4 x2:10cfe3b0 PA:10cfe3bc - 19073500 19058 1c001832 33e000ef jal x1, 830 x1=1c001834 - 19092500 19077 1c001b70 fa010113 addi x2, x2, -96 x2=10cfe350 x2:10cfe3b0 - 19093500 19078 1c001b72 01810793 addi x15, x2, 24 x15=10cfe368 x2:10cfe350 - 19094500 19079 1c001b74 04812c23 sw x8, 88(x2) x8:00000003 x2:10cfe350 PA:10cfe3a8 - 19095500 19080 1c001b76 05212823 sw x18, 80(x2) x18:1b000008 x2:10cfe350 PA:10cfe3a0 - 19096500 19081 1c001b78 05312623 sw x19, 76(x2) x19:1b204000 x2:10cfe350 PA:10cfe39c - 19097500 19082 1c001b7a 05412423 sw x20, 72(x2) x20:00000002 x2:10cfe350 PA:10cfe398 - 19098500 19083 1c001b7c 05512223 sw x21, 68(x2) x21:1c00215a x2:10cfe350 PA:10cfe394 - 19099500 19084 1c001b7e 05612023 sw x22, 64(x2) x22:100fc720 x2:10cfe350 PA:10cfe390 - 19115500 19100 1c001b80 03712e23 sw x23, 60(x2) x23:1c2fffa0 x2:10cfe350 PA:10cfe38c - 19116500 19101 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:10cfe350 PA:10cfe3ac - 19117500 19102 1c001b84 04912a23 sw x9, 84(x2) x9:1b204200 x2:10cfe350 PA:10cfe3a4 - 19118500 19103 1c001b86 03812c23 sw x24, 56(x2) x24:00000001 x2:10cfe350 PA:10cfe388 - 19119500 19104 1c001b88 03912a23 sw x25, 52(x2) x25:10200e04 x2:10cfe350 PA:10cfe384 - 19120500 19105 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19121500 19106 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19122500 19107 1c001b8e 00d00433 add x8, x0, x13 x8=10cfe3d4 x13:10cfe3d4 - 19138500 19123 1c001b90 00f12a23 sw x15, 20(x2) x15:10cfe368 x2:10cfe350 PA:10cfe364 - 19139500 19124 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19140500 19125 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19141500 19126 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19142500 19127 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19159500 19144 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19213500 19198 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19214500 19199 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19226500 19211 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19227500 19212 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19228500 19213 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19255500 19240 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19256500 19241 1c001778 fddff06f jal x0, -36 - 19279500 19264 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19280500 19265 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19281500 19266 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19301500 19286 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19302500 19287 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19303500 19288 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19304500 19289 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19305500 19290 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19306500 19291 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19307500 19292 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104180 - 19311500 19296 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19312500 19297 1c001bca 16a0006f jal x0, 362 - 19331500 19316 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19332500 19317 1c001d36 e69ff06f jal x0, -408 - 19335500 19320 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19376500 19361 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19377500 19362 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19380500 19365 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19381500 19366 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19382500 19367 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19384500 19369 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19385500 19370 1c001778 fddff06f jal x0, -36 - 19387500 19372 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19388500 19373 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19389500 19374 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19390500 19375 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19391500 19376 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19392500 19377 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19393500 19378 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19394500 19379 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19395500 19380 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19396500 19381 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104180 - 19400500 19385 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19401500 19386 1c001bca 16a0006f jal x0, 362 - 19403500 19388 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19404500 19389 1c001d36 e69ff06f jal x0, -408 - 19407500 19392 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19428500 19413 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19429500 19414 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19432500 19417 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19433500 19418 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19434500 19419 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19436500 19421 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19437500 19422 1c001778 fddff06f jal x0, -36 - 19439500 19424 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19440500 19425 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19441500 19426 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19442500 19427 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19443500 19428 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19444500 19429 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19445500 19430 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19446500 19431 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19447500 19432 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19448500 19433 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104180 - 19452500 19437 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19453500 19438 1c001bca 16a0006f jal x0, 362 - 19455500 19440 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19456500 19441 1c001d36 e69ff06f jal x0, -408 - 19459500 19444 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19488500 19473 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19489500 19474 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19492500 19477 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19493500 19478 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19494500 19479 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19496500 19481 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19497500 19482 1c001778 fddff06f jal x0, -36 - 19499500 19484 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19500500 19485 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19501500 19486 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19502500 19487 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19503500 19488 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19504500 19489 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19505500 19490 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19506500 19491 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19507500 19492 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19508500 19493 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104180 - 19512500 19497 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19513500 19498 1c001bca 16a0006f jal x0, 362 - 19515500 19500 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19516500 19501 1c001d36 e69ff06f jal x0, -408 - 19519500 19504 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19535500 19520 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19536500 19521 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19539500 19524 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19540500 19525 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19541500 19526 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19543500 19528 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19544500 19529 1c001778 fddff06f jal x0, -36 - 19546500 19531 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19547500 19532 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19548500 19533 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19549500 19534 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19550500 19535 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19551500 19536 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19552500 19537 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19553500 19538 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19554500 19539 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19555500 19540 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104180 - 19559500 19544 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19560500 19545 1c001bca 16a0006f jal x0, 362 - 19562500 19547 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19563500 19548 1c001d36 e69ff06f jal x0, -408 - 19566500 19551 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19605500 19590 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19606500 19591 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19609500 19594 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19610500 19595 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19611500 19596 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19613500 19598 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19614500 19599 1c001778 fddff06f jal x0, -36 - 19616500 19601 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19617500 19602 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19618500 19603 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19619500 19604 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19620500 19605 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19621500 19606 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19622500 19607 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19623500 19608 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19624500 19609 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19625500 19610 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104180 - 19629500 19614 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19630500 19615 1c001bca 16a0006f jal x0, 362 - 19632500 19617 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19633500 19618 1c001d36 e69ff06f jal x0, -408 - 19636500 19621 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19654500 19639 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19655500 19640 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19658500 19643 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19659500 19644 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19660500 19645 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19662500 19647 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19663500 19648 1c001778 fddff06f jal x0, -36 - 19665500 19650 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19666500 19651 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19667500 19652 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19668500 19653 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19669500 19654 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19670500 19655 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19671500 19656 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19672500 19657 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19673500 19658 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19674500 19659 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104180 - 19678500 19663 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19679500 19664 1c001bca 16a0006f jal x0, 362 - 19681500 19666 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19682500 19667 1c001d36 e69ff06f jal x0, -408 - 19685500 19670 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19700500 19685 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19701500 19686 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19704500 19689 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19705500 19690 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19706500 19691 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19708500 19693 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19709500 19694 1c001778 fddff06f jal x0, -36 - 19711500 19696 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19712500 19697 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19713500 19698 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19714500 19699 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19715500 19700 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19716500 19701 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19717500 19702 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19718500 19703 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19719500 19704 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19720500 19705 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104180 - 19724500 19709 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19725500 19710 1c001bca 16a0006f jal x0, 362 - 19727500 19712 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19728500 19713 1c001d36 e69ff06f jal x0, -408 - 19731500 19716 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19745500 19730 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19746500 19731 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19749500 19734 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19750500 19735 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19751500 19736 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19753500 19738 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19754500 19739 1c001778 fddff06f jal x0, -36 - 19756500 19741 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19757500 19742 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19758500 19743 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19759500 19744 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19760500 19745 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19761500 19746 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19762500 19747 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19763500 19748 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19764500 19749 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19765500 19750 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104180 - 19769500 19754 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19770500 19755 1c001bca 16a0006f jal x0, 362 - 19772500 19757 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19773500 19758 1c001d36 e69ff06f jal x0, -408 - 19776500 19761 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19792500 19777 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19793500 19778 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19796500 19781 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19797500 19782 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19798500 19783 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19800500 19785 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19801500 19786 1c001778 fddff06f jal x0, -36 - 19803500 19788 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19804500 19789 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19805500 19790 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19806500 19791 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19807500 19792 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19808500 19793 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19809500 19794 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19810500 19795 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19811500 19796 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19812500 19797 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104180 - 19816500 19801 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19817500 19802 1c001bca 16a0006f jal x0, 362 - 19819500 19804 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19820500 19805 1c001d36 e69ff06f jal x0, -408 - 19823500 19808 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19838500 19823 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19839500 19824 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19842500 19827 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19843500 19828 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19844500 19829 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19846500 19831 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19847500 19832 1c001778 fddff06f jal x0, -36 - 19849500 19834 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19850500 19835 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19851500 19836 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19852500 19837 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19853500 19838 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19854500 19839 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19855500 19840 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19856500 19841 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19857500 19842 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19858500 19843 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104180 - 19862500 19847 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19863500 19848 1c001bca 16a0006f jal x0, 362 - 19865500 19850 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19866500 19851 1c001d36 e69ff06f jal x0, -408 - 19869500 19854 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19885500 19870 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19886500 19871 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19889500 19874 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19890500 19875 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19891500 19876 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19893500 19878 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19894500 19879 1c001778 fddff06f jal x0, -36 - 19896500 19881 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19897500 19882 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19898500 19883 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19899500 19884 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19900500 19885 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19901500 19886 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19902500 19887 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19903500 19888 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19904500 19889 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19905500 19890 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104180 - 19909500 19894 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19910500 19895 1c001bca 16a0006f jal x0, 362 - 19912500 19897 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19913500 19898 1c001d36 e69ff06f jal x0, -408 - 19916500 19901 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19930500 19915 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19931500 19916 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19934500 19919 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19935500 19920 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19936500 19921 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19938500 19923 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19939500 19924 1c001778 fddff06f jal x0, -36 - 19941500 19926 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19942500 19927 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19943500 19928 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19944500 19929 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19945500 19930 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19946500 19931 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19947500 19932 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19948500 19933 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19949500 19934 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19950500 19935 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104180 - 19954500 19939 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19955500 19940 1c001bca 16a0006f jal x0, 362 - 19957500 19942 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19958500 19943 1c001d36 e69ff06f jal x0, -408 - 19961500 19946 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19975500 19960 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19976500 19961 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19979500 19964 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19980500 19965 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19981500 19966 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19983500 19968 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19984500 19969 1c001778 fddff06f jal x0, -36 - 19986500 19971 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19987500 19972 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 19988500 19973 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19989500 19974 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 19990500 19975 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 19991500 19976 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 19992500 19977 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 19993500 19978 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 19994500 19979 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19995500 19980 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104180 - 19999500 19984 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20000500 19985 1c001bca 16a0006f jal x0, 362 - 20002500 19987 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 20003500 19988 1c001d36 e69ff06f jal x0, -408 - 20006500 19991 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 20023500 20008 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 20024500 20009 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 20027500 20012 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 20028500 20013 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20029500 20014 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20031500 20016 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 20032500 20017 1c001778 fddff06f jal x0, -36 - 20034500 20019 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20035500 20020 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 20036500 20021 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20037500 20022 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 20038500 20023 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 20039500 20024 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 20040500 20025 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 20041500 20026 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 20042500 20027 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20043500 20028 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104180 - 20047500 20032 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20048500 20033 1c001bca 16a0006f jal x0, 362 - 20050500 20035 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 20051500 20036 1c001d36 e69ff06f jal x0, -408 - 20054500 20039 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 20072500 20057 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 20073500 20058 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20076500 20061 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20079500 20064 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:10cfe350 PA:10cfe354 - 20080500 20065 1c001bd0 00012423 sw x0, 8(x2) x2:10cfe350 PA:10cfe358 - 20081500 20066 1c001bd2 00010623 sb x0, 12(x2) x2:10cfe350 PA:10cfe35c - 20082500 20067 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 20083500 20068 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20091500 20076 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20092500 20077 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cfe350 PA:10cfe354 - 20093500 20078 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20094500 20079 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20095500 20080 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20096500 20081 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20097500 20082 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20113500 20098 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20114500 20099 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20115500 20100 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 20145500 20130 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 20146500 20131 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20156500 20141 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20157500 20142 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20158500 20143 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20180500 20165 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20199500 20184 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20202500 20187 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20220500 20205 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20239500 20224 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20240500 20225 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20241500 20226 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20260500 20245 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20278500 20263 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20297500 20282 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20298500 20283 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20336500 20321 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20354500 20339 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20373500 20358 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20374500 20359 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20408500 20393 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20427500 20412 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20428500 20413 1c001f42 e09ff06f jal x0, -504 - 20446500 20431 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20447500 20432 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cfe350 PA:10cfe360 - 20464500 20449 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20483500 20468 1c001e34 00440c13 addi x24, x8, 4 x24=10cfe3d8 x8:10cfe3d4 - 20484500 20469 1c001e38 00042503 lw x10, 0(x8) x10=00000003 x8:10cfe3d4 PA:10cfe3d4 - 20485500 20470 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20519500 20504 1c001e54 00055863 bge x10, x0, 16 x10:00000003 - 20538500 20523 1c001e64 00410593 addi x11, x2, 4 x11=10cfe354 x2:10cfe350 - 20539500 20524 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20557500 20542 1c0019fe 0105a683 lw x13, 16(x11) x13=10cfe368 x11:10cfe354 PA:10cfe364 - 20574500 20559 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfe354 PA:10cfe360 - 20575500 20560 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20576500 20561 1c001a04 02f55633 divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001 - 20610500 20595 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000003 x14:0000000a - 20611500 20596 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20612500 20597 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20613500 20598 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20616500 20601 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfe354 PA:10cfe360 - 20634500 20619 1c001a20 02f55833 divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001 - 20668500 20653 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001 - 20702500 20687 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20733500 20718 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20734500 20719 1c001a2e 01004663 blt x0, x16, 12 x16:00000003 - 20737500 20722 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20758500 20743 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000003 - 20780500 20765 1c001a56 01070733 add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003 - 20781500 20766 1c001a58 00e68023 sb x14, 0(x13) x14:00000033 x13:10cfe368 PA:10cfe368 - 20782500 20767 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20783500 20768 1c001a5e 00168693 addi x13, x13, 1 x13=10cfe369 x13:10cfe368 - 20800500 20785 1c001a60 fb1ff06f jal x0, -80 - 20802500 20787 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20803500 20788 1c001a12 00068023 sb x0, 0(x13) x13:10cfe369 PA:10cfe369 - 20804500 20789 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20806500 20791 1c001e68 f17ff06f jal x0, -234 - 20825500 20810 1c001d7e 00410613 addi x12, x2, 4 x12=10cfe354 x2:10cfe350 - 20842500 20827 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20843500 20828 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20844500 20829 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20846500 20831 1c001a62 fe010113 addi x2, x2, -32 x2=10cfe330 x2:10cfe350 - 20847500 20832 1c001a64 00812c23 sw x8, 24(x2) x8:10cfe3d4 x2:10cfe330 PA:10cfe348 - 20848500 20833 1c001a66 01062783 lw x15, 16(x12) x15=10cfe368 x12:10cfe354 PA:10cfe364 - 20849500 20834 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cfe354 PA:10cfe358 - 20850500 20835 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:10cfe330 PA:10cfe344 - 20851500 20836 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cfe330 PA:10cfe340 - 20852500 20837 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cfe330 PA:10cfe33c - 20868500 20853 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cfe330 PA:10cfe34c - 20869500 20854 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cfe330 PA:10cfe338 - 20870500 20855 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20871500 20856 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20872500 20857 1c001a78 00c004b3 add x9, x0, x12 x9=10cfe354 x12:10cfe354 - 20873500 20858 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000033 x15=10cfe369 x15:10cfe368 PA:10cfe368 - 20875500 20860 1c001a7e 00070363 beq x14, x0, 6 x14:00000033 - 20892500 20877 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20893500 20878 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cfe354 PA:10cfe35c - 20895500 20880 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20898500 20883 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354 - 20915500 20900 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20916500 20901 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20935500 20920 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20936500 20921 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20937500 20922 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20957500 20942 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20958500 20943 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20975500 20960 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20976500 20961 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20977500 20962 1c001b36 f71ff06f jal x0, -144 - 20979500 20964 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cfe354 PA:10cfe35c - 20981500 20966 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20999500 20984 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354 - 21001500 20986 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21002500 20987 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21021500 21006 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354 - 21038500 21023 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21039500 21024 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21040500 21025 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21041500 21026 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cfe368 x9:10cfe354 PA:10cfe364 - 21043500 21028 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000033 x20=10cfe369 x20:10cfe368 PA:10cfe368 - 21062500 21047 1c001af0 06059763 bne x11, x0, 110 x11:00000033 - 21081500 21066 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21101500 21086 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21103500 21088 1c001776 00b00533 add x10, x0, x11 x10=00000033 x11:00000033 - 21104500 21089 1c001778 fddff06f jal x0, -36 - 21106500 21091 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21107500 21092 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 21108500 21093 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21109500 21094 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 21110500 21095 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 21111500 21096 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 21112500 21097 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 21113500 21098 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 21114500 21099 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21115500 21100 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104180 - 21119500 21104 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21120500 21105 1c001b62 f8bff06f jal x0, -118 - 21122500 21107 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cfe36a x20:10cfe369 PA:10cfe369 - 21124500 21109 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21125500 21110 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354 - 21127500 21112 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21128500 21113 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21155500 21140 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cfe330 PA:10cfe34c - 21156500 21141 1c001b02 01812403 lw x8, 24(x2) x8=10cfe3d4 x2:10cfe330 PA:10cfe348 - 21157500 21142 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:10cfe330 PA:10cfe344 - 21158500 21143 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cfe330 PA:10cfe340 - 21159500 21144 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cfe330 PA:10cfe33c - 21160500 21145 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cfe330 PA:10cfe338 - 21161500 21146 1c001b0c 02010113 addi x2, x2, 32 x2=10cfe350 x2:10cfe330 - 21162500 21147 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21179500 21164 1c001d86 01800433 add x8, x0, x24 x8=10cfe3d8 x24:10cfe3d8 - 21180500 21165 1c001d88 fadff06f jal x0, -84 - 21182500 21167 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 21183500 21168 1c001d36 e69ff06f jal x0, -408 - 21186500 21171 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21224500 21209 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21225500 21210 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21228500 21213 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21229500 21214 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21230500 21215 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21232500 21217 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21233500 21218 1c001778 fddff06f jal x0, -36 - 21235500 21220 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21236500 21221 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 21237500 21222 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21238500 21223 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 21239500 21224 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 21240500 21225 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 21241500 21226 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 21242500 21227 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 21243500 21228 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21244500 21229 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104180 - 21248500 21233 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21249500 21234 1c001bca 16a0006f jal x0, 362 - 21251500 21236 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21252500 21237 1c001d36 e69ff06f jal x0, -408 - 21255500 21240 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21270500 21255 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21271500 21256 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21274500 21259 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21275500 21260 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21276500 21261 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21278500 21263 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21279500 21264 1c001778 fddff06f jal x0, -36 - 21281500 21266 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21282500 21267 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 21283500 21268 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21284500 21269 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 21285500 21270 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 21286500 21271 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 21287500 21272 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 21288500 21273 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 21289500 21274 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21290500 21275 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104180 - 21294500 21279 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21295500 21280 1c001bca 16a0006f jal x0, 362 - 21297500 21282 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21298500 21283 1c001d36 e69ff06f jal x0, -408 - 21301500 21286 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21317500 21302 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21318500 21303 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21321500 21306 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21324500 21309 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:10cfe350 PA:10cfe354 - 21325500 21310 1c001bd0 00012423 sw x0, 8(x2) x2:10cfe350 PA:10cfe358 - 21326500 21311 1c001bd2 00010623 sb x0, 12(x2) x2:10cfe350 PA:10cfe35c - 21327500 21312 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21328500 21313 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21329500 21314 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21330500 21315 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cfe350 PA:10cfe354 - 21331500 21316 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21332500 21317 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21333500 21318 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21334500 21319 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21335500 21320 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21336500 21321 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21337500 21322 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21338500 21323 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21353500 21338 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21354500 21339 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21357500 21342 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21358500 21343 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21359500 21344 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21362500 21347 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21365500 21350 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21368500 21353 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21371500 21356 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21372500 21357 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21373500 21358 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21374500 21359 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21377500 21362 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21378500 21363 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21381500 21366 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21382500 21367 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21385500 21370 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21387500 21372 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21390500 21375 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21391500 21376 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21394500 21379 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21395500 21380 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21396500 21381 1c001f42 e09ff06f jal x0, -504 - 21398500 21383 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21399500 21384 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cfe350 PA:10cfe360 - 21400500 21385 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21403500 21388 1c001e34 00440c13 addi x24, x8, 4 x24=10cfe3dc x8:10cfe3d8 - 21404500 21389 1c001e38 00042503 lw x10, 0(x8) x10=00000000 x8:10cfe3d8 PA:10cfe3d8 - 21405500 21390 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21408500 21393 1c001e54 00055863 bge x10, x0, 16 x10:00000000 - 21411500 21396 1c001e64 00410593 addi x11, x2, 4 x11=10cfe354 x2:10cfe350 - 21412500 21397 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21414500 21399 1c0019fe 0105a683 lw x13, 16(x11) x13=10cfe368 x11:10cfe354 PA:10cfe364 - 21415500 21400 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfe354 PA:10cfe360 - 21416500 21401 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21417500 21402 1c001a04 02f55633 divu x12, x10, x15 x12=00000000 x10:00000000 x15:00000001 - 21451500 21436 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000000 x14:0000000a - 21452500 21437 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21453500 21438 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21454500 21439 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21457500 21442 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfe354 PA:10cfe360 - 21458500 21443 1c001a20 02f55833 divu x16, x10, x15 x16=00000000 x10:00000000 x15:00000001 - 21492500 21477 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000000 x15:00000001 - 21526500 21511 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21557500 21542 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21558500 21543 1c001a2e 01004663 blt x0, x16, 12 x16:00000000 - 21559500 21544 1c001a32 fc079fe3 bne x15, x0, -34 x15:00000000 - 21560500 21545 1c001a34 03000713 addi x14, x0, 48 x14=00000030 - 21561500 21546 1c001a38 01e0006f jal x0, 30 - 21563500 21548 1c001a56 01070733 add x14, x14, x16 x14=00000030 x14:00000030 x16:00000000 - 21564500 21549 1c001a58 00e68023 sb x14, 0(x13) x14:00000030 x13:10cfe368 PA:10cfe368 - 21566500 21551 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21567500 21552 1c001a5e 00168693 addi x13, x13, 1 x13=10cfe369 x13:10cfe368 - 21568500 21553 1c001a60 fb1ff06f jal x0, -80 - 21570500 21555 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21571500 21556 1c001a12 00068023 sb x0, 0(x13) x13:10cfe369 PA:10cfe369 - 21572500 21557 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21574500 21559 1c001e68 f17ff06f jal x0, -234 - 21576500 21561 1c001d7e 00410613 addi x12, x2, 4 x12=10cfe354 x2:10cfe350 - 21577500 21562 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21578500 21563 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21579500 21564 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21581500 21566 1c001a62 fe010113 addi x2, x2, -32 x2=10cfe330 x2:10cfe350 - 21582500 21567 1c001a64 00812c23 sw x8, 24(x2) x8:10cfe3d8 x2:10cfe330 PA:10cfe348 - 21583500 21568 1c001a66 01062783 lw x15, 16(x12) x15=10cfe368 x12:10cfe354 PA:10cfe364 - 21584500 21569 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cfe354 PA:10cfe358 - 21585500 21570 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:10cfe330 PA:10cfe344 - 21586500 21571 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cfe330 PA:10cfe340 - 21587500 21572 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cfe330 PA:10cfe33c - 21588500 21573 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cfe330 PA:10cfe34c - 21589500 21574 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cfe330 PA:10cfe338 - 21590500 21575 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21591500 21576 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21592500 21577 1c001a78 00c004b3 add x9, x0, x12 x9=10cfe354 x12:10cfe354 - 21593500 21578 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000030 x15=10cfe369 x15:10cfe368 PA:10cfe368 - 21595500 21580 1c001a7e 00070363 beq x14, x0, 6 x14:00000030 - 21596500 21581 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21597500 21582 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cfe354 PA:10cfe35c - 21599500 21584 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21602500 21587 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354 - 21604500 21589 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21605500 21590 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21608500 21593 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21609500 21594 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21610500 21595 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21613500 21598 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21614500 21599 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21615500 21600 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21616500 21601 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21617500 21602 1c001b36 f71ff06f jal x0, -144 - 21619500 21604 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cfe354 PA:10cfe35c - 21621500 21606 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21624500 21609 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354 - 21626500 21611 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21627500 21612 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21630500 21615 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354 - 21631500 21616 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21632500 21617 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21633500 21618 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21634500 21619 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cfe368 x9:10cfe354 PA:10cfe364 - 21636500 21621 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000030 x20=10cfe369 x20:10cfe368 PA:10cfe368 - 21638500 21623 1c001af0 06059763 bne x11, x0, 110 x11:00000030 - 21641500 21626 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21642500 21627 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21644500 21629 1c001776 00b00533 add x10, x0, x11 x10=00000030 x11:00000030 - 21645500 21630 1c001778 fddff06f jal x0, -36 - 21647500 21632 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21648500 21633 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 21649500 21634 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21650500 21635 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 21651500 21636 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 21652500 21637 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 21653500 21638 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 21654500 21639 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 21655500 21640 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21656500 21641 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000030 x14:1a104000 PA:1a104180 - 21660500 21645 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21661500 21646 1c001b62 f8bff06f jal x0, -118 - 21663500 21648 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cfe36a x20:10cfe369 PA:10cfe369 - 21665500 21650 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21666500 21651 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe354 PA:10cfe354 - 21668500 21653 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21669500 21654 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21672500 21657 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cfe330 PA:10cfe34c - 21673500 21658 1c001b02 01812403 lw x8, 24(x2) x8=10cfe3d8 x2:10cfe330 PA:10cfe348 - 21674500 21659 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:10cfe330 PA:10cfe344 - 21675500 21660 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cfe330 PA:10cfe340 - 21676500 21661 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cfe330 PA:10cfe33c - 21677500 21662 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cfe330 PA:10cfe338 - 21678500 21663 1c001b0c 02010113 addi x2, x2, 32 x2=10cfe350 x2:10cfe330 - 21679500 21664 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21681500 21666 1c001d86 01800433 add x8, x0, x24 x8=10cfe3dc x24:10cfe3dc - 21682500 21667 1c001d88 fadff06f jal x0, -84 - 21684500 21669 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21685500 21670 1c001d36 e69ff06f jal x0, -408 - 21688500 21673 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21702500 21687 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21703500 21688 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21706500 21691 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21707500 21692 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21708500 21693 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21710500 21695 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21711500 21696 1c001778 fddff06f jal x0, -36 - 21713500 21698 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21714500 21699 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 21715500 21700 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21716500 21701 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 21717500 21702 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 21718500 21703 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 21719500 21704 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 21720500 21705 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 21721500 21706 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21722500 21707 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104180 - 21726500 21711 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21727500 21712 1c001bca 16a0006f jal x0, 362 - 21729500 21714 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21730500 21715 1c001d36 e69ff06f jal x0, -408 - 21733500 21718 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21747500 21732 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21748500 21733 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21751500 21736 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21752500 21737 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21753500 21738 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21755500 21740 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21756500 21741 1c001778 fddff06f jal x0, -36 - 21758500 21743 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21759500 21744 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 21760500 21745 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21761500 21746 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 21762500 21747 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 21763500 21748 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 21764500 21749 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 21765500 21750 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 21766500 21751 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21767500 21752 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104180 - 21771500 21756 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21772500 21757 1c001bca 16a0006f jal x0, 362 - 21774500 21759 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21775500 21760 1c001d36 e69ff06f jal x0, -408 - 21778500 21763 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21792500 21777 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21793500 21778 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21796500 21781 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21797500 21782 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21798500 21783 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21800500 21785 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21801500 21786 1c001778 fddff06f jal x0, -36 - 21803500 21788 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21804500 21789 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000060 - 21805500 21790 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21806500 21791 1c00175e 00379713 slli x14, x15, 0x3 x14=00000300 x15:00000060 - 21807500 21792 1c001762 00279793 slli x15, x15, 0x2 x15=00000180 x15:00000060 - 21808500 21793 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000000 x14:00000300 - 21809500 21794 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000180 x13:00001f80 - 21810500 21795 1c00176a 00e787b3 add x15, x15, x14 x15=00000180 x15:00000180 x14:00000000 - 21811500 21796 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21812500 21797 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104180 - 21816500 21801 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21817500 21802 1c001bca 16a0006f jal x0, 362 - 21819500 21804 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21820500 21805 1c001d36 e69ff06f jal x0, -408 - 21823500 21808 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21840500 21825 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21841500 21826 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21842500 21827 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:10cfe350 PA:10cfe3ac - 21846500 21831 1c001baa 05812403 lw x8, 88(x2) x8=00000003 x2:10cfe350 PA:10cfe3a8 - 21847500 21832 1c001bac 05412483 lw x9, 84(x2) x9=1b204200 x2:10cfe350 PA:10cfe3a4 - 21848500 21833 1c001bae 05012903 lw x18, 80(x2) x18=1b000008 x2:10cfe350 PA:10cfe3a0 - 21849500 21834 1c001bb0 04c12983 lw x19, 76(x2) x19=1b204000 x2:10cfe350 PA:10cfe39c - 21850500 21835 1c001bb2 04812a03 lw x20, 72(x2) x20=00000002 x2:10cfe350 PA:10cfe398 - 21851500 21836 1c001bb4 04412a83 lw x21, 68(x2) x21=1c00215a x2:10cfe350 PA:10cfe394 - 21852500 21837 1c001bb6 04012b03 lw x22, 64(x2) x22=100fc720 x2:10cfe350 PA:10cfe390 - 21853500 21838 1c001bb8 03c12b83 lw x23, 60(x2) x23=1c2fffa0 x2:10cfe350 PA:10cfe38c - 21854500 21839 1c001bba 03812c03 lw x24, 56(x2) x24=00000001 x2:10cfe350 PA:10cfe388 - 21855500 21840 1c001bbc 03412c83 lw x25, 52(x2) x25=10200e04 x2:10cfe350 PA:10cfe384 - 21856500 21841 1c001bbe 06010113 addi x2, x2, 96 x2=10cfe3b0 x2:10cfe350 - 21857500 21842 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21859500 21844 1c001834 01c12083 lw x1, 28(x2) x1=1c000a2e x2:10cfe3b0 PA:10cfe3cc - 21860500 21845 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21861500 21846 1c001838 04010113 addi x2, x2, 64 x2=10cfe3f0 x2:10cfe3b0 - 21862500 21847 1c00183a 00008067 jalr x0, x1, 0 x1:1c000a2e - 21865500 21850 1c000a2e 01c4e783 p.elw x15, 28(x9) x15=00000000 x9:1b204200 PA:1b20421c - 21877500 21862 1c000a32 1c0027b7 lui x15, 0x1c002000 x15=1c002000 - 21878500 21863 1c000a36 00241413 slli x8, x8, 0x2 x8=0000000c x8:00000003 - 21879500 21864 1c000a38 68478793 addi x15, x15, 1668 x15=1c002684 x15:1c002000 - 21880500 21865 1c000a3c 00100713 addi x14, x0, 1 x14=00000001 - 21897500 21882 1c000a3e 00e7e423 p.sw x14, x0(x15) x14:00000001 x15:1c002684 PA:1c002690 - 21915500 21900 1c000a42 00c12083 lw x1, 12(x2) x1=1c00215a x2:10cfe3f0 PA:10cfe3fc - 21916500 21901 1c000a44 00812403 lw x8, 8(x2) x8=1b000028 x2:10cfe3f0 PA:10cfe3f8 - 21917500 21902 1c000a46 00412483 lw x9, 4(x2) x9=1b000048 x2:10cfe3f0 PA:10cfe3f4 - 21918500 21903 1c000a48 01010113 addi x2, x2, 16 x2=10cfe400 x2:10cfe3f0 - 21919500 21904 1c000a4a 00008067 jalr x0, x1, 0 x1:1c00215a - 21921500 21906 1c00215a 000b0a63 beq x22, x0, 20 x22:100fc720 - 21923500 21908 1c00215e 000ba283 lw x5, 0(x23) x5=00000000 x23:1c2fffa0 PA:1c2fffa0 - 21938500 21923 1c002162 06029f63 bne x5, x0, 126 x5:00000000 - 21939500 21924 1c002166 016ba023 sw x22, 0(x23) x22:100fc720 x23:1c2fffa0 PA:1c2fffa0 - 21957500 21942 1c00216a 018ca023 sw x24, 0(x25) x24:00000001 x25:10200e04 PA:10200e04 - 21961500 21946 1c00216e 00042e03 lw x28, 0(x8) x28=00000000 x8:1b000028 PA:1b000028 - 21963500 21948 1c002172 060e0063 beq x28, x0, 96 x28:00000000 - 21966500 21951 1c0021d2 0149a423 sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008 - 21967500 21952 1c0021d6 03c9e003 p.elw x0, 60(x19) x19:1b204000 PA:1b20403c - 21972500 21957 1c0021da 0149a223 sw x20, 4(x19) x20:00000002 x19:1b204000 PA:1b204004 - 21973500 21958 1c0021de f91ff06f jal x0, -112 - 21976500 21961 1c00216e 00042e03 lw x28, 0(x8) x28=00000000 x8:1b000028 PA:1b000028 - 21978500 21963 1c002172 060e0063 beq x28, x0, 96 x28:00000000 - 21981500 21966 1c0021d2 0149a423 sw x20, 8(x19) x20:00000002 x19:1b204000 PA:1b204008 diff --git a/sw/scripts/tracevis/example/traces/trace_core_03_1.log b/sw/scripts/tracevis/example/traces/trace_core_03_1.log deleted file mode 100644 index 2630855..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_03_1.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 17014500 16999 1c000080 0180006f jal x0, 24 - 17032500 17017 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000061 - 17033500 17018 1c00009c 01f57593 andi x11, x10, 31 x11=00000001 x10:00000061 - 17050500 17035 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000003 x10:00000061 - 17051500 17036 1c0000a2 00058463 beq x11, x0, 8 x11:00000001 - 17052500 17037 1c0000a6 05a0206f jal x0, 8282 - 17070500 17055 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 17071500 17056 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 17072500 17057 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 17073500 17058 1c00210c 0e059163 bne x11, x0, 226 x11:00000001 - 17125500 17110 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 17126500 17111 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000061 - 17127500 17112 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000001 x19:00000061 - 17128500 17113 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 17147500 17132 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 17148500 17133 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 17149500 17134 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 17150500 17135 1c00220a 0060006f jal x0, 6 - 17169500 17154 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18817500 18802 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18836500 18821 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18837500 18822 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18862500 18847 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18863500 18848 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18865500 18850 1c00222c 08096283 p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080 - 18895500 18880 1c002230 02a98533 mul x10, x19, x10 x10=00000400 x19:00000001 x10:00000400 - 18896500 18881 1c002234 00550133 add x2, x10, x5 x2=10cfe800 x10:00000400 x5:10cfe400 - 18897500 18882 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18899500 18884 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18936500 18921 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18944500 18929 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18945500 18930 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18946500 18931 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18947500 18932 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18965500 18950 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000061 - 18986500 18971 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18987500 18972 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000003 x12:00000061 - 18988500 18973 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003 - 18989500 18974 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000001 x12:00000061 - 18990500 18975 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18991500 18976 1c0009d4 63d0006f jal x0, 3644 - 19020500 19005 1c001810 fc010113 addi x2, x2, -64 x2=10cfe7c0 x2:10cfe800 - 19021500 19006 1c001812 02b12223 sw x11, 36(x2) x11:00000003 x2:10cfe7c0 PA:10cfe7e4 - 19025500 19010 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 19026500 19011 1c001818 02c12423 sw x12, 40(x2) x12:00000001 x2:10cfe7c0 PA:10cfe7e8 - 19027500 19012 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:10cfe7c0 PA:10cfe7ec - 19028500 19013 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 19029500 19014 1c00181e 02410693 addi x13, x2, 36 x13=10cfe7e4 x2:10cfe7c0 - 19045500 19030 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 19046500 19031 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 19047500 19032 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:10cfe7c0 PA:10cfe7dc - 19050500 19035 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:10cfe7c0 PA:10cfe7f0 - 19051500 19036 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:10cfe7c0 PA:10cfe7f4 - 19052500 19037 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:10cfe7c0 PA:10cfe7f8 - 19053500 19038 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:10cfe7c0 PA:10cfe7fc - 19072500 19057 1c001830 00d12623 sw x13, 12(x2) x13:10cfe7e4 x2:10cfe7c0 PA:10cfe7cc - 19074500 19059 1c001832 33e000ef jal x1, 830 x1=1c001834 - 19092500 19077 1c001b70 fa010113 addi x2, x2, -96 x2=10cfe760 x2:10cfe7c0 - 19093500 19078 1c001b72 01810793 addi x15, x2, 24 x15=10cfe778 x2:10cfe760 - 19094500 19079 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:10cfe760 PA:10cfe7b8 - 19101500 19086 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:10cfe760 PA:10cfe7b0 - 19102500 19087 1c001b78 05312623 sw x19, 76(x2) x19:00000001 x2:10cfe760 PA:10cfe7ac - 19103500 19088 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:10cfe760 PA:10cfe7a8 - 19104500 19089 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:10cfe760 PA:10cfe7a4 - 19105500 19090 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:10cfe760 PA:10cfe7a0 - 19115500 19100 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:10cfe760 PA:10cfe79c - 19118500 19103 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:10cfe760 PA:10cfe7bc - 19119500 19104 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:10cfe760 PA:10cfe7b4 - 19120500 19105 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:10cfe760 PA:10cfe798 - 19121500 19106 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:10cfe760 PA:10cfe794 - 19122500 19107 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19123500 19108 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19124500 19109 1c001b8e 00d00433 add x8, x0, x13 x8=10cfe7e4 x13:10cfe7e4 - 19138500 19123 1c001b90 00f12a23 sw x15, 20(x2) x15:10cfe778 x2:10cfe760 PA:10cfe774 - 19139500 19124 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19140500 19125 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19141500 19126 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19142500 19127 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19159500 19144 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19183500 19168 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19184500 19169 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19226500 19211 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19227500 19212 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19228500 19213 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19255500 19240 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19256500 19241 1c001778 fddff06f jal x0, -36 - 19279500 19264 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19280500 19265 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19281500 19266 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19301500 19286 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19302500 19287 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19303500 19288 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19304500 19289 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19305500 19290 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19306500 19291 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19307500 19292 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104188 - 19311500 19296 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19312500 19297 1c001bca 16a0006f jal x0, 362 - 19331500 19316 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19332500 19317 1c001d36 e69ff06f jal x0, -408 - 19335500 19320 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19350500 19335 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19351500 19336 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19354500 19339 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19355500 19340 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19356500 19341 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19358500 19343 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19359500 19344 1c001778 fddff06f jal x0, -36 - 19361500 19346 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19362500 19347 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19363500 19348 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19364500 19349 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19365500 19350 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19366500 19351 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19367500 19352 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19368500 19353 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19369500 19354 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19370500 19355 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104188 - 19374500 19359 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19375500 19360 1c001bca 16a0006f jal x0, 362 - 19377500 19362 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19378500 19363 1c001d36 e69ff06f jal x0, -408 - 19381500 19366 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19404500 19389 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19405500 19390 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19408500 19393 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19409500 19394 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19410500 19395 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19412500 19397 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19413500 19398 1c001778 fddff06f jal x0, -36 - 19415500 19400 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19416500 19401 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19417500 19402 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19418500 19403 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19419500 19404 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19420500 19405 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19421500 19406 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19422500 19407 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19423500 19408 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19424500 19409 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104188 - 19428500 19413 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19429500 19414 1c001bca 16a0006f jal x0, 362 - 19431500 19416 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19432500 19417 1c001d36 e69ff06f jal x0, -408 - 19435500 19420 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19457500 19442 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19458500 19443 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19461500 19446 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19462500 19447 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19463500 19448 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19465500 19450 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19466500 19451 1c001778 fddff06f jal x0, -36 - 19468500 19453 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19469500 19454 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19470500 19455 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19471500 19456 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19472500 19457 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19473500 19458 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19474500 19459 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19475500 19460 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19476500 19461 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19477500 19462 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104188 - 19481500 19466 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19482500 19467 1c001bca 16a0006f jal x0, 362 - 19484500 19469 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19485500 19470 1c001d36 e69ff06f jal x0, -408 - 19488500 19473 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19508500 19493 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19509500 19494 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19512500 19497 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19513500 19498 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19514500 19499 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19516500 19501 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19517500 19502 1c001778 fddff06f jal x0, -36 - 19519500 19504 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19520500 19505 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19521500 19506 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19522500 19507 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19523500 19508 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19524500 19509 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19525500 19510 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19526500 19511 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19527500 19512 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19528500 19513 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104188 - 19532500 19517 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19533500 19518 1c001bca 16a0006f jal x0, 362 - 19535500 19520 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19536500 19521 1c001d36 e69ff06f jal x0, -408 - 19539500 19524 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19565500 19550 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19566500 19551 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19569500 19554 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19570500 19555 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19571500 19556 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19573500 19558 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19574500 19559 1c001778 fddff06f jal x0, -36 - 19576500 19561 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19577500 19562 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19578500 19563 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19579500 19564 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19580500 19565 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19581500 19566 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19582500 19567 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19583500 19568 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19584500 19569 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19585500 19570 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104188 - 19589500 19574 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19590500 19575 1c001bca 16a0006f jal x0, 362 - 19592500 19577 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19593500 19578 1c001d36 e69ff06f jal x0, -408 - 19596500 19581 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19614500 19599 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19615500 19600 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19618500 19603 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19619500 19604 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19620500 19605 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19622500 19607 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19623500 19608 1c001778 fddff06f jal x0, -36 - 19625500 19610 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19626500 19611 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19627500 19612 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19628500 19613 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19629500 19614 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19630500 19615 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19631500 19616 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19632500 19617 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19633500 19618 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19634500 19619 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104188 - 19638500 19623 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19639500 19624 1c001bca 16a0006f jal x0, 362 - 19641500 19626 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19642500 19627 1c001d36 e69ff06f jal x0, -408 - 19645500 19630 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19661500 19646 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19662500 19647 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19665500 19650 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19666500 19651 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19667500 19652 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19669500 19654 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19670500 19655 1c001778 fddff06f jal x0, -36 - 19672500 19657 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19673500 19658 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19674500 19659 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19675500 19660 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19676500 19661 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19677500 19662 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19678500 19663 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19679500 19664 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19680500 19665 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19681500 19666 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104188 - 19685500 19670 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19686500 19671 1c001bca 16a0006f jal x0, 362 - 19688500 19673 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19689500 19674 1c001d36 e69ff06f jal x0, -408 - 19692500 19677 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19708500 19693 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19709500 19694 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19712500 19697 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19713500 19698 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19714500 19699 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19716500 19701 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19717500 19702 1c001778 fddff06f jal x0, -36 - 19719500 19704 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19720500 19705 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19721500 19706 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19722500 19707 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19723500 19708 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19724500 19709 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19725500 19710 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19726500 19711 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19727500 19712 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19728500 19713 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104188 - 19732500 19717 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19733500 19718 1c001bca 16a0006f jal x0, 362 - 19735500 19720 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19736500 19721 1c001d36 e69ff06f jal x0, -408 - 19739500 19724 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19756500 19741 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19757500 19742 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19760500 19745 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19761500 19746 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19762500 19747 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19764500 19749 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19765500 19750 1c001778 fddff06f jal x0, -36 - 19767500 19752 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19768500 19753 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19769500 19754 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19770500 19755 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19771500 19756 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19772500 19757 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19773500 19758 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19774500 19759 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19775500 19760 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19776500 19761 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104188 - 19780500 19765 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19781500 19766 1c001bca 16a0006f jal x0, 362 - 19783500 19768 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19784500 19769 1c001d36 e69ff06f jal x0, -408 - 19787500 19772 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19805500 19790 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19806500 19791 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19809500 19794 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19810500 19795 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19811500 19796 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19813500 19798 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19814500 19799 1c001778 fddff06f jal x0, -36 - 19816500 19801 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19817500 19802 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19818500 19803 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19819500 19804 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19820500 19805 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19821500 19806 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19822500 19807 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19823500 19808 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19824500 19809 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19825500 19810 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104188 - 19829500 19814 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19830500 19815 1c001bca 16a0006f jal x0, 362 - 19832500 19817 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19833500 19818 1c001d36 e69ff06f jal x0, -408 - 19836500 19821 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19851500 19836 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19852500 19837 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19855500 19840 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19856500 19841 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19857500 19842 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19859500 19844 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19860500 19845 1c001778 fddff06f jal x0, -36 - 19862500 19847 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19863500 19848 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19864500 19849 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19865500 19850 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19866500 19851 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19867500 19852 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19868500 19853 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19869500 19854 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19870500 19855 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19871500 19856 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104188 - 19875500 19860 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19876500 19861 1c001bca 16a0006f jal x0, 362 - 19878500 19863 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19879500 19864 1c001d36 e69ff06f jal x0, -408 - 19882500 19867 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19897500 19882 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19898500 19883 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19901500 19886 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19902500 19887 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19903500 19888 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19905500 19890 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19906500 19891 1c001778 fddff06f jal x0, -36 - 19908500 19893 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19909500 19894 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19910500 19895 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19911500 19896 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19912500 19897 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19913500 19898 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19914500 19899 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19915500 19900 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19916500 19901 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19917500 19902 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104188 - 19921500 19906 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19922500 19907 1c001bca 16a0006f jal x0, 362 - 19924500 19909 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19925500 19910 1c001d36 e69ff06f jal x0, -408 - 19928500 19913 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19952500 19937 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19953500 19938 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19956500 19941 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19957500 19942 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19958500 19943 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19960500 19945 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19961500 19946 1c001778 fddff06f jal x0, -36 - 19963500 19948 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19964500 19949 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 19965500 19950 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19966500 19951 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 19967500 19952 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 19968500 19953 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 19969500 19954 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 19970500 19955 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 19971500 19956 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19972500 19957 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104188 - 19976500 19961 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19977500 19962 1c001bca 16a0006f jal x0, 362 - 19979500 19964 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19980500 19965 1c001d36 e69ff06f jal x0, -408 - 19983500 19968 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 19998500 19983 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 19999500 19984 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 20002500 19987 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 20003500 19988 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20004500 19989 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20006500 19991 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 20007500 19992 1c001778 fddff06f jal x0, -36 - 20009500 19994 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20010500 19995 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 20011500 19996 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20012500 19997 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 20013500 19998 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 20014500 19999 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 20015500 20000 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 20016500 20001 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 20017500 20002 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20018500 20003 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104188 - 20022500 20007 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20023500 20008 1c001bca 16a0006f jal x0, 362 - 20025500 20010 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 20026500 20011 1c001d36 e69ff06f jal x0, -408 - 20029500 20014 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 20043500 20028 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 20044500 20029 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20047500 20032 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20050500 20035 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:10cfe760 PA:10cfe764 - 20069500 20054 1c001bd0 00012423 sw x0, 8(x2) x2:10cfe760 PA:10cfe768 - 20071500 20056 1c001bd2 00010623 sb x0, 12(x2) x2:10cfe760 PA:10cfe76c - 20072500 20057 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 20073500 20058 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20091500 20076 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20092500 20077 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cfe760 PA:10cfe764 - 20094500 20079 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20095500 20080 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20096500 20081 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20097500 20082 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20098500 20083 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20113500 20098 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20114500 20099 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20115500 20100 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 20130500 20115 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 20135500 20120 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20156500 20141 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20157500 20142 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20158500 20143 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20180500 20165 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20199500 20184 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20202500 20187 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20220500 20205 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20239500 20224 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20240500 20225 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20241500 20226 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20260500 20245 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20278500 20263 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20297500 20282 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20298500 20283 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20336500 20321 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20354500 20339 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20373500 20358 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20374500 20359 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20408500 20393 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20427500 20412 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20428500 20413 1c001f42 e09ff06f jal x0, -504 - 20446500 20431 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20447500 20432 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cfe760 PA:10cfe770 - 20464500 20449 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20483500 20468 1c001e34 00440c13 addi x24, x8, 4 x24=10cfe7e8 x8:10cfe7e4 - 20484500 20469 1c001e38 00042503 lw x10, 0(x8) x10=00000003 x8:10cfe7e4 PA:10cfe7e4 - 20485500 20470 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20519500 20504 1c001e54 00055863 bge x10, x0, 16 x10:00000003 - 20538500 20523 1c001e64 00410593 addi x11, x2, 4 x11=10cfe764 x2:10cfe760 - 20539500 20524 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20557500 20542 1c0019fe 0105a683 lw x13, 16(x11) x13=10cfe778 x11:10cfe764 PA:10cfe774 - 20574500 20559 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfe764 PA:10cfe770 - 20575500 20560 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20576500 20561 1c001a04 02f55633 divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001 - 20610500 20595 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000003 x14:0000000a - 20611500 20596 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20612500 20597 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20613500 20598 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20616500 20601 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfe764 PA:10cfe770 - 20634500 20619 1c001a20 02f55833 divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001 - 20668500 20653 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001 - 20702500 20687 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20733500 20718 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20734500 20719 1c001a2e 01004663 blt x0, x16, 12 x16:00000003 - 20737500 20722 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20758500 20743 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000003 - 20780500 20765 1c001a56 01070733 add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003 - 20781500 20766 1c001a58 00e68023 sb x14, 0(x13) x14:00000033 x13:10cfe778 PA:10cfe778 - 20782500 20767 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20783500 20768 1c001a5e 00168693 addi x13, x13, 1 x13=10cfe779 x13:10cfe778 - 20800500 20785 1c001a60 fb1ff06f jal x0, -80 - 20802500 20787 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20803500 20788 1c001a12 00068023 sb x0, 0(x13) x13:10cfe779 PA:10cfe779 - 20810500 20795 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20811500 20796 1c001e68 f17ff06f jal x0, -234 - 20825500 20810 1c001d7e 00410613 addi x12, x2, 4 x12=10cfe764 x2:10cfe760 - 20842500 20827 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20843500 20828 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20844500 20829 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20846500 20831 1c001a62 fe010113 addi x2, x2, -32 x2=10cfe740 x2:10cfe760 - 20847500 20832 1c001a64 00812c23 sw x8, 24(x2) x8:10cfe7e4 x2:10cfe740 PA:10cfe758 - 20849500 20834 1c001a66 01062783 lw x15, 16(x12) x15=10cfe778 x12:10cfe764 PA:10cfe774 - 20850500 20835 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cfe764 PA:10cfe768 - 20851500 20836 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:10cfe740 PA:10cfe754 - 20852500 20837 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cfe740 PA:10cfe750 - 20853500 20838 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cfe740 PA:10cfe74c - 20868500 20853 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cfe740 PA:10cfe75c - 20869500 20854 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cfe740 PA:10cfe748 - 20870500 20855 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20871500 20856 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20872500 20857 1c001a78 00c004b3 add x9, x0, x12 x9=10cfe764 x12:10cfe764 - 20873500 20858 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000033 x15=10cfe779 x15:10cfe778 PA:10cfe778 - 20875500 20860 1c001a7e 00070363 beq x14, x0, 6 x14:00000033 - 20892500 20877 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20893500 20878 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cfe764 PA:10cfe76c - 20900500 20885 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20903500 20888 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764 - 20915500 20900 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20916500 20901 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20935500 20920 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20936500 20921 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20937500 20922 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20957500 20942 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20958500 20943 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20975500 20960 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20976500 20961 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20977500 20962 1c001b36 f71ff06f jal x0, -144 - 20979500 20964 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cfe764 PA:10cfe76c - 20985500 20970 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20999500 20984 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764 - 21007500 20992 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21008500 20993 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21021500 21006 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764 - 21038500 21023 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21039500 21024 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21040500 21025 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21041500 21026 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cfe778 x9:10cfe764 PA:10cfe774 - 21049500 21034 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000033 x20=10cfe779 x20:10cfe778 PA:10cfe778 - 21062500 21047 1c001af0 06059763 bne x11, x0, 110 x11:00000033 - 21081500 21066 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21101500 21086 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21103500 21088 1c001776 00b00533 add x10, x0, x11 x10=00000033 x11:00000033 - 21104500 21089 1c001778 fddff06f jal x0, -36 - 21106500 21091 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21107500 21092 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 21108500 21093 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21109500 21094 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 21110500 21095 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 21111500 21096 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 21112500 21097 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 21113500 21098 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 21114500 21099 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21115500 21100 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104188 - 21119500 21104 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21120500 21105 1c001b62 f8bff06f jal x0, -118 - 21122500 21107 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cfe77a x20:10cfe779 PA:10cfe779 - 21128500 21113 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21129500 21114 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764 - 21131500 21116 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21132500 21117 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21155500 21140 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cfe740 PA:10cfe75c - 21156500 21141 1c001b02 01812403 lw x8, 24(x2) x8=10cfe7e4 x2:10cfe740 PA:10cfe758 - 21157500 21142 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:10cfe740 PA:10cfe754 - 21158500 21143 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cfe740 PA:10cfe750 - 21159500 21144 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cfe740 PA:10cfe74c - 21160500 21145 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cfe740 PA:10cfe748 - 21161500 21146 1c001b0c 02010113 addi x2, x2, 32 x2=10cfe760 x2:10cfe740 - 21162500 21147 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21179500 21164 1c001d86 01800433 add x8, x0, x24 x8=10cfe7e8 x24:10cfe7e8 - 21180500 21165 1c001d88 fadff06f jal x0, -84 - 21182500 21167 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 21183500 21168 1c001d36 e69ff06f jal x0, -408 - 21186500 21171 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21201500 21186 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21202500 21187 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21205500 21190 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21206500 21191 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21207500 21192 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21209500 21194 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21210500 21195 1c001778 fddff06f jal x0, -36 - 21212500 21197 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21213500 21198 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 21214500 21199 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21215500 21200 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 21216500 21201 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 21217500 21202 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 21218500 21203 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 21219500 21204 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 21220500 21205 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21221500 21206 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104188 - 21225500 21210 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21226500 21211 1c001bca 16a0006f jal x0, 362 - 21228500 21213 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21229500 21214 1c001d36 e69ff06f jal x0, -408 - 21232500 21217 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21246500 21231 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21247500 21232 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21250500 21235 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21251500 21236 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21252500 21237 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21254500 21239 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21255500 21240 1c001778 fddff06f jal x0, -36 - 21257500 21242 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21258500 21243 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 21259500 21244 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21260500 21245 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 21261500 21246 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 21262500 21247 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 21263500 21248 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 21264500 21249 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 21265500 21250 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21266500 21251 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104188 - 21270500 21255 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21271500 21256 1c001bca 16a0006f jal x0, 362 - 21273500 21258 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21274500 21259 1c001d36 e69ff06f jal x0, -408 - 21277500 21262 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21291500 21276 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21292500 21277 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21295500 21280 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21298500 21283 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:10cfe760 PA:10cfe764 - 21299500 21284 1c001bd0 00012423 sw x0, 8(x2) x2:10cfe760 PA:10cfe768 - 21300500 21285 1c001bd2 00010623 sb x0, 12(x2) x2:10cfe760 PA:10cfe76c - 21301500 21286 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21302500 21287 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21303500 21288 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21304500 21289 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cfe760 PA:10cfe764 - 21305500 21290 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21306500 21291 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21307500 21292 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21308500 21293 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21309500 21294 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21310500 21295 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21311500 21296 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21312500 21297 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21326500 21311 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21327500 21312 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21330500 21315 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21331500 21316 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21332500 21317 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21335500 21320 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21338500 21323 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21341500 21326 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21344500 21329 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21345500 21330 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21346500 21331 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21347500 21332 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21350500 21335 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21351500 21336 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21354500 21339 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21355500 21340 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21358500 21343 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21360500 21345 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21363500 21348 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21364500 21349 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21367500 21352 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21368500 21353 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21369500 21354 1c001f42 e09ff06f jal x0, -504 - 21371500 21356 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21372500 21357 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cfe760 PA:10cfe770 - 21373500 21358 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21376500 21361 1c001e34 00440c13 addi x24, x8, 4 x24=10cfe7ec x8:10cfe7e8 - 21377500 21362 1c001e38 00042503 lw x10, 0(x8) x10=00000001 x8:10cfe7e8 PA:10cfe7e8 - 21378500 21363 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21381500 21366 1c001e54 00055863 bge x10, x0, 16 x10:00000001 - 21384500 21369 1c001e64 00410593 addi x11, x2, 4 x11=10cfe764 x2:10cfe760 - 21385500 21370 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21387500 21372 1c0019fe 0105a683 lw x13, 16(x11) x13=10cfe778 x11:10cfe764 PA:10cfe774 - 21388500 21373 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfe764 PA:10cfe770 - 21389500 21374 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21390500 21375 1c001a04 02f55633 divu x12, x10, x15 x12=00000001 x10:00000001 x15:00000001 - 21424500 21409 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000001 x14:0000000a - 21425500 21410 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21426500 21411 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21427500 21412 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21430500 21415 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfe764 PA:10cfe770 - 21431500 21416 1c001a20 02f55833 divu x16, x10, x15 x16=00000001 x10:00000001 x15:00000001 - 21465500 21450 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000001 x15:00000001 - 21499500 21484 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21530500 21515 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21531500 21516 1c001a2e 01004663 blt x0, x16, 12 x16:00000001 - 21534500 21519 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21536500 21521 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000001 - 21539500 21524 1c001a56 01070733 add x14, x14, x16 x14=00000031 x14:00000030 x16:00000001 - 21540500 21525 1c001a58 00e68023 sb x14, 0(x13) x14:00000031 x13:10cfe778 PA:10cfe778 - 21541500 21526 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21542500 21527 1c001a5e 00168693 addi x13, x13, 1 x13=10cfe779 x13:10cfe778 - 21543500 21528 1c001a60 fb1ff06f jal x0, -80 - 21545500 21530 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21546500 21531 1c001a12 00068023 sb x0, 0(x13) x13:10cfe779 PA:10cfe779 - 21547500 21532 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21549500 21534 1c001e68 f17ff06f jal x0, -234 - 21551500 21536 1c001d7e 00410613 addi x12, x2, 4 x12=10cfe764 x2:10cfe760 - 21552500 21537 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21553500 21538 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21554500 21539 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21556500 21541 1c001a62 fe010113 addi x2, x2, -32 x2=10cfe740 x2:10cfe760 - 21557500 21542 1c001a64 00812c23 sw x8, 24(x2) x8:10cfe7e8 x2:10cfe740 PA:10cfe758 - 21558500 21543 1c001a66 01062783 lw x15, 16(x12) x15=10cfe778 x12:10cfe764 PA:10cfe774 - 21559500 21544 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cfe764 PA:10cfe768 - 21560500 21545 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:10cfe740 PA:10cfe754 - 21561500 21546 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cfe740 PA:10cfe750 - 21562500 21547 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cfe740 PA:10cfe74c - 21563500 21548 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cfe740 PA:10cfe75c - 21564500 21549 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cfe740 PA:10cfe748 - 21565500 21550 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21566500 21551 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21567500 21552 1c001a78 00c004b3 add x9, x0, x12 x9=10cfe764 x12:10cfe764 - 21568500 21553 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000031 x15=10cfe779 x15:10cfe778 PA:10cfe778 - 21570500 21555 1c001a7e 00070363 beq x14, x0, 6 x14:00000031 - 21571500 21556 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21572500 21557 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cfe764 PA:10cfe76c - 21574500 21559 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21577500 21562 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764 - 21579500 21564 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21580500 21565 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21583500 21568 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21584500 21569 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21585500 21570 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21588500 21573 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21589500 21574 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21590500 21575 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21591500 21576 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21592500 21577 1c001b36 f71ff06f jal x0, -144 - 21594500 21579 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cfe764 PA:10cfe76c - 21596500 21581 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21599500 21584 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764 - 21601500 21586 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21602500 21587 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21605500 21590 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764 - 21608500 21593 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21609500 21594 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21610500 21595 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21611500 21596 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cfe778 x9:10cfe764 PA:10cfe774 - 21613500 21598 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000031 x20=10cfe779 x20:10cfe778 PA:10cfe778 - 21615500 21600 1c001af0 06059763 bne x11, x0, 110 x11:00000031 - 21618500 21603 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21619500 21604 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21621500 21606 1c001776 00b00533 add x10, x0, x11 x10=00000031 x11:00000031 - 21622500 21607 1c001778 fddff06f jal x0, -36 - 21624500 21609 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21625500 21610 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 21626500 21611 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21627500 21612 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 21628500 21613 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 21629500 21614 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 21630500 21615 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 21631500 21616 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 21632500 21617 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21633500 21618 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000031 x14:1a104000 PA:1a104188 - 21637500 21622 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21638500 21623 1c001b62 f8bff06f jal x0, -118 - 21640500 21625 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cfe77a x20:10cfe779 PA:10cfe779 - 21642500 21627 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21643500 21628 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfe764 PA:10cfe764 - 21645500 21630 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21646500 21631 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21649500 21634 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cfe740 PA:10cfe75c - 21650500 21635 1c001b02 01812403 lw x8, 24(x2) x8=10cfe7e8 x2:10cfe740 PA:10cfe758 - 21651500 21636 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:10cfe740 PA:10cfe754 - 21652500 21637 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cfe740 PA:10cfe750 - 21653500 21638 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cfe740 PA:10cfe74c - 21654500 21639 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cfe740 PA:10cfe748 - 21655500 21640 1c001b0c 02010113 addi x2, x2, 32 x2=10cfe760 x2:10cfe740 - 21656500 21641 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21658500 21643 1c001d86 01800433 add x8, x0, x24 x8=10cfe7ec x24:10cfe7ec - 21659500 21644 1c001d88 fadff06f jal x0, -84 - 21661500 21646 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21662500 21647 1c001d36 e69ff06f jal x0, -408 - 21665500 21650 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21681500 21666 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21682500 21667 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21685500 21670 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21686500 21671 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21687500 21672 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21689500 21674 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21690500 21675 1c001778 fddff06f jal x0, -36 - 21692500 21677 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21693500 21678 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 21694500 21679 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21695500 21680 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 21696500 21681 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 21697500 21682 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 21698500 21683 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 21699500 21684 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 21700500 21685 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21701500 21686 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104188 - 21705500 21690 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21706500 21691 1c001bca 16a0006f jal x0, 362 - 21708500 21693 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21709500 21694 1c001d36 e69ff06f jal x0, -408 - 21712500 21697 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21726500 21711 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21727500 21712 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21730500 21715 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21731500 21716 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21732500 21717 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21734500 21719 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21735500 21720 1c001778 fddff06f jal x0, -36 - 21737500 21722 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21738500 21723 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 21739500 21724 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21740500 21725 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 21741500 21726 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 21742500 21727 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 21743500 21728 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 21744500 21729 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 21745500 21730 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21746500 21731 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104188 - 21750500 21735 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21751500 21736 1c001bca 16a0006f jal x0, 362 - 21753500 21738 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21754500 21739 1c001d36 e69ff06f jal x0, -408 - 21757500 21742 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21771500 21756 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21772500 21757 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21775500 21760 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21776500 21761 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21777500 21762 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21779500 21764 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21780500 21765 1c001778 fddff06f jal x0, -36 - 21782500 21767 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21783500 21768 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000061 - 21784500 21769 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21785500 21770 1c00175e 00379713 slli x14, x15, 0x3 x14=00000308 x15:00000061 - 21786500 21771 1c001762 00279793 slli x15, x15, 0x2 x15=00000184 x15:00000061 - 21787500 21772 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000008 x14:00000308 - 21788500 21773 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000184 x13:00001f80 - 21789500 21774 1c00176a 00e787b3 add x15, x15, x14 x15=00000188 x15:00000180 x14:00000008 - 21790500 21775 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21791500 21776 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104188 - 21795500 21780 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21796500 21781 1c001bca 16a0006f jal x0, 362 - 21798500 21783 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21799500 21784 1c001d36 e69ff06f jal x0, -408 - 21802500 21787 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21818500 21803 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21819500 21804 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21820500 21805 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:10cfe760 PA:10cfe7bc - 21821500 21806 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:10cfe760 PA:10cfe7b8 - 21822500 21807 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:10cfe760 PA:10cfe7b4 - 21823500 21808 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:10cfe760 PA:10cfe7b0 - 21841500 21826 1c001bb0 04c12983 lw x19, 76(x2) x19=00000001 x2:10cfe760 PA:10cfe7ac - 21847500 21832 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:10cfe760 PA:10cfe7a8 - 21848500 21833 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:10cfe760 PA:10cfe7a4 - 21849500 21834 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:10cfe760 PA:10cfe7a0 - 21850500 21835 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:10cfe760 PA:10cfe79c - 21851500 21836 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:10cfe760 PA:10cfe798 - 21852500 21837 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:10cfe760 PA:10cfe794 - 21853500 21838 1c001bbe 06010113 addi x2, x2, 96 x2=10cfe7c0 x2:10cfe760 - 21854500 21839 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21856500 21841 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:10cfe7c0 PA:10cfe7dc - 21857500 21842 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21858500 21843 1c001838 04010113 addi x2, x2, 64 x2=10cfe800 x2:10cfe7c0 - 21859500 21844 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21861500 21846 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_03_2.log b/sw/scripts/tracevis/example/traces/trace_core_03_2.log deleted file mode 100644 index b809f4c..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_03_2.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 17014500 16999 1c000080 0180006f jal x0, 24 - 17032500 17017 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000062 - 17033500 17018 1c00009c 01f57593 andi x11, x10, 31 x11=00000002 x10:00000062 - 17050500 17035 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000003 x10:00000062 - 17051500 17036 1c0000a2 00058463 beq x11, x0, 8 x11:00000002 - 17052500 17037 1c0000a6 05a0206f jal x0, 8282 - 17070500 17055 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 17071500 17056 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 17072500 17057 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 17073500 17058 1c00210c 0e059163 bne x11, x0, 226 x11:00000002 - 17125500 17110 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 17126500 17111 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000062 - 17127500 17112 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000002 x19:00000062 - 17128500 17113 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 17147500 17132 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 17148500 17133 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 17149500 17134 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 17150500 17135 1c00220a 0060006f jal x0, 6 - 17169500 17154 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18817500 18802 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18836500 18821 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18837500 18822 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18862500 18847 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18863500 18848 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18865500 18850 1c00222c 08096283 p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080 - 18895500 18880 1c002230 02a98533 mul x10, x19, x10 x10=00000800 x19:00000002 x10:00000400 - 18896500 18881 1c002234 00550133 add x2, x10, x5 x2=10cfec00 x10:00000800 x5:10cfe400 - 18897500 18882 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18899500 18884 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18936500 18921 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18944500 18929 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18945500 18930 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18946500 18931 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18947500 18932 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18965500 18950 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000062 - 18986500 18971 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18987500 18972 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000003 x12:00000062 - 18988500 18973 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003 - 18989500 18974 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000002 x12:00000062 - 18990500 18975 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18991500 18976 1c0009d4 63d0006f jal x0, 3644 - 19020500 19005 1c001810 fc010113 addi x2, x2, -64 x2=10cfebc0 x2:10cfec00 - 19021500 19006 1c001812 02b12223 sw x11, 36(x2) x11:00000003 x2:10cfebc0 PA:10cfebe4 - 19026500 19011 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 19027500 19012 1c001818 02c12423 sw x12, 40(x2) x12:00000002 x2:10cfebc0 PA:10cfebe8 - 19028500 19013 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:10cfebc0 PA:10cfebec - 19029500 19014 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 19030500 19015 1c00181e 02410693 addi x13, x2, 36 x13=10cfebe4 x2:10cfebc0 - 19045500 19030 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 19046500 19031 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 19047500 19032 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:10cfebc0 PA:10cfebdc - 19052500 19037 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:10cfebc0 PA:10cfebf0 - 19053500 19038 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:10cfebc0 PA:10cfebf4 - 19054500 19039 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:10cfebc0 PA:10cfebf8 - 19055500 19040 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:10cfebc0 PA:10cfebfc - 19072500 19057 1c001830 00d12623 sw x13, 12(x2) x13:10cfebe4 x2:10cfebc0 PA:10cfebcc - 19076500 19061 1c001832 33e000ef jal x1, 830 x1=1c001834 - 19092500 19077 1c001b70 fa010113 addi x2, x2, -96 x2=10cfeb60 x2:10cfebc0 - 19093500 19078 1c001b72 01810793 addi x15, x2, 24 x15=10cfeb78 x2:10cfeb60 - 19094500 19079 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:10cfeb60 PA:10cfebb8 - 19095500 19080 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:10cfeb60 PA:10cfebb0 - 19096500 19081 1c001b78 05312623 sw x19, 76(x2) x19:00000002 x2:10cfeb60 PA:10cfebac - 19097500 19082 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:10cfeb60 PA:10cfeba8 - 19098500 19083 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:10cfeb60 PA:10cfeba4 - 19099500 19084 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:10cfeb60 PA:10cfeba0 - 19115500 19100 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:10cfeb60 PA:10cfeb9c - 19120500 19105 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:10cfeb60 PA:10cfebbc - 19121500 19106 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:10cfeb60 PA:10cfebb4 - 19122500 19107 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:10cfeb60 PA:10cfeb98 - 19123500 19108 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:10cfeb60 PA:10cfeb94 - 19124500 19109 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19125500 19110 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19126500 19111 1c001b8e 00d00433 add x8, x0, x13 x8=10cfebe4 x13:10cfebe4 - 19138500 19123 1c001b90 00f12a23 sw x15, 20(x2) x15:10cfeb78 x2:10cfeb60 PA:10cfeb74 - 19140500 19125 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19141500 19126 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19142500 19127 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19143500 19128 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19159500 19144 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19194500 19179 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19195500 19180 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19226500 19211 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19227500 19212 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19228500 19213 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19255500 19240 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19256500 19241 1c001778 fddff06f jal x0, -36 - 19279500 19264 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19280500 19265 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19281500 19266 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19301500 19286 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19302500 19287 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19303500 19288 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19304500 19289 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19305500 19290 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19306500 19291 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19307500 19292 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104190 - 19311500 19296 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19312500 19297 1c001bca 16a0006f jal x0, 362 - 19331500 19316 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19332500 19317 1c001d36 e69ff06f jal x0, -408 - 19335500 19320 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19354500 19339 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19355500 19340 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19358500 19343 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19359500 19344 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19360500 19345 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19362500 19347 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19363500 19348 1c001778 fddff06f jal x0, -36 - 19365500 19350 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19366500 19351 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19367500 19352 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19368500 19353 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19369500 19354 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19370500 19355 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19371500 19356 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19372500 19357 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19373500 19358 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19374500 19359 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104190 - 19378500 19363 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19379500 19364 1c001bca 16a0006f jal x0, 362 - 19381500 19366 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19382500 19367 1c001d36 e69ff06f jal x0, -408 - 19385500 19370 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19407500 19392 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19408500 19393 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19411500 19396 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19412500 19397 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19413500 19398 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19415500 19400 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19416500 19401 1c001778 fddff06f jal x0, -36 - 19418500 19403 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19419500 19404 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19420500 19405 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19421500 19406 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19422500 19407 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19423500 19408 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19424500 19409 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19425500 19410 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19426500 19411 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19427500 19412 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104190 - 19431500 19416 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19432500 19417 1c001bca 16a0006f jal x0, 362 - 19434500 19419 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19435500 19420 1c001d36 e69ff06f jal x0, -408 - 19438500 19423 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19458500 19443 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19459500 19444 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19462500 19447 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19463500 19448 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19464500 19449 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19466500 19451 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19467500 19452 1c001778 fddff06f jal x0, -36 - 19469500 19454 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19470500 19455 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19471500 19456 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19472500 19457 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19473500 19458 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19474500 19459 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19475500 19460 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19476500 19461 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19477500 19462 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19478500 19463 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104190 - 19482500 19467 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19483500 19468 1c001bca 16a0006f jal x0, 362 - 19485500 19470 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19486500 19471 1c001d36 e69ff06f jal x0, -408 - 19489500 19474 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19514500 19499 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19515500 19500 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19518500 19503 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19519500 19504 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19520500 19505 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19522500 19507 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19523500 19508 1c001778 fddff06f jal x0, -36 - 19525500 19510 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19526500 19511 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19527500 19512 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19528500 19513 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19529500 19514 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19530500 19515 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19531500 19516 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19532500 19517 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19533500 19518 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19534500 19519 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104190 - 19538500 19523 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19539500 19524 1c001bca 16a0006f jal x0, 362 - 19541500 19526 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19542500 19527 1c001d36 e69ff06f jal x0, -408 - 19545500 19530 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19575500 19560 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19576500 19561 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19579500 19564 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19580500 19565 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19581500 19566 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19583500 19568 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19584500 19569 1c001778 fddff06f jal x0, -36 - 19586500 19571 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19587500 19572 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19588500 19573 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19589500 19574 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19590500 19575 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19591500 19576 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19592500 19577 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19593500 19578 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19594500 19579 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19595500 19580 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104190 - 19599500 19584 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19600500 19585 1c001bca 16a0006f jal x0, 362 - 19602500 19587 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19603500 19588 1c001d36 e69ff06f jal x0, -408 - 19606500 19591 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19620500 19605 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19621500 19606 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19624500 19609 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19625500 19610 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19626500 19611 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19628500 19613 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19629500 19614 1c001778 fddff06f jal x0, -36 - 19631500 19616 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19632500 19617 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19633500 19618 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19634500 19619 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19635500 19620 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19636500 19621 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19637500 19622 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19638500 19623 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19639500 19624 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19640500 19625 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104190 - 19644500 19629 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19645500 19630 1c001bca 16a0006f jal x0, 362 - 19647500 19632 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19648500 19633 1c001d36 e69ff06f jal x0, -408 - 19651500 19636 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19665500 19650 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19666500 19651 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19669500 19654 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19670500 19655 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19671500 19656 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19673500 19658 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19674500 19659 1c001778 fddff06f jal x0, -36 - 19676500 19661 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19677500 19662 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19678500 19663 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19679500 19664 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19680500 19665 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19681500 19666 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19682500 19667 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19683500 19668 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19684500 19669 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19685500 19670 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104190 - 19689500 19674 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19690500 19675 1c001bca 16a0006f jal x0, 362 - 19692500 19677 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19693500 19678 1c001d36 e69ff06f jal x0, -408 - 19696500 19681 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19714500 19699 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19715500 19700 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19718500 19703 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19719500 19704 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19720500 19705 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19722500 19707 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19723500 19708 1c001778 fddff06f jal x0, -36 - 19725500 19710 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19726500 19711 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19727500 19712 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19728500 19713 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19729500 19714 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19730500 19715 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19731500 19716 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19732500 19717 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19733500 19718 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19734500 19719 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104190 - 19738500 19723 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19739500 19724 1c001bca 16a0006f jal x0, 362 - 19741500 19726 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19742500 19727 1c001d36 e69ff06f jal x0, -408 - 19745500 19730 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19759500 19744 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19760500 19745 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19763500 19748 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19764500 19749 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19765500 19750 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19767500 19752 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19768500 19753 1c001778 fddff06f jal x0, -36 - 19770500 19755 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19771500 19756 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19772500 19757 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19773500 19758 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19774500 19759 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19775500 19760 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19776500 19761 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19777500 19762 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19778500 19763 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19779500 19764 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104190 - 19783500 19768 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19784500 19769 1c001bca 16a0006f jal x0, 362 - 19786500 19771 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19787500 19772 1c001d36 e69ff06f jal x0, -408 - 19790500 19775 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19807500 19792 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19808500 19793 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19811500 19796 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19812500 19797 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19813500 19798 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19815500 19800 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19816500 19801 1c001778 fddff06f jal x0, -36 - 19818500 19803 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19819500 19804 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19820500 19805 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19821500 19806 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19822500 19807 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19823500 19808 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19824500 19809 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19825500 19810 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19826500 19811 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19827500 19812 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104190 - 19831500 19816 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19832500 19817 1c001bca 16a0006f jal x0, 362 - 19834500 19819 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19835500 19820 1c001d36 e69ff06f jal x0, -408 - 19838500 19823 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19855500 19840 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19856500 19841 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19859500 19844 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19860500 19845 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19861500 19846 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19863500 19848 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19864500 19849 1c001778 fddff06f jal x0, -36 - 19866500 19851 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19867500 19852 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19868500 19853 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19869500 19854 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19870500 19855 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19871500 19856 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19872500 19857 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19873500 19858 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19874500 19859 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19875500 19860 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104190 - 19879500 19864 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19880500 19865 1c001bca 16a0006f jal x0, 362 - 19882500 19867 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19883500 19868 1c001d36 e69ff06f jal x0, -408 - 19886500 19871 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19900500 19885 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19901500 19886 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19904500 19889 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19905500 19890 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19906500 19891 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19908500 19893 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19909500 19894 1c001778 fddff06f jal x0, -36 - 19911500 19896 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19912500 19897 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19913500 19898 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19914500 19899 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19915500 19900 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19916500 19901 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19917500 19902 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19918500 19903 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19919500 19904 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19920500 19905 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104190 - 19924500 19909 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19925500 19910 1c001bca 16a0006f jal x0, 362 - 19927500 19912 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19928500 19913 1c001d36 e69ff06f jal x0, -408 - 19931500 19916 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19962500 19947 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19963500 19948 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19966500 19951 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19967500 19952 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19968500 19953 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19970500 19955 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19971500 19956 1c001778 fddff06f jal x0, -36 - 19973500 19958 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19974500 19959 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 19975500 19960 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19976500 19961 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 19977500 19962 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 19978500 19963 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 19979500 19964 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 19980500 19965 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 19981500 19966 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19982500 19967 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104190 - 19986500 19971 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19987500 19972 1c001bca 16a0006f jal x0, 362 - 19989500 19974 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19990500 19975 1c001d36 e69ff06f jal x0, -408 - 19993500 19978 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 20008500 19993 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 20009500 19994 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 20012500 19997 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 20013500 19998 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20014500 19999 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20016500 20001 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 20017500 20002 1c001778 fddff06f jal x0, -36 - 20019500 20004 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20020500 20005 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 20021500 20006 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20022500 20007 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 20023500 20008 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 20024500 20009 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 20025500 20010 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 20026500 20011 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 20027500 20012 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20028500 20013 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104190 - 20032500 20017 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20033500 20018 1c001bca 16a0006f jal x0, 362 - 20035500 20020 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 20036500 20021 1c001d36 e69ff06f jal x0, -408 - 20039500 20024 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 20053500 20038 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 20054500 20039 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20057500 20042 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20060500 20045 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:10cfeb60 PA:10cfeb64 - 20069500 20054 1c001bd0 00012423 sw x0, 8(x2) x2:10cfeb60 PA:10cfeb68 - 20070500 20055 1c001bd2 00010623 sb x0, 12(x2) x2:10cfeb60 PA:10cfeb6c - 20071500 20056 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 20072500 20057 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20091500 20076 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20092500 20077 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cfeb60 PA:10cfeb64 - 20096500 20081 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20097500 20082 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20098500 20083 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20099500 20084 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20100500 20085 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20113500 20098 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20114500 20099 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20115500 20100 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 20134500 20119 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 20135500 20120 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20156500 20141 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20157500 20142 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20158500 20143 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20180500 20165 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20199500 20184 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20202500 20187 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20220500 20205 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20239500 20224 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20240500 20225 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20241500 20226 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20260500 20245 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20278500 20263 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20297500 20282 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20298500 20283 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20336500 20321 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20354500 20339 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20373500 20358 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20374500 20359 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20408500 20393 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20427500 20412 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20428500 20413 1c001f42 e09ff06f jal x0, -504 - 20446500 20431 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20447500 20432 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cfeb60 PA:10cfeb70 - 20464500 20449 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20483500 20468 1c001e34 00440c13 addi x24, x8, 4 x24=10cfebe8 x8:10cfebe4 - 20484500 20469 1c001e38 00042503 lw x10, 0(x8) x10=00000003 x8:10cfebe4 PA:10cfebe4 - 20487500 20472 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20519500 20504 1c001e54 00055863 bge x10, x0, 16 x10:00000003 - 20538500 20523 1c001e64 00410593 addi x11, x2, 4 x11=10cfeb64 x2:10cfeb60 - 20539500 20524 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20557500 20542 1c0019fe 0105a683 lw x13, 16(x11) x13=10cfeb78 x11:10cfeb64 PA:10cfeb74 - 20574500 20559 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfeb64 PA:10cfeb70 - 20576500 20561 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20577500 20562 1c001a04 02f55633 divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001 - 20611500 20596 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000003 x14:0000000a - 20612500 20597 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20613500 20598 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20614500 20599 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20617500 20602 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfeb64 PA:10cfeb70 - 20634500 20619 1c001a20 02f55833 divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001 - 20668500 20653 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001 - 20702500 20687 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20733500 20718 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20734500 20719 1c001a2e 01004663 blt x0, x16, 12 x16:00000003 - 20737500 20722 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20758500 20743 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000003 - 20780500 20765 1c001a56 01070733 add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003 - 20781500 20766 1c001a58 00e68023 sb x14, 0(x13) x14:00000033 x13:10cfeb78 PA:10cfeb78 - 20783500 20768 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20784500 20769 1c001a5e 00168693 addi x13, x13, 1 x13=10cfeb79 x13:10cfeb78 - 20800500 20785 1c001a60 fb1ff06f jal x0, -80 - 20802500 20787 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20803500 20788 1c001a12 00068023 sb x0, 0(x13) x13:10cfeb79 PA:10cfeb79 - 20804500 20789 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20806500 20791 1c001e68 f17ff06f jal x0, -234 - 20825500 20810 1c001d7e 00410613 addi x12, x2, 4 x12=10cfeb64 x2:10cfeb60 - 20842500 20827 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20843500 20828 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20844500 20829 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20846500 20831 1c001a62 fe010113 addi x2, x2, -32 x2=10cfeb40 x2:10cfeb60 - 20847500 20832 1c001a64 00812c23 sw x8, 24(x2) x8:10cfebe4 x2:10cfeb40 PA:10cfeb58 - 20851500 20836 1c001a66 01062783 lw x15, 16(x12) x15=10cfeb78 x12:10cfeb64 PA:10cfeb74 - 20852500 20837 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cfeb64 PA:10cfeb68 - 20853500 20838 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:10cfeb40 PA:10cfeb54 - 20854500 20839 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cfeb40 PA:10cfeb50 - 20855500 20840 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cfeb40 PA:10cfeb4c - 20868500 20853 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cfeb40 PA:10cfeb5c - 20871500 20856 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cfeb40 PA:10cfeb48 - 20872500 20857 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20873500 20858 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20874500 20859 1c001a78 00c004b3 add x9, x0, x12 x9=10cfeb64 x12:10cfeb64 - 20875500 20860 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000033 x15=10cfeb79 x15:10cfeb78 PA:10cfeb78 - 20877500 20862 1c001a7e 00070363 beq x14, x0, 6 x14:00000033 - 20892500 20877 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20893500 20878 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cfeb64 PA:10cfeb6c - 20901500 20886 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20904500 20889 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64 - 20915500 20900 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20916500 20901 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20935500 20920 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20936500 20921 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20937500 20922 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20957500 20942 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20958500 20943 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20975500 20960 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20976500 20961 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20977500 20962 1c001b36 f71ff06f jal x0, -144 - 20979500 20964 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cfeb64 PA:10cfeb6c - 20981500 20966 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20999500 20984 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64 - 21001500 20986 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21002500 20987 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21021500 21006 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64 - 21038500 21023 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21039500 21024 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21040500 21025 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21041500 21026 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cfeb78 x9:10cfeb64 PA:10cfeb74 - 21043500 21028 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000033 x20=10cfeb79 x20:10cfeb78 PA:10cfeb78 - 21062500 21047 1c001af0 06059763 bne x11, x0, 110 x11:00000033 - 21081500 21066 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21101500 21086 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21103500 21088 1c001776 00b00533 add x10, x0, x11 x10=00000033 x11:00000033 - 21104500 21089 1c001778 fddff06f jal x0, -36 - 21106500 21091 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21107500 21092 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 21108500 21093 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21109500 21094 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 21110500 21095 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 21111500 21096 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 21112500 21097 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 21113500 21098 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 21114500 21099 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21115500 21100 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104190 - 21119500 21104 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21120500 21105 1c001b62 f8bff06f jal x0, -118 - 21122500 21107 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cfeb7a x20:10cfeb79 PA:10cfeb79 - 21124500 21109 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21125500 21110 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64 - 21127500 21112 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21128500 21113 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21155500 21140 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cfeb40 PA:10cfeb5c - 21157500 21142 1c001b02 01812403 lw x8, 24(x2) x8=10cfebe4 x2:10cfeb40 PA:10cfeb58 - 21158500 21143 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:10cfeb40 PA:10cfeb54 - 21159500 21144 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cfeb40 PA:10cfeb50 - 21160500 21145 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cfeb40 PA:10cfeb4c - 21161500 21146 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cfeb40 PA:10cfeb48 - 21162500 21147 1c001b0c 02010113 addi x2, x2, 32 x2=10cfeb60 x2:10cfeb40 - 21163500 21148 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21179500 21164 1c001d86 01800433 add x8, x0, x24 x8=10cfebe8 x24:10cfebe8 - 21180500 21165 1c001d88 fadff06f jal x0, -84 - 21182500 21167 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 21183500 21168 1c001d36 e69ff06f jal x0, -408 - 21186500 21171 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21203500 21188 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21204500 21189 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21207500 21192 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21208500 21193 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21209500 21194 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21211500 21196 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21212500 21197 1c001778 fddff06f jal x0, -36 - 21214500 21199 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21215500 21200 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 21216500 21201 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21217500 21202 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 21218500 21203 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 21219500 21204 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 21220500 21205 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 21221500 21206 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 21222500 21207 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21223500 21208 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104190 - 21227500 21212 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21228500 21213 1c001bca 16a0006f jal x0, 362 - 21230500 21215 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21231500 21216 1c001d36 e69ff06f jal x0, -408 - 21234500 21219 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21248500 21233 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21249500 21234 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21252500 21237 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21253500 21238 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21254500 21239 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21256500 21241 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21257500 21242 1c001778 fddff06f jal x0, -36 - 21259500 21244 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21260500 21245 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 21261500 21246 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21262500 21247 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 21263500 21248 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 21264500 21249 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 21265500 21250 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 21266500 21251 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 21267500 21252 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21268500 21253 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104190 - 21272500 21257 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21273500 21258 1c001bca 16a0006f jal x0, 362 - 21275500 21260 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21276500 21261 1c001d36 e69ff06f jal x0, -408 - 21279500 21264 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21293500 21278 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21294500 21279 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21297500 21282 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21300500 21285 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:10cfeb60 PA:10cfeb64 - 21301500 21286 1c001bd0 00012423 sw x0, 8(x2) x2:10cfeb60 PA:10cfeb68 - 21302500 21287 1c001bd2 00010623 sb x0, 12(x2) x2:10cfeb60 PA:10cfeb6c - 21303500 21288 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21304500 21289 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21305500 21290 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21306500 21291 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cfeb60 PA:10cfeb64 - 21307500 21292 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21308500 21293 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21309500 21294 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21310500 21295 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21311500 21296 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21312500 21297 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21313500 21298 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21314500 21299 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21329500 21314 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21330500 21315 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21333500 21318 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21334500 21319 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21335500 21320 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21338500 21323 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21341500 21326 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21344500 21329 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21347500 21332 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21348500 21333 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21349500 21334 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21350500 21335 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21353500 21338 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21354500 21339 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21357500 21342 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21358500 21343 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21361500 21346 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21363500 21348 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21366500 21351 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21367500 21352 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21370500 21355 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21371500 21356 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21372500 21357 1c001f42 e09ff06f jal x0, -504 - 21374500 21359 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21375500 21360 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cfeb60 PA:10cfeb70 - 21376500 21361 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21379500 21364 1c001e34 00440c13 addi x24, x8, 4 x24=10cfebec x8:10cfebe8 - 21380500 21365 1c001e38 00042503 lw x10, 0(x8) x10=00000002 x8:10cfebe8 PA:10cfebe8 - 21381500 21366 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21384500 21369 1c001e54 00055863 bge x10, x0, 16 x10:00000002 - 21387500 21372 1c001e64 00410593 addi x11, x2, 4 x11=10cfeb64 x2:10cfeb60 - 21388500 21373 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21390500 21375 1c0019fe 0105a683 lw x13, 16(x11) x13=10cfeb78 x11:10cfeb64 PA:10cfeb74 - 21391500 21376 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfeb64 PA:10cfeb70 - 21392500 21377 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21393500 21378 1c001a04 02f55633 divu x12, x10, x15 x12=00000002 x10:00000002 x15:00000001 - 21427500 21412 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000002 x14:0000000a - 21428500 21413 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21429500 21414 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21430500 21415 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21433500 21418 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfeb64 PA:10cfeb70 - 21434500 21419 1c001a20 02f55833 divu x16, x10, x15 x16=00000002 x10:00000002 x15:00000001 - 21468500 21453 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000002 x15:00000001 - 21502500 21487 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21533500 21518 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21534500 21519 1c001a2e 01004663 blt x0, x16, 12 x16:00000002 - 21537500 21522 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21539500 21524 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000002 - 21542500 21527 1c001a56 01070733 add x14, x14, x16 x14=00000032 x14:00000030 x16:00000002 - 21543500 21528 1c001a58 00e68023 sb x14, 0(x13) x14:00000032 x13:10cfeb78 PA:10cfeb78 - 21544500 21529 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21545500 21530 1c001a5e 00168693 addi x13, x13, 1 x13=10cfeb79 x13:10cfeb78 - 21546500 21531 1c001a60 fb1ff06f jal x0, -80 - 21548500 21533 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21549500 21534 1c001a12 00068023 sb x0, 0(x13) x13:10cfeb79 PA:10cfeb79 - 21550500 21535 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21552500 21537 1c001e68 f17ff06f jal x0, -234 - 21554500 21539 1c001d7e 00410613 addi x12, x2, 4 x12=10cfeb64 x2:10cfeb60 - 21555500 21540 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21556500 21541 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21557500 21542 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21559500 21544 1c001a62 fe010113 addi x2, x2, -32 x2=10cfeb40 x2:10cfeb60 - 21560500 21545 1c001a64 00812c23 sw x8, 24(x2) x8:10cfebe8 x2:10cfeb40 PA:10cfeb58 - 21561500 21546 1c001a66 01062783 lw x15, 16(x12) x15=10cfeb78 x12:10cfeb64 PA:10cfeb74 - 21562500 21547 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cfeb64 PA:10cfeb68 - 21563500 21548 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:10cfeb40 PA:10cfeb54 - 21564500 21549 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cfeb40 PA:10cfeb50 - 21565500 21550 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cfeb40 PA:10cfeb4c - 21566500 21551 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cfeb40 PA:10cfeb5c - 21567500 21552 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cfeb40 PA:10cfeb48 - 21568500 21553 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21569500 21554 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21570500 21555 1c001a78 00c004b3 add x9, x0, x12 x9=10cfeb64 x12:10cfeb64 - 21571500 21556 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000032 x15=10cfeb79 x15:10cfeb78 PA:10cfeb78 - 21573500 21558 1c001a7e 00070363 beq x14, x0, 6 x14:00000032 - 21574500 21559 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21575500 21560 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cfeb64 PA:10cfeb6c - 21577500 21562 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21580500 21565 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64 - 21582500 21567 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21583500 21568 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21586500 21571 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21587500 21572 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21588500 21573 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21591500 21576 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21592500 21577 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21593500 21578 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21594500 21579 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21595500 21580 1c001b36 f71ff06f jal x0, -144 - 21597500 21582 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cfeb64 PA:10cfeb6c - 21599500 21584 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21602500 21587 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64 - 21604500 21589 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21605500 21590 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21608500 21593 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64 - 21609500 21594 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21610500 21595 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21611500 21596 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21612500 21597 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cfeb78 x9:10cfeb64 PA:10cfeb74 - 21614500 21599 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000032 x20=10cfeb79 x20:10cfeb78 PA:10cfeb78 - 21616500 21601 1c001af0 06059763 bne x11, x0, 110 x11:00000032 - 21619500 21604 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21620500 21605 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21622500 21607 1c001776 00b00533 add x10, x0, x11 x10=00000032 x11:00000032 - 21623500 21608 1c001778 fddff06f jal x0, -36 - 21625500 21610 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21626500 21611 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 21627500 21612 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21628500 21613 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 21629500 21614 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 21630500 21615 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 21631500 21616 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 21632500 21617 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 21633500 21618 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21634500 21619 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000032 x14:1a104000 PA:1a104190 - 21638500 21623 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21639500 21624 1c001b62 f8bff06f jal x0, -118 - 21641500 21626 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cfeb7a x20:10cfeb79 PA:10cfeb79 - 21643500 21628 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21644500 21629 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfeb64 PA:10cfeb64 - 21646500 21631 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21647500 21632 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21650500 21635 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cfeb40 PA:10cfeb5c - 21651500 21636 1c001b02 01812403 lw x8, 24(x2) x8=10cfebe8 x2:10cfeb40 PA:10cfeb58 - 21652500 21637 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:10cfeb40 PA:10cfeb54 - 21653500 21638 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cfeb40 PA:10cfeb50 - 21654500 21639 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cfeb40 PA:10cfeb4c - 21655500 21640 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cfeb40 PA:10cfeb48 - 21656500 21641 1c001b0c 02010113 addi x2, x2, 32 x2=10cfeb60 x2:10cfeb40 - 21657500 21642 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21659500 21644 1c001d86 01800433 add x8, x0, x24 x8=10cfebec x24:10cfebec - 21660500 21645 1c001d88 fadff06f jal x0, -84 - 21662500 21647 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21663500 21648 1c001d36 e69ff06f jal x0, -408 - 21666500 21651 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21684500 21669 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21685500 21670 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21688500 21673 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21689500 21674 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21690500 21675 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21692500 21677 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21693500 21678 1c001778 fddff06f jal x0, -36 - 21695500 21680 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21696500 21681 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 21697500 21682 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21698500 21683 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 21699500 21684 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 21700500 21685 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 21701500 21686 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 21702500 21687 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 21703500 21688 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21704500 21689 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104190 - 21708500 21693 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21709500 21694 1c001bca 16a0006f jal x0, 362 - 21711500 21696 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21712500 21697 1c001d36 e69ff06f jal x0, -408 - 21715500 21700 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21730500 21715 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21731500 21716 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21734500 21719 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21735500 21720 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21736500 21721 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21738500 21723 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21739500 21724 1c001778 fddff06f jal x0, -36 - 21741500 21726 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21742500 21727 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 21743500 21728 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21744500 21729 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 21745500 21730 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 21746500 21731 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 21747500 21732 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 21748500 21733 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 21749500 21734 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21750500 21735 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104190 - 21754500 21739 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21755500 21740 1c001bca 16a0006f jal x0, 362 - 21757500 21742 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21758500 21743 1c001d36 e69ff06f jal x0, -408 - 21761500 21746 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21779500 21764 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21780500 21765 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21783500 21768 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21784500 21769 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21785500 21770 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21787500 21772 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21788500 21773 1c001778 fddff06f jal x0, -36 - 21790500 21775 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21791500 21776 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000062 - 21792500 21777 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21793500 21778 1c00175e 00379713 slli x14, x15, 0x3 x14=00000310 x15:00000062 - 21794500 21779 1c001762 00279793 slli x15, x15, 0x2 x15=00000188 x15:00000062 - 21795500 21780 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000010 x14:00000310 - 21796500 21781 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000188 x13:00001f80 - 21797500 21782 1c00176a 00e787b3 add x15, x15, x14 x15=00000190 x15:00000180 x14:00000010 - 21798500 21783 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21799500 21784 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104190 - 21803500 21788 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21804500 21789 1c001bca 16a0006f jal x0, 362 - 21806500 21791 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21807500 21792 1c001d36 e69ff06f jal x0, -408 - 21810500 21795 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21824500 21809 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21825500 21810 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21826500 21811 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:10cfeb60 PA:10cfebbc - 21827500 21812 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:10cfeb60 PA:10cfebb8 - 21828500 21813 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:10cfeb60 PA:10cfebb4 - 21829500 21814 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:10cfeb60 PA:10cfebb0 - 21841500 21826 1c001bb0 04c12983 lw x19, 76(x2) x19=00000002 x2:10cfeb60 PA:10cfebac - 21842500 21827 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:10cfeb60 PA:10cfeba8 - 21843500 21828 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:10cfeb60 PA:10cfeba4 - 21844500 21829 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:10cfeb60 PA:10cfeba0 - 21845500 21830 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:10cfeb60 PA:10cfeb9c - 21846500 21831 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:10cfeb60 PA:10cfeb98 - 21847500 21832 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:10cfeb60 PA:10cfeb94 - 21848500 21833 1c001bbe 06010113 addi x2, x2, 96 x2=10cfebc0 x2:10cfeb60 - 21849500 21834 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21851500 21836 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:10cfebc0 PA:10cfebdc - 21852500 21837 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21853500 21838 1c001838 04010113 addi x2, x2, 64 x2=10cfec00 x2:10cfebc0 - 21854500 21839 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21856500 21841 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_03_3.log b/sw/scripts/tracevis/example/traces/trace_core_03_3.log deleted file mode 100644 index 0e25e53..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_03_3.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 17014500 16999 1c000080 0180006f jal x0, 24 - 17032500 17017 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000063 - 17033500 17018 1c00009c 01f57593 andi x11, x10, 31 x11=00000003 x10:00000063 - 17050500 17035 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000003 x10:00000063 - 17051500 17036 1c0000a2 00058463 beq x11, x0, 8 x11:00000003 - 17052500 17037 1c0000a6 05a0206f jal x0, 8282 - 17070500 17055 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 17071500 17056 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 17072500 17057 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 17073500 17058 1c00210c 0e059163 bne x11, x0, 226 x11:00000003 - 17125500 17110 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 17126500 17111 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000063 - 17127500 17112 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000003 x19:00000063 - 17128500 17113 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 17147500 17132 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 17148500 17133 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 17149500 17134 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 17150500 17135 1c00220a 0060006f jal x0, 6 - 17169500 17154 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18817500 18802 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18836500 18821 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18837500 18822 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18862500 18847 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18863500 18848 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18865500 18850 1c00222c 08096283 p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080 - 18895500 18880 1c002230 02a98533 mul x10, x19, x10 x10=00000c00 x19:00000003 x10:00000400 - 18896500 18881 1c002234 00550133 add x2, x10, x5 x2=10cff000 x10:00000c00 x5:10cfe400 - 18897500 18882 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18899500 18884 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18936500 18921 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18944500 18929 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18945500 18930 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18946500 18931 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18947500 18932 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18965500 18950 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000063 - 18986500 18971 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18987500 18972 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000003 x12:00000063 - 18988500 18973 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003 - 18989500 18974 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000003 x12:00000063 - 18990500 18975 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18991500 18976 1c0009d4 63d0006f jal x0, 3644 - 19020500 19005 1c001810 fc010113 addi x2, x2, -64 x2=10cfefc0 x2:10cff000 - 19021500 19006 1c001812 02b12223 sw x11, 36(x2) x11:00000003 x2:10cfefc0 PA:10cfefe4 - 19022500 19007 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 19023500 19008 1c001818 02c12423 sw x12, 40(x2) x12:00000003 x2:10cfefc0 PA:10cfefe8 - 19024500 19009 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:10cfefc0 PA:10cfefec - 19025500 19010 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 19026500 19011 1c00181e 02410693 addi x13, x2, 36 x13=10cfefe4 x2:10cfefc0 - 19045500 19030 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 19046500 19031 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 19047500 19032 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:10cfefc0 PA:10cfefdc - 19051500 19036 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:10cfefc0 PA:10cfeff0 - 19052500 19037 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:10cfefc0 PA:10cfeff4 - 19053500 19038 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:10cfefc0 PA:10cfeff8 - 19054500 19039 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:10cfefc0 PA:10cfeffc - 19072500 19057 1c001830 00d12623 sw x13, 12(x2) x13:10cfefe4 x2:10cfefc0 PA:10cfefcc - 19075500 19060 1c001832 33e000ef jal x1, 830 x1=1c001834 - 19092500 19077 1c001b70 fa010113 addi x2, x2, -96 x2=10cfef60 x2:10cfefc0 - 19093500 19078 1c001b72 01810793 addi x15, x2, 24 x15=10cfef78 x2:10cfef60 - 19094500 19079 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:10cfef60 PA:10cfefb8 - 19096500 19081 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:10cfef60 PA:10cfefb0 - 19097500 19082 1c001b78 05312623 sw x19, 76(x2) x19:00000003 x2:10cfef60 PA:10cfefac - 19098500 19083 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:10cfef60 PA:10cfefa8 - 19099500 19084 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:10cfef60 PA:10cfefa4 - 19100500 19085 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:10cfef60 PA:10cfefa0 - 19115500 19100 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:10cfef60 PA:10cfef9c - 19119500 19104 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:10cfef60 PA:10cfefbc - 19120500 19105 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:10cfef60 PA:10cfefb4 - 19121500 19106 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:10cfef60 PA:10cfef98 - 19122500 19107 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:10cfef60 PA:10cfef94 - 19123500 19108 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19124500 19109 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19125500 19110 1c001b8e 00d00433 add x8, x0, x13 x8=10cfefe4 x13:10cfefe4 - 19138500 19123 1c001b90 00f12a23 sw x15, 20(x2) x15:10cfef78 x2:10cfef60 PA:10cfef74 - 19141500 19126 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19142500 19127 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19143500 19128 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19144500 19129 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19159500 19144 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19203500 19188 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19204500 19189 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19226500 19211 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19227500 19212 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19228500 19213 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19255500 19240 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19256500 19241 1c001778 fddff06f jal x0, -36 - 19279500 19264 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19280500 19265 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19281500 19266 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19301500 19286 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19302500 19287 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19303500 19288 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19304500 19289 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19305500 19290 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19306500 19291 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19307500 19292 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a104198 - 19311500 19296 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19312500 19297 1c001bca 16a0006f jal x0, 362 - 19331500 19316 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19332500 19317 1c001d36 e69ff06f jal x0, -408 - 19335500 19320 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19356500 19341 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19357500 19342 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19360500 19345 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19361500 19346 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19362500 19347 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19364500 19349 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19365500 19350 1c001778 fddff06f jal x0, -36 - 19367500 19352 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19368500 19353 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19369500 19354 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19370500 19355 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19371500 19356 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19372500 19357 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19373500 19358 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19374500 19359 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19375500 19360 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19376500 19361 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104198 - 19380500 19365 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19381500 19366 1c001bca 16a0006f jal x0, 362 - 19383500 19368 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19384500 19369 1c001d36 e69ff06f jal x0, -408 - 19387500 19372 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19408500 19393 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19409500 19394 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19412500 19397 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19413500 19398 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19414500 19399 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19416500 19401 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19417500 19402 1c001778 fddff06f jal x0, -36 - 19419500 19404 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19420500 19405 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19421500 19406 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19422500 19407 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19423500 19408 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19424500 19409 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19425500 19410 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19426500 19411 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19427500 19412 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19428500 19413 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a104198 - 19432500 19417 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19433500 19418 1c001bca 16a0006f jal x0, 362 - 19435500 19420 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19436500 19421 1c001d36 e69ff06f jal x0, -408 - 19439500 19424 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19464500 19449 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19465500 19450 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19468500 19453 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19469500 19454 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19470500 19455 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19472500 19457 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19473500 19458 1c001778 fddff06f jal x0, -36 - 19475500 19460 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19476500 19461 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19477500 19462 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19478500 19463 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19479500 19464 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19480500 19465 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19481500 19466 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19482500 19467 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19483500 19468 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19484500 19469 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104198 - 19488500 19473 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19489500 19474 1c001bca 16a0006f jal x0, 362 - 19491500 19476 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19492500 19477 1c001d36 e69ff06f jal x0, -408 - 19495500 19480 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19517500 19502 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19518500 19503 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19521500 19506 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19522500 19507 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19523500 19508 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19525500 19510 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19526500 19511 1c001778 fddff06f jal x0, -36 - 19528500 19513 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19529500 19514 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19530500 19515 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19531500 19516 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19532500 19517 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19533500 19518 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19534500 19519 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19535500 19520 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19536500 19521 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19537500 19522 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104198 - 19541500 19526 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19542500 19527 1c001bca 16a0006f jal x0, 362 - 19544500 19529 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19545500 19530 1c001d36 e69ff06f jal x0, -408 - 19548500 19533 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19585500 19570 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19586500 19571 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19589500 19574 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19590500 19575 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19591500 19576 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19593500 19578 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19594500 19579 1c001778 fddff06f jal x0, -36 - 19596500 19581 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19597500 19582 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19598500 19583 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19599500 19584 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19600500 19585 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19601500 19586 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19602500 19587 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19603500 19588 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19604500 19589 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19605500 19590 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a104198 - 19609500 19594 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19610500 19595 1c001bca 16a0006f jal x0, 362 - 19612500 19597 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19613500 19598 1c001d36 e69ff06f jal x0, -408 - 19616500 19601 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19630500 19615 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19631500 19616 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19634500 19619 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19635500 19620 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19636500 19621 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19638500 19623 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19639500 19624 1c001778 fddff06f jal x0, -36 - 19641500 19626 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19642500 19627 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19643500 19628 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19644500 19629 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19645500 19630 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19646500 19631 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19647500 19632 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19648500 19633 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19649500 19634 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19650500 19635 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a104198 - 19654500 19639 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19655500 19640 1c001bca 16a0006f jal x0, 362 - 19657500 19642 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19658500 19643 1c001d36 e69ff06f jal x0, -408 - 19661500 19646 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19675500 19660 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19676500 19661 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19679500 19664 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19680500 19665 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19681500 19666 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19683500 19668 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19684500 19669 1c001778 fddff06f jal x0, -36 - 19686500 19671 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19687500 19672 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19688500 19673 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19689500 19674 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19690500 19675 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19691500 19676 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19692500 19677 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19693500 19678 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19694500 19679 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19695500 19680 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a104198 - 19699500 19684 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19700500 19685 1c001bca 16a0006f jal x0, 362 - 19702500 19687 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19703500 19688 1c001d36 e69ff06f jal x0, -408 - 19706500 19691 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19720500 19705 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19721500 19706 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19724500 19709 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19725500 19710 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19726500 19711 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19728500 19713 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19729500 19714 1c001778 fddff06f jal x0, -36 - 19731500 19716 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19732500 19717 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19733500 19718 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19734500 19719 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19735500 19720 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19736500 19721 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19737500 19722 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19738500 19723 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19739500 19724 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19740500 19725 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104198 - 19744500 19729 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19745500 19730 1c001bca 16a0006f jal x0, 362 - 19747500 19732 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19748500 19733 1c001d36 e69ff06f jal x0, -408 - 19751500 19736 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19765500 19750 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19766500 19751 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19769500 19754 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19770500 19755 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19771500 19756 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19773500 19758 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19774500 19759 1c001778 fddff06f jal x0, -36 - 19776500 19761 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19777500 19762 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19778500 19763 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19779500 19764 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19780500 19765 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19781500 19766 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19782500 19767 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19783500 19768 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19784500 19769 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19785500 19770 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a104198 - 19789500 19774 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19790500 19775 1c001bca 16a0006f jal x0, 362 - 19792500 19777 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19793500 19778 1c001d36 e69ff06f jal x0, -408 - 19796500 19781 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19816500 19801 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19817500 19802 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19820500 19805 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19821500 19806 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19822500 19807 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19824500 19809 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19825500 19810 1c001778 fddff06f jal x0, -36 - 19827500 19812 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19828500 19813 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19829500 19814 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19830500 19815 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19831500 19816 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19832500 19817 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19833500 19818 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19834500 19819 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19835500 19820 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19836500 19821 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a104198 - 19840500 19825 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19841500 19826 1c001bca 16a0006f jal x0, 362 - 19843500 19828 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19844500 19829 1c001d36 e69ff06f jal x0, -408 - 19847500 19832 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19863500 19848 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19864500 19849 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19867500 19852 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19868500 19853 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19869500 19854 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19871500 19856 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19872500 19857 1c001778 fddff06f jal x0, -36 - 19874500 19859 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19875500 19860 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19876500 19861 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19877500 19862 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19878500 19863 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19879500 19864 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19880500 19865 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19881500 19866 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19882500 19867 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19883500 19868 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a104198 - 19887500 19872 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19888500 19873 1c001bca 16a0006f jal x0, 362 - 19890500 19875 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19891500 19876 1c001d36 e69ff06f jal x0, -408 - 19894500 19879 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19908500 19893 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19909500 19894 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19912500 19897 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19913500 19898 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19914500 19899 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19916500 19901 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19917500 19902 1c001778 fddff06f jal x0, -36 - 19919500 19904 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19920500 19905 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19921500 19906 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19922500 19907 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19923500 19908 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19924500 19909 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19925500 19910 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19926500 19911 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19927500 19912 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19928500 19913 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a104198 - 19932500 19917 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19933500 19918 1c001bca 16a0006f jal x0, 362 - 19935500 19920 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19936500 19921 1c001d36 e69ff06f jal x0, -408 - 19939500 19924 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19966500 19951 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19967500 19952 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19970500 19955 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19971500 19956 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19972500 19957 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19974500 19959 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19975500 19960 1c001778 fddff06f jal x0, -36 - 19977500 19962 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19978500 19963 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 19979500 19964 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19980500 19965 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 19981500 19966 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 19982500 19967 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 19983500 19968 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 19984500 19969 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 19985500 19970 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19986500 19971 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104198 - 19990500 19975 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19991500 19976 1c001bca 16a0006f jal x0, 362 - 19993500 19978 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19994500 19979 1c001d36 e69ff06f jal x0, -408 - 19997500 19982 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 20011500 19996 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 20012500 19997 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 20015500 20000 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 20016500 20001 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20017500 20002 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20019500 20004 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 20020500 20005 1c001778 fddff06f jal x0, -36 - 20022500 20007 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20023500 20008 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 20024500 20009 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20025500 20010 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 20026500 20011 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 20027500 20012 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 20028500 20013 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 20029500 20014 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 20030500 20015 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20031500 20016 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a104198 - 20035500 20020 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20036500 20021 1c001bca 16a0006f jal x0, 362 - 20038500 20023 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 20039500 20024 1c001d36 e69ff06f jal x0, -408 - 20042500 20027 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 20059500 20044 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 20060500 20045 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20063500 20048 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20066500 20051 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:10cfef60 PA:10cfef64 - 20071500 20056 1c001bd0 00012423 sw x0, 8(x2) x2:10cfef60 PA:10cfef68 - 20073500 20058 1c001bd2 00010623 sb x0, 12(x2) x2:10cfef60 PA:10cfef6c - 20074500 20059 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 20075500 20060 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20091500 20076 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20092500 20077 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cfef60 PA:10cfef64 - 20095500 20080 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20096500 20081 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20097500 20082 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20098500 20083 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20099500 20084 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20113500 20098 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20114500 20099 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20115500 20100 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 20136500 20121 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 20137500 20122 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20156500 20141 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20157500 20142 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20158500 20143 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20180500 20165 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20199500 20184 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20202500 20187 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20220500 20205 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20239500 20224 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20240500 20225 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20241500 20226 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20260500 20245 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20278500 20263 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20297500 20282 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20298500 20283 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20336500 20321 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20354500 20339 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20373500 20358 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20374500 20359 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20408500 20393 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20427500 20412 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20428500 20413 1c001f42 e09ff06f jal x0, -504 - 20446500 20431 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20447500 20432 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cfef60 PA:10cfef70 - 20464500 20449 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20483500 20468 1c001e34 00440c13 addi x24, x8, 4 x24=10cfefe8 x8:10cfefe4 - 20484500 20469 1c001e38 00042503 lw x10, 0(x8) x10=00000003 x8:10cfefe4 PA:10cfefe4 - 20486500 20471 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20519500 20504 1c001e54 00055863 bge x10, x0, 16 x10:00000003 - 20538500 20523 1c001e64 00410593 addi x11, x2, 4 x11=10cfef64 x2:10cfef60 - 20539500 20524 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20557500 20542 1c0019fe 0105a683 lw x13, 16(x11) x13=10cfef78 x11:10cfef64 PA:10cfef74 - 20574500 20559 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfef64 PA:10cfef70 - 20577500 20562 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20578500 20563 1c001a04 02f55633 divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001 - 20612500 20597 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000003 x14:0000000a - 20613500 20598 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20614500 20599 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20615500 20600 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20618500 20603 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfef64 PA:10cfef70 - 20634500 20619 1c001a20 02f55833 divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001 - 20668500 20653 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001 - 20702500 20687 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20733500 20718 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20734500 20719 1c001a2e 01004663 blt x0, x16, 12 x16:00000003 - 20737500 20722 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20758500 20743 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000003 - 20780500 20765 1c001a56 01070733 add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003 - 20781500 20766 1c001a58 00e68023 sb x14, 0(x13) x14:00000033 x13:10cfef78 PA:10cfef78 - 20784500 20769 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20785500 20770 1c001a5e 00168693 addi x13, x13, 1 x13=10cfef79 x13:10cfef78 - 20800500 20785 1c001a60 fb1ff06f jal x0, -80 - 20802500 20787 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20803500 20788 1c001a12 00068023 sb x0, 0(x13) x13:10cfef79 PA:10cfef79 - 20805500 20790 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20806500 20791 1c001e68 f17ff06f jal x0, -234 - 20825500 20810 1c001d7e 00410613 addi x12, x2, 4 x12=10cfef64 x2:10cfef60 - 20842500 20827 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20843500 20828 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20844500 20829 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20846500 20831 1c001a62 fe010113 addi x2, x2, -32 x2=10cfef40 x2:10cfef60 - 20847500 20832 1c001a64 00812c23 sw x8, 24(x2) x8:10cfefe4 x2:10cfef40 PA:10cfef58 - 20852500 20837 1c001a66 01062783 lw x15, 16(x12) x15=10cfef78 x12:10cfef64 PA:10cfef74 - 20853500 20838 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cfef64 PA:10cfef68 - 20854500 20839 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:10cfef40 PA:10cfef54 - 20855500 20840 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cfef40 PA:10cfef50 - 20856500 20841 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cfef40 PA:10cfef4c - 20868500 20853 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cfef40 PA:10cfef5c - 20870500 20855 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cfef40 PA:10cfef48 - 20871500 20856 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20872500 20857 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20873500 20858 1c001a78 00c004b3 add x9, x0, x12 x9=10cfef64 x12:10cfef64 - 20874500 20859 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000033 x15=10cfef79 x15:10cfef78 PA:10cfef78 - 20876500 20861 1c001a7e 00070363 beq x14, x0, 6 x14:00000033 - 20892500 20877 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20893500 20878 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cfef64 PA:10cfef6c - 20895500 20880 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20898500 20883 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64 - 20915500 20900 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20916500 20901 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20935500 20920 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20936500 20921 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20937500 20922 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20957500 20942 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20958500 20943 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20975500 20960 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20976500 20961 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20977500 20962 1c001b36 f71ff06f jal x0, -144 - 20979500 20964 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cfef64 PA:10cfef6c - 20982500 20967 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20999500 20984 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64 - 21002500 20987 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21003500 20988 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21021500 21006 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64 - 21038500 21023 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21039500 21024 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21040500 21025 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21041500 21026 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cfef78 x9:10cfef64 PA:10cfef74 - 21044500 21029 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000033 x20=10cfef79 x20:10cfef78 PA:10cfef78 - 21062500 21047 1c001af0 06059763 bne x11, x0, 110 x11:00000033 - 21081500 21066 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21101500 21086 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21103500 21088 1c001776 00b00533 add x10, x0, x11 x10=00000033 x11:00000033 - 21104500 21089 1c001778 fddff06f jal x0, -36 - 21106500 21091 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21107500 21092 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 21108500 21093 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21109500 21094 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 21110500 21095 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 21111500 21096 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 21112500 21097 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 21113500 21098 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 21114500 21099 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21115500 21100 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104198 - 21119500 21104 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21120500 21105 1c001b62 f8bff06f jal x0, -118 - 21122500 21107 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cfef7a x20:10cfef79 PA:10cfef79 - 21125500 21110 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21126500 21111 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64 - 21128500 21113 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21129500 21114 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21155500 21140 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cfef40 PA:10cfef5c - 21158500 21143 1c001b02 01812403 lw x8, 24(x2) x8=10cfefe4 x2:10cfef40 PA:10cfef58 - 21159500 21144 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:10cfef40 PA:10cfef54 - 21160500 21145 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cfef40 PA:10cfef50 - 21161500 21146 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cfef40 PA:10cfef4c - 21162500 21147 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cfef40 PA:10cfef48 - 21163500 21148 1c001b0c 02010113 addi x2, x2, 32 x2=10cfef60 x2:10cfef40 - 21164500 21149 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21179500 21164 1c001d86 01800433 add x8, x0, x24 x8=10cfefe8 x24:10cfefe8 - 21180500 21165 1c001d88 fadff06f jal x0, -84 - 21182500 21167 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 21183500 21168 1c001d36 e69ff06f jal x0, -408 - 21186500 21171 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21205500 21190 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21206500 21191 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21209500 21194 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21210500 21195 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21211500 21196 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21213500 21198 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21214500 21199 1c001778 fddff06f jal x0, -36 - 21216500 21201 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21217500 21202 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 21218500 21203 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21219500 21204 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 21220500 21205 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 21221500 21206 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 21222500 21207 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 21223500 21208 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 21224500 21209 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21225500 21210 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a104198 - 21229500 21214 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21230500 21215 1c001bca 16a0006f jal x0, 362 - 21232500 21217 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21233500 21218 1c001d36 e69ff06f jal x0, -408 - 21236500 21221 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21250500 21235 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21251500 21236 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21254500 21239 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21255500 21240 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21256500 21241 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21258500 21243 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21259500 21244 1c001778 fddff06f jal x0, -36 - 21261500 21246 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21262500 21247 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 21263500 21248 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21264500 21249 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 21265500 21250 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 21266500 21251 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 21267500 21252 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 21268500 21253 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 21269500 21254 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21270500 21255 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a104198 - 21274500 21259 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21275500 21260 1c001bca 16a0006f jal x0, 362 - 21277500 21262 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21278500 21263 1c001d36 e69ff06f jal x0, -408 - 21281500 21266 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21296500 21281 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21297500 21282 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21300500 21285 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21303500 21288 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:10cfef60 PA:10cfef64 - 21304500 21289 1c001bd0 00012423 sw x0, 8(x2) x2:10cfef60 PA:10cfef68 - 21305500 21290 1c001bd2 00010623 sb x0, 12(x2) x2:10cfef60 PA:10cfef6c - 21306500 21291 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21307500 21292 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21308500 21293 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21309500 21294 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cfef60 PA:10cfef64 - 21310500 21295 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21311500 21296 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21312500 21297 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21313500 21298 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21314500 21299 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21315500 21300 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21316500 21301 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21317500 21302 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21331500 21316 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21332500 21317 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21335500 21320 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21336500 21321 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21337500 21322 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21340500 21325 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21343500 21328 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21346500 21331 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21349500 21334 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21350500 21335 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21351500 21336 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21352500 21337 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21355500 21340 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21356500 21341 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21359500 21344 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21360500 21345 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21363500 21348 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21365500 21350 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21368500 21353 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21369500 21354 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21372500 21357 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21373500 21358 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21374500 21359 1c001f42 e09ff06f jal x0, -504 - 21376500 21361 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21377500 21362 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cfef60 PA:10cfef70 - 21378500 21363 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21381500 21366 1c001e34 00440c13 addi x24, x8, 4 x24=10cfefec x8:10cfefe8 - 21382500 21367 1c001e38 00042503 lw x10, 0(x8) x10=00000003 x8:10cfefe8 PA:10cfefe8 - 21383500 21368 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21386500 21371 1c001e54 00055863 bge x10, x0, 16 x10:00000003 - 21389500 21374 1c001e64 00410593 addi x11, x2, 4 x11=10cfef64 x2:10cfef60 - 21390500 21375 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21392500 21377 1c0019fe 0105a683 lw x13, 16(x11) x13=10cfef78 x11:10cfef64 PA:10cfef74 - 21393500 21378 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfef64 PA:10cfef70 - 21394500 21379 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21395500 21380 1c001a04 02f55633 divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001 - 21429500 21414 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000003 x14:0000000a - 21430500 21415 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21431500 21416 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21432500 21417 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21435500 21420 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfef64 PA:10cfef70 - 21436500 21421 1c001a20 02f55833 divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001 - 21470500 21455 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001 - 21504500 21489 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21535500 21520 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21536500 21521 1c001a2e 01004663 blt x0, x16, 12 x16:00000003 - 21539500 21524 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21541500 21526 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000003 - 21544500 21529 1c001a56 01070733 add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003 - 21545500 21530 1c001a58 00e68023 sb x14, 0(x13) x14:00000033 x13:10cfef78 PA:10cfef78 - 21546500 21531 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21547500 21532 1c001a5e 00168693 addi x13, x13, 1 x13=10cfef79 x13:10cfef78 - 21548500 21533 1c001a60 fb1ff06f jal x0, -80 - 21550500 21535 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21551500 21536 1c001a12 00068023 sb x0, 0(x13) x13:10cfef79 PA:10cfef79 - 21552500 21537 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21554500 21539 1c001e68 f17ff06f jal x0, -234 - 21556500 21541 1c001d7e 00410613 addi x12, x2, 4 x12=10cfef64 x2:10cfef60 - 21557500 21542 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21558500 21543 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21559500 21544 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21561500 21546 1c001a62 fe010113 addi x2, x2, -32 x2=10cfef40 x2:10cfef60 - 21562500 21547 1c001a64 00812c23 sw x8, 24(x2) x8:10cfefe8 x2:10cfef40 PA:10cfef58 - 21563500 21548 1c001a66 01062783 lw x15, 16(x12) x15=10cfef78 x12:10cfef64 PA:10cfef74 - 21564500 21549 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cfef64 PA:10cfef68 - 21565500 21550 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:10cfef40 PA:10cfef54 - 21566500 21551 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cfef40 PA:10cfef50 - 21567500 21552 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cfef40 PA:10cfef4c - 21568500 21553 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cfef40 PA:10cfef5c - 21569500 21554 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cfef40 PA:10cfef48 - 21570500 21555 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21571500 21556 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21572500 21557 1c001a78 00c004b3 add x9, x0, x12 x9=10cfef64 x12:10cfef64 - 21573500 21558 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000033 x15=10cfef79 x15:10cfef78 PA:10cfef78 - 21576500 21561 1c001a7e 00070363 beq x14, x0, 6 x14:00000033 - 21577500 21562 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21578500 21563 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cfef64 PA:10cfef6c - 21580500 21565 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21583500 21568 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64 - 21586500 21571 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21587500 21572 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21590500 21575 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21591500 21576 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21592500 21577 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21595500 21580 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21596500 21581 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21597500 21582 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21598500 21583 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21599500 21584 1c001b36 f71ff06f jal x0, -144 - 21601500 21586 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cfef64 PA:10cfef6c - 21603500 21588 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21606500 21591 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64 - 21608500 21593 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21609500 21594 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21612500 21597 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64 - 21613500 21598 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21614500 21599 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21615500 21600 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21616500 21601 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cfef78 x9:10cfef64 PA:10cfef74 - 21618500 21603 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000033 x20=10cfef79 x20:10cfef78 PA:10cfef78 - 21620500 21605 1c001af0 06059763 bne x11, x0, 110 x11:00000033 - 21623500 21608 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21624500 21609 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21626500 21611 1c001776 00b00533 add x10, x0, x11 x10=00000033 x11:00000033 - 21627500 21612 1c001778 fddff06f jal x0, -36 - 21629500 21614 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21630500 21615 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 21631500 21616 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21632500 21617 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 21633500 21618 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 21634500 21619 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 21635500 21620 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 21636500 21621 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 21637500 21622 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21638500 21623 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a104198 - 21642500 21627 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21643500 21628 1c001b62 f8bff06f jal x0, -118 - 21645500 21630 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cfef7a x20:10cfef79 PA:10cfef79 - 21647500 21632 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21648500 21633 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfef64 PA:10cfef64 - 21650500 21635 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21651500 21636 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21654500 21639 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cfef40 PA:10cfef5c - 21655500 21640 1c001b02 01812403 lw x8, 24(x2) x8=10cfefe8 x2:10cfef40 PA:10cfef58 - 21656500 21641 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:10cfef40 PA:10cfef54 - 21657500 21642 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cfef40 PA:10cfef50 - 21658500 21643 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cfef40 PA:10cfef4c - 21659500 21644 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cfef40 PA:10cfef48 - 21660500 21645 1c001b0c 02010113 addi x2, x2, 32 x2=10cfef60 x2:10cfef40 - 21661500 21646 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21663500 21648 1c001d86 01800433 add x8, x0, x24 x8=10cfefec x24:10cfefec - 21664500 21649 1c001d88 fadff06f jal x0, -84 - 21666500 21651 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21667500 21652 1c001d36 e69ff06f jal x0, -408 - 21670500 21655 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21685500 21670 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21686500 21671 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21689500 21674 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21690500 21675 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21691500 21676 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21693500 21678 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21694500 21679 1c001778 fddff06f jal x0, -36 - 21696500 21681 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21697500 21682 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 21698500 21683 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21699500 21684 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 21700500 21685 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 21701500 21686 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 21702500 21687 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 21703500 21688 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 21704500 21689 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21705500 21690 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a104198 - 21709500 21694 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21710500 21695 1c001bca 16a0006f jal x0, 362 - 21712500 21697 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21713500 21698 1c001d36 e69ff06f jal x0, -408 - 21716500 21701 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21732500 21717 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21733500 21718 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21736500 21721 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21737500 21722 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21738500 21723 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21740500 21725 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21741500 21726 1c001778 fddff06f jal x0, -36 - 21743500 21728 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21744500 21729 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 21745500 21730 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21746500 21731 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 21747500 21732 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 21748500 21733 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 21749500 21734 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 21750500 21735 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 21751500 21736 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21752500 21737 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a104198 - 21756500 21741 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21757500 21742 1c001bca 16a0006f jal x0, 362 - 21759500 21744 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21760500 21745 1c001d36 e69ff06f jal x0, -408 - 21763500 21748 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21781500 21766 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21782500 21767 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21785500 21770 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21786500 21771 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21787500 21772 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21789500 21774 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21790500 21775 1c001778 fddff06f jal x0, -36 - 21792500 21777 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21793500 21778 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000063 - 21794500 21779 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21795500 21780 1c00175e 00379713 slli x14, x15, 0x3 x14=00000318 x15:00000063 - 21796500 21781 1c001762 00279793 slli x15, x15, 0x2 x15=0000018c x15:00000063 - 21797500 21782 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000018 x14:00000318 - 21798500 21783 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000018c x13:00001f80 - 21799500 21784 1c00176a 00e787b3 add x15, x15, x14 x15=00000198 x15:00000180 x14:00000018 - 21800500 21785 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21801500 21786 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a104198 - 21805500 21790 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21806500 21791 1c001bca 16a0006f jal x0, 362 - 21808500 21793 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21809500 21794 1c001d36 e69ff06f jal x0, -408 - 21812500 21797 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21827500 21812 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21828500 21813 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21829500 21814 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:10cfef60 PA:10cfefbc - 21830500 21815 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:10cfef60 PA:10cfefb8 - 21831500 21816 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:10cfef60 PA:10cfefb4 - 21832500 21817 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:10cfef60 PA:10cfefb0 - 21841500 21826 1c001bb0 04c12983 lw x19, 76(x2) x19=00000003 x2:10cfef60 PA:10cfefac - 21843500 21828 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:10cfef60 PA:10cfefa8 - 21844500 21829 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:10cfef60 PA:10cfefa4 - 21845500 21830 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:10cfef60 PA:10cfefa0 - 21846500 21831 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:10cfef60 PA:10cfef9c - 21847500 21832 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:10cfef60 PA:10cfef98 - 21848500 21833 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:10cfef60 PA:10cfef94 - 21849500 21834 1c001bbe 06010113 addi x2, x2, 96 x2=10cfefc0 x2:10cfef60 - 21850500 21835 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21852500 21837 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:10cfefc0 PA:10cfefdc - 21855500 21840 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21856500 21841 1c001838 04010113 addi x2, x2, 64 x2=10cff000 x2:10cfefc0 - 21857500 21842 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21859500 21844 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_03_4.log b/sw/scripts/tracevis/example/traces/trace_core_03_4.log deleted file mode 100644 index 5c9abd2..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_03_4.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 17014500 16999 1c000080 0180006f jal x0, 24 - 17032500 17017 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000064 - 17033500 17018 1c00009c 01f57593 andi x11, x10, 31 x11=00000004 x10:00000064 - 17050500 17035 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000003 x10:00000064 - 17051500 17036 1c0000a2 00058463 beq x11, x0, 8 x11:00000004 - 17052500 17037 1c0000a6 05a0206f jal x0, 8282 - 17070500 17055 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 17071500 17056 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 17072500 17057 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 17073500 17058 1c00210c 0e059163 bne x11, x0, 226 x11:00000004 - 17125500 17110 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 17126500 17111 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000064 - 17127500 17112 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000004 x19:00000064 - 17128500 17113 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 17147500 17132 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 17148500 17133 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 17149500 17134 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 17150500 17135 1c00220a 0060006f jal x0, 6 - 17169500 17154 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18817500 18802 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18836500 18821 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18837500 18822 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18862500 18847 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18863500 18848 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18865500 18850 1c00222c 08096283 p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080 - 18895500 18880 1c002230 02a98533 mul x10, x19, x10 x10=00001000 x19:00000004 x10:00000400 - 18896500 18881 1c002234 00550133 add x2, x10, x5 x2=10cff400 x10:00001000 x5:10cfe400 - 18897500 18882 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18899500 18884 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18936500 18921 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18944500 18929 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18945500 18930 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18946500 18931 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18947500 18932 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18965500 18950 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000064 - 18986500 18971 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18987500 18972 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000003 x12:00000064 - 18988500 18973 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003 - 18989500 18974 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000004 x12:00000064 - 18990500 18975 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18991500 18976 1c0009d4 63d0006f jal x0, 3644 - 19020500 19005 1c001810 fc010113 addi x2, x2, -64 x2=10cff3c0 x2:10cff400 - 19021500 19006 1c001812 02b12223 sw x11, 36(x2) x11:00000003 x2:10cff3c0 PA:10cff3e4 - 19023500 19008 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 19024500 19009 1c001818 02c12423 sw x12, 40(x2) x12:00000004 x2:10cff3c0 PA:10cff3e8 - 19025500 19010 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:10cff3c0 PA:10cff3ec - 19026500 19011 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 19027500 19012 1c00181e 02410693 addi x13, x2, 36 x13=10cff3e4 x2:10cff3c0 - 19045500 19030 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 19046500 19031 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 19047500 19032 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:10cff3c0 PA:10cff3dc - 19048500 19033 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:10cff3c0 PA:10cff3f0 - 19049500 19034 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:10cff3c0 PA:10cff3f4 - 19050500 19035 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:10cff3c0 PA:10cff3f8 - 19051500 19036 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:10cff3c0 PA:10cff3fc - 19072500 19057 1c001830 00d12623 sw x13, 12(x2) x13:10cff3e4 x2:10cff3c0 PA:10cff3cc - 19078500 19063 1c001832 33e000ef jal x1, 830 x1=1c001834 - 19092500 19077 1c001b70 fa010113 addi x2, x2, -96 x2=10cff360 x2:10cff3c0 - 19093500 19078 1c001b72 01810793 addi x15, x2, 24 x15=10cff378 x2:10cff360 - 19094500 19079 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:10cff360 PA:10cff3b8 - 19097500 19082 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:10cff360 PA:10cff3b0 - 19098500 19083 1c001b78 05312623 sw x19, 76(x2) x19:00000004 x2:10cff360 PA:10cff3ac - 19099500 19084 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:10cff360 PA:10cff3a8 - 19100500 19085 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:10cff360 PA:10cff3a4 - 19101500 19086 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:10cff360 PA:10cff3a0 - 19115500 19100 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:10cff360 PA:10cff39c - 19122500 19107 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:10cff360 PA:10cff3bc - 19123500 19108 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:10cff360 PA:10cff3b4 - 19124500 19109 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:10cff360 PA:10cff398 - 19125500 19110 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:10cff360 PA:10cff394 - 19126500 19111 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19127500 19112 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19128500 19113 1c001b8e 00d00433 add x8, x0, x13 x8=10cff3e4 x13:10cff3e4 - 19138500 19123 1c001b90 00f12a23 sw x15, 20(x2) x15:10cff378 x2:10cff360 PA:10cff374 - 19142500 19127 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19143500 19128 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19144500 19129 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19145500 19130 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19159500 19144 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19233500 19218 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19234500 19219 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19237500 19222 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19238500 19223 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19239500 19224 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19255500 19240 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19256500 19241 1c001778 fddff06f jal x0, -36 - 19279500 19264 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19280500 19265 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19281500 19266 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19301500 19286 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19302500 19287 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19303500 19288 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19304500 19289 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19305500 19290 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19306500 19291 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19307500 19292 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1041a0 - 19311500 19296 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19312500 19297 1c001bca 16a0006f jal x0, 362 - 19331500 19316 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19332500 19317 1c001d36 e69ff06f jal x0, -408 - 19335500 19320 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19358500 19343 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19359500 19344 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19362500 19347 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19363500 19348 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19364500 19349 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19366500 19351 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19367500 19352 1c001778 fddff06f jal x0, -36 - 19369500 19354 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19370500 19355 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19371500 19356 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19372500 19357 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19373500 19358 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19374500 19359 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19375500 19360 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19376500 19361 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19377500 19362 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19378500 19363 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041a0 - 19382500 19367 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19383500 19368 1c001bca 16a0006f jal x0, 362 - 19385500 19370 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19386500 19371 1c001d36 e69ff06f jal x0, -408 - 19389500 19374 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19415500 19400 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19416500 19401 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19419500 19404 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19420500 19405 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19421500 19406 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19423500 19408 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19424500 19409 1c001778 fddff06f jal x0, -36 - 19426500 19411 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19427500 19412 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19428500 19413 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19429500 19414 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19430500 19415 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19431500 19416 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19432500 19417 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19433500 19418 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19434500 19419 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19435500 19420 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1041a0 - 19439500 19424 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19440500 19425 1c001bca 16a0006f jal x0, 362 - 19442500 19427 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19443500 19428 1c001d36 e69ff06f jal x0, -408 - 19446500 19431 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19468500 19453 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19469500 19454 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19472500 19457 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19473500 19458 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19474500 19459 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19476500 19461 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19477500 19462 1c001778 fddff06f jal x0, -36 - 19479500 19464 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19480500 19465 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19481500 19466 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19482500 19467 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19483500 19468 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19484500 19469 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19485500 19470 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19486500 19471 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19487500 19472 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19488500 19473 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041a0 - 19492500 19477 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19493500 19478 1c001bca 16a0006f jal x0, 362 - 19495500 19480 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19496500 19481 1c001d36 e69ff06f jal x0, -408 - 19499500 19484 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19518500 19503 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19519500 19504 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19522500 19507 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19523500 19508 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19524500 19509 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19526500 19511 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19527500 19512 1c001778 fddff06f jal x0, -36 - 19529500 19514 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19530500 19515 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19531500 19516 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19532500 19517 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19533500 19518 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19534500 19519 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19535500 19520 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19536500 19521 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19537500 19522 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19538500 19523 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a0 - 19542500 19527 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19543500 19528 1c001bca 16a0006f jal x0, 362 - 19545500 19530 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19546500 19531 1c001d36 e69ff06f jal x0, -408 - 19549500 19534 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19596500 19581 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19597500 19582 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19600500 19585 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19601500 19586 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19602500 19587 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19604500 19589 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19605500 19590 1c001778 fddff06f jal x0, -36 - 19607500 19592 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19608500 19593 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19609500 19594 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19610500 19595 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19611500 19596 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19612500 19597 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19613500 19598 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19614500 19599 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19615500 19600 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19616500 19601 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1041a0 - 19620500 19605 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19621500 19606 1c001bca 16a0006f jal x0, 362 - 19623500 19608 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19624500 19609 1c001d36 e69ff06f jal x0, -408 - 19627500 19612 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19642500 19627 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19643500 19628 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19646500 19631 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19647500 19632 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19648500 19633 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19650500 19635 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19651500 19636 1c001778 fddff06f jal x0, -36 - 19653500 19638 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19654500 19639 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19655500 19640 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19656500 19641 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19657500 19642 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19658500 19643 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19659500 19644 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19660500 19645 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19661500 19646 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19662500 19647 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1041a0 - 19666500 19651 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19667500 19652 1c001bca 16a0006f jal x0, 362 - 19669500 19654 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19670500 19655 1c001d36 e69ff06f jal x0, -408 - 19673500 19658 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19687500 19672 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19688500 19673 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19691500 19676 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19692500 19677 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19693500 19678 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19695500 19680 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19696500 19681 1c001778 fddff06f jal x0, -36 - 19698500 19683 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19699500 19684 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19700500 19685 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19701500 19686 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19702500 19687 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19703500 19688 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19704500 19689 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19705500 19690 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19706500 19691 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19707500 19692 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1041a0 - 19711500 19696 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19712500 19697 1c001bca 16a0006f jal x0, 362 - 19714500 19699 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19715500 19700 1c001d36 e69ff06f jal x0, -408 - 19718500 19703 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19732500 19717 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19733500 19718 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19736500 19721 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19737500 19722 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19738500 19723 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19740500 19725 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19741500 19726 1c001778 fddff06f jal x0, -36 - 19743500 19728 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19744500 19729 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19745500 19730 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19746500 19731 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19747500 19732 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19748500 19733 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19749500 19734 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19750500 19735 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19751500 19736 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19752500 19737 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a0 - 19756500 19741 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19757500 19742 1c001bca 16a0006f jal x0, 362 - 19759500 19744 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19760500 19745 1c001d36 e69ff06f jal x0, -408 - 19763500 19748 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19777500 19762 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19778500 19763 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19781500 19766 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19782500 19767 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19783500 19768 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19785500 19770 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19786500 19771 1c001778 fddff06f jal x0, -36 - 19788500 19773 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19789500 19774 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19790500 19775 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19791500 19776 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19792500 19777 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19793500 19778 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19794500 19779 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19795500 19780 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19796500 19781 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19797500 19782 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1041a0 - 19801500 19786 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19802500 19787 1c001bca 16a0006f jal x0, 362 - 19804500 19789 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19805500 19790 1c001d36 e69ff06f jal x0, -408 - 19808500 19793 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19822500 19807 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19823500 19808 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19826500 19811 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19827500 19812 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19828500 19813 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19830500 19815 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19831500 19816 1c001778 fddff06f jal x0, -36 - 19833500 19818 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19834500 19819 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19835500 19820 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19836500 19821 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19837500 19822 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19838500 19823 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19839500 19824 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19840500 19825 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19841500 19826 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19842500 19827 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1041a0 - 19846500 19831 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19847500 19832 1c001bca 16a0006f jal x0, 362 - 19849500 19834 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19850500 19835 1c001d36 e69ff06f jal x0, -408 - 19853500 19838 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19871500 19856 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19872500 19857 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19875500 19860 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19876500 19861 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19877500 19862 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19879500 19864 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19880500 19865 1c001778 fddff06f jal x0, -36 - 19882500 19867 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19883500 19868 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19884500 19869 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19885500 19870 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19886500 19871 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19887500 19872 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19888500 19873 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19889500 19874 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19890500 19875 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19891500 19876 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1041a0 - 19895500 19880 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19896500 19881 1c001bca 16a0006f jal x0, 362 - 19898500 19883 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19899500 19884 1c001d36 e69ff06f jal x0, -408 - 19902500 19887 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19919500 19904 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19920500 19905 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19923500 19908 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19924500 19909 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19925500 19910 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19927500 19912 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19928500 19913 1c001778 fddff06f jal x0, -36 - 19930500 19915 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19931500 19916 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19932500 19917 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19933500 19918 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19934500 19919 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19935500 19920 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19936500 19921 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19937500 19922 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19938500 19923 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19939500 19924 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041a0 - 19943500 19928 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19944500 19929 1c001bca 16a0006f jal x0, 362 - 19946500 19931 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19947500 19932 1c001d36 e69ff06f jal x0, -408 - 19950500 19935 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19969500 19954 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19970500 19955 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19973500 19958 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19974500 19959 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19975500 19960 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19977500 19962 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19978500 19963 1c001778 fddff06f jal x0, -36 - 19980500 19965 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19981500 19966 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 19982500 19967 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19983500 19968 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 19984500 19969 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 19985500 19970 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 19986500 19971 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 19987500 19972 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 19988500 19973 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19989500 19974 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a0 - 19993500 19978 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19994500 19979 1c001bca 16a0006f jal x0, 362 - 19996500 19981 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 19997500 19982 1c001d36 e69ff06f jal x0, -408 - 20000500 19985 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 20017500 20002 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 20018500 20003 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 20021500 20006 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 20022500 20007 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20023500 20008 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20025500 20010 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 20026500 20011 1c001778 fddff06f jal x0, -36 - 20028500 20013 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20029500 20014 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 20030500 20015 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20031500 20016 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 20032500 20017 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 20033500 20018 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 20034500 20019 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 20035500 20020 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 20036500 20021 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20037500 20022 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1041a0 - 20041500 20026 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20042500 20027 1c001bca 16a0006f jal x0, 362 - 20044500 20029 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 20045500 20030 1c001d36 e69ff06f jal x0, -408 - 20048500 20033 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 20063500 20048 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 20064500 20049 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20067500 20052 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20070500 20055 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:10cff360 PA:10cff364 - 20071500 20056 1c001bd0 00012423 sw x0, 8(x2) x2:10cff360 PA:10cff368 - 20072500 20057 1c001bd2 00010623 sb x0, 12(x2) x2:10cff360 PA:10cff36c - 20073500 20058 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 20074500 20059 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20091500 20076 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20092500 20077 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cff360 PA:10cff364 - 20098500 20083 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20099500 20084 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20100500 20085 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20101500 20086 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20102500 20087 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20113500 20098 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20114500 20099 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20115500 20100 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 20138500 20123 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 20139500 20124 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20156500 20141 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20157500 20142 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20158500 20143 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20180500 20165 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20199500 20184 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20202500 20187 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20220500 20205 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20239500 20224 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20240500 20225 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20241500 20226 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20260500 20245 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20278500 20263 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20297500 20282 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20298500 20283 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20336500 20321 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20354500 20339 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20373500 20358 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20374500 20359 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20408500 20393 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20427500 20412 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20428500 20413 1c001f42 e09ff06f jal x0, -504 - 20446500 20431 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20447500 20432 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cff360 PA:10cff370 - 20464500 20449 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20483500 20468 1c001e34 00440c13 addi x24, x8, 4 x24=10cff3e8 x8:10cff3e4 - 20484500 20469 1c001e38 00042503 lw x10, 0(x8) x10=00000003 x8:10cff3e4 PA:10cff3e4 - 20489500 20474 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20519500 20504 1c001e54 00055863 bge x10, x0, 16 x10:00000003 - 20538500 20523 1c001e64 00410593 addi x11, x2, 4 x11=10cff364 x2:10cff360 - 20539500 20524 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20557500 20542 1c0019fe 0105a683 lw x13, 16(x11) x13=10cff378 x11:10cff364 PA:10cff374 - 20574500 20559 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cff364 PA:10cff370 - 20578500 20563 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20579500 20564 1c001a04 02f55633 divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001 - 20613500 20598 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000003 x14:0000000a - 20614500 20599 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20615500 20600 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20616500 20601 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20619500 20604 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cff364 PA:10cff370 - 20634500 20619 1c001a20 02f55833 divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001 - 20668500 20653 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001 - 20702500 20687 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20733500 20718 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20734500 20719 1c001a2e 01004663 blt x0, x16, 12 x16:00000003 - 20737500 20722 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20758500 20743 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000003 - 20780500 20765 1c001a56 01070733 add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003 - 20781500 20766 1c001a58 00e68023 sb x14, 0(x13) x14:00000033 x13:10cff378 PA:10cff378 - 20785500 20770 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20786500 20771 1c001a5e 00168693 addi x13, x13, 1 x13=10cff379 x13:10cff378 - 20800500 20785 1c001a60 fb1ff06f jal x0, -80 - 20802500 20787 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20803500 20788 1c001a12 00068023 sb x0, 0(x13) x13:10cff379 PA:10cff379 - 20806500 20791 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20807500 20792 1c001e68 f17ff06f jal x0, -234 - 20825500 20810 1c001d7e 00410613 addi x12, x2, 4 x12=10cff364 x2:10cff360 - 20842500 20827 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20843500 20828 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20844500 20829 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20846500 20831 1c001a62 fe010113 addi x2, x2, -32 x2=10cff340 x2:10cff360 - 20847500 20832 1c001a64 00812c23 sw x8, 24(x2) x8:10cff3e4 x2:10cff340 PA:10cff358 - 20853500 20838 1c001a66 01062783 lw x15, 16(x12) x15=10cff378 x12:10cff364 PA:10cff374 - 20854500 20839 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cff364 PA:10cff368 - 20855500 20840 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:10cff340 PA:10cff354 - 20856500 20841 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cff340 PA:10cff350 - 20857500 20842 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cff340 PA:10cff34c - 20868500 20853 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cff340 PA:10cff35c - 20873500 20858 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cff340 PA:10cff348 - 20874500 20859 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20875500 20860 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20876500 20861 1c001a78 00c004b3 add x9, x0, x12 x9=10cff364 x12:10cff364 - 20877500 20862 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000033 x15=10cff379 x15:10cff378 PA:10cff378 - 20879500 20864 1c001a7e 00070363 beq x14, x0, 6 x14:00000033 - 20892500 20877 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20893500 20878 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cff364 PA:10cff36c - 20896500 20881 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20899500 20884 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364 - 20915500 20900 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20916500 20901 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20935500 20920 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20936500 20921 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20937500 20922 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20957500 20942 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20958500 20943 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20975500 20960 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20976500 20961 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20977500 20962 1c001b36 f71ff06f jal x0, -144 - 20979500 20964 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cff364 PA:10cff36c - 20983500 20968 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20999500 20984 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364 - 21003500 20988 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21004500 20989 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21021500 21006 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364 - 21038500 21023 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21039500 21024 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21040500 21025 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21041500 21026 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cff378 x9:10cff364 PA:10cff374 - 21045500 21030 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000033 x20=10cff379 x20:10cff378 PA:10cff378 - 21062500 21047 1c001af0 06059763 bne x11, x0, 110 x11:00000033 - 21081500 21066 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21101500 21086 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21103500 21088 1c001776 00b00533 add x10, x0, x11 x10=00000033 x11:00000033 - 21104500 21089 1c001778 fddff06f jal x0, -36 - 21106500 21091 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21107500 21092 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 21108500 21093 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21109500 21094 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 21110500 21095 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 21111500 21096 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 21112500 21097 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 21113500 21098 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 21114500 21099 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21115500 21100 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a1041a0 - 21119500 21104 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21120500 21105 1c001b62 f8bff06f jal x0, -118 - 21122500 21107 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cff37a x20:10cff379 PA:10cff379 - 21126500 21111 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21127500 21112 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364 - 21129500 21114 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21130500 21115 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21155500 21140 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cff340 PA:10cff35c - 21159500 21144 1c001b02 01812403 lw x8, 24(x2) x8=10cff3e4 x2:10cff340 PA:10cff358 - 21160500 21145 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:10cff340 PA:10cff354 - 21161500 21146 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cff340 PA:10cff350 - 21162500 21147 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cff340 PA:10cff34c - 21163500 21148 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cff340 PA:10cff348 - 21164500 21149 1c001b0c 02010113 addi x2, x2, 32 x2=10cff360 x2:10cff340 - 21165500 21150 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21179500 21164 1c001d86 01800433 add x8, x0, x24 x8=10cff3e8 x24:10cff3e8 - 21180500 21165 1c001d88 fadff06f jal x0, -84 - 21182500 21167 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 21183500 21168 1c001d36 e69ff06f jal x0, -408 - 21186500 21171 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21207500 21192 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21208500 21193 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21211500 21196 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21212500 21197 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21213500 21198 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21215500 21200 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21216500 21201 1c001778 fddff06f jal x0, -36 - 21218500 21203 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21219500 21204 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 21220500 21205 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21221500 21206 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 21222500 21207 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 21223500 21208 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 21224500 21209 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 21225500 21210 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 21226500 21211 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21227500 21212 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041a0 - 21231500 21216 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21232500 21217 1c001bca 16a0006f jal x0, 362 - 21234500 21219 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21235500 21220 1c001d36 e69ff06f jal x0, -408 - 21238500 21223 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21252500 21237 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21253500 21238 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21256500 21241 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21257500 21242 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21258500 21243 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21260500 21245 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21261500 21246 1c001778 fddff06f jal x0, -36 - 21263500 21248 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21264500 21249 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 21265500 21250 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21266500 21251 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 21267500 21252 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 21268500 21253 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 21269500 21254 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 21270500 21255 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 21271500 21256 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21272500 21257 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a0 - 21276500 21261 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21277500 21262 1c001bca 16a0006f jal x0, 362 - 21279500 21264 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21280500 21265 1c001d36 e69ff06f jal x0, -408 - 21283500 21268 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21300500 21285 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21301500 21286 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21304500 21289 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21307500 21292 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:10cff360 PA:10cff364 - 21308500 21293 1c001bd0 00012423 sw x0, 8(x2) x2:10cff360 PA:10cff368 - 21309500 21294 1c001bd2 00010623 sb x0, 12(x2) x2:10cff360 PA:10cff36c - 21310500 21295 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21311500 21296 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21312500 21297 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21313500 21298 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cff360 PA:10cff364 - 21314500 21299 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21315500 21300 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21316500 21301 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21317500 21302 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21318500 21303 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21319500 21304 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21320500 21305 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21321500 21306 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21335500 21320 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21336500 21321 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21339500 21324 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21340500 21325 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21341500 21326 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21344500 21329 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21347500 21332 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21350500 21335 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21353500 21338 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21354500 21339 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21355500 21340 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21356500 21341 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21359500 21344 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21360500 21345 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21363500 21348 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21364500 21349 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21367500 21352 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21369500 21354 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21372500 21357 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21373500 21358 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21376500 21361 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21377500 21362 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21378500 21363 1c001f42 e09ff06f jal x0, -504 - 21380500 21365 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21381500 21366 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cff360 PA:10cff370 - 21382500 21367 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21385500 21370 1c001e34 00440c13 addi x24, x8, 4 x24=10cff3ec x8:10cff3e8 - 21386500 21371 1c001e38 00042503 lw x10, 0(x8) x10=00000004 x8:10cff3e8 PA:10cff3e8 - 21387500 21372 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21390500 21375 1c001e54 00055863 bge x10, x0, 16 x10:00000004 - 21393500 21378 1c001e64 00410593 addi x11, x2, 4 x11=10cff364 x2:10cff360 - 21394500 21379 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21396500 21381 1c0019fe 0105a683 lw x13, 16(x11) x13=10cff378 x11:10cff364 PA:10cff374 - 21397500 21382 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cff364 PA:10cff370 - 21398500 21383 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21399500 21384 1c001a04 02f55633 divu x12, x10, x15 x12=00000004 x10:00000004 x15:00000001 - 21433500 21418 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000004 x14:0000000a - 21434500 21419 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21435500 21420 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21436500 21421 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21439500 21424 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cff364 PA:10cff370 - 21440500 21425 1c001a20 02f55833 divu x16, x10, x15 x16=00000004 x10:00000004 x15:00000001 - 21474500 21459 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000004 x15:00000001 - 21508500 21493 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21539500 21524 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21540500 21525 1c001a2e 01004663 blt x0, x16, 12 x16:00000004 - 21543500 21528 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21545500 21530 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000004 - 21548500 21533 1c001a56 01070733 add x14, x14, x16 x14=00000034 x14:00000030 x16:00000004 - 21549500 21534 1c001a58 00e68023 sb x14, 0(x13) x14:00000034 x13:10cff378 PA:10cff378 - 21551500 21536 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21552500 21537 1c001a5e 00168693 addi x13, x13, 1 x13=10cff379 x13:10cff378 - 21553500 21538 1c001a60 fb1ff06f jal x0, -80 - 21555500 21540 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21556500 21541 1c001a12 00068023 sb x0, 0(x13) x13:10cff379 PA:10cff379 - 21557500 21542 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21559500 21544 1c001e68 f17ff06f jal x0, -234 - 21561500 21546 1c001d7e 00410613 addi x12, x2, 4 x12=10cff364 x2:10cff360 - 21562500 21547 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21563500 21548 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21564500 21549 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21566500 21551 1c001a62 fe010113 addi x2, x2, -32 x2=10cff340 x2:10cff360 - 21567500 21552 1c001a64 00812c23 sw x8, 24(x2) x8:10cff3e8 x2:10cff340 PA:10cff358 - 21568500 21553 1c001a66 01062783 lw x15, 16(x12) x15=10cff378 x12:10cff364 PA:10cff374 - 21569500 21554 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cff364 PA:10cff368 - 21570500 21555 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:10cff340 PA:10cff354 - 21571500 21556 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cff340 PA:10cff350 - 21572500 21557 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cff340 PA:10cff34c - 21573500 21558 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cff340 PA:10cff35c - 21574500 21559 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cff340 PA:10cff348 - 21575500 21560 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21576500 21561 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21577500 21562 1c001a78 00c004b3 add x9, x0, x12 x9=10cff364 x12:10cff364 - 21578500 21563 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000034 x15=10cff379 x15:10cff378 PA:10cff378 - 21580500 21565 1c001a7e 00070363 beq x14, x0, 6 x14:00000034 - 21581500 21566 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21582500 21567 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cff364 PA:10cff36c - 21584500 21569 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21587500 21572 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364 - 21589500 21574 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21590500 21575 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21593500 21578 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21594500 21579 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21595500 21580 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21598500 21583 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21599500 21584 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21600500 21585 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21601500 21586 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21602500 21587 1c001b36 f71ff06f jal x0, -144 - 21604500 21589 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cff364 PA:10cff36c - 21606500 21591 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21609500 21594 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364 - 21611500 21596 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21612500 21597 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21615500 21600 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364 - 21616500 21601 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21617500 21602 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21618500 21603 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21619500 21604 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cff378 x9:10cff364 PA:10cff374 - 21621500 21606 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000034 x20=10cff379 x20:10cff378 PA:10cff378 - 21623500 21608 1c001af0 06059763 bne x11, x0, 110 x11:00000034 - 21626500 21611 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21627500 21612 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21629500 21614 1c001776 00b00533 add x10, x0, x11 x10=00000034 x11:00000034 - 21630500 21615 1c001778 fddff06f jal x0, -36 - 21632500 21617 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21633500 21618 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 21634500 21619 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21635500 21620 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 21636500 21621 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 21637500 21622 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 21638500 21623 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 21639500 21624 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 21640500 21625 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21641500 21626 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000034 x14:1a104000 PA:1a1041a0 - 21645500 21630 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21646500 21631 1c001b62 f8bff06f jal x0, -118 - 21648500 21633 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cff37a x20:10cff379 PA:10cff379 - 21650500 21635 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21651500 21636 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff364 PA:10cff364 - 21653500 21638 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21654500 21639 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21657500 21642 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cff340 PA:10cff35c - 21658500 21643 1c001b02 01812403 lw x8, 24(x2) x8=10cff3e8 x2:10cff340 PA:10cff358 - 21659500 21644 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:10cff340 PA:10cff354 - 21660500 21645 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cff340 PA:10cff350 - 21661500 21646 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cff340 PA:10cff34c - 21662500 21647 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cff340 PA:10cff348 - 21663500 21648 1c001b0c 02010113 addi x2, x2, 32 x2=10cff360 x2:10cff340 - 21664500 21649 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21666500 21651 1c001d86 01800433 add x8, x0, x24 x8=10cff3ec x24:10cff3ec - 21667500 21652 1c001d88 fadff06f jal x0, -84 - 21669500 21654 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21670500 21655 1c001d36 e69ff06f jal x0, -408 - 21673500 21658 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21687500 21672 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21688500 21673 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21691500 21676 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21692500 21677 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21693500 21678 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21695500 21680 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21696500 21681 1c001778 fddff06f jal x0, -36 - 21698500 21683 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21699500 21684 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 21700500 21685 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21701500 21686 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 21702500 21687 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 21703500 21688 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 21704500 21689 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 21705500 21690 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 21706500 21691 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21707500 21692 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1041a0 - 21711500 21696 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21712500 21697 1c001bca 16a0006f jal x0, 362 - 21714500 21699 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21715500 21700 1c001d36 e69ff06f jal x0, -408 - 21718500 21703 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21734500 21719 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21735500 21720 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21738500 21723 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21739500 21724 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21740500 21725 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21742500 21727 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21743500 21728 1c001778 fddff06f jal x0, -36 - 21745500 21730 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21746500 21731 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 21747500 21732 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21748500 21733 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 21749500 21734 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 21750500 21735 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 21751500 21736 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 21752500 21737 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 21753500 21738 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21754500 21739 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1041a0 - 21758500 21743 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21759500 21744 1c001bca 16a0006f jal x0, 362 - 21761500 21746 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21762500 21747 1c001d36 e69ff06f jal x0, -408 - 21765500 21750 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21782500 21767 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21783500 21768 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21786500 21771 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21787500 21772 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21788500 21773 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21790500 21775 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21791500 21776 1c001778 fddff06f jal x0, -36 - 21793500 21778 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21794500 21779 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000064 - 21795500 21780 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21796500 21781 1c00175e 00379713 slli x14, x15, 0x3 x14=00000320 x15:00000064 - 21797500 21782 1c001762 00279793 slli x15, x15, 0x2 x15=00000190 x15:00000064 - 21798500 21783 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000020 x14:00000320 - 21799500 21784 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000190 x13:00001f80 - 21800500 21785 1c00176a 00e787b3 add x15, x15, x14 x15=000001a0 x15:00000180 x14:00000020 - 21801500 21786 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21802500 21787 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1041a0 - 21806500 21791 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21807500 21792 1c001bca 16a0006f jal x0, 362 - 21809500 21794 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21810500 21795 1c001d36 e69ff06f jal x0, -408 - 21813500 21798 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21831500 21816 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21832500 21817 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21833500 21818 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:10cff360 PA:10cff3bc - 21834500 21819 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:10cff360 PA:10cff3b8 - 21835500 21820 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:10cff360 PA:10cff3b4 - 21836500 21821 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:10cff360 PA:10cff3b0 - 21841500 21826 1c001bb0 04c12983 lw x19, 76(x2) x19=00000004 x2:10cff360 PA:10cff3ac - 21844500 21829 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:10cff360 PA:10cff3a8 - 21845500 21830 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:10cff360 PA:10cff3a4 - 21846500 21831 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:10cff360 PA:10cff3a0 - 21847500 21832 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:10cff360 PA:10cff39c - 21848500 21833 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:10cff360 PA:10cff398 - 21849500 21834 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:10cff360 PA:10cff394 - 21850500 21835 1c001bbe 06010113 addi x2, x2, 96 x2=10cff3c0 x2:10cff360 - 21851500 21836 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21853500 21838 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:10cff3c0 PA:10cff3dc - 21854500 21839 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21855500 21840 1c001838 04010113 addi x2, x2, 64 x2=10cff400 x2:10cff3c0 - 21856500 21841 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21858500 21843 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_03_5.log b/sw/scripts/tracevis/example/traces/trace_core_03_5.log deleted file mode 100644 index a522774..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_03_5.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 17014500 16999 1c000080 0180006f jal x0, 24 - 17032500 17017 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000065 - 17033500 17018 1c00009c 01f57593 andi x11, x10, 31 x11=00000005 x10:00000065 - 17050500 17035 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000003 x10:00000065 - 17051500 17036 1c0000a2 00058463 beq x11, x0, 8 x11:00000005 - 17052500 17037 1c0000a6 05a0206f jal x0, 8282 - 17070500 17055 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 17071500 17056 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 17072500 17057 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 17073500 17058 1c00210c 0e059163 bne x11, x0, 226 x11:00000005 - 17125500 17110 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 17126500 17111 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000065 - 17127500 17112 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000005 x19:00000065 - 17128500 17113 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 17147500 17132 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 17148500 17133 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 17149500 17134 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 17150500 17135 1c00220a 0060006f jal x0, 6 - 17169500 17154 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18817500 18802 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18836500 18821 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18837500 18822 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18862500 18847 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18863500 18848 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18865500 18850 1c00222c 08096283 p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080 - 18895500 18880 1c002230 02a98533 mul x10, x19, x10 x10=00001400 x19:00000005 x10:00000400 - 18896500 18881 1c002234 00550133 add x2, x10, x5 x2=10cff800 x10:00001400 x5:10cfe400 - 18897500 18882 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18899500 18884 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18936500 18921 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18944500 18929 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18945500 18930 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18946500 18931 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18947500 18932 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18965500 18950 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000065 - 18986500 18971 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18987500 18972 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000003 x12:00000065 - 18988500 18973 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003 - 18989500 18974 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000005 x12:00000065 - 18990500 18975 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18991500 18976 1c0009d4 63d0006f jal x0, 3644 - 19020500 19005 1c001810 fc010113 addi x2, x2, -64 x2=10cff7c0 x2:10cff800 - 19021500 19006 1c001812 02b12223 sw x11, 36(x2) x11:00000003 x2:10cff7c0 PA:10cff7e4 - 19024500 19009 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 19025500 19010 1c001818 02c12423 sw x12, 40(x2) x12:00000005 x2:10cff7c0 PA:10cff7e8 - 19026500 19011 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:10cff7c0 PA:10cff7ec - 19027500 19012 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 19028500 19013 1c00181e 02410693 addi x13, x2, 36 x13=10cff7e4 x2:10cff7c0 - 19045500 19030 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 19046500 19031 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 19047500 19032 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:10cff7c0 PA:10cff7dc - 19049500 19034 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:10cff7c0 PA:10cff7f0 - 19050500 19035 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:10cff7c0 PA:10cff7f4 - 19051500 19036 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:10cff7c0 PA:10cff7f8 - 19052500 19037 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:10cff7c0 PA:10cff7fc - 19072500 19057 1c001830 00d12623 sw x13, 12(x2) x13:10cff7e4 x2:10cff7c0 PA:10cff7cc - 19073500 19058 1c001832 33e000ef jal x1, 830 x1=1c001834 - 19092500 19077 1c001b70 fa010113 addi x2, x2, -96 x2=10cff760 x2:10cff7c0 - 19093500 19078 1c001b72 01810793 addi x15, x2, 24 x15=10cff778 x2:10cff760 - 19094500 19079 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:10cff760 PA:10cff7b8 - 19098500 19083 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:10cff760 PA:10cff7b0 - 19099500 19084 1c001b78 05312623 sw x19, 76(x2) x19:00000005 x2:10cff760 PA:10cff7ac - 19100500 19085 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:10cff760 PA:10cff7a8 - 19101500 19086 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:10cff760 PA:10cff7a4 - 19102500 19087 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:10cff760 PA:10cff7a0 - 19115500 19100 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:10cff760 PA:10cff79c - 19121500 19106 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:10cff760 PA:10cff7bc - 19122500 19107 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:10cff760 PA:10cff7b4 - 19123500 19108 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:10cff760 PA:10cff798 - 19124500 19109 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:10cff760 PA:10cff794 - 19125500 19110 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19126500 19111 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19127500 19112 1c001b8e 00d00433 add x8, x0, x13 x8=10cff7e4 x13:10cff7e4 - 19138500 19123 1c001b90 00f12a23 sw x15, 20(x2) x15:10cff778 x2:10cff760 PA:10cff774 - 19143500 19128 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19144500 19129 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19145500 19130 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19146500 19131 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19159500 19144 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19205500 19190 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19206500 19191 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19226500 19211 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19227500 19212 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19228500 19213 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19255500 19240 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19256500 19241 1c001778 fddff06f jal x0, -36 - 19279500 19264 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19280500 19265 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19281500 19266 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19301500 19286 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19302500 19287 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19303500 19288 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19304500 19289 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19305500 19290 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19306500 19291 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19307500 19292 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1041a8 - 19311500 19296 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19312500 19297 1c001bca 16a0006f jal x0, 362 - 19331500 19316 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19332500 19317 1c001d36 e69ff06f jal x0, -408 - 19335500 19320 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19368500 19353 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19369500 19354 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19372500 19357 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19373500 19358 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19374500 19359 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19376500 19361 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19377500 19362 1c001778 fddff06f jal x0, -36 - 19379500 19364 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19380500 19365 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19381500 19366 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19382500 19367 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19383500 19368 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19384500 19369 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19385500 19370 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19386500 19371 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19387500 19372 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19388500 19373 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041a8 - 19392500 19377 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19393500 19378 1c001bca 16a0006f jal x0, 362 - 19395500 19380 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19396500 19381 1c001d36 e69ff06f jal x0, -408 - 19399500 19384 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19418500 19403 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19419500 19404 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19422500 19407 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19423500 19408 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19424500 19409 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19426500 19411 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19427500 19412 1c001778 fddff06f jal x0, -36 - 19429500 19414 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19430500 19415 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19431500 19416 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19432500 19417 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19433500 19418 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19434500 19419 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19435500 19420 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19436500 19421 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19437500 19422 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19438500 19423 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1041a8 - 19442500 19427 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19443500 19428 1c001bca 16a0006f jal x0, 362 - 19445500 19430 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19446500 19431 1c001d36 e69ff06f jal x0, -408 - 19449500 19434 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19478500 19463 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19479500 19464 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19482500 19467 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19483500 19468 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19484500 19469 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19486500 19471 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19487500 19472 1c001778 fddff06f jal x0, -36 - 19489500 19474 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19490500 19475 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19491500 19476 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19492500 19477 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19493500 19478 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19494500 19479 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19495500 19480 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19496500 19481 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19497500 19482 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19498500 19483 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041a8 - 19502500 19487 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19503500 19488 1c001bca 16a0006f jal x0, 362 - 19505500 19490 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19506500 19491 1c001d36 e69ff06f jal x0, -408 - 19509500 19494 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19525500 19510 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19526500 19511 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19529500 19514 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19530500 19515 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19531500 19516 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19533500 19518 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19534500 19519 1c001778 fddff06f jal x0, -36 - 19536500 19521 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19537500 19522 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19538500 19523 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19539500 19524 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19540500 19525 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19541500 19526 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19542500 19527 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19543500 19528 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19544500 19529 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19545500 19530 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a8 - 19549500 19534 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19550500 19535 1c001bca 16a0006f jal x0, 362 - 19552500 19537 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19553500 19538 1c001d36 e69ff06f jal x0, -408 - 19556500 19541 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19601500 19586 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19602500 19587 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19605500 19590 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19606500 19591 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19607500 19592 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19609500 19594 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19610500 19595 1c001778 fddff06f jal x0, -36 - 19612500 19597 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19613500 19598 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19614500 19599 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19615500 19600 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19616500 19601 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19617500 19602 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19618500 19603 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19619500 19604 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19620500 19605 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19621500 19606 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1041a8 - 19625500 19610 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19626500 19611 1c001bca 16a0006f jal x0, 362 - 19628500 19613 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19629500 19614 1c001d36 e69ff06f jal x0, -408 - 19632500 19617 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19650500 19635 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19651500 19636 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19654500 19639 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19655500 19640 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19656500 19641 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19658500 19643 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19659500 19644 1c001778 fddff06f jal x0, -36 - 19661500 19646 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19662500 19647 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19663500 19648 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19664500 19649 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19665500 19650 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19666500 19651 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19667500 19652 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19668500 19653 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19669500 19654 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19670500 19655 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1041a8 - 19674500 19659 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19675500 19660 1c001bca 16a0006f jal x0, 362 - 19677500 19662 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19678500 19663 1c001d36 e69ff06f jal x0, -408 - 19681500 19666 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19696500 19681 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19697500 19682 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19700500 19685 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19701500 19686 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19702500 19687 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19704500 19689 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19705500 19690 1c001778 fddff06f jal x0, -36 - 19707500 19692 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19708500 19693 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19709500 19694 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19710500 19695 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19711500 19696 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19712500 19697 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19713500 19698 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19714500 19699 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19715500 19700 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19716500 19701 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1041a8 - 19720500 19705 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19721500 19706 1c001bca 16a0006f jal x0, 362 - 19723500 19708 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19724500 19709 1c001d36 e69ff06f jal x0, -408 - 19727500 19712 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19741500 19726 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19742500 19727 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19745500 19730 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19746500 19731 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19747500 19732 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19749500 19734 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19750500 19735 1c001778 fddff06f jal x0, -36 - 19752500 19737 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19753500 19738 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19754500 19739 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19755500 19740 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19756500 19741 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19757500 19742 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19758500 19743 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19759500 19744 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19760500 19745 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19761500 19746 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a8 - 19765500 19750 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19766500 19751 1c001bca 16a0006f jal x0, 362 - 19768500 19753 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19769500 19754 1c001d36 e69ff06f jal x0, -408 - 19772500 19757 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19786500 19771 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19787500 19772 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19790500 19775 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19791500 19776 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19792500 19777 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19794500 19779 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19795500 19780 1c001778 fddff06f jal x0, -36 - 19797500 19782 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19798500 19783 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19799500 19784 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19800500 19785 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19801500 19786 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19802500 19787 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19803500 19788 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19804500 19789 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19805500 19790 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19806500 19791 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1041a8 - 19810500 19795 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19811500 19796 1c001bca 16a0006f jal x0, 362 - 19813500 19798 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19814500 19799 1c001d36 e69ff06f jal x0, -408 - 19817500 19802 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19835500 19820 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19836500 19821 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19839500 19824 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19840500 19825 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19841500 19826 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19843500 19828 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19844500 19829 1c001778 fddff06f jal x0, -36 - 19846500 19831 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19847500 19832 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19848500 19833 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19849500 19834 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19850500 19835 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19851500 19836 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19852500 19837 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19853500 19838 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19854500 19839 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19855500 19840 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1041a8 - 19859500 19844 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19860500 19845 1c001bca 16a0006f jal x0, 362 - 19862500 19847 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19863500 19848 1c001d36 e69ff06f jal x0, -408 - 19866500 19851 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19880500 19865 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19881500 19866 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19884500 19869 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19885500 19870 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19886500 19871 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19888500 19873 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19889500 19874 1c001778 fddff06f jal x0, -36 - 19891500 19876 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19892500 19877 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19893500 19878 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19894500 19879 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19895500 19880 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19896500 19881 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19897500 19882 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19898500 19883 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19899500 19884 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19900500 19885 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1041a8 - 19904500 19889 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19905500 19890 1c001bca 16a0006f jal x0, 362 - 19907500 19892 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19908500 19893 1c001d36 e69ff06f jal x0, -408 - 19911500 19896 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19926500 19911 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19927500 19912 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19930500 19915 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19931500 19916 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19932500 19917 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19934500 19919 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19935500 19920 1c001778 fddff06f jal x0, -36 - 19937500 19922 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19938500 19923 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19939500 19924 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19940500 19925 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19941500 19926 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19942500 19927 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19943500 19928 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19944500 19929 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19945500 19930 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19946500 19931 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041a8 - 19950500 19935 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19951500 19936 1c001bca 16a0006f jal x0, 362 - 19953500 19938 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19954500 19939 1c001d36 e69ff06f jal x0, -408 - 19957500 19942 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19972500 19957 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19973500 19958 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19976500 19961 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19977500 19962 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19978500 19963 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19980500 19965 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19981500 19966 1c001778 fddff06f jal x0, -36 - 19983500 19968 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19984500 19969 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 19985500 19970 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19986500 19971 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 19987500 19972 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 19988500 19973 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 19989500 19974 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 19990500 19975 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 19991500 19976 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19992500 19977 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a8 - 19996500 19981 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19997500 19982 1c001bca 16a0006f jal x0, 362 - 19999500 19984 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 20000500 19985 1c001d36 e69ff06f jal x0, -408 - 20003500 19988 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 20019500 20004 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 20020500 20005 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 20023500 20008 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 20024500 20009 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20025500 20010 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20027500 20012 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 20028500 20013 1c001778 fddff06f jal x0, -36 - 20030500 20015 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20031500 20016 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 20032500 20017 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20033500 20018 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 20034500 20019 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 20035500 20020 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 20036500 20021 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 20037500 20022 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 20038500 20023 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20039500 20024 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1041a8 - 20043500 20028 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20044500 20029 1c001bca 16a0006f jal x0, 362 - 20046500 20031 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 20047500 20032 1c001d36 e69ff06f jal x0, -408 - 20050500 20035 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 20065500 20050 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 20066500 20051 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20069500 20054 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20072500 20057 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:10cff760 PA:10cff764 - 20073500 20058 1c001bd0 00012423 sw x0, 8(x2) x2:10cff760 PA:10cff768 - 20074500 20059 1c001bd2 00010623 sb x0, 12(x2) x2:10cff760 PA:10cff76c - 20075500 20060 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 20076500 20061 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20091500 20076 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20092500 20077 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cff760 PA:10cff764 - 20097500 20082 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20098500 20083 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20099500 20084 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20100500 20085 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20101500 20086 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20113500 20098 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20114500 20099 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20115500 20100 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 20140500 20125 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 20141500 20126 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20156500 20141 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20157500 20142 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20158500 20143 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20180500 20165 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20199500 20184 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20202500 20187 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20220500 20205 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20239500 20224 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20240500 20225 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20241500 20226 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20260500 20245 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20278500 20263 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20297500 20282 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20298500 20283 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20336500 20321 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20354500 20339 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20373500 20358 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20374500 20359 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20408500 20393 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20427500 20412 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20428500 20413 1c001f42 e09ff06f jal x0, -504 - 20446500 20431 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20447500 20432 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cff760 PA:10cff770 - 20464500 20449 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20483500 20468 1c001e34 00440c13 addi x24, x8, 4 x24=10cff7e8 x8:10cff7e4 - 20484500 20469 1c001e38 00042503 lw x10, 0(x8) x10=00000003 x8:10cff7e4 PA:10cff7e4 - 20490500 20475 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20519500 20504 1c001e54 00055863 bge x10, x0, 16 x10:00000003 - 20538500 20523 1c001e64 00410593 addi x11, x2, 4 x11=10cff764 x2:10cff760 - 20539500 20524 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20557500 20542 1c0019fe 0105a683 lw x13, 16(x11) x13=10cff778 x11:10cff764 PA:10cff774 - 20574500 20559 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cff764 PA:10cff770 - 20579500 20564 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20580500 20565 1c001a04 02f55633 divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001 - 20614500 20599 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000003 x14:0000000a - 20615500 20600 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20616500 20601 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20617500 20602 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20620500 20605 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cff764 PA:10cff770 - 20634500 20619 1c001a20 02f55833 divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001 - 20668500 20653 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001 - 20702500 20687 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20733500 20718 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20734500 20719 1c001a2e 01004663 blt x0, x16, 12 x16:00000003 - 20737500 20722 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20758500 20743 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000003 - 20780500 20765 1c001a56 01070733 add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003 - 20781500 20766 1c001a58 00e68023 sb x14, 0(x13) x14:00000033 x13:10cff778 PA:10cff778 - 20786500 20771 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20787500 20772 1c001a5e 00168693 addi x13, x13, 1 x13=10cff779 x13:10cff778 - 20800500 20785 1c001a60 fb1ff06f jal x0, -80 - 20802500 20787 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20803500 20788 1c001a12 00068023 sb x0, 0(x13) x13:10cff779 PA:10cff779 - 20807500 20792 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20808500 20793 1c001e68 f17ff06f jal x0, -234 - 20825500 20810 1c001d7e 00410613 addi x12, x2, 4 x12=10cff764 x2:10cff760 - 20842500 20827 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20843500 20828 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20844500 20829 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20846500 20831 1c001a62 fe010113 addi x2, x2, -32 x2=10cff740 x2:10cff760 - 20847500 20832 1c001a64 00812c23 sw x8, 24(x2) x8:10cff7e4 x2:10cff740 PA:10cff758 - 20854500 20839 1c001a66 01062783 lw x15, 16(x12) x15=10cff778 x12:10cff764 PA:10cff774 - 20855500 20840 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cff764 PA:10cff768 - 20856500 20841 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:10cff740 PA:10cff754 - 20857500 20842 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cff740 PA:10cff750 - 20858500 20843 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cff740 PA:10cff74c - 20868500 20853 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cff740 PA:10cff75c - 20874500 20859 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cff740 PA:10cff748 - 20875500 20860 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20876500 20861 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20877500 20862 1c001a78 00c004b3 add x9, x0, x12 x9=10cff764 x12:10cff764 - 20878500 20863 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000033 x15=10cff779 x15:10cff778 PA:10cff778 - 20880500 20865 1c001a7e 00070363 beq x14, x0, 6 x14:00000033 - 20892500 20877 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20893500 20878 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cff764 PA:10cff76c - 20897500 20882 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20900500 20885 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764 - 20915500 20900 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20916500 20901 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20935500 20920 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20936500 20921 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20937500 20922 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20957500 20942 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20958500 20943 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20975500 20960 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20976500 20961 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20977500 20962 1c001b36 f71ff06f jal x0, -144 - 20979500 20964 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cff764 PA:10cff76c - 20984500 20969 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20999500 20984 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764 - 21004500 20989 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21005500 20990 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21021500 21006 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764 - 21038500 21023 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21039500 21024 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21040500 21025 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21041500 21026 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cff778 x9:10cff764 PA:10cff774 - 21046500 21031 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000033 x20=10cff779 x20:10cff778 PA:10cff778 - 21062500 21047 1c001af0 06059763 bne x11, x0, 110 x11:00000033 - 21081500 21066 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21101500 21086 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21103500 21088 1c001776 00b00533 add x10, x0, x11 x10=00000033 x11:00000033 - 21104500 21089 1c001778 fddff06f jal x0, -36 - 21106500 21091 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21107500 21092 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 21108500 21093 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21109500 21094 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 21110500 21095 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 21111500 21096 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 21112500 21097 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 21113500 21098 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 21114500 21099 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21115500 21100 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a1041a8 - 21119500 21104 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21120500 21105 1c001b62 f8bff06f jal x0, -118 - 21122500 21107 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cff77a x20:10cff779 PA:10cff779 - 21127500 21112 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21128500 21113 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764 - 21130500 21115 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21131500 21116 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21155500 21140 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cff740 PA:10cff75c - 21160500 21145 1c001b02 01812403 lw x8, 24(x2) x8=10cff7e4 x2:10cff740 PA:10cff758 - 21161500 21146 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:10cff740 PA:10cff754 - 21162500 21147 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cff740 PA:10cff750 - 21163500 21148 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cff740 PA:10cff74c - 21164500 21149 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cff740 PA:10cff748 - 21165500 21150 1c001b0c 02010113 addi x2, x2, 32 x2=10cff760 x2:10cff740 - 21166500 21151 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21179500 21164 1c001d86 01800433 add x8, x0, x24 x8=10cff7e8 x24:10cff7e8 - 21180500 21165 1c001d88 fadff06f jal x0, -84 - 21182500 21167 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 21183500 21168 1c001d36 e69ff06f jal x0, -408 - 21186500 21171 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21217500 21202 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21218500 21203 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21221500 21206 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21222500 21207 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21223500 21208 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21225500 21210 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21226500 21211 1c001778 fddff06f jal x0, -36 - 21228500 21213 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21229500 21214 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 21230500 21215 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21231500 21216 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 21232500 21217 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 21233500 21218 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 21234500 21219 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 21235500 21220 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 21236500 21221 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21237500 21222 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041a8 - 21241500 21226 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21242500 21227 1c001bca 16a0006f jal x0, 362 - 21244500 21229 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21245500 21230 1c001d36 e69ff06f jal x0, -408 - 21248500 21233 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21263500 21248 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21264500 21249 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21267500 21252 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21268500 21253 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21269500 21254 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21271500 21256 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21272500 21257 1c001778 fddff06f jal x0, -36 - 21274500 21259 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21275500 21260 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 21276500 21261 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21277500 21262 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 21278500 21263 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 21279500 21264 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 21280500 21265 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 21281500 21266 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 21282500 21267 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21283500 21268 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041a8 - 21287500 21272 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21288500 21273 1c001bca 16a0006f jal x0, 362 - 21290500 21275 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21291500 21276 1c001d36 e69ff06f jal x0, -408 - 21294500 21279 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21310500 21295 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21311500 21296 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21314500 21299 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21317500 21302 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:10cff760 PA:10cff764 - 21318500 21303 1c001bd0 00012423 sw x0, 8(x2) x2:10cff760 PA:10cff768 - 21319500 21304 1c001bd2 00010623 sb x0, 12(x2) x2:10cff760 PA:10cff76c - 21320500 21305 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21321500 21306 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21322500 21307 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21323500 21308 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cff760 PA:10cff764 - 21325500 21310 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21326500 21311 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21327500 21312 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21328500 21313 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21329500 21314 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21330500 21315 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21331500 21316 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21332500 21317 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21346500 21331 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21347500 21332 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21350500 21335 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21351500 21336 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21352500 21337 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21355500 21340 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21358500 21343 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21361500 21346 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21364500 21349 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21365500 21350 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21366500 21351 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21367500 21352 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21370500 21355 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21371500 21356 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21374500 21359 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21375500 21360 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21378500 21363 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21380500 21365 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21383500 21368 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21384500 21369 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21387500 21372 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21388500 21373 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21389500 21374 1c001f42 e09ff06f jal x0, -504 - 21391500 21376 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21392500 21377 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cff760 PA:10cff770 - 21393500 21378 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21396500 21381 1c001e34 00440c13 addi x24, x8, 4 x24=10cff7ec x8:10cff7e8 - 21397500 21382 1c001e38 00042503 lw x10, 0(x8) x10=00000005 x8:10cff7e8 PA:10cff7e8 - 21398500 21383 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21401500 21386 1c001e54 00055863 bge x10, x0, 16 x10:00000005 - 21404500 21389 1c001e64 00410593 addi x11, x2, 4 x11=10cff764 x2:10cff760 - 21405500 21390 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21407500 21392 1c0019fe 0105a683 lw x13, 16(x11) x13=10cff778 x11:10cff764 PA:10cff774 - 21408500 21393 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cff764 PA:10cff770 - 21409500 21394 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21410500 21395 1c001a04 02f55633 divu x12, x10, x15 x12=00000005 x10:00000005 x15:00000001 - 21444500 21429 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000005 x14:0000000a - 21445500 21430 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21446500 21431 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21447500 21432 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21450500 21435 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cff764 PA:10cff770 - 21451500 21436 1c001a20 02f55833 divu x16, x10, x15 x16=00000005 x10:00000005 x15:00000001 - 21485500 21470 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000005 x15:00000001 - 21519500 21504 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21550500 21535 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21551500 21536 1c001a2e 01004663 blt x0, x16, 12 x16:00000005 - 21554500 21539 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21556500 21541 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000005 - 21559500 21544 1c001a56 01070733 add x14, x14, x16 x14=00000035 x14:00000030 x16:00000005 - 21560500 21545 1c001a58 00e68023 sb x14, 0(x13) x14:00000035 x13:10cff778 PA:10cff778 - 21561500 21546 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21562500 21547 1c001a5e 00168693 addi x13, x13, 1 x13=10cff779 x13:10cff778 - 21563500 21548 1c001a60 fb1ff06f jal x0, -80 - 21565500 21550 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21566500 21551 1c001a12 00068023 sb x0, 0(x13) x13:10cff779 PA:10cff779 - 21567500 21552 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21569500 21554 1c001e68 f17ff06f jal x0, -234 - 21571500 21556 1c001d7e 00410613 addi x12, x2, 4 x12=10cff764 x2:10cff760 - 21572500 21557 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21573500 21558 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21574500 21559 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21576500 21561 1c001a62 fe010113 addi x2, x2, -32 x2=10cff740 x2:10cff760 - 21577500 21562 1c001a64 00812c23 sw x8, 24(x2) x8:10cff7e8 x2:10cff740 PA:10cff758 - 21578500 21563 1c001a66 01062783 lw x15, 16(x12) x15=10cff778 x12:10cff764 PA:10cff774 - 21579500 21564 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cff764 PA:10cff768 - 21580500 21565 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:10cff740 PA:10cff754 - 21581500 21566 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cff740 PA:10cff750 - 21582500 21567 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cff740 PA:10cff74c - 21583500 21568 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cff740 PA:10cff75c - 21584500 21569 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cff740 PA:10cff748 - 21585500 21570 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21586500 21571 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21587500 21572 1c001a78 00c004b3 add x9, x0, x12 x9=10cff764 x12:10cff764 - 21588500 21573 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000035 x15=10cff779 x15:10cff778 PA:10cff778 - 21590500 21575 1c001a7e 00070363 beq x14, x0, 6 x14:00000035 - 21591500 21576 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21592500 21577 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cff764 PA:10cff76c - 21594500 21579 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21597500 21582 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764 - 21599500 21584 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21600500 21585 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21603500 21588 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21604500 21589 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21605500 21590 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21608500 21593 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21609500 21594 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21610500 21595 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21611500 21596 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21612500 21597 1c001b36 f71ff06f jal x0, -144 - 21614500 21599 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cff764 PA:10cff76c - 21616500 21601 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21619500 21604 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764 - 21621500 21606 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21622500 21607 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21625500 21610 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764 - 21626500 21611 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21627500 21612 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21628500 21613 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21629500 21614 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cff778 x9:10cff764 PA:10cff774 - 21631500 21616 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000035 x20=10cff779 x20:10cff778 PA:10cff778 - 21633500 21618 1c001af0 06059763 bne x11, x0, 110 x11:00000035 - 21636500 21621 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21637500 21622 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21639500 21624 1c001776 00b00533 add x10, x0, x11 x10=00000035 x11:00000035 - 21640500 21625 1c001778 fddff06f jal x0, -36 - 21642500 21627 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21643500 21628 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 21644500 21629 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21645500 21630 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 21646500 21631 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 21647500 21632 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 21648500 21633 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 21649500 21634 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 21650500 21635 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21651500 21636 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000035 x14:1a104000 PA:1a1041a8 - 21655500 21640 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21656500 21641 1c001b62 f8bff06f jal x0, -118 - 21658500 21643 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cff77a x20:10cff779 PA:10cff779 - 21660500 21645 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21661500 21646 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cff764 PA:10cff764 - 21663500 21648 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21664500 21649 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21667500 21652 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cff740 PA:10cff75c - 21668500 21653 1c001b02 01812403 lw x8, 24(x2) x8=10cff7e8 x2:10cff740 PA:10cff758 - 21669500 21654 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:10cff740 PA:10cff754 - 21670500 21655 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cff740 PA:10cff750 - 21671500 21656 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cff740 PA:10cff74c - 21672500 21657 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cff740 PA:10cff748 - 21673500 21658 1c001b0c 02010113 addi x2, x2, 32 x2=10cff760 x2:10cff740 - 21674500 21659 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21676500 21661 1c001d86 01800433 add x8, x0, x24 x8=10cff7ec x24:10cff7ec - 21677500 21662 1c001d88 fadff06f jal x0, -84 - 21679500 21664 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21680500 21665 1c001d36 e69ff06f jal x0, -408 - 21683500 21668 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21697500 21682 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21698500 21683 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21701500 21686 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21702500 21687 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21703500 21688 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21705500 21690 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21706500 21691 1c001778 fddff06f jal x0, -36 - 21708500 21693 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21709500 21694 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 21710500 21695 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21711500 21696 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 21712500 21697 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 21713500 21698 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 21714500 21699 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 21715500 21700 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 21716500 21701 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21717500 21702 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1041a8 - 21721500 21706 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21722500 21707 1c001bca 16a0006f jal x0, 362 - 21724500 21709 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21725500 21710 1c001d36 e69ff06f jal x0, -408 - 21728500 21713 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21742500 21727 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21743500 21728 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21746500 21731 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21747500 21732 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21748500 21733 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21750500 21735 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21751500 21736 1c001778 fddff06f jal x0, -36 - 21753500 21738 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21754500 21739 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 21755500 21740 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21756500 21741 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 21757500 21742 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 21758500 21743 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 21759500 21744 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 21760500 21745 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 21761500 21746 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21762500 21747 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1041a8 - 21766500 21751 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21767500 21752 1c001bca 16a0006f jal x0, 362 - 21769500 21754 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21770500 21755 1c001d36 e69ff06f jal x0, -408 - 21773500 21758 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21787500 21772 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21788500 21773 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21791500 21776 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21792500 21777 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21793500 21778 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21795500 21780 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21796500 21781 1c001778 fddff06f jal x0, -36 - 21798500 21783 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21799500 21784 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000065 - 21800500 21785 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21801500 21786 1c00175e 00379713 slli x14, x15, 0x3 x14=00000328 x15:00000065 - 21802500 21787 1c001762 00279793 slli x15, x15, 0x2 x15=00000194 x15:00000065 - 21803500 21788 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000028 x14:00000328 - 21804500 21789 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000194 x13:00001f80 - 21805500 21790 1c00176a 00e787b3 add x15, x15, x14 x15=000001a8 x15:00000180 x14:00000028 - 21806500 21791 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21807500 21792 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1041a8 - 21811500 21796 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21812500 21797 1c001bca 16a0006f jal x0, 362 - 21814500 21799 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21815500 21800 1c001d36 e69ff06f jal x0, -408 - 21818500 21803 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21832500 21817 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21833500 21818 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21834500 21819 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:10cff760 PA:10cff7bc - 21835500 21820 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:10cff760 PA:10cff7b8 - 21836500 21821 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:10cff760 PA:10cff7b4 - 21837500 21822 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:10cff760 PA:10cff7b0 - 21841500 21826 1c001bb0 04c12983 lw x19, 76(x2) x19=00000005 x2:10cff760 PA:10cff7ac - 21845500 21830 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:10cff760 PA:10cff7a8 - 21846500 21831 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:10cff760 PA:10cff7a4 - 21847500 21832 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:10cff760 PA:10cff7a0 - 21848500 21833 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:10cff760 PA:10cff79c - 21849500 21834 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:10cff760 PA:10cff798 - 21850500 21835 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:10cff760 PA:10cff794 - 21851500 21836 1c001bbe 06010113 addi x2, x2, 96 x2=10cff7c0 x2:10cff760 - 21852500 21837 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21854500 21839 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:10cff7c0 PA:10cff7dc - 21856500 21841 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21857500 21842 1c001838 04010113 addi x2, x2, 64 x2=10cff800 x2:10cff7c0 - 21858500 21843 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21860500 21845 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_03_6.log b/sw/scripts/tracevis/example/traces/trace_core_03_6.log deleted file mode 100644 index d62db0c..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_03_6.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 17014500 16999 1c000080 0180006f jal x0, 24 - 17032500 17017 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000066 - 17033500 17018 1c00009c 01f57593 andi x11, x10, 31 x11=00000006 x10:00000066 - 17050500 17035 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000003 x10:00000066 - 17051500 17036 1c0000a2 00058463 beq x11, x0, 8 x11:00000006 - 17052500 17037 1c0000a6 05a0206f jal x0, 8282 - 17070500 17055 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 17071500 17056 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 17072500 17057 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 17073500 17058 1c00210c 0e059163 bne x11, x0, 226 x11:00000006 - 17125500 17110 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 17126500 17111 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000066 - 17127500 17112 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000006 x19:00000066 - 17128500 17113 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 17147500 17132 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 17148500 17133 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 17149500 17134 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 17150500 17135 1c00220a 0060006f jal x0, 6 - 17169500 17154 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18817500 18802 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18836500 18821 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18837500 18822 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18862500 18847 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18863500 18848 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18865500 18850 1c00222c 08096283 p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080 - 18895500 18880 1c002230 02a98533 mul x10, x19, x10 x10=00001800 x19:00000006 x10:00000400 - 18896500 18881 1c002234 00550133 add x2, x10, x5 x2=10cffc00 x10:00001800 x5:10cfe400 - 18897500 18882 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18899500 18884 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18936500 18921 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18944500 18929 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18945500 18930 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18946500 18931 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18947500 18932 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18965500 18950 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000066 - 18986500 18971 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18987500 18972 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000003 x12:00000066 - 18988500 18973 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003 - 18989500 18974 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000006 x12:00000066 - 18990500 18975 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18991500 18976 1c0009d4 63d0006f jal x0, 3644 - 19020500 19005 1c001810 fc010113 addi x2, x2, -64 x2=10cffbc0 x2:10cffc00 - 19021500 19006 1c001812 02b12223 sw x11, 36(x2) x11:00000003 x2:10cffbc0 PA:10cffbe4 - 19027500 19012 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 19028500 19013 1c001818 02c12423 sw x12, 40(x2) x12:00000006 x2:10cffbc0 PA:10cffbe8 - 19029500 19014 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:10cffbc0 PA:10cffbec - 19030500 19015 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 19031500 19016 1c00181e 02410693 addi x13, x2, 36 x13=10cffbe4 x2:10cffbc0 - 19045500 19030 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 19046500 19031 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 19047500 19032 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:10cffbc0 PA:10cffbdc - 19054500 19039 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:10cffbc0 PA:10cffbf0 - 19055500 19040 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:10cffbc0 PA:10cffbf4 - 19056500 19041 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:10cffbc0 PA:10cffbf8 - 19057500 19042 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:10cffbc0 PA:10cffbfc - 19072500 19057 1c001830 00d12623 sw x13, 12(x2) x13:10cffbe4 x2:10cffbc0 PA:10cffbcc - 19079500 19064 1c001832 33e000ef jal x1, 830 x1=1c001834 - 19092500 19077 1c001b70 fa010113 addi x2, x2, -96 x2=10cffb60 x2:10cffbc0 - 19093500 19078 1c001b72 01810793 addi x15, x2, 24 x15=10cffb78 x2:10cffb60 - 19094500 19079 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:10cffb60 PA:10cffbb8 - 19099500 19084 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:10cffb60 PA:10cffbb0 - 19100500 19085 1c001b78 05312623 sw x19, 76(x2) x19:00000006 x2:10cffb60 PA:10cffbac - 19101500 19086 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:10cffb60 PA:10cffba8 - 19102500 19087 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:10cffb60 PA:10cffba4 - 19103500 19088 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:10cffb60 PA:10cffba0 - 19115500 19100 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:10cffb60 PA:10cffb9c - 19116500 19101 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:10cffb60 PA:10cffbbc - 19117500 19102 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:10cffb60 PA:10cffbb4 - 19118500 19103 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:10cffb60 PA:10cffb98 - 19119500 19104 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:10cffb60 PA:10cffb94 - 19120500 19105 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19121500 19106 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19122500 19107 1c001b8e 00d00433 add x8, x0, x13 x8=10cffbe4 x13:10cffbe4 - 19138500 19123 1c001b90 00f12a23 sw x15, 20(x2) x15:10cffb78 x2:10cffb60 PA:10cffb74 - 19144500 19129 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19145500 19130 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19146500 19131 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19147500 19132 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19159500 19144 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19207500 19192 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19208500 19193 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19226500 19211 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19227500 19212 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19228500 19213 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19255500 19240 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19256500 19241 1c001778 fddff06f jal x0, -36 - 19279500 19264 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19280500 19265 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19281500 19266 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19301500 19286 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19302500 19287 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19303500 19288 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19304500 19289 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19305500 19290 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19306500 19291 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19307500 19292 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1041b0 - 19311500 19296 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19312500 19297 1c001bca 16a0006f jal x0, 362 - 19331500 19316 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19332500 19317 1c001d36 e69ff06f jal x0, -408 - 19335500 19320 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19378500 19363 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19379500 19364 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19382500 19367 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19383500 19368 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19384500 19369 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19386500 19371 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19387500 19372 1c001778 fddff06f jal x0, -36 - 19389500 19374 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19390500 19375 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19391500 19376 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19392500 19377 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19393500 19378 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19394500 19379 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19395500 19380 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19396500 19381 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19397500 19382 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19398500 19383 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041b0 - 19402500 19387 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19403500 19388 1c001bca 16a0006f jal x0, 362 - 19405500 19390 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19406500 19391 1c001d36 e69ff06f jal x0, -408 - 19409500 19394 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19438500 19423 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19439500 19424 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19442500 19427 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19443500 19428 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19444500 19429 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19446500 19431 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19447500 19432 1c001778 fddff06f jal x0, -36 - 19449500 19434 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19450500 19435 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19451500 19436 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19452500 19437 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19453500 19438 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19454500 19439 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19455500 19440 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19456500 19441 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19457500 19442 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19458500 19443 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1041b0 - 19462500 19447 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19463500 19448 1c001bca 16a0006f jal x0, 362 - 19465500 19450 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19466500 19451 1c001d36 e69ff06f jal x0, -408 - 19469500 19454 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19498500 19483 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19499500 19484 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19502500 19487 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19503500 19488 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19504500 19489 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19506500 19491 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19507500 19492 1c001778 fddff06f jal x0, -36 - 19509500 19494 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19510500 19495 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19511500 19496 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19512500 19497 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19513500 19498 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19514500 19499 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19515500 19500 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19516500 19501 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19517500 19502 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19518500 19503 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041b0 - 19522500 19507 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19523500 19508 1c001bca 16a0006f jal x0, 362 - 19525500 19510 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19526500 19511 1c001d36 e69ff06f jal x0, -408 - 19529500 19514 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19543500 19528 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19544500 19529 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19547500 19532 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19548500 19533 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19549500 19534 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19551500 19536 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19552500 19537 1c001778 fddff06f jal x0, -36 - 19554500 19539 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19555500 19540 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19556500 19541 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19557500 19542 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19558500 19543 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19559500 19544 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19560500 19545 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19561500 19546 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19562500 19547 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19563500 19548 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b0 - 19567500 19552 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19568500 19553 1c001bca 16a0006f jal x0, 362 - 19570500 19555 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19571500 19556 1c001d36 e69ff06f jal x0, -408 - 19574500 19559 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19609500 19594 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19610500 19595 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19613500 19598 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19614500 19599 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19615500 19600 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19617500 19602 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19618500 19603 1c001778 fddff06f jal x0, -36 - 19620500 19605 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19621500 19606 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19622500 19607 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19623500 19608 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19624500 19609 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19625500 19610 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19626500 19611 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19627500 19612 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19628500 19613 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19629500 19614 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1041b0 - 19633500 19618 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19634500 19619 1c001bca 16a0006f jal x0, 362 - 19636500 19621 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19637500 19622 1c001d36 e69ff06f jal x0, -408 - 19640500 19625 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19656500 19641 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19657500 19642 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19660500 19645 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19661500 19646 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19662500 19647 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19664500 19649 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19665500 19650 1c001778 fddff06f jal x0, -36 - 19667500 19652 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19668500 19653 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19669500 19654 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19670500 19655 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19671500 19656 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19672500 19657 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19673500 19658 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19674500 19659 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19675500 19660 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19676500 19661 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1041b0 - 19680500 19665 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19681500 19666 1c001bca 16a0006f jal x0, 362 - 19683500 19668 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19684500 19669 1c001d36 e69ff06f jal x0, -408 - 19687500 19672 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19702500 19687 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19703500 19688 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19706500 19691 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19707500 19692 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19708500 19693 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19710500 19695 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19711500 19696 1c001778 fddff06f jal x0, -36 - 19713500 19698 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19714500 19699 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19715500 19700 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19716500 19701 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19717500 19702 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19718500 19703 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19719500 19704 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19720500 19705 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19721500 19706 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19722500 19707 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1041b0 - 19726500 19711 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19727500 19712 1c001bca 16a0006f jal x0, 362 - 19729500 19714 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19730500 19715 1c001d36 e69ff06f jal x0, -408 - 19733500 19718 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19747500 19732 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19748500 19733 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19751500 19736 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19752500 19737 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19753500 19738 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19755500 19740 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19756500 19741 1c001778 fddff06f jal x0, -36 - 19758500 19743 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19759500 19744 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19760500 19745 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19761500 19746 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19762500 19747 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19763500 19748 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19764500 19749 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19765500 19750 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19766500 19751 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19767500 19752 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b0 - 19771500 19756 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19772500 19757 1c001bca 16a0006f jal x0, 362 - 19774500 19759 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19775500 19760 1c001d36 e69ff06f jal x0, -408 - 19778500 19763 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19793500 19778 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19794500 19779 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19797500 19782 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19798500 19783 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19799500 19784 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19801500 19786 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19802500 19787 1c001778 fddff06f jal x0, -36 - 19804500 19789 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19805500 19790 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19806500 19791 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19807500 19792 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19808500 19793 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19809500 19794 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19810500 19795 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19811500 19796 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19812500 19797 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19813500 19798 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1041b0 - 19817500 19802 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19818500 19803 1c001bca 16a0006f jal x0, 362 - 19820500 19805 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19821500 19806 1c001d36 e69ff06f jal x0, -408 - 19824500 19809 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19840500 19825 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19841500 19826 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19844500 19829 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19845500 19830 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19846500 19831 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19848500 19833 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19849500 19834 1c001778 fddff06f jal x0, -36 - 19851500 19836 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19852500 19837 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19853500 19838 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19854500 19839 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19855500 19840 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19856500 19841 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19857500 19842 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19858500 19843 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19859500 19844 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19860500 19845 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1041b0 - 19864500 19849 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19865500 19850 1c001bca 16a0006f jal x0, 362 - 19867500 19852 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19868500 19853 1c001d36 e69ff06f jal x0, -408 - 19871500 19856 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19887500 19872 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19888500 19873 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19891500 19876 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19892500 19877 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19893500 19878 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19895500 19880 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19896500 19881 1c001778 fddff06f jal x0, -36 - 19898500 19883 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19899500 19884 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19900500 19885 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19901500 19886 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19902500 19887 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19903500 19888 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19904500 19889 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19905500 19890 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19906500 19891 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19907500 19892 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1041b0 - 19911500 19896 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19912500 19897 1c001bca 16a0006f jal x0, 362 - 19914500 19899 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19915500 19900 1c001d36 e69ff06f jal x0, -408 - 19918500 19903 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19932500 19917 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19933500 19918 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19936500 19921 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19937500 19922 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19938500 19923 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19940500 19925 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19941500 19926 1c001778 fddff06f jal x0, -36 - 19943500 19928 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19944500 19929 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19945500 19930 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19946500 19931 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19947500 19932 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19948500 19933 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19949500 19934 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19950500 19935 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19951500 19936 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19952500 19937 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041b0 - 19956500 19941 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19957500 19942 1c001bca 16a0006f jal x0, 362 - 19959500 19944 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19960500 19945 1c001d36 e69ff06f jal x0, -408 - 19963500 19948 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19977500 19962 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19978500 19963 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19981500 19966 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19982500 19967 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19983500 19968 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19985500 19970 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19986500 19971 1c001778 fddff06f jal x0, -36 - 19988500 19973 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19989500 19974 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 19990500 19975 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19991500 19976 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 19992500 19977 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 19993500 19978 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 19994500 19979 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 19995500 19980 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 19996500 19981 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19997500 19982 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b0 - 20001500 19986 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20002500 19987 1c001bca 16a0006f jal x0, 362 - 20004500 19989 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 20005500 19990 1c001d36 e69ff06f jal x0, -408 - 20008500 19993 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 20024500 20009 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 20025500 20010 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 20028500 20013 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 20029500 20014 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20030500 20015 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20032500 20017 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 20033500 20018 1c001778 fddff06f jal x0, -36 - 20035500 20020 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20036500 20021 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 20037500 20022 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20038500 20023 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 20039500 20024 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 20040500 20025 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 20041500 20026 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 20042500 20027 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 20043500 20028 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20044500 20029 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1041b0 - 20048500 20033 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20049500 20034 1c001bca 16a0006f jal x0, 362 - 20051500 20036 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 20052500 20037 1c001d36 e69ff06f jal x0, -408 - 20055500 20040 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 20073500 20058 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 20074500 20059 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20077500 20062 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20080500 20065 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:10cffb60 PA:10cffb64 - 20081500 20066 1c001bd0 00012423 sw x0, 8(x2) x2:10cffb60 PA:10cffb68 - 20082500 20067 1c001bd2 00010623 sb x0, 12(x2) x2:10cffb60 PA:10cffb6c - 20083500 20068 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 20084500 20069 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20091500 20076 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20092500 20077 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cffb60 PA:10cffb64 - 20093500 20078 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20094500 20079 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20095500 20080 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20096500 20081 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20097500 20082 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20113500 20098 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20114500 20099 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20115500 20100 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 20142500 20127 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 20143500 20128 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20156500 20141 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20157500 20142 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20158500 20143 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20180500 20165 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20199500 20184 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20202500 20187 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20220500 20205 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20239500 20224 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20240500 20225 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20241500 20226 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20260500 20245 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20278500 20263 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20297500 20282 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20298500 20283 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20336500 20321 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20354500 20339 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20373500 20358 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20374500 20359 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20408500 20393 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20427500 20412 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20428500 20413 1c001f42 e09ff06f jal x0, -504 - 20446500 20431 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20447500 20432 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cffb60 PA:10cffb70 - 20464500 20449 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20483500 20468 1c001e34 00440c13 addi x24, x8, 4 x24=10cffbe8 x8:10cffbe4 - 20484500 20469 1c001e38 00042503 lw x10, 0(x8) x10=00000003 x8:10cffbe4 PA:10cffbe4 - 20491500 20476 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20519500 20504 1c001e54 00055863 bge x10, x0, 16 x10:00000003 - 20538500 20523 1c001e64 00410593 addi x11, x2, 4 x11=10cffb64 x2:10cffb60 - 20539500 20524 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20557500 20542 1c0019fe 0105a683 lw x13, 16(x11) x13=10cffb78 x11:10cffb64 PA:10cffb74 - 20574500 20559 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cffb64 PA:10cffb70 - 20580500 20565 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20581500 20566 1c001a04 02f55633 divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001 - 20615500 20600 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000003 x14:0000000a - 20616500 20601 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20617500 20602 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20618500 20603 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20621500 20606 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cffb64 PA:10cffb70 - 20634500 20619 1c001a20 02f55833 divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001 - 20668500 20653 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001 - 20702500 20687 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20733500 20718 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20734500 20719 1c001a2e 01004663 blt x0, x16, 12 x16:00000003 - 20737500 20722 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20758500 20743 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000003 - 20780500 20765 1c001a56 01070733 add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003 - 20781500 20766 1c001a58 00e68023 sb x14, 0(x13) x14:00000033 x13:10cffb78 PA:10cffb78 - 20787500 20772 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20788500 20773 1c001a5e 00168693 addi x13, x13, 1 x13=10cffb79 x13:10cffb78 - 20800500 20785 1c001a60 fb1ff06f jal x0, -80 - 20802500 20787 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20803500 20788 1c001a12 00068023 sb x0, 0(x13) x13:10cffb79 PA:10cffb79 - 20808500 20793 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20809500 20794 1c001e68 f17ff06f jal x0, -234 - 20825500 20810 1c001d7e 00410613 addi x12, x2, 4 x12=10cffb64 x2:10cffb60 - 20842500 20827 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20843500 20828 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20844500 20829 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20846500 20831 1c001a62 fe010113 addi x2, x2, -32 x2=10cffb40 x2:10cffb60 - 20847500 20832 1c001a64 00812c23 sw x8, 24(x2) x8:10cffbe4 x2:10cffb40 PA:10cffb58 - 20855500 20840 1c001a66 01062783 lw x15, 16(x12) x15=10cffb78 x12:10cffb64 PA:10cffb74 - 20856500 20841 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cffb64 PA:10cffb68 - 20857500 20842 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:10cffb40 PA:10cffb54 - 20858500 20843 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cffb40 PA:10cffb50 - 20859500 20844 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cffb40 PA:10cffb4c - 20868500 20853 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cffb40 PA:10cffb5c - 20875500 20860 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cffb40 PA:10cffb48 - 20876500 20861 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20877500 20862 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20878500 20863 1c001a78 00c004b3 add x9, x0, x12 x9=10cffb64 x12:10cffb64 - 20879500 20864 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000033 x15=10cffb79 x15:10cffb78 PA:10cffb78 - 20881500 20866 1c001a7e 00070363 beq x14, x0, 6 x14:00000033 - 20892500 20877 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20893500 20878 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cffb64 PA:10cffb6c - 20898500 20883 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20901500 20886 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64 - 20915500 20900 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20916500 20901 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20935500 20920 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20936500 20921 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20937500 20922 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20957500 20942 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20958500 20943 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20975500 20960 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20976500 20961 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20977500 20962 1c001b36 f71ff06f jal x0, -144 - 20979500 20964 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cffb64 PA:10cffb6c - 20987500 20972 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20999500 20984 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64 - 21005500 20990 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21006500 20991 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21021500 21006 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64 - 21038500 21023 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21039500 21024 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21040500 21025 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21041500 21026 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cffb78 x9:10cffb64 PA:10cffb74 - 21047500 21032 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000033 x20=10cffb79 x20:10cffb78 PA:10cffb78 - 21062500 21047 1c001af0 06059763 bne x11, x0, 110 x11:00000033 - 21081500 21066 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21101500 21086 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21103500 21088 1c001776 00b00533 add x10, x0, x11 x10=00000033 x11:00000033 - 21104500 21089 1c001778 fddff06f jal x0, -36 - 21106500 21091 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21107500 21092 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 21108500 21093 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21109500 21094 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 21110500 21095 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 21111500 21096 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 21112500 21097 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 21113500 21098 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 21114500 21099 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21115500 21100 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a1041b0 - 21119500 21104 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21120500 21105 1c001b62 f8bff06f jal x0, -118 - 21122500 21107 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cffb7a x20:10cffb79 PA:10cffb79 - 21130500 21115 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21131500 21116 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64 - 21133500 21118 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21134500 21119 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21155500 21140 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cffb40 PA:10cffb5c - 21161500 21146 1c001b02 01812403 lw x8, 24(x2) x8=10cffbe4 x2:10cffb40 PA:10cffb58 - 21162500 21147 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:10cffb40 PA:10cffb54 - 21163500 21148 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cffb40 PA:10cffb50 - 21164500 21149 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cffb40 PA:10cffb4c - 21165500 21150 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cffb40 PA:10cffb48 - 21166500 21151 1c001b0c 02010113 addi x2, x2, 32 x2=10cffb60 x2:10cffb40 - 21167500 21152 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21179500 21164 1c001d86 01800433 add x8, x0, x24 x8=10cffbe8 x24:10cffbe8 - 21180500 21165 1c001d88 fadff06f jal x0, -84 - 21182500 21167 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 21183500 21168 1c001d36 e69ff06f jal x0, -408 - 21186500 21171 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21221500 21206 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21222500 21207 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21225500 21210 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21226500 21211 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21227500 21212 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21229500 21214 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21230500 21215 1c001778 fddff06f jal x0, -36 - 21232500 21217 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21233500 21218 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 21234500 21219 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21235500 21220 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 21236500 21221 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 21237500 21222 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 21238500 21223 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 21239500 21224 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 21240500 21225 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21241500 21226 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041b0 - 21245500 21230 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21246500 21231 1c001bca 16a0006f jal x0, 362 - 21248500 21233 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21249500 21234 1c001d36 e69ff06f jal x0, -408 - 21252500 21237 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21266500 21251 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21267500 21252 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21270500 21255 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21271500 21256 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21272500 21257 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21274500 21259 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21275500 21260 1c001778 fddff06f jal x0, -36 - 21277500 21262 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21278500 21263 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 21279500 21264 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21280500 21265 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 21281500 21266 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 21282500 21267 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 21283500 21268 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 21284500 21269 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 21285500 21270 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21286500 21271 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b0 - 21290500 21275 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21291500 21276 1c001bca 16a0006f jal x0, 362 - 21293500 21278 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21294500 21279 1c001d36 e69ff06f jal x0, -408 - 21297500 21282 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21314500 21299 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21315500 21300 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21318500 21303 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21321500 21306 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:10cffb60 PA:10cffb64 - 21322500 21307 1c001bd0 00012423 sw x0, 8(x2) x2:10cffb60 PA:10cffb68 - 21323500 21308 1c001bd2 00010623 sb x0, 12(x2) x2:10cffb60 PA:10cffb6c - 21324500 21309 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21325500 21310 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21326500 21311 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21327500 21312 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cffb60 PA:10cffb64 - 21328500 21313 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21329500 21314 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21330500 21315 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21331500 21316 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21332500 21317 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21333500 21318 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21334500 21319 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21335500 21320 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21349500 21334 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21350500 21335 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21353500 21338 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21354500 21339 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21355500 21340 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21358500 21343 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21361500 21346 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21364500 21349 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21367500 21352 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21368500 21353 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21369500 21354 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21370500 21355 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21373500 21358 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21374500 21359 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21377500 21362 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21378500 21363 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21381500 21366 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21383500 21368 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21386500 21371 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21387500 21372 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21390500 21375 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21391500 21376 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21392500 21377 1c001f42 e09ff06f jal x0, -504 - 21394500 21379 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21395500 21380 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cffb60 PA:10cffb70 - 21396500 21381 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21399500 21384 1c001e34 00440c13 addi x24, x8, 4 x24=10cffbec x8:10cffbe8 - 21400500 21385 1c001e38 00042503 lw x10, 0(x8) x10=00000006 x8:10cffbe8 PA:10cffbe8 - 21401500 21386 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21404500 21389 1c001e54 00055863 bge x10, x0, 16 x10:00000006 - 21407500 21392 1c001e64 00410593 addi x11, x2, 4 x11=10cffb64 x2:10cffb60 - 21408500 21393 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21410500 21395 1c0019fe 0105a683 lw x13, 16(x11) x13=10cffb78 x11:10cffb64 PA:10cffb74 - 21411500 21396 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cffb64 PA:10cffb70 - 21412500 21397 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21413500 21398 1c001a04 02f55633 divu x12, x10, x15 x12=00000006 x10:00000006 x15:00000001 - 21447500 21432 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000006 x14:0000000a - 21448500 21433 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21449500 21434 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21450500 21435 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21453500 21438 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cffb64 PA:10cffb70 - 21454500 21439 1c001a20 02f55833 divu x16, x10, x15 x16=00000006 x10:00000006 x15:00000001 - 21488500 21473 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000006 x15:00000001 - 21522500 21507 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21553500 21538 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21554500 21539 1c001a2e 01004663 blt x0, x16, 12 x16:00000006 - 21557500 21542 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21559500 21544 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000006 - 21562500 21547 1c001a56 01070733 add x14, x14, x16 x14=00000036 x14:00000030 x16:00000006 - 21563500 21548 1c001a58 00e68023 sb x14, 0(x13) x14:00000036 x13:10cffb78 PA:10cffb78 - 21564500 21549 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21565500 21550 1c001a5e 00168693 addi x13, x13, 1 x13=10cffb79 x13:10cffb78 - 21566500 21551 1c001a60 fb1ff06f jal x0, -80 - 21568500 21553 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21569500 21554 1c001a12 00068023 sb x0, 0(x13) x13:10cffb79 PA:10cffb79 - 21570500 21555 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21572500 21557 1c001e68 f17ff06f jal x0, -234 - 21574500 21559 1c001d7e 00410613 addi x12, x2, 4 x12=10cffb64 x2:10cffb60 - 21575500 21560 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21576500 21561 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21577500 21562 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21579500 21564 1c001a62 fe010113 addi x2, x2, -32 x2=10cffb40 x2:10cffb60 - 21580500 21565 1c001a64 00812c23 sw x8, 24(x2) x8:10cffbe8 x2:10cffb40 PA:10cffb58 - 21581500 21566 1c001a66 01062783 lw x15, 16(x12) x15=10cffb78 x12:10cffb64 PA:10cffb74 - 21582500 21567 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cffb64 PA:10cffb68 - 21583500 21568 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:10cffb40 PA:10cffb54 - 21584500 21569 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cffb40 PA:10cffb50 - 21585500 21570 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cffb40 PA:10cffb4c - 21586500 21571 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cffb40 PA:10cffb5c - 21587500 21572 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cffb40 PA:10cffb48 - 21588500 21573 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21589500 21574 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21590500 21575 1c001a78 00c004b3 add x9, x0, x12 x9=10cffb64 x12:10cffb64 - 21591500 21576 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000036 x15=10cffb79 x15:10cffb78 PA:10cffb78 - 21593500 21578 1c001a7e 00070363 beq x14, x0, 6 x14:00000036 - 21594500 21579 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21595500 21580 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cffb64 PA:10cffb6c - 21597500 21582 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21600500 21585 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64 - 21602500 21587 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21603500 21588 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21606500 21591 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21607500 21592 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21608500 21593 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21611500 21596 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21612500 21597 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21613500 21598 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21614500 21599 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21615500 21600 1c001b36 f71ff06f jal x0, -144 - 21617500 21602 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cffb64 PA:10cffb6c - 21619500 21604 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21622500 21607 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64 - 21624500 21609 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21625500 21610 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21628500 21613 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64 - 21629500 21614 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21630500 21615 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21631500 21616 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21632500 21617 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cffb78 x9:10cffb64 PA:10cffb74 - 21634500 21619 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000036 x20=10cffb79 x20:10cffb78 PA:10cffb78 - 21636500 21621 1c001af0 06059763 bne x11, x0, 110 x11:00000036 - 21639500 21624 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21640500 21625 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21642500 21627 1c001776 00b00533 add x10, x0, x11 x10=00000036 x11:00000036 - 21643500 21628 1c001778 fddff06f jal x0, -36 - 21645500 21630 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21646500 21631 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 21647500 21632 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21648500 21633 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 21649500 21634 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 21650500 21635 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 21651500 21636 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 21652500 21637 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 21653500 21638 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21654500 21639 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000036 x14:1a104000 PA:1a1041b0 - 21658500 21643 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21659500 21644 1c001b62 f8bff06f jal x0, -118 - 21661500 21646 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cffb7a x20:10cffb79 PA:10cffb79 - 21663500 21648 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21664500 21649 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cffb64 PA:10cffb64 - 21666500 21651 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21667500 21652 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21670500 21655 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cffb40 PA:10cffb5c - 21671500 21656 1c001b02 01812403 lw x8, 24(x2) x8=10cffbe8 x2:10cffb40 PA:10cffb58 - 21672500 21657 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:10cffb40 PA:10cffb54 - 21673500 21658 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cffb40 PA:10cffb50 - 21674500 21659 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cffb40 PA:10cffb4c - 21675500 21660 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cffb40 PA:10cffb48 - 21676500 21661 1c001b0c 02010113 addi x2, x2, 32 x2=10cffb60 x2:10cffb40 - 21677500 21662 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21679500 21664 1c001d86 01800433 add x8, x0, x24 x8=10cffbec x24:10cffbec - 21680500 21665 1c001d88 fadff06f jal x0, -84 - 21682500 21667 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21683500 21668 1c001d36 e69ff06f jal x0, -408 - 21686500 21671 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21700500 21685 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21701500 21686 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21704500 21689 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21705500 21690 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21706500 21691 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21708500 21693 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21709500 21694 1c001778 fddff06f jal x0, -36 - 21711500 21696 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21712500 21697 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 21713500 21698 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21714500 21699 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 21715500 21700 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 21716500 21701 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 21717500 21702 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 21718500 21703 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 21719500 21704 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21720500 21705 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1041b0 - 21724500 21709 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21725500 21710 1c001bca 16a0006f jal x0, 362 - 21727500 21712 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21728500 21713 1c001d36 e69ff06f jal x0, -408 - 21731500 21716 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21745500 21730 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21746500 21731 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21749500 21734 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21750500 21735 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21751500 21736 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21753500 21738 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21754500 21739 1c001778 fddff06f jal x0, -36 - 21756500 21741 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21757500 21742 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 21758500 21743 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21759500 21744 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 21760500 21745 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 21761500 21746 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 21762500 21747 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 21763500 21748 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 21764500 21749 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21765500 21750 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1041b0 - 21769500 21754 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21770500 21755 1c001bca 16a0006f jal x0, 362 - 21772500 21757 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21773500 21758 1c001d36 e69ff06f jal x0, -408 - 21776500 21761 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21790500 21775 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21791500 21776 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21794500 21779 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21795500 21780 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21796500 21781 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21798500 21783 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21799500 21784 1c001778 fddff06f jal x0, -36 - 21801500 21786 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21802500 21787 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000066 - 21803500 21788 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21804500 21789 1c00175e 00379713 slli x14, x15, 0x3 x14=00000330 x15:00000066 - 21805500 21790 1c001762 00279793 slli x15, x15, 0x2 x15=00000198 x15:00000066 - 21806500 21791 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000030 x14:00000330 - 21807500 21792 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:00000198 x13:00001f80 - 21808500 21793 1c00176a 00e787b3 add x15, x15, x14 x15=000001b0 x15:00000180 x14:00000030 - 21809500 21794 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21810500 21795 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1041b0 - 21814500 21799 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21815500 21800 1c001bca 16a0006f jal x0, 362 - 21817500 21802 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21818500 21803 1c001d36 e69ff06f jal x0, -408 - 21821500 21806 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21836500 21821 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21837500 21822 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21838500 21823 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:10cffb60 PA:10cffbbc - 21839500 21824 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:10cffb60 PA:10cffbb8 - 21840500 21825 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:10cffb60 PA:10cffbb4 - 21841500 21826 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:10cffb60 PA:10cffbb0 - 21842500 21827 1c001bb0 04c12983 lw x19, 76(x2) x19=00000006 x2:10cffb60 PA:10cffbac - 21848500 21833 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:10cffb60 PA:10cffba8 - 21849500 21834 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:10cffb60 PA:10cffba4 - 21850500 21835 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:10cffb60 PA:10cffba0 - 21851500 21836 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:10cffb60 PA:10cffb9c - 21853500 21838 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:10cffb60 PA:10cffb98 - 21854500 21839 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:10cffb60 PA:10cffb94 - 21855500 21840 1c001bbe 06010113 addi x2, x2, 96 x2=10cffbc0 x2:10cffb60 - 21856500 21841 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21858500 21843 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:10cffbc0 PA:10cffbdc - 21859500 21844 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21860500 21845 1c001838 04010113 addi x2, x2, 64 x2=10cffc00 x2:10cffbc0 - 21861500 21846 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21863500 21848 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c diff --git a/sw/scripts/tracevis/example/traces/trace_core_03_7.log b/sw/scripts/tracevis/example/traces/trace_core_03_7.log deleted file mode 100644 index edcf2a1..0000000 --- a/sw/scripts/tracevis/example/traces/trace_core_03_7.log +++ /dev/null @@ -1,846 +0,0 @@ - Time Cycles PC Instr Mnemonic - 17014500 16999 1c000080 0180006f jal x0, 24 - 17032500 17017 1c000098 f1402573 csrrs x10, x0, 0xf14 x10=00000067 - 17033500 17018 1c00009c 01f57593 andi x11, x10, 31 x11=00000007 x10:00000067 - 17050500 17035 1c0000a0 00555513 srli x10, x10, 0x5 x10=00000003 x10:00000067 - 17051500 17036 1c0000a2 00058463 beq x11, x0, 8 x11:00000007 - 17052500 17037 1c0000a6 05a0206f jal x0, 8282 - 17070500 17055 1c002100 000702b7 lui x5, 0x70000 x5=00070000 - 17071500 17056 1c002104 1b204337 lui x6, 0x1b204000 x6=1b204000 - 17072500 17057 1c002108 00532023 sw x5, 0(x6) x5:00070000 x6:1b204000 PA:1b204000 - 17073500 17058 1c00210c 0e059163 bne x11, x0, 226 x11:00000007 - 17125500 17110 1c0021ee 1b204937 lui x18, 0x1b204000 x18=1b204000 - 17126500 17111 1c0021f2 f14029f3 csrrs x19, x0, 0xf14 x19=00000067 - 17127500 17112 1c0021f6 01f9f993 andi x19, x19, 31 x19=00000007 x19:00000067 - 17128500 17113 1c0021fa 00000a17 auipc x20, 0x0 x20=1c0021fa - 17147500 17132 1c0021fe 012a0a13 addi x20, x20, 18 x20=1c00220c x20:1c0021fa - 17148500 17133 1c002202 00000a97 auipc x21, 0x0 x21=1c002202 - 17149500 17134 1c002206 00ea8a93 addi x21, x21, 14 x21=1c002210 x21:1c002202 - 17150500 17135 1c00220a 0060006f jal x0, 6 - 17169500 17154 1c002210 08096283 p.elw x5, 128(x18) x5=1c00222d x18:1b204000 PA:1b204080 - 18817500 18802 1c002214 08096503 p.elw x10, 128(x18) x10=00000400 x18:1b204000 PA:1b204080 - 18836500 18821 1c002218 0012f313 andi x6, x5, 1 x6=00000001 x5:1c00222d - 18837500 18822 1c00221c 00031563 bne x6, x0, 10 x6:00000001 - 18862500 18847 1c002226 000a80b3 add x1, x21, x0 x1=1c002210 x21:1c002210 - 18863500 18848 1c00222a 00028067 jalr x0, x5, 0 x5:1c00222d - 18865500 18850 1c00222c 08096283 p.elw x5, 128(x18) x5=10cfe400 x18:1b204000 PA:1b204080 - 18895500 18880 1c002230 02a98533 mul x10, x19, x10 x10=00001c00 x19:00000007 x10:00000400 - 18896500 18881 1c002234 00550133 add x2, x10, x5 x2=10d00000 x10:00001c00 x5:10cfe400 - 18897500 18882 1c002238 00008067 jalr x0, x1, 0 x1:1c002210 - 18899500 18884 1c002210 08096283 p.elw x5, 128(x18) x5=1c0009bc x18:1b204000 PA:1b204080 - 18936500 18921 1c002214 08096503 p.elw x10, 128(x18) x10=00000000 x18:1b204000 PA:1b204080 - 18944500 18929 1c002218 0012f313 andi x6, x5, 1 x6=00000000 x5:1c0009bc - 18945500 18930 1c00221c 00031563 bne x6, x0, 10 x6:00000000 - 18946500 18931 1c002220 000a00b3 add x1, x20, x0 x1=1c00220c x20:1c00220c - 18947500 18932 1c002224 00028067 jalr x0, x5, 0 x5:1c0009bc - 18965500 18950 1c0009bc f1402673 csrrs x12, x0, 0xf14 x12=00000067 - 18986500 18971 1c0009c0 1c002537 lui x10, 0x1c002000 x10=1c002000 - 18987500 18972 1c0009c4 40565593 srai x11, x12, 0x405 x11=00000003 x12:00000067 - 18988500 18973 1c0009c8 f265b5b3 p.bclr x11, x11, 25, 6 x11=00000003 x11:00000003 - 18989500 18974 1c0009cc f4563633 p.bclr x12, x12, 26, 5 x12=00000007 x12:00000067 - 18990500 18975 1c0009d0 33c50513 addi x10, x10, 828 x10=1c00233c x10:1c002000 - 18991500 18976 1c0009d4 63d0006f jal x0, 3644 - 19020500 19005 1c001810 fc010113 addi x2, x2, -64 x2=10cfffc0 x2:10d00000 - 19021500 19006 1c001812 02b12223 sw x11, 36(x2) x11:00000003 x2:10cfffc0 PA:10cfffe4 - 19028500 19013 1c001814 1c0015b7 lui x11, 0x1c001000 x11=1c001000 - 19029500 19014 1c001818 02c12423 sw x12, 40(x2) x12:00000007 x2:10cfffc0 PA:10cfffe8 - 19030500 19015 1c00181a 02d12623 sw x13, 44(x2) x13:00000000 x2:10cfffc0 PA:10cfffec - 19031500 19016 1c00181c 00a00633 add x12, x0, x10 x12=1c00233c x10:1c00233c - 19032500 19017 1c00181e 02410693 addi x13, x2, 36 x13=10cfffe4 x2:10cfffc0 - 19045500 19030 1c001820 00000513 addi x10, x0, 0 x10=00000000 - 19046500 19031 1c001822 77658593 addi x11, x11, 1910 x11=1c001776 x11:1c001000 - 19047500 19032 1c001826 00112e23 sw x1, 28(x2) x1:1c00220c x2:10cfffc0 PA:10cfffdc - 19053500 19038 1c001828 02e12823 sw x14, 48(x2) x14:00000000 x2:10cfffc0 PA:10cffff0 - 19054500 19039 1c00182a 02f12a23 sw x15, 52(x2) x15:00000000 x2:10cfffc0 PA:10cffff4 - 19055500 19040 1c00182c 03012c23 sw x16, 56(x2) x16:00000000 x2:10cfffc0 PA:10cffff8 - 19056500 19041 1c00182e 03112e23 sw x17, 60(x2) x17:00000000 x2:10cfffc0 PA:10cffffc - 19072500 19057 1c001830 00d12623 sw x13, 12(x2) x13:10cfffe4 x2:10cfffc0 PA:10cfffcc - 19077500 19062 1c001832 33e000ef jal x1, 830 x1=1c001834 - 19092500 19077 1c001b70 fa010113 addi x2, x2, -96 x2=10cfff60 x2:10cfffc0 - 19093500 19078 1c001b72 01810793 addi x15, x2, 24 x15=10cfff78 x2:10cfff60 - 19094500 19079 1c001b74 04812c23 sw x8, 88(x2) x8:00000000 x2:10cfff60 PA:10cfffb8 - 19100500 19085 1c001b76 05212823 sw x18, 80(x2) x18:1b204000 x2:10cfff60 PA:10cfffb0 - 19101500 19086 1c001b78 05312623 sw x19, 76(x2) x19:00000007 x2:10cfff60 PA:10cfffac - 19102500 19087 1c001b7a 05412423 sw x20, 72(x2) x20:1c00220c x2:10cfff60 PA:10cfffa8 - 19103500 19088 1c001b7c 05512223 sw x21, 68(x2) x21:1c002210 x2:10cfff60 PA:10cfffa4 - 19104500 19089 1c001b7e 05612023 sw x22, 64(x2) x22:00000000 x2:10cfff60 PA:10cfffa0 - 19115500 19100 1c001b80 03712e23 sw x23, 60(x2) x23:00000000 x2:10cfff60 PA:10cfff9c - 19117500 19102 1c001b82 04112e23 sw x1, 92(x2) x1:1c001834 x2:10cfff60 PA:10cfffbc - 19118500 19103 1c001b84 04912a23 sw x9, 84(x2) x9:00000000 x2:10cfff60 PA:10cfffb4 - 19119500 19104 1c001b86 03812c23 sw x24, 56(x2) x24:00000000 x2:10cfff60 PA:10cfff98 - 19120500 19105 1c001b88 03912a23 sw x25, 52(x2) x25:00000000 x2:10cfff60 PA:10cfff94 - 19121500 19106 1c001b8a 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 19122500 19107 1c001b8c 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 19123500 19108 1c001b8e 00d00433 add x8, x0, x13 x8=10cfffe4 x13:10cfffe4 - 19138500 19123 1c001b90 00f12a23 sw x15, 20(x2) x15:10cfff78 x2:10cfff60 PA:10cfff74 - 19145500 19130 1c001b92 02500a13 addi x20, x0, 37 x20=00000025 - 19146500 19131 1c001b96 02d00b93 addi x23, x0, 45 x23=0000002d - 19147500 19132 1c001b9a 00100a93 addi x21, x0, 1 x21=00000001 - 19148500 19133 1c001b9c 00500b13 addi x22, x0, 5 x22=00000005 - 19159500 19144 1c001b9e 00064583 lbu x11, 0(x12) x11=00000048 x12:1c00233c PA:1c00233c - 19209500 19194 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233d x12:1c00233c - 19210500 19195 1c001ba6 00059e63 bne x11, x0, 28 x11:00000048 - 19226500 19211 1c001bc2 01458563 beq x11, x20, 10 x11:00000048 x20:00000025 - 19227500 19212 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19228500 19213 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19255500 19240 1c001776 00b00533 add x10, x0, x11 x10=00000048 x11:00000048 - 19256500 19241 1c001778 fddff06f jal x0, -36 - 19279500 19264 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19280500 19265 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19281500 19266 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19301500 19286 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19302500 19287 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19303500 19288 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19304500 19289 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19305500 19290 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19306500 19291 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19307500 19292 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000048 x14:1a104000 PA:1a1041b8 - 19311500 19296 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19312500 19297 1c001bca 16a0006f jal x0, 362 - 19331500 19316 1c001d34 00900633 add x12, x0, x9 x12=1c00233d x9:1c00233d - 19332500 19317 1c001d36 e69ff06f jal x0, -408 - 19335500 19320 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c00233d PA:1c00233d - 19389500 19374 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233e x12:1c00233d - 19390500 19375 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19393500 19378 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19394500 19379 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19395500 19380 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19397500 19382 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19398500 19383 1c001778 fddff06f jal x0, -36 - 19400500 19385 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19401500 19386 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19402500 19387 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19403500 19388 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19404500 19389 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19405500 19390 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19406500 19391 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19407500 19392 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19408500 19393 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19409500 19394 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041b8 - 19413500 19398 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19414500 19399 1c001bca 16a0006f jal x0, 362 - 19416500 19401 1c001d34 00900633 add x12, x0, x9 x12=1c00233e x9:1c00233e - 19417500 19402 1c001d36 e69ff06f jal x0, -408 - 19420500 19405 1c001b9e 00064583 lbu x11, 0(x12) x11=00000079 x12:1c00233e PA:1c00233e - 19444500 19429 1c001ba2 00160493 addi x9, x12, 1 x9=1c00233f x12:1c00233e - 19445500 19430 1c001ba6 00059e63 bne x11, x0, 28 x11:00000079 - 19448500 19433 1c001bc2 01458563 beq x11, x20, 10 x11:00000079 x20:00000025 - 19449500 19434 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19450500 19435 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19452500 19437 1c001776 00b00533 add x10, x0, x11 x10=00000079 x11:00000079 - 19453500 19438 1c001778 fddff06f jal x0, -36 - 19455500 19440 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19456500 19441 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19457500 19442 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19458500 19443 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19459500 19444 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19460500 19445 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19461500 19446 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19462500 19447 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19463500 19448 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19464500 19449 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000079 x14:1a104000 PA:1a1041b8 - 19468500 19453 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19469500 19454 1c001bca 16a0006f jal x0, 362 - 19471500 19456 1c001d34 00900633 add x12, x0, x9 x12=1c00233f x9:1c00233f - 19472500 19457 1c001d36 e69ff06f jal x0, -408 - 19475500 19460 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00233f PA:1c00233f - 19507500 19492 1c001ba2 00160493 addi x9, x12, 1 x9=1c002340 x12:1c00233f - 19508500 19493 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 19511500 19496 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 19512500 19497 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19513500 19498 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19515500 19500 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 19516500 19501 1c001778 fddff06f jal x0, -36 - 19518500 19503 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19519500 19504 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19520500 19505 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19521500 19506 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19522500 19507 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19523500 19508 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19524500 19509 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19525500 19510 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19526500 19511 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19527500 19512 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041b8 - 19531500 19516 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19532500 19517 1c001bca 16a0006f jal x0, 362 - 19534500 19519 1c001d34 00900633 add x12, x0, x9 x12=1c002340 x9:1c002340 - 19535500 19520 1c001d36 e69ff06f jal x0, -408 - 19538500 19523 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002340 PA:1c002340 - 19557500 19542 1c001ba2 00160493 addi x9, x12, 1 x9=1c002341 x12:1c002340 - 19558500 19543 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19561500 19546 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19562500 19547 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19563500 19548 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19565500 19550 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19566500 19551 1c001778 fddff06f jal x0, -36 - 19568500 19553 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19569500 19554 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19570500 19555 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19571500 19556 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19572500 19557 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19573500 19558 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19574500 19559 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19575500 19560 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19576500 19561 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19577500 19562 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b8 - 19581500 19566 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19582500 19567 1c001bca 16a0006f jal x0, 362 - 19584500 19569 1c001d34 00900633 add x12, x0, x9 x12=1c002341 x9:1c002341 - 19585500 19570 1c001d36 e69ff06f jal x0, -408 - 19588500 19573 1c001b9e 00064583 lbu x11, 0(x12) x11=00000049 x12:1c002341 PA:1c002341 - 19611500 19596 1c001ba2 00160493 addi x9, x12, 1 x9=1c002342 x12:1c002341 - 19612500 19597 1c001ba6 00059e63 bne x11, x0, 28 x11:00000049 - 19615500 19600 1c001bc2 01458563 beq x11, x20, 10 x11:00000049 x20:00000025 - 19616500 19601 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19617500 19602 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19619500 19604 1c001776 00b00533 add x10, x0, x11 x10=00000049 x11:00000049 - 19620500 19605 1c001778 fddff06f jal x0, -36 - 19622500 19607 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19623500 19608 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19624500 19609 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19625500 19610 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19626500 19611 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19627500 19612 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19628500 19613 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19629500 19614 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19630500 19615 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19631500 19616 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000049 x14:1a104000 PA:1a1041b8 - 19635500 19620 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19636500 19621 1c001bca 16a0006f jal x0, 362 - 19638500 19623 1c001d34 00900633 add x12, x0, x9 x12=1c002342 x9:1c002342 - 19639500 19624 1c001d36 e69ff06f jal x0, -408 - 19642500 19627 1c001b9e 00064583 lbu x11, 0(x12) x11=00000027 x12:1c002342 PA:1c002342 - 19657500 19642 1c001ba2 00160493 addi x9, x12, 1 x9=1c002343 x12:1c002342 - 19658500 19643 1c001ba6 00059e63 bne x11, x0, 28 x11:00000027 - 19661500 19646 1c001bc2 01458563 beq x11, x20, 10 x11:00000027 x20:00000025 - 19662500 19647 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19663500 19648 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19665500 19650 1c001776 00b00533 add x10, x0, x11 x10=00000027 x11:00000027 - 19666500 19651 1c001778 fddff06f jal x0, -36 - 19668500 19653 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19669500 19654 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19670500 19655 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19671500 19656 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19672500 19657 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19673500 19658 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19674500 19659 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19675500 19660 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19676500 19661 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19677500 19662 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000027 x14:1a104000 PA:1a1041b8 - 19681500 19666 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19682500 19667 1c001bca 16a0006f jal x0, 362 - 19684500 19669 1c001d34 00900633 add x12, x0, x9 x12=1c002343 x9:1c002343 - 19685500 19670 1c001d36 e69ff06f jal x0, -408 - 19688500 19673 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006d x12:1c002343 PA:1c002343 - 19704500 19689 1c001ba2 00160493 addi x9, x12, 1 x9=1c002344 x12:1c002343 - 19705500 19690 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006d - 19708500 19693 1c001bc2 01458563 beq x11, x20, 10 x11:0000006d x20:00000025 - 19709500 19694 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19710500 19695 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19712500 19697 1c001776 00b00533 add x10, x0, x11 x10=0000006d x11:0000006d - 19713500 19698 1c001778 fddff06f jal x0, -36 - 19715500 19700 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19716500 19701 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19717500 19702 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19718500 19703 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19719500 19704 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19720500 19705 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19721500 19706 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19722500 19707 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19723500 19708 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19724500 19709 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006d x14:1a104000 PA:1a1041b8 - 19728500 19713 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19729500 19714 1c001bca 16a0006f jal x0, 362 - 19731500 19716 1c001d34 00900633 add x12, x0, x9 x12=1c002344 x9:1c002344 - 19732500 19717 1c001d36 e69ff06f jal x0, -408 - 19735500 19720 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002344 PA:1c002344 - 19750500 19735 1c001ba2 00160493 addi x9, x12, 1 x9=1c002345 x12:1c002344 - 19751500 19736 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19754500 19739 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19755500 19740 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19756500 19741 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19758500 19743 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19759500 19744 1c001778 fddff06f jal x0, -36 - 19761500 19746 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19762500 19747 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19763500 19748 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19764500 19749 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19765500 19750 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19766500 19751 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19767500 19752 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19768500 19753 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19769500 19754 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19770500 19755 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b8 - 19774500 19759 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19775500 19760 1c001bca 16a0006f jal x0, 362 - 19777500 19762 1c001d34 00900633 add x12, x0, x9 x12=1c002345 x9:1c002345 - 19778500 19763 1c001d36 e69ff06f jal x0, -408 - 19781500 19766 1c001b9e 00064583 lbu x11, 0(x12) x11=00000063 x12:1c002345 PA:1c002345 - 19795500 19780 1c001ba2 00160493 addi x9, x12, 1 x9=1c002346 x12:1c002345 - 19796500 19781 1c001ba6 00059e63 bne x11, x0, 28 x11:00000063 - 19799500 19784 1c001bc2 01458563 beq x11, x20, 10 x11:00000063 x20:00000025 - 19800500 19785 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19801500 19786 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19803500 19788 1c001776 00b00533 add x10, x0, x11 x10=00000063 x11:00000063 - 19804500 19789 1c001778 fddff06f jal x0, -36 - 19806500 19791 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19807500 19792 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19808500 19793 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19809500 19794 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19810500 19795 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19811500 19796 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19812500 19797 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19813500 19798 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19814500 19799 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19815500 19800 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000063 x14:1a104000 PA:1a1041b8 - 19819500 19804 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19820500 19805 1c001bca 16a0006f jal x0, 362 - 19822500 19807 1c001d34 00900633 add x12, x0, x9 x12=1c002346 x9:1c002346 - 19823500 19808 1c001d36 e69ff06f jal x0, -408 - 19826500 19811 1c001b9e 00064583 lbu x11, 0(x12) x11=0000006f x12:1c002346 PA:1c002346 - 19841500 19826 1c001ba2 00160493 addi x9, x12, 1 x9=1c002347 x12:1c002346 - 19842500 19827 1c001ba6 00059e63 bne x11, x0, 28 x11:0000006f - 19845500 19830 1c001bc2 01458563 beq x11, x20, 10 x11:0000006f x20:00000025 - 19846500 19831 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19847500 19832 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19849500 19834 1c001776 00b00533 add x10, x0, x11 x10=0000006f x11:0000006f - 19850500 19835 1c001778 fddff06f jal x0, -36 - 19852500 19837 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19853500 19838 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19854500 19839 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19855500 19840 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19856500 19841 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19857500 19842 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19858500 19843 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19859500 19844 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19860500 19845 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19861500 19846 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000006f x14:1a104000 PA:1a1041b8 - 19865500 19850 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19866500 19851 1c001bca 16a0006f jal x0, 362 - 19868500 19853 1c001d34 00900633 add x12, x0, x9 x12=1c002347 x9:1c002347 - 19869500 19854 1c001d36 e69ff06f jal x0, -408 - 19872500 19857 1c001b9e 00064583 lbu x11, 0(x12) x11=00000072 x12:1c002347 PA:1c002347 - 19890500 19875 1c001ba2 00160493 addi x9, x12, 1 x9=1c002348 x12:1c002347 - 19891500 19876 1c001ba6 00059e63 bne x11, x0, 28 x11:00000072 - 19894500 19879 1c001bc2 01458563 beq x11, x20, 10 x11:00000072 x20:00000025 - 19895500 19880 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19896500 19881 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19898500 19883 1c001776 00b00533 add x10, x0, x11 x10=00000072 x11:00000072 - 19899500 19884 1c001778 fddff06f jal x0, -36 - 19901500 19886 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19902500 19887 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19903500 19888 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19904500 19889 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19905500 19890 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19906500 19891 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19907500 19892 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19908500 19893 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19909500 19894 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19910500 19895 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000072 x14:1a104000 PA:1a1041b8 - 19914500 19899 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19915500 19900 1c001bca 16a0006f jal x0, 362 - 19917500 19902 1c001d34 00900633 add x12, x0, x9 x12=1c002348 x9:1c002348 - 19918500 19903 1c001d36 e69ff06f jal x0, -408 - 19921500 19906 1c001b9e 00064583 lbu x11, 0(x12) x11=00000065 x12:1c002348 PA:1c002348 - 19942500 19927 1c001ba2 00160493 addi x9, x12, 1 x9=1c002349 x12:1c002348 - 19943500 19928 1c001ba6 00059e63 bne x11, x0, 28 x11:00000065 - 19946500 19931 1c001bc2 01458563 beq x11, x20, 10 x11:00000065 x20:00000025 - 19947500 19932 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19948500 19933 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19950500 19935 1c001776 00b00533 add x10, x0, x11 x10=00000065 x11:00000065 - 19951500 19936 1c001778 fddff06f jal x0, -36 - 19953500 19938 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 19954500 19939 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 19955500 19940 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 19956500 19941 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 19957500 19942 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 19958500 19943 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 19959500 19944 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 19960500 19945 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 19961500 19946 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 19962500 19947 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000065 x14:1a104000 PA:1a1041b8 - 19966500 19951 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 19967500 19952 1c001bca 16a0006f jal x0, 362 - 19969500 19954 1c001d34 00900633 add x12, x0, x9 x12=1c002349 x9:1c002349 - 19970500 19955 1c001d36 e69ff06f jal x0, -408 - 19973500 19958 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c002349 PA:1c002349 - 19988500 19973 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234a x12:1c002349 - 19989500 19974 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 19992500 19977 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 19993500 19978 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 19994500 19979 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 19996500 19981 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 19997500 19982 1c001778 fddff06f jal x0, -36 - 19999500 19984 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20000500 19985 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 20001500 19986 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20002500 19987 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 20003500 19988 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 20004500 19989 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 20005500 19990 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 20006500 19991 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 20007500 19992 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20008500 19993 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b8 - 20012500 19997 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20013500 19998 1c001bca 16a0006f jal x0, 362 - 20015500 20000 1c001d34 00900633 add x12, x0, x9 x12=1c00234a x9:1c00234a - 20016500 20001 1c001d36 e69ff06f jal x0, -408 - 20019500 20004 1c001b9e 00064583 lbu x11, 0(x12) x11=00000028 x12:1c00234a PA:1c00234a - 20033500 20018 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234b x12:1c00234a - 20034500 20019 1c001ba6 00059e63 bne x11, x0, 28 x11:00000028 - 20037500 20022 1c001bc2 01458563 beq x11, x20, 10 x11:00000028 x20:00000025 - 20038500 20023 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20039500 20024 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 20041500 20026 1c001776 00b00533 add x10, x0, x11 x10=00000028 x11:00000028 - 20042500 20027 1c001778 fddff06f jal x0, -36 - 20044500 20029 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 20045500 20030 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 20046500 20031 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 20047500 20032 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 20048500 20033 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 20049500 20034 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 20050500 20035 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 20051500 20036 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 20052500 20037 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 20053500 20038 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000028 x14:1a104000 PA:1a1041b8 - 20057500 20042 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 20058500 20043 1c001bca 16a0006f jal x0, 362 - 20060500 20045 1c001d34 00900633 add x12, x0, x9 x12=1c00234b x9:1c00234b - 20061500 20046 1c001d36 e69ff06f jal x0, -408 - 20064500 20049 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234b PA:1c00234b - 20078500 20063 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234c x12:1c00234b - 20079500 20064 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 20082500 20067 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 20085500 20070 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xx x2:10cfff60 PA:10cfff64 - 20086500 20071 1c001bd0 00012423 sw x0, 8(x2) x2:10cfff60 PA:10cfff68 - 20087500 20072 1c001bd2 00010623 sb x0, 12(x2) x2:10cfff60 PA:10cfff6c - 20088500 20073 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xx - 20089500 20074 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 20107500 20092 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 20108500 20093 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cfff60 PA:10cfff64 - 20109500 20094 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 20110500 20095 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 20111500 20096 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 20112500 20097 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 20113500 20098 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 20114500 20099 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 20115500 20100 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 20116500 20101 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c00234c PA:1c00234c - 20150500 20135 1c001bfc 00148c13 addi x24, x9, 1 x24=1c00234d x9:1c00234c - 20151500 20136 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 20158500 20143 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 20159500 20144 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 20160500 20145 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 20180500 20165 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 20199500 20184 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 20202500 20187 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 20220500 20205 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 20239500 20224 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 20240500 20225 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 20241500 20226 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 20260500 20245 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 20278500 20263 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 20297500 20282 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 20298500 20283 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 20336500 20321 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 20354500 20339 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 20373500 20358 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 20374500 20359 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 20408500 20393 1c001f3e 018004b3 add x9, x0, x24 x9=1c00234d x24:1c00234d - 20427500 20412 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 20428500 20413 1c001f42 e09ff06f jal x0, -504 - 20446500 20431 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 20447500 20432 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cfff60 PA:10cfff70 - 20464500 20449 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 20483500 20468 1c001e34 00440c13 addi x24, x8, 4 x24=10cfffe8 x8:10cfffe4 - 20484500 20469 1c001e38 00042503 lw x10, 0(x8) x10=00000003 x8:10cfffe4 PA:10cfffe4 - 20488500 20473 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 20519500 20504 1c001e54 00055863 bge x10, x0, 16 x10:00000003 - 20538500 20523 1c001e64 00410593 addi x11, x2, 4 x11=10cfff64 x2:10cfff60 - 20539500 20524 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 20557500 20542 1c0019fe 0105a683 lw x13, 16(x11) x13=10cfff78 x11:10cfff64 PA:10cfff74 - 20574500 20559 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfff64 PA:10cfff70 - 20581500 20566 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 20582500 20567 1c001a04 02f55633 divu x12, x10, x15 x12=00000003 x10:00000003 x15:00000001 - 20616500 20601 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000003 x14:0000000a - 20617500 20602 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 20618500 20603 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 20619500 20604 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 20622500 20607 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfff64 PA:10cfff70 - 20634500 20619 1c001a20 02f55833 divu x16, x10, x15 x16=00000003 x10:00000003 x15:00000001 - 20668500 20653 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000003 x15:00000001 - 20702500 20687 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 20733500 20718 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 20734500 20719 1c001a2e 01004663 blt x0, x16, 12 x16:00000003 - 20737500 20722 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 20758500 20743 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000003 - 20780500 20765 1c001a56 01070733 add x14, x14, x16 x14=00000033 x14:00000030 x16:00000003 - 20781500 20766 1c001a58 00e68023 sb x14, 0(x13) x14:00000033 x13:10cfff78 PA:10cfff78 - 20788500 20773 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 20789500 20774 1c001a5e 00168693 addi x13, x13, 1 x13=10cfff79 x13:10cfff78 - 20800500 20785 1c001a60 fb1ff06f jal x0, -80 - 20802500 20787 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 20803500 20788 1c001a12 00068023 sb x0, 0(x13) x13:10cfff79 PA:10cfff79 - 20809500 20794 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 20810500 20795 1c001e68 f17ff06f jal x0, -234 - 20825500 20810 1c001d7e 00410613 addi x12, x2, 4 x12=10cfff64 x2:10cfff60 - 20842500 20827 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 20843500 20828 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 20844500 20829 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 20846500 20831 1c001a62 fe010113 addi x2, x2, -32 x2=10cfff40 x2:10cfff60 - 20847500 20832 1c001a64 00812c23 sw x8, 24(x2) x8:10cfffe4 x2:10cfff40 PA:10cfff58 - 20848500 20833 1c001a66 01062783 lw x15, 16(x12) x15=10cfff78 x12:10cfff64 PA:10cfff74 - 20849500 20834 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cfff64 PA:10cfff68 - 20850500 20835 1c001a6a 00912a23 sw x9, 20(x2) x9:1c00234d x2:10cfff40 PA:10cfff54 - 20851500 20836 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cfff40 PA:10cfff50 - 20852500 20837 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cfff40 PA:10cfff4c - 20868500 20853 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cfff40 PA:10cfff5c - 20872500 20857 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cfff40 PA:10cfff48 - 20873500 20858 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 20874500 20859 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 20875500 20860 1c001a78 00c004b3 add x9, x0, x12 x9=10cfff64 x12:10cfff64 - 20876500 20861 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000033 x15=10cfff79 x15:10cfff78 PA:10cfff78 - 20878500 20863 1c001a7e 00070363 beq x14, x0, 6 x14:00000033 - 20892500 20877 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 20893500 20878 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cfff64 PA:10cfff6c - 20899500 20884 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 20902500 20887 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64 - 20915500 20900 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 20916500 20901 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 20935500 20920 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 20936500 20921 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 20937500 20922 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 20957500 20942 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 20958500 20943 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 20975500 20960 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 20976500 20961 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 20977500 20962 1c001b36 f71ff06f jal x0, -144 - 20979500 20964 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cfff64 PA:10cfff6c - 20986500 20971 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 20999500 20984 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64 - 21006500 20991 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21007500 20992 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21021500 21006 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64 - 21038500 21023 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21039500 21024 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21040500 21025 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21041500 21026 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cfff78 x9:10cfff64 PA:10cfff74 - 21048500 21033 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000033 x20=10cfff79 x20:10cfff78 PA:10cfff78 - 21062500 21047 1c001af0 06059763 bne x11, x0, 110 x11:00000033 - 21081500 21066 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21101500 21086 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21103500 21088 1c001776 00b00533 add x10, x0, x11 x10=00000033 x11:00000033 - 21104500 21089 1c001778 fddff06f jal x0, -36 - 21106500 21091 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21107500 21092 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 21108500 21093 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21109500 21094 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 21110500 21095 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 21111500 21096 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 21112500 21097 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 21113500 21098 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 21114500 21099 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21115500 21100 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000033 x14:1a104000 PA:1a1041b8 - 21119500 21104 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21120500 21105 1c001b62 f8bff06f jal x0, -118 - 21122500 21107 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cfff7a x20:10cfff79 PA:10cfff79 - 21129500 21114 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21130500 21115 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64 - 21132500 21117 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21133500 21118 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21155500 21140 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cfff40 PA:10cfff5c - 21162500 21147 1c001b02 01812403 lw x8, 24(x2) x8=10cfffe4 x2:10cfff40 PA:10cfff58 - 21163500 21148 1c001b04 01412483 lw x9, 20(x2) x9=1c00234d x2:10cfff40 PA:10cfff54 - 21164500 21149 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cfff40 PA:10cfff50 - 21165500 21150 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cfff40 PA:10cfff4c - 21166500 21151 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cfff40 PA:10cfff48 - 21167500 21152 1c001b0c 02010113 addi x2, x2, 32 x2=10cfff60 x2:10cfff40 - 21168500 21153 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21179500 21164 1c001d86 01800433 add x8, x0, x24 x8=10cfffe8 x24:10cfffe8 - 21180500 21165 1c001d88 fadff06f jal x0, -84 - 21182500 21167 1c001d34 00900633 add x12, x0, x9 x12=1c00234d x9:1c00234d - 21183500 21168 1c001d36 e69ff06f jal x0, -408 - 21186500 21171 1c001b9e 00064583 lbu x11, 0(x12) x11=0000002c x12:1c00234d PA:1c00234d - 21223500 21208 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234e x12:1c00234d - 21224500 21209 1c001ba6 00059e63 bne x11, x0, 28 x11:0000002c - 21227500 21212 1c001bc2 01458563 beq x11, x20, 10 x11:0000002c x20:00000025 - 21228500 21213 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21229500 21214 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21231500 21216 1c001776 00b00533 add x10, x0, x11 x10=0000002c x11:0000002c - 21232500 21217 1c001778 fddff06f jal x0, -36 - 21234500 21219 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21235500 21220 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 21236500 21221 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21237500 21222 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 21238500 21223 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 21239500 21224 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 21240500 21225 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 21241500 21226 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 21242500 21227 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21243500 21228 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000002c x14:1a104000 PA:1a1041b8 - 21247500 21232 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21248500 21233 1c001bca 16a0006f jal x0, 362 - 21250500 21235 1c001d34 00900633 add x12, x0, x9 x12=1c00234e x9:1c00234e - 21251500 21236 1c001d36 e69ff06f jal x0, -408 - 21254500 21239 1c001b9e 00064583 lbu x11, 0(x12) x11=00000020 x12:1c00234e PA:1c00234e - 21269500 21254 1c001ba2 00160493 addi x9, x12, 1 x9=1c00234f x12:1c00234e - 21270500 21255 1c001ba6 00059e63 bne x11, x0, 28 x11:00000020 - 21273500 21258 1c001bc2 01458563 beq x11, x20, 10 x11:00000020 x20:00000025 - 21274500 21259 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21275500 21260 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21277500 21262 1c001776 00b00533 add x10, x0, x11 x10=00000020 x11:00000020 - 21278500 21263 1c001778 fddff06f jal x0, -36 - 21280500 21265 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21281500 21266 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 21282500 21267 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21283500 21268 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 21284500 21269 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 21285500 21270 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 21286500 21271 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 21287500 21272 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 21288500 21273 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21289500 21274 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000020 x14:1a104000 PA:1a1041b8 - 21293500 21278 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21294500 21279 1c001bca 16a0006f jal x0, 362 - 21296500 21281 1c001d34 00900633 add x12, x0, x9 x12=1c00234f x9:1c00234f - 21297500 21282 1c001d36 e69ff06f jal x0, -408 - 21300500 21285 1c001b9e 00064583 lbu x11, 0(x12) x11=00000025 x12:1c00234f PA:1c00234f - 21316500 21301 1c001ba2 00160493 addi x9, x12, 1 x9=1c002350 x12:1c00234f - 21317500 21302 1c001ba6 00059e63 bne x11, x0, 28 x11:00000025 - 21320500 21305 1c001bc2 01458563 beq x11, x20, 10 x11:00000025 x20:00000025 - 21323500 21308 1c001bcc 00414783 lbu x15, 4(x2) x15=000000xX x2:10cfff60 PA:10cfff64 - 21324500 21309 1c001bd0 00012423 sw x0, 8(x2) x2:10cfff60 PA:10cfff68 - 21325500 21310 1c001bd2 00010623 sb x0, 12(x2) x2:10cfff60 PA:10cfff6c - 21326500 21311 1c001bd6 c00027b3 p.insert x15, x0, 0, 0 x15=000000xX x15:000000xX - 21327500 21312 1c001bda c01027b3 p.insert x15, x0, 0, 1 x15=000000xX x15:000000xX - 21328500 21313 1c001bde c03027b3 p.insert x15, x0, 0, 3 x15=000000xX x15:000000xX - 21329500 21314 1c001be2 00f10223 sb x15, 4(x2) x15:000000xX x2:10cfff60 PA:10cfff64 - 21330500 21315 1c001be6 00000713 addi x14, x0, 0 x14=00000000 - 21331500 21316 1c001be8 00000613 addi x12, x0, 0 x12=00000000 - 21332500 21317 1c001bea 00000693 addi x13, x0, 0 x13=00000000 - 21333500 21318 1c001bec 00000513 addi x10, x0, 0 x10=00000000 - 21334500 21319 1c001bee 00000593 addi x11, x0, 0 x11=00000000 - 21335500 21320 1c001bf0 03000813 addi x16, x0, 48 x16=00000030 - 21336500 21321 1c001bf4 02300893 addi x17, x0, 35 x17=00000023 - 21337500 21322 1c001bf8 0004c783 lbu x15, 0(x9) x15=00000069 x9:1c002350 PA:1c002350 - 21352500 21337 1c001bfc 00148c13 addi x24, x9, 1 x24=1c002351 x9:1c002350 - 21353500 21338 1c001c00 04079163 bne x15, x0, 66 x15:00000069 - 21356500 21341 1c001c42 01778c63 beq x15, x23, 24 x15:00000069 x23:0000002d - 21357500 21342 1c001c46 01078663 beq x15, x16, 12 x15:00000069 x16:00000030 - 21358500 21343 1c001c4a fb179ce3 bne x15, x17, -72 x15:00000069 x17:00000023 - 21361500 21346 1c001c02 00050763 beq x10, x0, 14 x10:00000000 - 21364500 21349 1c001c10 00060763 beq x12, x0, 14 x12:00000000 - 21367500 21352 1c001c1e 00070763 beq x14, x0, 14 x14:00000000 - 21370500 21355 1c001c2c fd078713 addi x14, x15, -48 x14=00000039 x15:00000069 - 21371500 21356 1c001c30 0ff77713 andi x14, x14, 255 x14=00000039 x14:00000039 - 21372500 21357 1c001c34 00900693 addi x13, x0, 9 x13=00000009 - 21373500 21358 1c001c36 04e6eb63 bltu x13, x14, 86 x13:00000009 x14:00000039 - 21376500 21361 1c001c8c 02e00713 addi x14, x0, 46 x14=0000002e - 21377500 21362 1c001c90 02e79163 bne x15, x14, 34 x15:00000069 x14:0000002e - 21380500 21365 1c001cb2 07a00713 addi x14, x0, 122 x14=0000007a - 21381500 21366 1c001cb6 04e79263 bne x15, x14, 68 x15:00000069 x14:0000007a - 21384500 21369 1c001cfa 06c00713 addi x14, x0, 108 x14=0000006c - 21386500 21371 1c001cfe 20e79463 bne x15, x14, 520 x15:00000069 x14:0000006c - 21389500 21374 1c001f06 06900713 addi x14, x0, 105 x14=00000069 - 21390500 21375 1c001f0a 02e78a63 beq x15, x14, 52 x15:00000069 x14:00000069 - 21393500 21378 1c001f3e 018004b3 add x9, x0, x24 x9=1c002351 x24:1c002351 - 21394500 21379 1c001f40 00000793 addi x15, x0, 0 x15=00000000 - 21395500 21380 1c001f42 e09ff06f jal x0, -504 - 21397500 21382 1c001d4a 00a00713 addi x14, x0, 10 x14=0000000a - 21398500 21383 1c001d4c 00e12823 sw x14, 16(x2) x14:0000000a x2:10cfff60 PA:10cfff70 - 21399500 21384 1c001d4e 0e27b363 p.bneimm x15, 230 x15:00000000 - 21402500 21387 1c001e34 00440c13 addi x24, x8, 4 x24=10cfffec x8:10cfffe8 - 21403500 21388 1c001e38 00042503 lw x10, 0(x8) x10=00000007 x8:10cfffe8 PA:10cfffe8 - 21404500 21389 1c001e3a 0017bd63 p.bneimm x15, 26 x15:00000000 - 21407500 21392 1c001e54 00055863 bge x10, x0, 16 x10:00000007 - 21410500 21395 1c001e64 00410593 addi x11, x2, 4 x11=10cfff64 x2:10cfff60 - 21411500 21396 1c001e66 b99ff0ef jal x1, -1128 x1=1c001e68 - 21413500 21398 1c0019fe 0105a683 lw x13, 16(x11) x13=10cfff78 x11:10cfff64 PA:10cfff74 - 21414500 21399 1c001a00 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfff64 PA:10cfff70 - 21415500 21400 1c001a02 00100793 addi x15, x0, 1 x15=00000001 - 21416500 21401 1c001a04 02f55633 divu x12, x10, x15 x12=00000007 x10:00000007 x15:00000001 - 21450500 21435 1c001a08 00e67863 bgeu x12, x14, 16 x12:00000007 x14:0000000a - 21451500 21436 1c001a0c 00000613 addi x12, x0, 0 x12=00000000 - 21452500 21437 1c001a0e 00900313 addi x6, x0, 9 x6=00000009 - 21453500 21438 1c001a10 00079763 bne x15, x0, 14 x15:00000001 - 21456500 21441 1c001a1e 00c5a703 lw x14, 12(x11) x14=0000000a x11:10cfff64 PA:10cfff70 - 21457500 21442 1c001a20 02f55833 divu x16, x10, x15 x16=00000007 x10:00000007 x15:00000001 - 21491500 21476 1c001a24 02f57533 remu x10, x10, x15 x10=00000000 x10:00000007 x15:00000001 - 21525500 21510 1c001a28 02e7d7b3 divu x15, x15, x14 x15=00000000 x15:00000001 x14:0000000a - 21556500 21541 1c001a2c 00061763 bne x12, x0, 14 x12:00000000 - 21557500 21542 1c001a2e 01004663 blt x0, x16, 12 x16:00000007 - 21560500 21545 1c001a3a 03000713 addi x14, x0, 48 x14=00000030 - 21562500 21547 1c001a3e 01035c63 bge x6, x16, 24 x6:00000009 x16:00000007 - 21565500 21550 1c001a56 01070733 add x14, x14, x16 x14=00000037 x14:00000030 x16:00000007 - 21566500 21551 1c001a58 00e68023 sb x14, 0(x13) x14:00000037 x13:10cfff78 PA:10cfff78 - 21568500 21553 1c001a5c 00160613 addi x12, x12, 1 x12=00000001 x12:00000000 - 21569500 21554 1c001a5e 00168693 addi x13, x13, 1 x13=10cfff79 x13:10cfff78 - 21570500 21555 1c001a60 fb1ff06f jal x0, -80 - 21572500 21557 1c001a10 00079763 bne x15, x0, 14 x15:00000000 - 21573500 21558 1c001a12 00068023 sb x0, 0(x13) x13:10cfff79 PA:10cfff79 - 21574500 21559 1c001a16 00008067 jalr x0, x1, 0 x1:1c001e68 - 21576500 21561 1c001e68 f17ff06f jal x0, -234 - 21578500 21563 1c001d7e 00410613 addi x12, x2, 4 x12=10cfff64 x2:10cfff60 - 21579500 21564 1c001d80 013005b3 add x11, x0, x19 x11=1c001776 x19:1c001776 - 21580500 21565 1c001d82 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21581500 21566 1c001d84 cdfff0ef jal x1, -802 x1=1c001d86 - 21583500 21568 1c001a62 fe010113 addi x2, x2, -32 x2=10cfff40 x2:10cfff60 - 21584500 21569 1c001a64 00812c23 sw x8, 24(x2) x8:10cfffe8 x2:10cfff40 PA:10cfff58 - 21586500 21571 1c001a66 01062783 lw x15, 16(x12) x15=10cfff78 x12:10cfff64 PA:10cfff74 - 21587500 21572 1c001a68 00462403 lw x8, 4(x12) x8=00000000 x12:10cfff64 PA:10cfff68 - 21588500 21573 1c001a6a 00912a23 sw x9, 20(x2) x9:1c002351 x2:10cfff40 PA:10cfff54 - 21589500 21574 1c001a6c 01212823 sw x18, 16(x2) x18:00000000 x2:10cfff40 PA:10cfff50 - 21590500 21575 1c001a6e 01312623 sw x19, 12(x2) x19:1c001776 x2:10cfff40 PA:10cfff4c - 21591500 21576 1c001a70 00112e23 sw x1, 28(x2) x1:1c001d86 x2:10cfff40 PA:10cfff5c - 21592500 21577 1c001a72 01412423 sw x20, 8(x2) x20:00000025 x2:10cfff40 PA:10cfff48 - 21593500 21578 1c001a74 00a00933 add x18, x0, x10 x18=00000000 x10:00000000 - 21594500 21579 1c001a76 00b009b3 add x19, x0, x11 x19=1c001776 x11:1c001776 - 21595500 21580 1c001a78 00c004b3 add x9, x0, x12 x9=10cfff64 x12:10cfff64 - 21596500 21581 1c001a7a 0017c70b p.lbu x14, 1(x15!) x14=00000037 x15=10cfff79 x15:10cfff78 PA:10cfff78 - 21598500 21583 1c001a7e 00070363 beq x14, x0, 6 x14:00000037 - 21599500 21584 1c001a80 08804863 blt x0, x8, 144 x8:00000000 - 21600500 21585 1c001a84 0084c783 lbu x15, 8(x9) x15=00000000 x9:10cfff64 PA:10cfff6c - 21602500 21587 1c001a88 00078263 beq x15, x0, 4 x15:00000000 - 21605500 21590 1c001a8c 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64 - 21607500 21592 1c001a90 0027f713 andi x14, x15, 2 x14=00000000 x15:000000xX - 21608500 21593 1c001a94 00070663 beq x14, x0, 12 x14:00000000 - 21611500 21596 1c001aa0 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21612500 21597 1c001aa2 00800a33 add x20, x0, x8 x20=00000000 x8:00000000 - 21613500 21598 1c001aa4 08078163 beq x15, x0, 130 x15:00000000 - 21616500 21601 1c001b26 ff404be3 blt x0, x20, -10 x20:00000000 - 21617500 21602 1c001b2a fff40793 addi x15, x8, -1 x15=ffffffff x8:00000000 - 21618500 21603 1c001b2e 04046433 p.max x8, x8, x0 x8=00000000 x8:00000000 - 21619500 21604 1c001b32 40878433 sub x8, x15, x8 x8=ffffffff x15:ffffffff x8:00000000 - 21620500 21605 1c001b36 f71ff06f jal x0, -144 - 21622500 21607 1c001aa6 0084c583 lbu x11, 8(x9) x11=00000000 x9:10cfff64 PA:10cfff6c - 21624500 21609 1c001aaa 00058363 beq x11, x0, 6 x11:00000000 - 21627500 21612 1c001ab0 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64 - 21629500 21614 1c001ab4 0027f793 andi x15, x15, 2 x15=00000000 x15:000000xX - 21630500 21615 1c001ab6 02078363 beq x15, x0, 38 x15:00000000 - 21633500 21618 1c001adc 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64 - 21634500 21619 1c001ae0 00800a33 add x20, x0, x8 x20=ffffffff x8:ffffffff - 21635500 21620 1c001ae2 fc17b7b3 p.bclr x15, x15, 30, 1 x15=00000000 x15:000000xX - 21636500 21621 1c001ae6 06079363 bne x15, x0, 102 x15:00000000 - 21637500 21622 1c001ae8 0104aa03 lw x20, 16(x9) x20=10cfff78 x9:10cfff64 PA:10cfff74 - 21639500 21624 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000037 x20=10cfff79 x20:10cfff78 PA:10cfff78 - 21641500 21626 1c001af0 06059763 bne x11, x0, 110 x11:00000037 - 21644500 21629 1c001b5e 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21645500 21630 1c001b60 000980e7 jalr x1, x19, 0 x1=1c001b62 x19:1c001776 - 21647500 21632 1c001776 00b00533 add x10, x0, x11 x10=00000037 x11:00000037 - 21648500 21633 1c001778 fddff06f jal x0, -36 - 21650500 21635 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21651500 21636 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 21652500 21637 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21653500 21638 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 21654500 21639 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 21655500 21640 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 21656500 21641 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 21657500 21642 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 21658500 21643 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21659500 21644 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000037 x14:1a104000 PA:1a1041b8 - 21663500 21648 1c001774 00008067 jalr x0, x1, 0 x1:1c001b62 - 21664500 21649 1c001b62 f8bff06f jal x0, -118 - 21666500 21651 1c001aec 001a458b p.lbu x11, 1(x20!) x11=00000000 x20=10cfff7a x20:10cfff79 PA:10cfff79 - 21668500 21653 1c001af0 06059763 bne x11, x0, 110 x11:00000000 - 21669500 21654 1c001af2 0004c783 lbu x15, 0(x9) x15=000000xX x9:10cfff64 PA:10cfff64 - 21671500 21656 1c001af6 0097f793 andi x15, x15, 9 x15=00000000 x15:000000xX - 21672500 21657 1c001af8 0087b463 p.bneimm x15, 8 x15:00000000 - 21675500 21660 1c001b00 01c12083 lw x1, 28(x2) x1=1c001d86 x2:10cfff40 PA:10cfff5c - 21676500 21661 1c001b02 01812403 lw x8, 24(x2) x8=10cfffe8 x2:10cfff40 PA:10cfff58 - 21677500 21662 1c001b04 01412483 lw x9, 20(x2) x9=1c002351 x2:10cfff40 PA:10cfff54 - 21678500 21663 1c001b06 01012903 lw x18, 16(x2) x18=00000000 x2:10cfff40 PA:10cfff50 - 21679500 21664 1c001b08 00c12983 lw x19, 12(x2) x19=1c001776 x2:10cfff40 PA:10cfff4c - 21680500 21665 1c001b0a 00812a03 lw x20, 8(x2) x20=00000025 x2:10cfff40 PA:10cfff48 - 21681500 21666 1c001b0c 02010113 addi x2, x2, 32 x2=10cfff60 x2:10cfff40 - 21682500 21667 1c001b0e 00008067 jalr x0, x1, 0 x1:1c001d86 - 21684500 21669 1c001d86 01800433 add x8, x0, x24 x8=10cfffec x24:10cfffec - 21685500 21670 1c001d88 fadff06f jal x0, -84 - 21687500 21672 1c001d34 00900633 add x12, x0, x9 x12=1c002351 x9:1c002351 - 21688500 21673 1c001d36 e69ff06f jal x0, -408 - 21691500 21676 1c001b9e 00064583 lbu x11, 0(x12) x11=00000029 x12:1c002351 PA:1c002351 - 21705500 21690 1c001ba2 00160493 addi x9, x12, 1 x9=1c002352 x12:1c002351 - 21706500 21691 1c001ba6 00059e63 bne x11, x0, 28 x11:00000029 - 21709500 21694 1c001bc2 01458563 beq x11, x20, 10 x11:00000029 x20:00000025 - 21710500 21695 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21711500 21696 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21713500 21698 1c001776 00b00533 add x10, x0, x11 x10=00000029 x11:00000029 - 21714500 21699 1c001778 fddff06f jal x0, -36 - 21716500 21701 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21717500 21702 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 21718500 21703 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21719500 21704 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 21720500 21705 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 21721500 21706 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 21722500 21707 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 21723500 21708 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 21724500 21709 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21725500 21710 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000029 x14:1a104000 PA:1a1041b8 - 21729500 21714 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21730500 21715 1c001bca 16a0006f jal x0, 362 - 21732500 21717 1c001d34 00900633 add x12, x0, x9 x12=1c002352 x9:1c002352 - 21733500 21718 1c001d36 e69ff06f jal x0, -408 - 21736500 21721 1c001b9e 00064583 lbu x11, 0(x12) x11=00000021 x12:1c002352 PA:1c002352 - 21750500 21735 1c001ba2 00160493 addi x9, x12, 1 x9=1c002353 x12:1c002352 - 21751500 21736 1c001ba6 00059e63 bne x11, x0, 28 x11:00000021 - 21754500 21739 1c001bc2 01458563 beq x11, x20, 10 x11:00000021 x20:00000025 - 21755500 21740 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21756500 21741 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21758500 21743 1c001776 00b00533 add x10, x0, x11 x10=00000021 x11:00000021 - 21759500 21744 1c001778 fddff06f jal x0, -36 - 21761500 21746 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21762500 21747 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 21763500 21748 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21764500 21749 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 21765500 21750 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 21766500 21751 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 21767500 21752 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 21768500 21753 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 21769500 21754 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21770500 21755 1c001770 00a767a3 p.sw x10, x0(x14) x10:00000021 x14:1a104000 PA:1a1041b8 - 21774500 21759 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21775500 21760 1c001bca 16a0006f jal x0, 362 - 21777500 21762 1c001d34 00900633 add x12, x0, x9 x12=1c002353 x9:1c002353 - 21778500 21763 1c001d36 e69ff06f jal x0, -408 - 21781500 21766 1c001b9e 00064583 lbu x11, 0(x12) x11=0000000a x12:1c002353 PA:1c002353 - 21796500 21781 1c001ba2 00160493 addi x9, x12, 1 x9=1c002354 x12:1c002353 - 21797500 21782 1c001ba6 00059e63 bne x11, x0, 28 x11:0000000a - 21800500 21785 1c001bc2 01458563 beq x11, x20, 10 x11:0000000a x20:00000025 - 21801500 21786 1c001bc6 01200533 add x10, x0, x18 x10=00000000 x18:00000000 - 21802500 21787 1c001bc8 000980e7 jalr x1, x19, 0 x1=1c001bca x19:1c001776 - 21804500 21789 1c001776 00b00533 add x10, x0, x11 x10=0000000a x11:0000000a - 21805500 21790 1c001778 fddff06f jal x0, -36 - 21807500 21792 1c001754 000026b7 lui x13, 0x2000 x13=00002000 - 21808500 21793 1c001756 f14027f3 csrrs x15, x0, 0xf14 x15=00000067 - 21809500 21794 1c00175a f8068693 addi x13, x13, -128 x13=00001f80 x13:00002000 - 21810500 21795 1c00175e 00379713 slli x14, x15, 0x3 x14=00000338 x15:00000067 - 21811500 21796 1c001762 00279793 slli x15, x15, 0x2 x15=0000019c x15:00000067 - 21812500 21797 1c001764 ee873733 p.bclr x14, x14, 23, 8 x14=00000038 x14:00000338 - 21813500 21798 1c001768 00d7f7b3 and x15, x15, x13 x15=00000180 x15:0000019c x13:00001f80 - 21814500 21799 1c00176a 00e787b3 add x15, x15, x14 x15=000001b8 x15:00000180 x14:00000038 - 21815500 21800 1c00176c 1a104737 lui x14, 0x1a104000 x14=1a104000 - 21816500 21801 1c001770 00a767a3 p.sw x10, x0(x14) x10:0000000a x14:1a104000 PA:1a1041b8 - 21820500 21805 1c001774 00008067 jalr x0, x1, 0 x1:1c001bca - 21821500 21806 1c001bca 16a0006f jal x0, 362 - 21823500 21808 1c001d34 00900633 add x12, x0, x9 x12=1c002354 x9:1c002354 - 21824500 21809 1c001d36 e69ff06f jal x0, -408 - 21827500 21812 1c001b9e 00064583 lbu x11, 0(x12) x11=00000000 x12:1c002354 PA:1c002354 - 21843500 21828 1c001ba2 00160493 addi x9, x12, 1 x9=1c002355 x12:1c002354 - 21844500 21829 1c001ba6 00059e63 bne x11, x0, 28 x11:00000000 - 21845500 21830 1c001ba8 05c12083 lw x1, 92(x2) x1=1c001834 x2:10cfff60 PA:10cfffbc - 21846500 21831 1c001baa 05812403 lw x8, 88(x2) x8=00000000 x2:10cfff60 PA:10cfffb8 - 21847500 21832 1c001bac 05412483 lw x9, 84(x2) x9=00000000 x2:10cfff60 PA:10cfffb4 - 21848500 21833 1c001bae 05012903 lw x18, 80(x2) x18=1b204000 x2:10cfff60 PA:10cfffb0 - 21849500 21834 1c001bb0 04c12983 lw x19, 76(x2) x19=00000007 x2:10cfff60 PA:10cfffac - 21850500 21835 1c001bb2 04812a03 lw x20, 72(x2) x20=1c00220c x2:10cfff60 PA:10cfffa8 - 21851500 21836 1c001bb4 04412a83 lw x21, 68(x2) x21=1c002210 x2:10cfff60 PA:10cfffa4 - 21852500 21837 1c001bb6 04012b03 lw x22, 64(x2) x22=00000000 x2:10cfff60 PA:10cfffa0 - 21853500 21838 1c001bb8 03c12b83 lw x23, 60(x2) x23=00000000 x2:10cfff60 PA:10cfff9c - 21858500 21843 1c001bba 03812c03 lw x24, 56(x2) x24=00000000 x2:10cfff60 PA:10cfff98 - 21859500 21844 1c001bbc 03412c83 lw x25, 52(x2) x25=00000000 x2:10cfff60 PA:10cfff94 - 21860500 21845 1c001bbe 06010113 addi x2, x2, 96 x2=10cfffc0 x2:10cfff60 - 21861500 21846 1c001bc0 00008067 jalr x0, x1, 0 x1:1c001834 - 21863500 21848 1c001834 01c12083 lw x1, 28(x2) x1=1c00220c x2:10cfffc0 PA:10cfffdc - 21864500 21849 1c001836 00000513 addi x10, x0, 0 x10=00000000 - 21865500 21850 1c001838 04010113 addi x2, x2, 64 x2=10d00000 x2:10cfffc0 - 21866500 21851 1c00183a 00008067 jalr x0, x1, 0 x1:1c00220c - 21868500 21853 1c00220c 21c96283 p.elw x5, 540(x18) x5=00000000 x18:1b204000 PA:1b20421c